@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/icons/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/icons/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/icons/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/icons/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/icons/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/icons/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

/* Variables */
/* =========================================================================== */
/*! jQuery UI - v1.10.1 - 2013-02-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("../site/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(../img/site/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(../img/site/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(../img/site/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(../img/site/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(../img/site/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(../img/site/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(../img/site/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../img/site/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(../img/site/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(../img/site/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../img/site/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(../img/site/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(../img/site/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../img/site/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(../img/site/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(../img/site/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/* Variables */
/* =========================================================================== */
/* brand basic  */
/* Monochrome  */
/* New Palette  */
/* Section Colours  */
/* Section Colours  */
/* Base */
/* =========================================================================== */
/* fonts */
@font-face {
  font-family: 'ITCLubalinGraphW01-Md';
  src: url("../fonts/a2b62950-ad70-46e2-b2e9-e82ec9db5384.eot?#iefix");
  src: url("../fonts/a2b62950-ad70-46e2-b2e9-e82ec9db5384.eot") format("embedded-opentype"), url("../fonts/6e86dc78-6a2a-44b2-a48e-267dd190bc17.woff") format("woff"), url("../fonts/61a5852b-4a70-4369-a205-815fa0dccca3.ttf") format("truetype"), url("../fonts/5b1a4f6f-183e-4a2b-897c-02b9544ff090.svg#5b1a4f6f-183e-4a2b-897c-02b9544ff090") format("svg");
}
/* viewport */
@-ms-viewport {
  width: device-width;
  zoom: 1;
}
@-o-viewport {
  width: device-width;
  zoom: 1;
}
@viewport {
  width: device-width;
  zoom: 1;
}
/* reset some stuff */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

header, section, footer, nav, aside, article, figure, figcaption, details, summary, dialog {
  display: block;
}

img {
  border: none;
  -ms-interpolation-mode: bicubic;
}

input, button, textarea, select {
  font-size: 1em;
}

input[type="text"], input[type="password"], input[type="submit"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="submit"], button, select {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

/* general styles */
html {
  background: #ffffff;
  color: #54565a;
  font-size: 14px;
  line-height: 1.2;
}

html, input, select, textarea {
  font-family: 'Helvetica', 'Arial', sans-serif;
}

a {
  color: #0c4069;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #666666;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666666;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666666;
}

input.placeholder, textarea.placeholder {
  color: #666666;
}

input::input-placeholder, textarea::input-placeholder {
  color: #666666;
}

/* wysiwyg content areas */
.wysiwyg {
  clear: both;
  margin: 0 0 1.8em 0;
}

.wysiwyg p, .wysiwyg li, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-size: 1.4em;
  line-height: 1.5;
  margin: 0 0 0.7em 0;
}

.wysiwyg li li {
  font-size: 1em;
}

.wysiwyg ul, .wysiwyg ol, .wysiwyg blockquote {
  margin: 0 0 0 2em;
  padding: 1em 0 1em 0;
}

.wysiwyg ul ul {
  margin: 0 0 0 1em;
}

.wysiwyg blockquote > *:first-child:before {
  content: '\201C';
}

.wysiwyg blockquote > *:last-child:after {
  content: '\201D';
}

.wysiwyg hr {
  clear: both;
  border: none;
  width: 100%;
  height: 1em;
  color: #ececec;
  background: #ececec;
  margin: 2.5em 0 2.5em 0;
}

/*
.wysiwyg a:link, .wysiwyg a:visited {color: #0c4069;}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg a:focus {color: #eb7c00;}
*/
.wysiwyg p.buttons a:link, .wysiwyg p.buttons a:visited {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 1.15em;
  display: inline-block;
  color: #ffffff;
  padding: 0.45em 0.7em 0.5em 0.7em;
  background: #0c4069;
  text-decoration: none;
  margin: 0.6em 0.3em 0.5em 0.3em;
  vertical-align: middle;
}

.wysiwyg p.buttons a:first-child:link, .wysiwyg p.buttons a:first-child:visited {
  margin-left: 0;
}

.wysiwyg p.buttons a:hover, .wysiwyg p.buttons a:active, .wysiwyg p.buttons a:focus {
  background: #54b6e7;
}

.wysiwyg p.intro {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 1.8em;
  font-style: normal;
}

.wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.wysiwyg img[align="left"], .wysiwyg img.left {
  clear: left;
  max-width: 60%;
  float: left;
  margin: 0 2em 1em 0;
}

.wysiwyg img[align="right"], .wysiwyg img.right {
  clear: right;
  max-width: 60%;
  float: right;
  margin: 0 0 1em 2em;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3 {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  color: #000000;
  font-weight: normal;
  line-height: 1;
}

.wysiwyg h1 {
  font-size: 3.5em;
  margin: 0 0 0.3em 0;
  line-height: 1;
}

.wysiwyg h2 {
  font-size: 2.5em;
  margin: 0.75em 0 0.4em 0;
  clear: both;
}

.wysiwyg h3 {
  font-size: 1.8em;
  margin: 0.85em 0 0.4em 0;
}

.wysiwyg > h2:first-child, .wysiwyg > h3:first-child {
  margin-top: 0;
}

/* tables */
.wysiwyg table {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-weight: normal;
  font-size: 1.4em;
  width: 100%;
}

.wysiwyg td {
  text-align: left;
  vertical-align: top;
  padding: 1.6em;
  border: 1px solid #ececec;
}

.wysiwyg thead td {
  text-align: left;
  vertical-align: top;
  padding: 7px 10px 7px 10px;
  font-weight: bold;
  background: #54565a;
  border: 1px solid #ececec;
  color: #fff;
  font-size: 2.2rem;
  padding: 0.95em 0.75em;
}

.wysiwyg td *, .wysiwyg th * {
  font-size: 1em;
  color: inherit;
}

.wysiwyg tr:nth-of-type(even) {
  background-color: #e6e7e8;
}

.wysiwyg td ul, .wysiwyg td ol {
  padding: 0 0 0 1em;
}

.wysiwyg abbr {
  border-bottom: 1px dotted #0c4069;
  cursor: help;
}

/* content area stuff */
.content {
  padding: 20px;
  max-width: 575px;
  margin: 0 auto 0 auto;
}

header {
  padding: 0 0 1px 0;
}

header h1 {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 2.5em;
  margin: 0 0 0.3em 0;
  line-height: 1;
}

header ul.tools {
  display: none;
}

section:before, section:after {
  content: ' ';
  display: table;
}

section:after {
  clear: both;
}

/* navigation */
nav {
  padding: 20px;
  max-width: 600px;
  margin: 0 auto 0 auto;
}

nav div, nav h2 {
  margin: 0 0 10px 0;
}

nav ul {
  margin: 0 0 0 20px;
}

/* footer */
footer {
  padding: 20px;
  max-width: 600px;
  margin: 0 auto 0 auto;
}

footer ul {
  margin: 0 0 0 20px;
}

/* modules */
.module {
  clear: both;
  margin: 0 0 1.8em 0;
  position: relative;
  width: 100%;
}

.module:before, .module:after {
  content: ' ';
  display: table;
}

.module:after {
  clear: both;
}

.module h1, .module h2, .module h3, .module h4 {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-weight: normal;
  line-height: 1;
}

.module .module {
  margin: 0;
}

/* skip link */
p.skip {
  margin: 0 0 1em 0;
}

label.hidden-label {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* bootstrap validator validation errors */
form .has-error input, form .has-error select {
  outline: solid 1px;
  outline-color: #941e29;
}

form .has-error small {
  color: #941e29;
  font-size: 1.2em;
}

/* print styles */
@media print {
  nav, footer, header ul.tools, .moduleFeatures, .moduleNews, .moduleSignpostA, .moduleSignpostB, aside, .cookiePolicy {
    display: none !important;
  }

  *, *:before, *:after {
    color: #000000 !important;
    background: #ffffff !important;
  }

  html, .wysiwyg {
    font-size: 8px !important;
  }

  html.browserJS .moduleAccordion .wysiwyg {
    display: none;
  }

  html.browserJS .moduleAccordion div.open .wysiwyg {
    display: block;
  }
}
/* common styling */
@media only screen and (min-width: 1px) {
  html {
    font-size: 10px;
    background: #f8f8f8;
  }

  .content {
    margin: 0 auto 0 auto;
    padding: 0;
    max-width: none;
    background: #ffffff;
    width: 100%;
  }

  .content > h1 {
    position: absolute;
    top: -1000px;
  }

  nav, footer {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  nav div, nav h2, nav ul, footer ul {
    margin: 0;
  }

  html.templateHome nav h2 a {
    cursor: default;
    pointer-events: none;
  }

  a.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
  }

  a.skip:active,
  a.skip:focus,
  a.skip:hover {
    left: 44%;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 1000;
    background-color: #fff;
    padding: 10px;
    font-size: 18px;
  }

  /* header tools */
  header ul.tools {
    display: block;
    float: right;
    padding: 1px 0 0 0;
    list-style: none;
  }

  header ul.tools > li > a, header ul.tools > li.toolsShare ul a:after {
    background-image: url("../img/site/tools-x2.png");
    background-size: 19.8em 3.3em;
  }

  html.browserIE8 header ul.tools > li > a, html.browserIE8 header ul.tools > li.toolsShare ul a:after {
    background-image: url("../img/site/tools.png");
  }

  header ul.tools > li {
    margin: 0 0 0 0.9em;
    float: left;
    position: relative;
  }

  header ul.tools > li > a {
    display: block;
    width: 3.3em;
    height: 3.3em;
    border-radius: 1.65em;
    background-color: #003f69;
  }

  header ul.tools > li > a span {
    display: none;
    font-size: 1.3em;
    position: absolute;
    bottom: 3.65em;
    left: -10.4em;
    width: 14em;
    background: #003f69;
    color: #ffffff;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    padding: 1em 0 1.1em 1em;
    z-index: 101;
  }

  header ul.tools > li > a span:after {
    content: '';
    position: absolute;
    bottom: -1em;
    right: 1.4em;
    width: 2em;
    height: 1em;
    border-top: 1em solid #003f69;
    border-right: 1em solid transparent;
    border-bottom: none;
    border-left: 1em solid transparent;
  }

  header ul.tools > li.open > a span {
    display: block;
  }

  header ul.tools > li.toolsFavouritesAdd > a {
    background-position: -13.2em -0.1em;
  }

  header ul.tools > li.toolsFavouritesAdd > a:hover {
    background-position: -16.5em -0.1em;
  }

  header ul.tools > li.toolsFavouritesRemove > a {
    background-color: #eb7c00;
    background-position: -16.5em -0.1em;
  }

  header ul.tools > li.toolsFavouritesRemove > a:hover {
    background-position: -13.2em -0.1em;
  }

  header ul.tools > li.toolsShare {
    display: none;
  }

  header ul.tools > li.toolsShare > a {
    background-position: 0 -0.1em;
    overflow: hidden;
    padding: 3.3em 0 0 0;
    cursor: default;
  }

  header ul.tools > li.toolsShare div {
    display: none;
    font-size: 1.3em;
    position: absolute;
    padding: 0 0 3.65em 0;
    left: -1.4em;
    bottom: 0;
    width: 5em;
    z-index: 101;
  }

  header ul.tools > li.toolsShare ul {
    display: block;
    background: #003f69;
    color: #ffffff;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    padding: 0.3em 1em 0.4em 1em;
    list-style: none;
    position: relative;
    width: 14em;
    left: -9em;
  }

  header ul.tools > li.toolsShare.open a + div {
    display: block;
  }

  header ul.tools > li.toolsShare ul:after {
    content: '';
    position: absolute;
    bottom: -1em;
    right: 1.4em;
    width: 2em;
    height: 1em;
    border-top: 1em solid #003f69;
    border-right: 1em solid transparent;
    border-bottom: none;
    border-left: 1em solid transparent;
  }

  header ul.tools > li.toolsShare ul a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 0.8em 0 0.9em 2.5em;
    border-top: 1px solid #809fb4;
    position: relative;
  }

  header ul.tools > li.toolsShare ul li:first-child a {
    border-top: none;
  }

  header ul.tools > li.toolsShare ul a:hover {
    text-decoration: underline;
  }

  header ul.tools > li.toolsShare ul a:after {
    content: '';
    display: block;
    width: 3.3em;
    height: 3.3em;
    position: absolute;
    top: 0.1em;
    left: -0.2em;
    font-size: 0.769em;
  }

  header ul.tools > li.toolsShare ul li.toolsShareTwitter a:after {
    background-position: -6.6em 0.1em;
  }

  header ul.tools > li.toolsShare ul li.toolsShareFacebook a:after {
    background-position: -9.9em 0.1em;
  }

  header ul.tools > li.toolsShare ul li.toolsShareEmail a:after {
    background-position: -3.3em 0.1em;
  }

  header ul.tools > li.toolsShare ul li:first-child {
    font-size: 1.15em;
    padding: 0.6em 0 0.8em 0.4em;
  }

  /* form elements */
  .content input[type="text"], .content input[type="search"], .content input[type="password"], .content textarea, .content select {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    border: none;
    background: #ffffff;
    color: #000000;
    padding: 0.5em;
    width: 100%;
    font-size: 1.6em;
    display: block;
    box-shadow: inset 0 2px 2px #999999;
    border-radius: 3px;
    border: 1px solid #dedede;
    max-width: 20em;
  }

  .content input[type="password"] {
    font-family: 'Arial', 'Helvetica', sans-serif;
    padding: 0.6em 0.5em 0.6em 0.5em;
  }

  .content textarea {
    height: 8em;
  }

  .content input[type="submit"], .content a.button {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.6em;
    display: inline-block;
    color: #ffffff;
    padding: 0.45em 0.7em 0.5em 0.7em;
    background: #54565a;
    text-decoration: none;
    border: none;
    line-height: 1.2;
  }

  .content input[type="submit"]:hover, .content input[type="submit"]:active, .content input[type="submit"]:focus, .content a.button:hover, .content a.button:active, .content a.button:focus {
    background-color: #e6e7e8;
    color: #000000;
  }

  .content select {
    background: #ffffff url("../img/site/select-x2.png") right 50% repeat-y;
    background-size: 1.813em 1.813em;
  }

  html.browserIE8 .content select {
    background-image: url("../img/site/select.png");
    height: 2.4em;
  }

  .content input[type="checkbox"], .content input[type="radio"] {
    font-size: 1.6em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.4em 0 0.7em;
  }

  .content input[type="radio"] {
    margin-top: 10px;
  }

  .moduleSearchFilter p span.radio label {
    vertical-align: bottom;
  }

  .content input[type="checkbox"]:first-child, .content input[type="radio"]:first-child {
    margin-left: 0;
  }

  .content a.cancel {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.6em;
    display: inline-block;
    padding: 0.45em 0.7em 0.5em 0.7em;
    color: #0c4069;
    text-decoration: none;
    border: none;
    line-height: 1.2;
  }

  .content a.cancel:hover, .content a.cancel:active, .content a.cancel:focus {
    text-decoration: underline;
  }

  .content label {
    vertical-align: middle;
  }

  /* skip link */
  p.skip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101000;
  }

  p.skip a {
    position: absolute;
    top: -100px;
    font-size: 2em;
    background: #ffffff;
    color: #990000;
    white-space: nowrap;
  }

  p.skip a:focus {
    top: 0;
  }

  .navSocial {
    float: right;
    padding-top: 1.5em;
  }

  .navSocial a {
    display: block;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border-width: 0.3em;
    border-style: solid;
    border-color: #000000;
    margin-left: 1em;
    float: left;
    position: relative;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .navSocial a {
    display: none;
  }
}
@media only screen and (min-width: 1px) {
  .navSocial a:before {
    content: "\f099";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.4em;
    text-align: center;
    width: 1.9em;
    height: 1.9em;
    line-height: 1.9em;
  }

  .navSocial a span {
    text-indent: -10000px;
    display: block;
  }
}
.navSocial a.navSocial__twitter {
  border-color: #55acee;
}

.navSocial a.navSocial__twitter:before {
  content: "\f099";
  color: #55acee;
}

.navSocial a.navSocial__twitter:hover {
  background-color: #55acee;
}

.navSocial a.navSocial__twitter:hover:before {
  content: "\f099";
  color: #ffffff;
}

.navSocial a.navSocial__linkedin {
  border-color: #007bb5;
}

.navSocial a.navSocial__linkedin:before {
  content: "\f0e1";
  color: #007bb5;
}

.navSocial a.navSocial__linkedin:hover {
  background-color: #007bb5;
}

.navSocial a.navSocial__linkedin:hover:before {
  content: "\f0e1";
  color: #ffffff;
}

.navSocial a.navSocial__facebook {
  border-color: #3b5998;
}

.navSocial a.navSocial__facebook:before {
  content: "\f09a";
  color: #3b5998;
}

.navSocial a.navSocial__facebook:hover {
  background-color: #3b5998;
}

.navSocial a.navSocial__facebook:hover:before {
  content: "\f09a";
  color: #ffffff;
}

/* small layout */
@media only screen and (max-width: 767px) {
  html.browserIE8 body > * {
    display: none;
  }

  .content {
    padding: 9em 0 0 0;
    min-height: 30em;
  }

  html.templateSimple .content {
    padding-top: 9em;
  }

  html.templateHome .content {
    padding-top: 7em;
  }

  section {
    width: 30em;
    margin: 0 auto 0 auto;
  }

  header {
    padding: 0 1em 0 1em;
  }

  header h1, .wysiwyg h1 {
    font-size: 2.8em;
  }

  /* tweaks to body content */
  .module + .wysiwyg {
    margin-top: 1.8em;
  }

  .wysiwyg {
    padding: 0 1em 0 1em;
  }

  .wysiwyg table {
    font-size: 1.2em;
  }

  .wysiwyg th, .wysiwyg td {
    padding: 2px;
  }

  .wysiwyg h2 {
    font-size: 2em;
  }

  .wysiwyg > p:first-child em:first-child {
    font-size: 1.15em;
  }

  /* top navigation bar */
  nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5.4em;
    z-index: 1000;
    background: #f9f9f9;
    border-bottom: 1px solid #ededed;
  }

  nav ul {
    list-style: none;
  }

  nav:before {
    content: '';
    width: 50%;
    height: 5.4em;
    position: absolute;
    top: 0;
    left: 0;
  }

  nav h2, nav .navUser h3, nav .navUser li:before, nav .navSearch h3, nav .navMainExtra h3, nav .navMainExtra ul.navMain li:before, nav .navMainExtra ul.navExtra li:before {
    background-image: url("../img/site/nav-small-x2.png");
    background-size: 53.7em 3.5em;
  }

  nav .navSearch h3 {
    background-image: none;
  }

  nav .navSearch h3:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #929292;
    position: absolute;
    top: 0.35em;
    right: 0.47em;
    font-size: 2em;
    pointer-events: none;
  }

  nav .navSearch h3:hover:before {
    color: #0c4069;
  }

  nav .navMainExtra h3 {
    background-image: none;
  }

  nav .navMainExtra h3:before {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #929292;
    position: absolute;
    top: 0.35em;
    right: 0.47em;
    font-size: 2em;
    pointer-events: none;
  }

  nav .navMainExtra h3:hover:before {
    color: #0c4069;
  }

  nav > div {
    width: 32em;
    height: 5.4em;
    margin: 0 auto 0 auto;
    position: relative;
    background: #f9f9f9;
    border-bottom: 1px solid #ededed;
  }

  nav h2, h3 {
    font-size: 1em;
  }

  nav h2 {
    width: 10.4em;
    height: 3.5em;
    position: absolute;
    top: 1em;
    left: 1.5em;
  }

  nav h2 a, nav h2 span {
    display: block;
    width: 100%;
    height: 3.5em;
    padding: 3.5em 0 0 0;
    overflow: hidden;
  }

  nav .navMainExtra {
    position: absolute;
    top: 5.4em;
    left: 0;
    z-index: 102;
  }

  nav .navMainExtra h3 {
    width: 3.5em;
    height: 3.5em;
    position: absolute;
    top: -4.4em;
    left: 28em;
    background-position: -11.2em 0;
  }

  nav .navMainExtra.open h3 {
    background-position: -14.7em 0;
  }

  nav .navMainExtra h3 a {
    display: block;
    width: 3.5em;
    height: 3.5em;
    padding: 3.5em 0 0 0;
    overflow: hidden;
  }

  nav .navMainExtra > div {
    display: none;
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 32em;
  }

  nav .navMainExtra.open > div {
    display: block;
  }

  nav .navMainExtra > div {
    width: 32em;
    background: #f8f8f8;
    border: 1px solid #0c4069;
    padding: 0.5em 1em 1em 1em;
    position: relative;
  }

  nav .navMainExtra > div:after {
    content: '';
    position: absolute;
    top: -1em;
    right: 1.2em;
    width: 2em;
    height: 1em;
    border-bottom: 1em solid #0c4069;
    border-right: 1em solid transparent;
    border-top: none;
    border-left: 1em solid transparent;
  }

  nav .navMainExtra ul.navMain + ul.navMain:after {
    display: none;
  }

  nav .navMainExtra ul.navMain li {
    position: relative;
  }

  nav .navMainExtra ul.navMain li:before {
    display: none;
  }

  nav .navMainExtra ul.navMain > li.navCurrent:before {
    background-position: -48.7em 0;
  }

  nav .navMainExtra ul.navMain > li:first-child:before, nav .navMainExtra ul.navMain > li:first-child.navCurrent:before {
    background-position: -43.7em 0;
  }

  nav .navMainExtra ul.navMain li > a {
    display: block;
    color: #63656a;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.3em;
    position: relative;
    padding: 0.6em 2em 0.6em 0.6em;
    text-decoration: none;
    border-bottom: 1px solid #0c4069;
  }

  nav .navMainExtra ul.navMain li > a:hover {
    color: #000000;
  }

  nav .navMainExtra ul.navExtra {
    width: 32em;
    background: #f0f0f0;
    padding: 0.5em 1em 1em 1em;
    position: relative;
  }

  nav .navMainExtra ul.navExtra li {
    position: relative;
  }

  nav .navMainExtra ul.navExtra li:before {
    content: '';
    display: block;
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    top: 0.2em;
    right: -0.1em;
    background-position: -51.2em 0;
  }

  nav .navMainExtra ul.navExtra li > a {
    display: block;
    color: #63656a;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.3em;
    position: relative;
    padding: 0.6em 2em 0.6em 0.6em;
    text-decoration: none;
    border-bottom: 1px solid #cfcfcf;
  }

  nav .navMainExtra ul.navMain ul {
    display: none;
  }

  /* different permutations */
  nav .navMainExtra ul.navMain > li:first-child, nav .navMainExtra ul.navMain > li.navCurrent {
    display: block;
  }

  nav .navMainExtra ul.navExtra {
    display: none;
  }

  html.templateHome nav .navMainExtra ul.navMain > li, html.templateSimple nav .navMainExtra ul.navMain > li, html.templateSimpleBreadcrumbs nav .navMainExtra ul.navMain > li {
    display: block;
  }

  html.templateHome nav .navMainExtra ul.navExtra, html.templateSimple nav .navMainExtra ul.navExtra, html.templateSimpleBreadcrumbs nav .navMainExtra ul.navExtra {
    display: block;
  }

  nav .navSearch {
    position: absolute;
    top: 5.4em;
    left: 0;
    z-index: 102;
  }

  nav .navSearch h3 {
    width: 3.5em;
    height: 3.5em;
    position: absolute;
    top: -4.4em;
    left: 23.3em;
    background-position: -18.2em 0;
  }

  nav .navSearch.open h3 {
    background-position: -21.7em 0;
  }

  nav .navSearch h3 a {
    display: block;
    width: 3.5em;
    height: 3.5em;
    padding: 3.5em 0 0 0;
    overflow: hidden;
  }

  nav .navSearch h3:after {
    content: '';
    display: block;
    width: 1px;
    height: 3.5em;
    position: absolute;
    right: -0.6em;
    top: 0;
    background: #ededed;
  }

  nav .navSearch p {
    display: none;
    padding: 1em;
    background: #0074cc;
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 32em;
  }

  nav .navSearch.open p {
    display: block;
  }

  nav .navSearch p:after {
    content: '';
    position: absolute;
    top: -1em;
    right: 6em;
    width: 2em;
    height: 1em;
    border-bottom: 1em solid #0074cc;
    border-right: 1em solid transparent;
    border-top: none;
    border-left: 1em solid transparent;
  }

  nav .navSearch .search-box label {
    display: none;
  }

  nav .navSearch .navSearchPredictions {
    display: none;
  }

  nav .navSearch input[type="search"] {
    width: 18.75em;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.6em;
    padding: 0.5em 3em 0.5em 0.7em;
    border: 2px solid #ffffff;
    box-shadow: inset 0 1px 2px #bbbbbb;
    background: #ffffff;
    color: #000000;
    border-radius: 0;
  }

  nav .navSearch input[type="submit"] {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.6em;
    color: #ffffff;
    text-align: center;
    border: 2px solid #ffffff;
    border-left: none;
    vertical-align: top;
    margin: 0.6em 0.6em 0 0;
    background: #0c4069;
    border-radius: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
  }

  nav .navSearch input[type="search"]:focus, nav .navSearch input[type="search"]:focus + input[type="submit"] {
    border-color: #003f69;
  }

  nav .navUser {
    width: 6em;
    height: 5.4em;
    position: absolute;
    top: 0;
    right: 0;
    background: #00729a;
    border-bottom: 1px solid #006692;
    z-index: 102;
  }

  nav .navUser:before {
    content: '';
    display: block;
    width: 1em;
    height: 5.7em;
    background: #00729a;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  nav .navUser p {
    display: none;
  }

  nav .navUser h3 {
    width: 3.2em;
    height: 3.2em;
    border-radius: 1.6em;
    background-color: #ffffff;
    position: absolute;
    top: 1.1em;
    left: 1.1em;
    background-position: -25.3em -0.2em;
  }

  nav .navUser h3 a {
    display: block;
    width: 3.2em;
    height: 3.2em;
    padding: 3.2em 0 0 0;
    overflow: hidden;
  }

  nav .navUser ul {
    display: none;
    width: 32em;
    position: absolute;
    top: 5.6em;
    right: 0;
    background: #003f69;
    padding: 0.5em 1em 1em 1em;
  }

  nav .navUser.open ul {
    display: block;
  }

  nav .navUser ul:after {
    content: '';
    position: absolute;
    top: -1em;
    right: 2.3em;
    width: 2em;
    height: 1em;
    border-bottom: 1em solid #003f69;
    border-right: 1em solid transparent;
    border-top: none;
    border-left: 1em solid transparent;
  }

  nav .navUser li {
    position: relative;
  }

  nav .navUser li:before {
    content: '';
    display: block;
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    top: 0.2em;
    right: -0.1em;
  }

  nav .navUser li.navUserLogIn:before {
    background-position: -28.6em 0;
  }

  nav .navUser li.navUserCreate:before {
    background-position: -31.1em 0;
  }

  nav .navUser li.navUserAccount:before {
    background-position: -33.6em 0;
  }

  nav .navUser li.navUserFavourites:before {
    background-position: -36.1em 0;
  }

  nav .navUser li.navUserLogOut:before {
    background-position: -38.6em 0;
  }

  nav .navUser li.navUserDiscussion:before {
    background-position: -41.1em 0;
  }

  nav .navUser ul a {
    display: block;
    color: #ffffff;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.3em;
    position: relative;
    padding: 0.6em 2em 0.6em 0.6em;
    text-decoration: none;
    border-bottom: 1px solid #6c90a8;
  }

  nav ul.navBreadcrumbs {
    position: absolute;
    top: 6.4em;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 1.5em;
    z-index: 101;
  }

  nav ul.navBreadcrumbs li {
    float: left;
    margin: 0 0 0.8em 0;
    padding: 0 0.25em 0 0;
    font-size: 1.2em;
  }

  nav ul.navBreadcrumbs li:before {
    content: '/';
    color: #838383;
  }

  nav ul.navBreadcrumbs li:first-child:before {
    content: none;
  }

  nav ul.navBreadcrumbs a, nav ul.navBreadcrumbs strong {
    font-weight: normal;
    text-decoration: none;
    position: relative;
    padding: 0 0 0 0.35em;
  }

  nav ul.navBreadcrumbs a:hover, nav ul.navBreadcrumbs a:focus, nav ul.navBreadcrumbs a:active {
    text-decoration: underline;
  }

  nav ul.navBreadcrumbs strong {
    color: #666666;
  }

  nav ul.navBreadcrumbs li:first-child a {
    padding-left: 0.8em;
  }

  nav .navMainExtra ul.navMain li.orange > a {
    border-bottom: 1px solid #ef8b1e;
  }

  nav .navMainExtra ul.navMain li.gold > a {
    border-bottom: 1px solid #c5a800;
  }

  nav .navMainExtra ul.navMain li.blue > a {
    border-bottom: 1px solid #9bcbea;
  }

  nav .navMainExtra ul.navMain li.purple > a {
    border-bottom: 1px solid #947dd1;
  }

  nav .navMainExtra ul.navMain li.burgundy > a {
    border-bottom: 1px solid #ab205c;
  }

  nav .navMainExtra ul.navMain li.green > a {
    border-bottom: 1px solid #009340;
  }

  nav .navMainExtra ul.navMain li.khaki > a {
    border-bottom: 1px solid #7f9c92;
  }

  /* footer */
  footer {
    clear: both;
    border-top: 1px solid #ececec;
    padding: 2em 0 1.6em 0;
  }

  footer > div {
    width: 28.5em;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }

  footer p:first-child {
    display: none;
  }

  footer p + p {
    width: 21.5em;
    height: 3.35em;
    background: url("../img/site/footer-lottery-x2.png");
    background-size: 100% 100%;
    padding: 3.35em 0 0 0;
    overflow: hidden;
    margin: 0 0 0.8em 0;
  }

  html.browserIE8 footer p + p {
    background: url("../img/site/footer-lottery.png");
  }

  footer ul {
    list-style: none;
  }

  footer li a {
    display: block;
    color: #999999;
    text-decoration: none;
    font-size: 1.4em;
    padding: 0.6em 0.6em 0.6em 0.6em;
    border-top: 1px solid #c8c8c8;
  }

  footer li:first-child a {
    border-top: none;
  }

  footer li a:hover, footer li a:focus, footer li a:active {
    text-decoration: underline;
  }
}
/* right-hand sloping edge of navigation bar */
@media only screen and (min-width: 350px) and (max-width: 767px) {
  nav .navUser:after {
    content: '';
    display: block;
    width: 1.5em;
    height: 5.7em;
    background: #00729a;
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 1px solid #006692;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(9.5deg);
    transform: rotate(9.5deg);
  }
}
/* slightly-bigger */
@media only screen and (min-width: 540px) and (max-width: 767px) {
  html {
    font-size: 12.5px;
  }

  html.browserIE8 {
    font-size: 10px;
  }
}
/* big layout */
@media only screen and (min-width: 768px) {
  .content {
    padding: 18em 0 0 0;
    min-height: 52em;
  }

  html.templateHome .content {
    padding-top: 14.2em;
  }

  html.templateHub .content {
    padding-top: 18em;
  }

  html.templateSimple .content {
    padding-top: 18em;
  }

  html.templateSimpleBreadcrumbs .content {
    padding-top: 18em;
  }

  header h1 {
    font-size: 3.5em;
    font-size: 36px;
  }

  header ul.tools > li.toolsShare {
    display: block;
  }

  section {
    width: 94em;
    margin: 0 auto 0 auto;
  }

  section.contentSplit > div {
    width: 57.5em;
    float: left;
  }

  section.contentSplit > aside {
    width: 35em;
    float: right;
  }

  .templateNarrow section.contentSplit > div {
    width: 67.5em;
    float: left;
    margin-left: 12.5em;
  }

  section.contentCentre > div {
    width: 67.5em;
    float: left;
    margin-left: 12.5em;
  }

  /* adjustment for article pages to align with sidebar search */
  html.templateArticle section.contentSplit > div {
    padding-top: 2em;
  }

  html.templateArticle header ul.tools {
    margin-right: 1em;
  }

  section.contentFormSearch > div {
    width: 57.5em;
    float: left;
    border: 1px solid #ececec;
    background: #f7f7f7;
    padding: 1.9em;
    min-height: 40em;
    margin: 0 0 3em 0;
    position: relative;
  }

  section.contentFormSearch > aside {
    width: 35em;
    float: right;
  }

  section.contentFormSearch h1 {
    border-top: 10px solid #0c4069;
    border-bottom: 0 !important;
    padding-top: 0.5em;
  }

  /* top navigation bar */
  nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #f9f9f9;
    border-bottom: 1px solid #ededed;
  }

  nav h2, nav > div:before, nav .navUser h3:after, nav .navSearch input[type="submit"], nav .navUser.navUserIn h3 a:after, nav .navUser.navUserIn ul a:after, nav ul.navMain > li:first-child > a:before, nav ul.navMain > li > ul:after, nav ul.navMain > li > ul > li.navHasMenu > a:after {
    background-image: url("../img/site/nav-big-x2.png");
    background-size: 28.1em 12.2em;
  }

  html.browserIE8 nav h2, html.browserIE8 nav > div:before, html.browserIE8 nav .navUser h3:after, html.browserIE8 nav .navSearch input[type="submit"], html.browserIE8 nav .navUser.navUserIn h3 a:after, html.browserIE8 nav .navUser.navUserIn ul a:after, html.browserIE8 nav ul.navMain > li:first-child > a:before, html.browserIE8 nav ul.navMain > li > ul:after, html.browserIE8 nav ul.navMain > li > ul > li.navHasMenu > a:after {
    background-image: url("../img/site/nav-big.png");
  }

  nav > div {
    width: 94em;
    height: 8.2em;
    margin: 0 auto 0 auto;
    position: relative;
  }

  nav h2, nav h3 {
    font-size: 1em;
    font-weight: normal;
  }

  nav h2 {
    width: 17.4em;
    height: 5.2em;
    position: absolute;
    top: 1.4em;
    left: 0;
  }

  nav h2 a, nav h2 span {
    display: block;
    width: 17.4em;
    height: 5.2em;
    padding: 5.2em 0 0 0;
    overflow: hidden;
  }

  nav ul {
    list-style: none;
  }

  nav ul.navExtra {
    position: absolute;
    top: 1.1em;
    left: 33.4em;
    width: 32.5em;
  }

  nav ul.navExtra li {
    float: right;
  }

  nav ul.navExtra a {
    padding: 0 0.8em 0 0.8em;
    font-size: 1.3em;
    color: #0c4069;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    text-decoration: none;
    border-left: 1px solid #d7d7d7;
  }

  nav ul.navExtra a:hover, nav ul.navExtra a:focus, nav ul.navExtra a:active {
    text-decoration: underline;
  }

  nav ul.navExtra li:last-child a {
    border-left: none;
    padding-left: 0;
  }

  nav .navSearch {
    position: absolute;
    top: 2.6em;
    right: 22em;
  }

  nav .navSearch h3 {
    display: none;
  }

  nav .navSearch input[type="search"] {
    width: 28em;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.5em;
    padding: 0.35em 2em 0.35em 0.5em;
    border: 1px solid #dedede;
    box-shadow: inset 0 1px 2px #bbbbbb;
    background: #ffffff;
    color: #000000;
    border-radius: 0;
  }

  nav .navSearch input[type="search"]:focus {
    border-color: #003f69;
  }

  nav .navSearch input[type="submit"] {
    font-size: 0.1em;
    width: 24em;
    height: 24em;
    color: #ffffff;
    color: rgba(255, 255, 255, 0);
    border: none;
    vertical-align: top;
    margin: 4em 0 0 -28em;
    background-size: 281em 122em;
    background-position: -175em -1em;
    background-color: transparent;
    border-radius: 0;
  }

  nav .navSearch input[type="submit"]:hover, nav .navSearch input[type="submit"]:focus {
    background-position: -200em -1em;
  }

  nav .navSearch .search-box {
    width: 34em;
  }

  nav .navSearch .search-box label {
    padding: 0 0.3em 0 0;
    font-size: 1.5em;
    color: #0c4069;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  }

  nav .navSearch .navSearchPredictions {
    display: none;
    border: 1px solid #dedede;
    border-top: none;
    background: #ffffff;
    width: 26.4em;
    padding: 0.8em 0 1em 0;
    margin-left: 6em;
  }

  nav .navSearch .navSearchPredictions.navSearchPredictionsOpen {
    display: block;
  }

  nav .navSearch .navSearchPredictions a {
    display: block;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.5em;
    line-height: 1;
    text-decoration: none;
    padding: 0.3em 0.5em 0.3em 0.7em;
    color: #666666;
  }

  nav .navSearch .navSearchPredictions a.navCurrent, nav .navSearch .navSearchPredictions a:hover, nav .navSearch .navSearchPredictions a:focus, nav .navSearch .navSearchPredictions a:active {
    color: #000000;
  }

  nav .navMainExtra h3 {
    display: none;
  }

  nav ul.navMain {
    position: absolute;
    height: 3.8em;
    left: 0;
    top: 9.2em;
  }

  nav ul.navMain > li {
    float: left;
    position: relative;
    z-index: 99;
  }

  nav ul.navMain > li > a {
    display: block;
    float: left;
    font-size: 1.6em;
    height: 2.375em;
    padding: 0.65em 0.4em 0 0.4em;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    text-decoration: none;
    line-height: 1;
    color: #0c4069;
    position: relative;
    -webkit-font-smoothing: antialiased;
  }

  nav ul.navMain > li > a:before {
    content: '';
    display: block;
    width: 1px;
    height: 1.75em;
    background: #cfcfcf;
    position: absolute;
    top: 0.3em;
    left: 0;
  }

  nav ul.navMain > li:hover > a:before, nav ul.navMain > li:hover + li > a:before {
    display: none;
  }

  nav ul.navMain > li:first-child > a:before {
    display: none;
  }

  nav ul.navMain:first-child > li:first-child > a {
    font-size: 1em;
    width: 4em;
    height: 3.8em;
    padding: 3.8em 0 0 0;
    overflow: hidden;
  }

  nav ul.navMain:first-child > li:first-child > a:before {
    content: '';
    display: block;
    background-color: transparent;
    width: 4em;
    height: 3.8em;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -0.1em -5.4em;
  }

  nav ul.navMain + .navMain {
    position: absolute;
    height: 3.8em;
    left: auto;
    right: 0;
    top: 9.2em;
  }

  nav ul.navMain + .navMain > li > a {
    color: #0074cc;
  }

  nav ul.navMain > li > a {
    position: relative;
    z-index: 2;
  }

  nav ul.navMain > li:hover > a {
    color: #000000;
  }

  nav ul.navMain > li:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    border: 1px solid black;
    border-bottom: 1px solid #f7f7f7;
    z-index: 1;
  }

  nav ul.navMain > li:first-child:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    border: 1px solid #0c4069;
    z-index: 1;
  }

  nav ul.navMain > li > ul {
    position: absolute;
    top: 100%;
    background: #f8f8f8;
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 8px 1px;
    padding: 0;
    margin-top: -1px;
    display: none;
  }

  nav ul.navMain > li:hover > ul {
    display: block;
  }

  nav ul.navMain > li > ul li {
    position: relative;
  }

  nav ul.navMain > li ul a {
    color: #63656a;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.4em;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 1;
    width: 15.4em;
    padding: 4px 18px 4px 8px;
  }

  nav ul.navMain > li > ul > li:first-child > a,
  nav ul.navMain li.expand > ul > li:first-child > a {
    padding-top: 10px;
  }

  nav ul.navMain > li > ul > li:last-child > a,
  nav ul.navMain li.expand > ul > li:last-child > a {
    padding-bottom: 11px;
  }

  nav ul.navMain > li > ul > li.expand > a:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #63656a;
    position: absolute;
    top: 0.3em;
    right: 0.34em;
    margin-top: 0.15em;
    font-size: 1em;
  }

  nav ul.navMain > li > ul li:first-child a:before {
    top: 0.74em;
  }

  nav ul.navMain > li > ul li a:hover {
    color: #000000;
  }

  nav ul.navMain > li > ul > li.expand:hover > a:before {
    color: #000000;
  }

  nav ul.navMain > li > ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #f8f8f8;
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 8px 1px;
    margin-top: -1px;
    display: none;
  }

  nav ul.navMain > li > ul > li:hover > ul {
    display: block;
  }

  nav ul.navMain > li.orange:hover:before {
    border: 1px solid #ef8b1e;
    border-bottom: 1px solid #f7f7f7;
  }

  nav ul.navMain > li.orange > ul {
    border-color: #ef8b1e;
  }

  nav ul.navMain > li.orange > ul ul {
    background: #f8f8f8;
    border-color: #ef8b1e;
  }

  nav ul.navMain > li.orange.navCurrent {
    border-bottom: 8px #ef8b1e solid;
  }

  nav ul.navMain > li.gold:hover:before {
    border: 1px solid #c5a800;
    border-bottom: 1px solid #f7f7f7;
  }

  nav ul.navMain > li.gold > ul {
    border-color: #c5a800;
  }

  nav ul.navMain > li.gold > ul ul {
    background: #f8f8f8;
    border-color: #c5a800;
  }

  nav ul.navMain > li.gold.navCurrent {
    border-bottom: 8px #c5a800 solid;
  }

  nav ul.navMain > li.blue:hover:before {
    border: 1px solid #9bcbea;
    border-bottom: 1px solid #f7f7f7;
  }

  nav ul.navMain > li.blue > ul {
    border-color: #9bcbea;
  }

  nav ul.navMain > li.blue > ul ul {
    background: #f8f8f8;
    border-color: #9bcbea;
  }

  nav ul.navMain > li.blue.navCurrent {
    border-bottom: 8px #9bcbea solid;
  }

  nav ul.navMain > li.purple:hover:before {
    border: 1px solid #947dd1;
    border-bottom: 1px solid #f7f7f7;
  }

  nav ul.navMain > li.purple > ul {
    border-color: #947dd1;
  }

  nav ul.navMain > li.purple > ul ul {
    background: #f8f8f8;
    border-color: #947dd1;
  }

  nav ul.navMain > li.purple.navCurrent {
    border-bottom: 8px #947dd1 solid;
  }

  nav ul.navMain > li.burgundy:hover:before {
    border: 1px solid #ab205c;
    border-bottom: 1px solid #f7f7f7;
  }

  nav ul.navMain > li.burgundy > ul {
    border-color: #ab205c;
  }

  nav ul.navMain > li.burgundy > ul ul {
    background: #f8f8f8;
    border-color: #ab205c;
  }

  nav ul.navMain > li.burgundy.navCurrent {
    border-bottom: 8px #ab205c solid;
  }

  nav ul.navMain > li.green:hover:before {
    border: 1px solid #009340;
    border-bottom: 1px solid #f7f7f7;
  }

  nav ul.navMain > li.green > ul {
    border-color: #009340;
  }

  nav ul.navMain > li.green > ul ul {
    background: #f8f8f8;
    border-color: #009340;
  }

  nav ul.navMain > li.green.navCurrent {
    border-bottom: 8px #009340 solid;
  }

  nav ul.navMain > li.khaki:hover:before {
    border: 1px solid #7f9c92;
    border-bottom: 1px solid #f7f7f7;
  }

  nav ul.navMain > li.khaki > ul {
    border-color: #7f9c92;
  }

  nav ul.navMain > li.khaki > ul ul {
    background: #f8f8f8;
    border-color: #7f9c92;
  }

  nav ul.navMain > li.khaki.navCurrent {
    border-bottom: 8px #7f9c92 solid;
  }

  nav ul.navMain > li:nth-child(1) {
    z-index: 10;
  }

  nav ul.navMain > li:nth-child(2) {
    z-index: 9;
  }

  nav ul.navMain > li:nth-child(3) {
    z-index: 8;
  }

  nav ul.navMain > li:nth-child(4) {
    z-index: 7;
  }

  nav ul.navMain > li:nth-child(5) {
    z-index: 6;
  }

  nav ul.navMain > li:nth-child(6) {
    z-index: 5;
  }

  nav ul.navMain > li:nth-child(7) {
    z-index: 4;
  }

  nav ul.navMain > li:nth-child(8) {
    z-index: 3;
  }

  nav ul.navMain > li:nth-child(9) {
    z-index: 2;
  }

  nav ul.navMain > li:nth-child(10) {
    z-index: 1;
  }

  nav ul.navBreadcrumbs {
    position: absolute;
    top: 14.5em;
    left: 0;
    width: 100%;
    padding: 0;
    height: 2em;
    overflow: hidden;
  }

  nav ul.navBreadcrumbs li {
    float: left;
    font-size: 1.3em;
    height: 1.54em;
    padding: 0 0.7em 0 0;
  }

  nav ul.navBreadcrumbs li:before {
    content: '/';
    color: #838383;
  }

  nav ul.navBreadcrumbs li:first-child:before {
    content: none;
  }

  nav ul.navBreadcrumbs a, nav ul.navBreadcrumbs strong {
    font-weight: normal;
    text-decoration: none;
    padding: 0 0 0 0.7em;
    position: relative;
  }

  nav ul.navBreadcrumbs li:first-child a {
    padding: 0 0 0;
  }

  nav ul.navBreadcrumbs a:hover, nav ul.navBreadcrumbs a:focus, nav ul.navBreadcrumbs a:active {
    text-decoration: underline;
  }

  nav ul.navBreadcrumbs strong {
    color: #666666;
  }

  /* footer */
  footer {
    clear: both;
    border-top: 1px solid #ececec;
    padding: 2em 0 1.7em 0;
  }

  footer > div {
    width: 91em;
    overflow: hidden;
    min-height: 4.4em;
    position: relative;
    margin: 0 auto 0 auto;
  }

  footer p:first-child {
    text-align: right;
    font-size: 2em;
    color: #0c4069;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    line-height: 1;
    margin: 0 0 0.45em 0;
  }

  footer ul {
    list-style: none;
    float: right;
    font-size: 1.3em;
    margin: 0 -0.8em 0 0;
  }

  footer li {
    float: left;
  }

  footer li.footerExtra {
    display: none;
  }

  footer li a {
    padding: 0 0.8em 0 0.8em;
    border-left: 1px solid #9b9c9e;
    color: #7c7d7f;
    text-decoration: none;
  }

  footer li a:hover, footer li a:focus, footer li a:active {
    text-decoration: underline;
  }

  footer li:first-child a {
    border-left: none;
  }

  footer p + p {
    position: absolute;
    top: 0;
    left: 0;
    width: 28.2em;
    height: 4.4em;
    padding: 4.4em 0 0 0;
    overflow: hidden;
    background: url("../img/site/footer-lottery-x2.png");
    background-size: 100% 100%;
  }

  html.browserIE8 footer p + p {
    background: url("../img/site/footer-lottery.png");
  }
}
/* slightly-shrunk to fit on portrait ipad */
@media only screen and (min-width: 768px) and (max-width: 969px) {
  html {
    font-size: 7.9px;
  }

  html.browserIE8 {
    font-size: 10px;
  }
}
/* video/image overlay */
@media only screen and (min-width: 1px) {
  .overlay {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 2000px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
  }

  .overlay .overlayContent {
    width: 80.8em;
    position: absolute;
    left: 50%;
    top: 2em;
    margin: 0 0 0 -40.4em;
    box-shadow: 0 0 1em #000000;
    background: #ffffff;
  }

  .overlay .overlayEmbed {
    background: #ececec url("../img/site/spinner.gif");
    height: 50em;
    background-repeat: no-repeat;
    background-position: 50%;
  }

  .overlay img {
    display: block;
    margin: 0 auto 0 auto;
    width: auto;
    height: auto;
    max-width: 80.8em;
    max-height: 42em;
  }

  .overlay iframe {
    display: block;
    border: none;
    width: 80.8em;
    height: 45.5em;
  }

  .overlay .overlayInfo {
    padding: 1.4em 2em 1.7em 2em;
  }

  .overlay .overlayInfo:before, .overlay .overlayInfo:after {
    content: ' ';
    display: table;
  }

  .overlay .overlayInfo:after {
    clear: both;
  }

  .overlay h2 {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.6em;
    color: #003f69;
    font-weight: normal;
    margin: 0 0 0.3em 0;
  }

  .overlay p {
    font-size: 1.3em;
  }

  .overlay a.overlayClose {
    display: block;
    width: 3.8em;
    height: 3.8em;
    border-radius: 1.9em;
    background: #0c4069 url("../img/site/close-x2.png");
    background-size: 3.8em 3.8em;
    position: absolute;
    top: -2.5em;
    right: -2.5em;
  }

  html.browserIE8 .overlay a.overlayClose {
    background-image: url("../img/site/close.png");
  }

  .overlay a.overlayClose:hover, .overlay a.overlayClose:active, .overlay a.overlayClose:focus {
    background-color: #0074cc;
  }

  .overlay a.overlayDownload {
    text-decoration: none;
    position: relative;
    float: right;
    margin: 0 0 0 1em;
  }

  .overlay a.overlayDownload:hover, .overlay a.overlayDownload:active, .overlay a.overlayDownload:focus {
    text-decoration: underline;
  }

  .overlay a.overlayDownload:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #003f69 url("../img/site/documents-x2.png") -8.4em 0;
    background-size: 16.8em 2.8em;
    width: 2.8em;
    height: 2.8em;
    border-radius: 1.4em;
  }

  html.browserIE8 .overlay a.overlayDownload:after {
    background-image: url("../img/site/documents.png");
  }

  .overlay a.overlayDownload span {
    display: block;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.4em;
    height: 2em;
    padding: 0.3em 0 0 2.3em;
  }

  .overlay .toolsShare > a, .overlay .toolsShare ul a:after {
    background-image: url("../img/site/tools-x2.png");
    background-size: 19.8em 3.3em;
  }

  html.browserIE8 .overlay .toolsShare > a, html.browserIE8 .overlay .toolsShare ul a:after {
    background-image: url("../img/site/tools.png");
  }

  .overlay .toolsShare {
    float: right;
    margin: 0 0 0 1em;
    position: relative;
  }

  .overlay .toolsShare > a {
    display: block;
    width: 3.3em;
    height: 3.3em;
    border-radius: 1.65em;
    background-color: #003f69;
    background-position: 0 -0.1em;
    overflow: hidden;
    padding: 3.3em 0 0 0;
    cursor: default;
  }

  .overlay .toolsShare div {
    display: none;
    font-size: 1.3em;
    position: absolute;
    padding: 0 0 3.65em 0;
    left: -1.4em;
    bottom: 0;
    width: 5em;
    z-index: 101;
  }

  .overlay .toolsShare ul {
    display: block;
    background: #003f69;
    color: #ffffff;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    padding: 0.3em 1em 0.4em 1em;
    list-style: none;
    position: relative;
    width: 14em;
    left: -9em;
  }

  .overlay .toolsShare.open a + div {
    display: block;
  }

  .overlay .toolsShare ul:after {
    content: '';
    position: absolute;
    bottom: -1em;
    right: 1.4em;
    width: 2em;
    height: 1em;
    border-top: 1em solid #003f69;
    border-right: 1em solid transparent;
    border-bottom: none;
    border-left: 1em solid transparent;
  }

  .overlay .toolsShare ul a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 0.8em 0 0.9em 2.5em;
    border-top: 1px solid #809fb4;
    position: relative;
  }

  .overlay .toolsShare ul li:first-child a {
    border-top: none;
  }

  .overlay .toolsShare ul a:hover {
    text-decoration: underline;
  }

  .overlay .toolsShare ul a:after {
    content: '';
    display: block;
    width: 3.3em;
    height: 3.3em;
    position: absolute;
    top: 0.1em;
    left: -0.2em;
    font-size: 0.769em;
  }

  .overlay .toolsShare ul li.toolsShareTwitter a:after {
    background-position: -6.6em 0.1em;
  }

  .overlay .toolsShare ul li.toolsShareFacebook a:after {
    background-position: -9.9em 0.1em;
  }

  .overlay .toolsShare ul li.toolsShareEmail a:after {
    background-position: -3.3em 0.1em;
  }

  .overlay .toolsShare ul li:first-child {
    font-size: 1.15em;
    padding: 0.6em 0 0.8em 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .overlay {
    display: none !important;
  }
}
@media only screen and (min-height: 640px) {
  .overlay .overlayContent {
    top: 7em;
  }

  .overlay img {
    max-height: 50em;
  }
}
@media only screen and (min-height: 768px) {
  .overlay .overlayContent {
    top: 11em;
  }

  .overlay img {
    max-height: 60em;
  }
}
@media only screen and (min-height: 1024px) {
  .overlay .overlayContent {
    top: 20em;
  }

  .overlay img {
    max-height: 70em;
  }
}
/* content type icons */
@media only screen and (min-width: 1px) {
  li[data-content-type] > a:first-child:after, li[data-content-type] > a:first-child small {
    content: "\f016";
  }

  li[data-content-type="video"] > a:first-child:after, li[data-content-type="video"] > a:first-child small {
    content: "\f1c8";
  }

  li[data-content-type="faq"] > a:first-child:after, li[data-content-type="faq"] > a:first-child small {
    content: "\f128";
  }

  li[data-content-type="news"] > a:first-child:after, li[data-content-type="news"] > a:first-child small {
    content: "\f0f6";
  }

  li[data-content-type="content"] > a:first-child:after, li[data-content-type="content"] > a:first-child small {
    content: "\f0f6";
  }

  li[data-content-type="dwg"] > a:first-child:after, li[data-content-type="dwg"] > a:first-child small {
    content: "\f1c6";
  }

  li[data-content-type="caseStudy"] > a:first-child:after, li[data-content-type="caseStudy"] > a:first-child small {
    content: "\f15c";
  }

  li[data-content-type="calendar"] > a:first-child:after, li[data-content-type="calendar"] > a:first-child small {
    content: "\f133";
  }

  li[data-content-type="download"] > a:first-child:after, li[data-content-type="download"] > a:first-child small {
    content: "\f019";
  }

  li[data-content-type="pdf"] > a:first-child:after, li[data-content-type="pdf"] > a:first-child small {
    content: "\f1c1";
  }

  li[data-content-type="image"] > a:first-child:after, li[data-content-type="image"] > a:first-child small {
    content: "\f1c5";
  }

  li[data-content-type="zoom"] > a:first-child:after, li[data-content-type="zoom"] > a:first-child small {
    content: "\f00e";
  }

  li[data-content-type="sportEngland"] > a:first-child:after, li[data-content-type="sportEngland"] > a:first-child small {
    content: "\f1e3";
  }

  li[data-content-type="doc"] > a:first-child:after, li[data-content-type="doc"] > a:first-child small,
  li[data-content-type="word"] > a:first-child:after, li[data-content-type="word"] > a:first-child small,
  li[data-content-type="docx"] > a:first-child:after, li[data-content-type="docx"] > a:first-child small {
    content: "\f1c2";
  }

  li[data-content-type="xls"] > a:first-child:after, li[data-content-type="xls"] > a:first-child small,
  li[data-content-type="xlsx"] > a:first-child:after, li[data-content-type="xlsx"] > a:first-child small {
    content: "\f1c3";
  }

  li[data-content-type="ppt"] > a:first-child:after, li[data-content-type="ppt"] > a:first-child small,
  li[data-content-type="pptx"] > a:first-child:after, li[data-content-type="pptx"] > a:first-child small {
    content: "\f1c4";
  }
}
/* cookie policy */
@media only screen and (min-width: 1px) {
  .cookiePolicy {
    position: absolute;
    top: -35em;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    background: #0c4069;
    color: #ffffff;
    z-index: 99000;
  }

  .cookiePolicy > div {
    width: 94em;
    margin: 0 auto 0 auto;
    padding: 1.5em 0 1.8em 0;
    position: relative;
  }

  .cookiePolicy h2 {
    float: left;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 2.4em;
    font-weight: normal;
  }

  .cookiePolicy p {
    font-size: 1.4em;
    margin: 0.2em 5.7em 0 15.7em;
    line-height: 1.3;
  }

  .cookiePolicy p a:link, .cookiePolicy p a:visited {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.15em;
    display: inline-block;
    color: #ffffff;
    padding: 0.45em 0.7em 0.5em 0.7em;
    background: #01729a;
    text-decoration: none;
    margin: 0.75em 0 0 0;
    vertical-align: middle;
  }

  .cookiePolicy p a:hover, .cookiePolicy p a:active, .cookiePolicy p a:focus {
    background: #54b6e7;
  }

  .cookiePolicy p + a {
    display: block;
    width: 3.8em;
    height: 3.8em;
    border-radius: 1.9em;
    background: #01729a url("../img/site/close-x2.png");
    background-size: 3.8em 3.8em;
    position: absolute;
    top: 1.5em;
    right: 0;
  }

  html.browserIE8 .cookiePolicy p + a {
    background-image: url("../img/site/close.png");
  }

  .cookiePolicy p + a:hover, .cookiePolicy p + a:active, .cookiePolicy p + a:focus {
    background-color: #54b6e7;
  }
}
@media only screen and (max-width: 767px) {
  .cookiePolicy > div {
    width: 30em;
  }

  .cookiePolicy h2 {
    float: none;
    font-size: 1.8em;
  }

  .cookiePolicy p {
    font-size: 1.4em;
    margin: 0.6em 0 0 0;
    line-height: 1.3;
  }

  .cookiePolicy p a:link, .cookiePolicy p a:visited {
    margin: 0.25em 0 0 0;
    padding: 0.23em 0.5em 0.25em 0.5em;
  }

  .cookiePolicy p + a {
    top: 0.5em;
  }
}
/* sitemap */
@media only screen and (min-width: 1px) {
  .sitemap ul {
    margin: 0;
    padding: 0;
  }

  .sitemap ul li {
    margin: 0 0 0 20px;
    list-style-type: circle;
    font-size: 1.4em;
    line-height: 1.8em;
  }

  .sitemap ul li ul {
    margin: 0 0 0 20px;
    font-size: 1.0em;
  }

  .sitemap ul li ul li {
    margin: 0 0 0 20px;
    font-size: 1.0em;
  }

  .sitemap ul li ul li ul {
    margin: 0 0 0 20px;
    font-size: 1.0em;
  }

  .sitemap ul li ul li ul li {
    margin: 0 0 0 20px;
    font-size: 1.0em;
  }
}
.EVSAcceptedAgreement {
  font-size: 1.4em;
  float: left;
  max-width: 85%;
  margin-top: 0.5em;
  margin-left: 60px;
}

#content_LEVSLogin_4_VerifyButton {
  float: left;
  clear: both;
  margin-top: 10px;
  margin-left: 60px;
}

/* Templates */
/* =========================================================================== */
/* modules */
/* wysiwyg */
@media only screen and (min-width: 1px) {
  .moduleWysiwyg {
    background: #f8f8f8;
    border: 1px solid #ececec;
    padding: 1.4em 1.4em 0.9em 1.4em;
  }

  .moduleWysiwyg .wysiwyg {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .moduleWysiwyg {
    padding: 1.4em 0.9em 0.9em 0.9em;
  }
}
@media only screen and (min-width: 1px) {
  .module ul {
    list-style: none;
  }

  .module .wysiwyg ul {
    list-style: disc;
  }

  .wysiwyg .module {
    margin-top: 1.8em;
    margin-bottom: 2.2em;
  }

  .wysiwyg .module + .module {
    margin-top: -0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .module {
    margin: 0 0 1em 0;
  }

  .wysiwyg .module {
    margin: 1em -1em 1.2em -1em;
    width: auto;
  }

  .wysiwyg .module + .module {
    margin-top: -0.2em;
  }
}
@media only screen and (min-width: 1px) {
  .moduleCarousel {
    background: #f8f8f8;
    border: 1px solid #e6e7e8;
    overflow: hidden;
  }

  .moduleCarousel > div {
    overflow: hidden;
    position: relative;
  }

  .moduleCarouselItem {
    position: relative;
    overflow: hidden;
    float: left;
  }

  .moduleCarouselItem div:first-child {
    margin: 0;
    padding: 1.5em 1.5em 1em 1.5em;
    position: relative;
  }

  .moduleCarouselItem div:first-child * {
    color: #54565a;
  }

  .moduleCarouselItem div:first-child a {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    font-size: 1.2em;
  }

  .moduleCarouselItem div:first-child a:hover, .moduleCarouselItem div:first-child a:focus, .moduleCarouselItem div:first-child a:active {
    text-decoration: underline;
    color: #000000;
  }

  .moduleCarouselItem div:first-child h1, .moduleCarouselItem div:first-child h2 {
    margin: 0 0 0.4em 0;
    color: #000000;
  }

  .moduleCarouselItem div:first-child p, .moduleCarouselItem div:first-child li {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0 0 0.6em 0;
  }

  .moduleCarouselItem div:first-child ul, .moduleCarouselItem div:first-child ol, .moduleCarouselItem div:first-child blockquote {
    margin: 0 2em 0 3em;
    padding: 0;
  }

  .moduleCarouselItem div:first-child blockquote > *:first-child:before {
    content: '\201C';
  }

  .moduleCarouselItem div:first-child blockquote > *:last-child:after {
    content: '\201D';
  }

  .moduleCarousel .module {
    position: absolute;
    top: 0;
    left: 0;
  }

  .moduleCarousel .module:before {
    content: "";
    width: 100%;
    height: 1.2em;
    background-color: #0c4069;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .moduleCarousel a.moduleCarouselPrevious {
    display: block;
    position: absolute;
    left: 0;
    top: 10.5em;
    width: 3.5em;
    height: 6em;
    background: #0c4069;
    background-image: none;
    text-decoration: none;
  }

  .moduleCarousel a.moduleCarouselPrevious:after {
    content: "\f053";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 2.4em;
    position: absolute;
    top: 1.5em;
    left: 0.3em;
    color: #ffffff;
    margin-top: -0.7em;
    text-align: center;
    text-decoration: none;
  }

  .moduleCarousel a.moduleCarouselNext {
    display: block;
    position: absolute;
    right: 0;
    top: 10.5em;
    width: 3.5em;
    height: 6em;
    background: #0c4069;
    background-image: none;
    text-decoration: none;
  }

  .moduleCarousel a.moduleCarouselNext:after {
    content: "\f054";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 2.4em;
    position: absolute;
    top: 1.5em;
    right: 0.3em;
    color: #ffffff;
    margin-top: -0.7em;
    text-align: center;
    text-decoration: none;
  }

  .moduleCarousel a.moduleCarouselPrevious:hover, .moduleCarousel a.moduleCarouselPrevious:focus, .moduleCarousel a.moduleCarouselPrevious:active, .moduleCarousel a.moduleCarouselNext:hover, .moduleCarousel a.moduleCarouselNext:focus, .moduleCarousel a.moduleCarouselNext:active {
    background-color: #0074cb;
  }
}
@media only screen and (max-width: 767px) {
  .moduleCarousel > div {
    width: 210.1em;
  }

  .moduleCarouselItem {
    padding: 13.7em 0 0 0;
    max-width: 30em;
  }

  .moduleCarouselItem div:first-child:after {
    content: '';
    position: absolute;
    top: -1em;
    left: 1.5em;
    width: 2em;
    height: 1em;
    border-bottom: 1em solid #0c4069;
    border-right: 1em solid transparent;
    border-top: none;
    border-left: 1em solid transparent;
    z-index: 1;
  }

  .moduleCarouselItem div:first-child h1, .moduleCarouselItem div:first-child h2 {
    font-size: 2.5em;
  }

  .moduleCarouselItem .module {
    width: 100%;
    height: 13.7em;
  }

  .moduleCarousel a.moduleCarouselPrevious {
    top: 4em;
    width: 3em;
    background-position: -6.25em 1.5em;
  }

  .moduleCarousel a.moduleCarouselNext {
    top: 4em;
    width: 3em;
    background-position: -0.9em 1.5em;
  }

  .moduleCarousel ul.moduleCarouselNav {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .moduleCarousel > div {
    width: 658.1em;
  }

  .moduleCarouselItem {
    width: 94em;
    padding: 0 0 0 59em;
    min-height: 27em;
  }

  .moduleCarouselItem div:first-child {
    padding: 2.5em 4.5em 2.5em 2em;
  }

  .moduleCarouselItem div:first-child:before {
    content: '';
    position: absolute;
    top: 3.3em;
    left: -1em;
    width: 1em;
    height: 2em;
    border-right: 1em solid #f8f8f8;
    border-bottom: 1em solid transparent;
    border-left: none;
    border-top: 1em solid transparent;
    z-index: 1;
  }

  .moduleCarouselItem div:first-child h1, .moduleCarouselItem div:first-child h2 {
    font-size: 3.3em;
  }

  .moduleCarouselItem .module {
    width: 59em;
    height: 27em;
  }

  .moduleCarousel ul.moduleCarouselNav {
    width: 35em;
    height: 1.5em;
    position: absolute;
    right: 0;
    bottom: 1.5em;
    text-align: center;
  }

  .moduleCarousel ul.moduleCarouselNav li {
    display: inline-block;
  }

  .moduleCarousel ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(12, 64, 105, 0.5);
    margin: 0 0.3em 0 0.3em;
  }

  html.browserIE8 .moduleCarousel ul.moduleCarouselNav a {
    background: #98d3f1;
  }

  .moduleCarousel ul.moduleCarouselNav a:hover, .moduleCarousel ul.moduleCarouselNav a:focus, .moduleCarousel ul.moduleCarouselNav a:active {
    background: #0c4069;
  }

  .moduleCarousel ul.moduleCarouselNav a.current {
    background: #0c4069;
  }

  html.browserIE8 .moduleCarousel ul.moduleCarouselNav a.current {
    background: #0c4069;
  }
}
@media only screen and (max-width: 767px) {
  .moduleCarouselItem div:first-child:after {
    border-bottom: 1em solid #e6e7e8;
  }

  .moduleCarouselItem div:first-child:after {
    border-right: 1em solid #e6e7e8;
  }

  .moduleCarouselItem p a {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    font-size: 1.2em;
  }

  .moduleCarouselItem p a:hover,
  .moduleCarouselItem p a:active,
  .moduleCarouselItem p a:focus,
  .moduleCarouselItem p a:focus:hover {
    text-decoration: underline;
    color: #fff;
  }
}
/*  Intro Text */
@media only screen and (min-width: 1px) {
  .moduleIntroText-header {
    padding-left: 1.4em;
    padding-right: 1.4em;
    margin-bottom: 1.4em;
  }

  .moduleIntroText-header h3 {
    font-size: 2.2em;
    color: #000000;
  }

  .moduleIntroText-text {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .moduleIntroText-text p {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 768px) {
  .moduleIntroText-header {
    float: left;
    width: 35em;
    padding-right: 0;
    margin-bottom: 0;
  }

  .moduleIntroText-text {
    float: right;
    width: 57.5em;
    padding-left: 0;
  }
}
/* signpost */
@media only screen and (min-width: 1px) {
  .moduleSignpost {
    background: #f8f8f8;
    border: 1px solid #ececec;
    padding: 1.5em 1.5em 0 1.5em;
  }

  .moduleSignpost h2 {
    color: #000000;
    border-top: 10px solid #0c4069;
    font-size: 2.5em;
    padding: 0.5em 0;
  }

  .moduleSignpost ul {
    margin: 0;
    padding: 0;
  }

  .moduleSignpost li {
    font-size: 1em;
    line-height: 1.2;
    margin: 0 0 1.5em;
    width: 26.8em;
  }

  .moduleSignpost a {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }

  .moduleSignpost a:hover, .moduleSignpost a:focus, .moduleSignpost a:active {
    background: #f8f8f8;
  }

  .moduleSignpost--simple a {
    min-height: 25em;
  }

  .moduleSignpost img {
    display: block;
    width: 100%;
    height: 17.4em;
    margin: 0 0 1.1em 0;
  }

  .moduleSignpost strong, .moduleSignpost h2 {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #000000;
    font-size: 2em;
    margin: 0 0 0.4em 0em;
    line-height: 1.1;
  }

  .moduleSignpost span {
    display: block;
    font-size: 1.4em;
    margin: 0 0em 3em 0em;
  }

  .moduleSignpost em {
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #000000;
    font-size: 1.5em;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0.5em 0em;
    border-bottom: 0.67em solid #ececec;
  }

  .moduleSignpost a:hover em, .moduleSignpost a:focus em, .moduleSignpost a:active em {
    text-decoration: underline;
    border-bottom-color: #0c4069;
  }

  .moduleSignpost li[data-content-type] a:after, .moduleSignpost li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #0c4069;
    background-color: rgba(12, 64, 105, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }

  .moduleSignpost li[data-content-type] a:hover:after, .moduleSignpost li[data-content-type] a:hover small {
    background-color: #0c4069;
  }
}
@media only screen and (min-width: 768px) {
  .moduleSignpost ul {
    overflow: hidden;
    margin: 0 -3em 0 0;
  }

  .moduleSignpost li {
    float: left;
    width: 28.9em;
  }

  .moduleSignpost a {
    min-height: 31.5em;
  }

  .moduleSignpost--simple a {
    min-height: 25em;
  }

  section.contentSplit > div .moduleSignpost li {
    width: 26.4em;
    margin: 0 1.5em 1.5em 0;
  }

  .templateNarrow section.contentSplit > div .moduleSignpost li {
    width: 31.4em;
  }

  section.contentSplit > div .moduleSignpost li:nth-child(2n+1) {
    clear: left;
  }

  section.contentSplit > div .moduleSignpost li:first-child + li + li, section.contentSplit > div .moduleSignpost li:first-child + li + li + li + li, section.contentSplit > div .moduleSignpost li:first-child + li + li + li + li + li + li, section.contentSplit > div .moduleSignpost li:first-child + li + li + li + li + li + li {
    clear: left;
  }

  section.contentSplit > div .moduleSignpost img {
    height: 16.2em;
  }

  section.contentWide .moduleSignpost li {
    margin: 0 2em 1.5em 0;
  }

  section.contentWide .moduleSignpost li:nth-child(3n+1) {
    clear: left;
  }

  section.contentWide .moduleSignpost li:first-child + li + li + li, section.contentWide .moduleSignpost li:first-child + li + li + li + li + li + li, section.contentWide .moduleSignpost li:first-child + li + li + li + li + li + li + li + li + li {
    clear: left;
  }

  section.contentWide .moduleSignpost a {
    min-height: 33em;
  }

  section.contentWide .moduleSignpost--simple a {
    min-height: 25em;
  }
}
/* signpost small*/
@media only screen and (min-width: 1px) {
  .moduleSignpostSmall {
    background: #f8f8f8;
    border: 1px solid #ececec;
    padding: 1.5em;
  }

  .moduleSignpostSmall h2 {
    color: #000000;
    border-top: 10px solid #0c4069;
    font-size: 2.5em;
    padding: 0.5em 0;
  }

  .moduleSignpostSmall ul {
    margin: 0;
    padding: 0;
  }

  .moduleSignpostSmall li {
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
    width: 27em;
  }

  .moduleSignpostSmall a {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    padding: 1em;
  }

  .moduleSignpostSmall li a:hover, .moduleSignpostSmall li a:focus, .moduleSignpostSmall li a:active {
    background: #ffffff;
    border: 1px solid #ececec;
  }

  .moduleSignpostSmall img {
    display: block;
    width: 10em;
    height: 10em;
    margin: 0;
    float: left;
  }

  .moduleSignpostSmall h2 {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #000000;
    font-size: 2em;
    margin: 0 0 0.4em 0em;
    line-height: 1.1;
  }

  .moduleSignpostSmall strong {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #000000;
    font-size: 1.6em;
    margin: 0 0 0.3em 7em;
    line-height: 1.1;
  }

  .moduleSignpostSmall span {
    display: block;
    font-size: 1.4em;
    margin: 0 0 0em 8em;
  }

  .moduleSignpostSmall em {
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #000000;
    font-size: 1.5em;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0.5em 0em;
    border-bottom: 0.67em solid #ececec;
  }

  .moduleSignpostSmall li[data-content-type] a:after, .moduleSignpostSmall li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #0c4069;
    background-color: rgba(12, 64, 105, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }

  .moduleSignpostSmall li[data-content-type] a:hover:after, .moduleSignpostSmall li[data-content-type] a:hover small {
    background-color: #0c4069;
  }
}
@media only screen and (min-width: 768px) {
  .moduleSignpostSmall ul {
    overflow: hidden;
    margin: 0 -3em 0 0;
  }

  .moduleSignpostSmall li {
    float: left;
    width: 28.9em;
  }

  .moduleSignpostSmall--simple a {
    min-height: 25em;
  }

  section.contentSplit > div .moduleSignpostSmall li {
    width: 27em;
    margin: 0;
  }

  .templateNarrow section.contentSplit > div .moduleSignpostSmall li {
    width: 31.4em;
  }

  section.contentSplit > div .moduleSignpostSmall li:nth-child(2n+1) {
    clear: left;
  }

  section.contentSplit > div .moduleSignpostSmall li:first-child + li + li, section.contentSplit > div .moduleSignpostSmall li:first-child + li + li + li + li, section.contentSplit > div .moduleSignpostSmall li:first-child + li + li + li + li + li + li, section.contentSplit > div .moduleSignpostSmall li:first-child + li + li + li + li + li + li {
    clear: left;
  }

  section.contentWide .moduleSignpostSmall li {
    margin: 0 2em 1.5em 0;
  }

  section.contentWide .moduleSignpostSmall li:nth-child(3n+1) {
    clear: left;
  }

  section.contentWide .moduleSignpostSmall li:first-child + li + li + li, section.contentWide .moduleSignpostSmall li:first-child + li + li + li + li + li + li, section.contentWide .moduleSignpostSmall li:first-child + li + li + li + li + li + li + li + li + li {
    clear: left;
  }

  section.contentWide .moduleSignpostSmall a {
    min-height: 33em;
  }

  section.contentWide .moduleSignpostSmall--simple a {
    min-height: 25em;
  }
}
/* news */
@media only screen and (min-width: 1px) {
  .moduleSignpostScroll {
    background: #f8f8f8;
    border: 1px solid #ececec;
    padding: 1.5em;
    overflow: hidden;
  }

  .moduleSignpostScroll h2 {
    color: #000000;
    border-top: 10px solid #0c4069;
    font-size: 2em;
    padding: 0.5em 0;
    margin: 0 0 0.4em 0em;
  }

  .moduleSignpostScroll ul {
    width: 361em;
    overflow: hidden;
    position: relative;
    margin-left: -1.51em;
  }

  .moduleSignpostScroll li {
    width: 30em;
    float: left;
  }

  .moduleSignpostScroll li a {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    min-height: 29.5em;
  }

  .moduleSignpostScroll li a:hover, .moduleSignpostScroll li a:focus, .moduleSignpostScroll li a:active {
    background: #f8f8f8;
  }

  .moduleSignpostScroll li img {
    display: block;
    width: 100%;
    height: 17.4em;
    margin: 0 0 1.2em 0;
  }

  .moduleSignpostScroll strong, .moduleSignpost h2 {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #000000;
    font-size: 2em;
    margin: 0 0 0.4em 0em;
    line-height: 1.1;
  }

  .moduleSignpostScroll span {
    display: block;
    font-size: 1.4em;
    margin: 0 0em 3em 0em;
  }

  .moduleSignpostScroll em {
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #000000;
    font-size: 1.5em;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0.5em 0em;
    border-bottom: 0.67em solid #ececec;
  }

  .moduleSignpostScroll a:hover em, .moduleSignpost a:focus em, .moduleSignpost a:active em {
    text-decoration: underline;
    border-bottom-color: #0c4069;
  }

  .moduleSignpostScroll a.moduleSignpostScrollPrevious {
    display: block;
    position: absolute;
    left: 0;
    top: 12.6em;
    width: 3.5em;
    height: 6em;
    background: #0c4069;
    text-decoration: none;
  }

  .moduleSignpostScroll a.moduleSignpostScrollPrevious:after {
    content: "\f053";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 2.4em;
    position: absolute;
    top: 1.5em;
    left: 0.3em;
    color: #ffffff;
    margin-top: -0.7em;
    text-align: center;
  }

  .moduleSignpostScroll a.moduleSignpostScrollNext {
    display: block;
    position: absolute;
    right: 0;
    top: 12.6em;
    width: 3.5em;
    height: 6em;
    background: #0c4069;
    text-decoration: none;
  }

  .moduleSignpostScroll a.moduleSignpostScrollNext:after {
    content: "\f054";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 2.4em;
    position: absolute;
    top: 1.5em;
    right: 0.3em;
    color: #ffffff;
    margin-top: -0.7em;
    text-align: center;
  }

  .moduleSignpostScroll a.moduleSignpostScrollPrevious:hover, .moduleSignpostScroll a.moduleSignpostScrollPrevious:focus, .moduleSignpostScroll a.moduleSignpostScrollPrevious:active, .moduleSignpostScroll a.moduleSignpostScrollNext:hover, .moduleSignpostScroll a.moduleSignpostScrollNext:focus, .moduleSignpostScroll a.moduleSignpostScrollNext:active {
    background-color: #0074cc;
  }
}
@media only screen and (min-width: 768px) {
  .moduleSignpostScroll ul {
    margin-left: 0;
  }

  .moduleSignpostScroll li {
    width: 27.9em;
  }

  .moduleSignpostScroll li a {
    min-height: 28em;
    width: 26.4em;
  }

  section.contentWide .moduleSignpostScroll li {
    margin: 0 2em 0 0;
  }

  section.contentWide .moduleSignpostScroll a {
    min-height: 29.5em;
  }

  .moduleSignpostScroll a.moduleSignpostScrollPrevious {
    left: 1.5em;
  }

  .moduleSignpostScroll a.moduleSignpostScrollNext {
    right: 1.5em;
  }
}
/* Big Quote */
@media only screen and (min-width: 1px) {
  .moduleQuoteBig {
    padding: 0;
    text-align: center;
    margin-left: 0em;
    float: left;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 2.4em;
  }

  .moduleQuoteBig blockquote {
    padding: 0 7em 0 7em;
    margin: 0 auto;
    display: inline-block;
    position: relative;
  }

  .moduleQuoteBig blockquote:before {
    content: open-quote;
    color: #0c4069;
    position: absolute;
    top: -0.23em;
    left: 0;
    display: block;
  }

  .moduleQuoteBig blockquote:after {
    content: close-quote;
    color: #0c4069;
    position: absolute;
    top: -0.23em;
    right: 0;
    display: block;
  }

  section.contentSplit aside .moduleQuoteBig {
    padding-left: 2em;
  }

  .moduleQuoteBig p {
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    color: #666666;
    font-style: italic;
    line-height: 1.2;
  }

  .moduleQuoteBig blockquote > *:first-child:before {
    display: none;
  }

  .moduleQuoteBig blockquote > *:last-child:after {
    display: none;
  }

  .moduleQuoteBig blockquote p {
    color: #000000;
    font-size: 3.6em;
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  }

  .moduleQuoteBig a {
    color: #000000;
  }

  .moduleQuoteBig blockquote a {
    text-decoration: none;
  }

  .moduleQuoteBig blockquote a:hover, .moduleQuoteBig blockquote a:active, .moduleQuoteBig blockquote a:focus {
    text-decoration: underline;
  }

  .moduleQuoteBig blockquote + p {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .moduleQuoteBig {
    padding: 0;
  }

  .moduleQuoteBig blockquote {
    padding: 0 3.3em;
  }

  .moduleQuoteBig blockquote p {
    font-size: 2.2em;
  }

  .moduleQuoteBig blockquote:before {
    content: open-quote;
    font-size: 10em;
    position: absolute;
    top: -0.12em;
    left: 0;
  }

  .moduleQuoteBig blockquote:after {
    content: close-quote;
    font-size: 10em;
    position: absolute;
    top: -0.12em;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .moduleQuoteBig blockquote:before {
    font-size: 17em;
  }

  .moduleQuoteBig blockquote:after {
    font-size: 17em;
  }
}
/* quote feature  */
@media only screen and (min-width: 1px) {
  .moduleQuoteFeature {
    padding: 1.5em 6.6em 1.5em 6.6em;
    width: 35em;
    text-align: center;
    margin-left: 0em;
    float: left;
    margin-right: 1em;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }

  .moduleQuoteFeature:before {
    content: open-quote;
    color: #0c4069;
    position: absolute;
    top: -0.12em;
    left: 0;
    display: block;
  }

  .moduleQuoteFeature:after {
    content: close-quote;
    color: #0c4069;
    position: absolute;
    top: -0.12em;
    right: 0;
    display: block;
  }

  section.contentSplit aside .moduleQuoteFeature {
    padding-left: 2em;
  }

  .moduleQuoteFeature p {
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    color: #666666;
    font-style: italic;
    line-height: 1.2;
  }

  .moduleQuoteFeature blockquote {
    margin: 0;
    padding: 0 0 1.2em 0;
  }

  .moduleQuoteFeature blockquote > *:first-child:before {
    display: none;
  }

  .moduleQuoteFeature blockquote > *:last-child:after {
    display: none;
  }

  .moduleQuoteFeature blockquote p {
    color: #000000;
    font-size: 2.2em;
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  }

  .moduleQuoteFeature a {
    color: #0c4069;
  }

  .moduleQuoteFeature blockquote a {
    text-decoration: none;
  }

  .moduleQuoteFeature blockquote a:hover, .moduleQuoteFeature blockquote a:active, .moduleQuoteFeature blockquote a:focus {
    text-decoration: underline;
  }

  .moduleQuoteFeature blockquote + p {
    margin-left: -3em;
    margin-right: -3em;
  }

  .moduleQuoteFeatureRight {
    margin-left: 1em;
    float: right;
    margin-right: 0em;
  }
}
@media only screen and (max-width: 767px) {
  .moduleQuoteFeature, section.contentSplit aside .moduleQuoteFeature {
    padding: 1em;
  }

  .moduleQuoteFeature {
    padding: 1.5em 4.1em 1.5em 4.1em;
    margin: 0 !important;
    width: 100% !important;
  }

  .moduleQuoteFeature:before {
    font-size: 10em;
  }

  .moduleQuoteFeature:after {
    font-size: 10em;
  }
}
@media only screen and (min-width: 768px) {
  .moduleQuoteFeature:before {
    font-size: 17em;
  }

  .moduleQuoteFeature:after {
    font-size: 17em;
  }

  .moduleQuoteFeaturecenter {
    margin: 0 auto;
    width: 80%;
    float: none;
  }
}
@media only screen and (min-width: 1150px) {
  .moduleQuoteFeature {
    margin-left: -9.25em;
  }

  .moduleQuoteFeaturecenter {
    margin: 0 auto;
  }

  .moduleQuoteFeatureRight {
    margin-left: 1em;
  }

  .templateNarrow .moduleQuoteFeatureRight {
    margin-right: -9.25em;
  }
}
.modulePic a, .modulePic img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.modulePagination span span, .modulePagination a.modulePaginationNum:hover, .modulePagination a.modulePaginationNum:active, .modulePagination a.modulePaginationNum:focus {
  background: #0074cc;
  color: #ffffff;
  font-weight: normal;
}

.moduleLogin {
  padding: 1.5em;
  background-color: #0074cc;
  color: #fff;
}

.moduleLogin h2 {
  font-size: 2em;
  float: left;
  padding-top: 0.4em;
}

.moduleLogin a {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 1.6em;
  display: inline-block;
  color: #ffffff;
  padding: 0.45em 0.7em 0.5em 0.7em;
  background: #0c4069;
  text-decoration: none;
  border: none;
  line-height: 1.2;
  float: right;
}

.moduleStatistic {
  width: 18.5em;
  float: left;
  margin: 0;
  margin-left: 0;
}

@media only screen and (min-width: 1150px) {
  .moduleStatistic {
    margin-left: -9.25em;
  }
}
.moduleStatistic p {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.moduleStatistic p > a, .moduleStatistic p > span {
  display: block;
  overflow: hidden;
  padding: 0 1.5em 1.5em;
  text-decoration: none;
}

.moduleStatistic strong {
  display: block;
  font-weight: normal;
  font-size: 3em;
  text-align: center;
  width: 4.52em;
  height: 4.52em;
  border-radius: 2.76em;
  border: 0.18em solid #0c4069;
  background: #ffffff;
  background-size: 0.84em 0.58em;
  color: #000000;
  padding: 1.1em 0 0 0;
  margin: 0 auto;
}

.moduleStatistic strong:before {
  content: "\f201";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 0.4em;
  color: #0c4069;
  position: absolute;
  top: 39%;
  left: 50%;
  margin-left: -0.6em;
  font-size: 0.8em;
}

.moduleStatistic p > a span, .moduleStatistic p > span span {
  display: block;
  /* padding: 1em 0 0.5em 0; */
  /* margin: 0 0 0 7.64em; */
  color: #000000;
  font-size: 2em;
  display: block;
  clear: both;
  text-align: center;
  margin-top: 0.5em;
}

.wysiwyg .moduleStatistic {
  margin-top: 0.6em;
  margin-bottom: 0;
}

/* Homepage Newsletter module */
@media only screen and (min-width: 1px) {
  .moduleNewsletter {
    background: #00afaa;
    padding: 1.7em 2em;
  }

  .moduleNewsletter h2 {
    font-size: 1.5em;
    padding: 0;
    margin: 0 0 0.8em 0;
    line-height: 1.1;
    color: #000;
  }

  .moduleNewsletter .input-holder {
    position: relative;
  }

  .moduleNewsletter input[type="text"] {
    margin: 0 0 0.7em 0;
    border: 0;
  }

  .moduleNewsletter input[type="submit"], .moduleNewsletter input[type="submit"]:hover, .moduleNewsletter input[type="submit"]:focus {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -10000px;
    width: 1.7em;
    height: 2.22em;
    background-image: url("../img/site/search-arrow-x2.png");
    background-size: 1.813em;
    background-position: 0 5px;
    border-radius: 0 3px 3px 0;
    box-shadow: inset 0 2px 2px #999999;
    display: block;
  }

  .moduleNewsletter a {
    color: #000;
    font-size: 1.4em;
    text-decoration: none;
  }

  .moduleNewsletter a:hover {
    text-decoration: underline;
  }

  .moduleNewsletter p {
    background: #ab205c;
    border: 3px solid white;
    padding: 1.1em;
    margin-top: 1em;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
  }

  .moduleNewsletter ul {
    font-size: 1.4em;
    font-weight: bold;
    padding: 1.1em;
    background: #fff;
  }
}
/* Related Content */
@media only screen and (min-width: 1px) {
  .modulePromotedContent img {
    width: 100%;
    display: block;
  }

  .modulePromotedContent h2 {
    margin: 0;
    font-size: 1em;
    color: #ffffff;
    background: #54565a;
    position: relative;
    padding: 1.3em 0 1.3em 1em;
  }

  .modulePromotedContent h2 span {
    display: inline-block;
    font-size: 2em;
    padding: 0.1em 0 0.2em 0;
  }
}
@media only screen and (min-width: 768px) {
  .modulePromotedContent h2 {
    padding: 1.3em 0 1.3em 2em;
  }
}
/* search results */
@media only screen and (min-width: 1px) {
  .moduleJobsResults {
    padding: 1em 0 0 0;
  }

  .contactFormSearch .moduleJobsResults {
    padding: 0;
  }

  .moduleJobsResults h1 {
    border-top: 10px solid #0c4069;
    padding-TOP: 0.5em;
  }

  .moduleJobsResults li {
    position: relative;
    padding: 1em 0 1em 0;
    border-bottom: 0.5em solid #0c4069;
  }

  .moduleJobsResults li:before, .moduleJobsResults li:after {
    content: ' ';
    display: table;
  }

  .moduleJobsResults li:after {
    clear: both;
  }

  .moduleJobsResults li > a:first-child {
    display: block;
    position: relative;
  }

  .moduleJobsResults a {
    text-decoration: none;
  }

  .moduleJobsResults img {
    float: left;
    width: 14em;
    height: 8.1em;
  }

  .moduleJobsResults li strong {
    display: block;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.5em;
    color: #000000;
    font-weight: normal;
    padding: 0.2em 0 0 0;
    margin: 0;
  }

  .moduleJobsResults li > a:first-child:hover strong {
    text-decoration: underline;
  }

  .moduleJobsResults li > a:first-child span {
    display: block;
    font-size: 1.4em;
    color: #333333;
    padding: 0.3em 0 0.75em 0;
    margin: 0 2.3em 0 0;
  }

  .moduleJobsResults .moduleJobsResultsInfo {
    display: block;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    margin: 0 3.2em 0 0;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid lightgrey;
  }

  .moduleJobsResults .moduleJobsResultsInfo span {
    margin: 0 1em 0 0;
  }

  .moduleJobsResults .moduleJobsResultsInfo .moduleJobsResultsDate, .moduleJobsResults .moduleJobsResultsInfo .moduleJobsResultsLocation {
    white-space: nowrap;
  }

  .moduleJobsResults .moduleJobsResultsInfo .moduleJobsResultsTags a:hover, .moduleJobsResults .moduleJobsResultsInfo .moduleJobsResultsTags a:active, .moduleJobsResults .moduleJobsResultsInfo .moduleJobsResultsTags a:focus {
    text-decoration: underline;
  }

  .moduleJobsResults .moduleJobsResultsInfo span:before {
    content: '';
    display: inline-block;
    width: 2.15em;
    height: 1.8em;
    background-image: url("../img/site/article-info-x2.png");
    background-repeat: no-repeat;
    background-size: 2.5em 10em;
    vertical-align: middle;
    font-size: 1em;
  }

  html.browserIE8 .moduleJobsResults .moduleJobsResultsInfo span:before {
    background-image: url("../img/site/article-info.png");
  }

  .moduleJobsResults .moduleJobsResultsInfo span.moduleJobsResultsDate:before {
    background-position: -0.25em -0.55em;
  }

  .moduleJobsResults .moduleJobsResultsInfo span.moduleJobsResultsTags:before {
    background-position: -0.25em -2.9em;
  }

  .moduleJobsResults .moduleJobsResultsInfo span.moduleJobsResultsLocation:before {
    background-position: -0.25em -7.9em;
  }

  .moduleJobsResults p {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 2.2em;
    color: #000000;
    margin: 0.25em 0 0.5em 0;
  }

  .moduleJobsResults p strong {
    font-weight: normal;
    color: #0074cc;
  }

  .moduleJobsResults .moduleJobsResultsInfo .moduleJobsResultsTags {
    display: block;
    position: relative;
  }

  .moduleJobsResults .moduleJobsResultsInfo .moduleJobsResultsTags:before {
    float: left;
  }

  .moduleJobsResults .moduleJobsResultsInfo .moduleJobsResultsTags a {
    float: left;
    margin: 0 0.5em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .moduleJobsResults {
    border: 1px solid #ececec;
    background: #f7f7f7;
    padding: 1.9em 1.9em 3.4em 1.9em;
  }

  .contactFormSearch .moduleJobsResults {
    border: 0px solid #ececec;
    background: #f7f7f7;
    padding: 0;
  }
}
/*Other Jobs in Sport List*/
.otherJobsList__title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 28px !important;
  color: #163f5d;
}

.otherJobsList_location {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}

.otherJobsList_location span {
  padding-left: 17px;
  margin-left: 13px;
  position: relative;
}

.otherJobsList_location span:first-child {
  padding-left: 0;
  margin-left: 0;
}

.otherJobsList_location span:before {
  content: '';
  display: block;
  position: absolute;
  background: #6a6a6a;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
}

.otherJobsList_location span:first-child:before {
  display: none;
}

.moduleJobsResultsInfo {
  font-size: 14px;
  display: block;
}

.moduleJobsResultsPay {
  position: relative;
  padding-left: 18px;
}

.moduleJobsResultsPay:before {
  display: none !important;
}

.moduleJobsResultsPay:after {
  content: "\00a3";
  position: absolute;
  left: 0;
  top: 0;
  color: #9b9b9b;
  font-weight: bold;
  font-size: 18px;
}

.otherJobsList__apply, .otherJobsList__apply strong {
  font-size: 14px !important;
  display: inline-block !important;
  color: #333333 !important;
}

.otherJobsList__apply strong {
  font-weight: bold !important;
}

.otherJobsList__apply {
  margin: 0 0 15px 0 !important;
}

.otherJobsList__link {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  display: block;
  width: 100%;
  font-size: 14px !important;
  margin-bottom: 15px;
  margin-left: 5px;
  font-weight: bold;
  text-decoration: none;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}

.otherJobsList__link:hover {
  text-decoration: underline;
}

.otherJobsList__link--phone:hover {
  text-decoration: none;
  cursor: default;
}

.otherJobsList__link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #979797;
  position: relative;
  margin-right: 6px;
  top: 2px;
}

.otherJobsList__link--web:before {
  content: "\f08e";
}

.otherJobsList__link--phone:before {
  content: "\f095";
}

.otherJobsList__link--email:before {
  content: "\f003";
}

.otherJobsList__link--file:before {
  content: "\f0f6";
}

@media (max-width: 768px) {
  .moduleJobsResultsInfo span {
    display: block;
    width: 100%;
    margin-bottom: 10px !important;
  }

  .moduleJobsResultsPay {
    margin-left: 10px !important;
  }

  .moduleJobsResultsPay:after {
    bottom: -2px;
  }

  .otherJobsList_location span {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    padding-left: 0;
    margin-left: 0;
  }

  .otherJobsList_location span:before {
    display: none;
  }
}
.moduleJobsResults .modulePagination {
  margin-top: 2em;
}

/* Page chooser widget */
@media only screen and (min-width: 1px) {
  .modulePageChooser {
    background: #54b6e7;
    /*padding: 1em 0 1em 1em;*/
    margin-bottom: 0.1em;
    position: relative;
    z-index: 1;
  }

  .modulePageChooser > div {
    background: none repeat scroll 0 0 0 #54b6e7;
    padding: 1.7em 2em 2em;
  }

  .modulePageChooser h2 {
    font-size: 2.2em;
    color: #ffffff;
    margin: 0 0 0.4em 0;
  }

  .modulePageChooser select {
    display: inline-block;
    border: none;
    max-width: 22em;
    margin-right: 0.625em;
  }
}
@media only screen and (max-width: 767px) {
  .modulePageChooser select {
    max-width: 22em;
    margin: 0 0.625em 0.625em 0;
  }
}
@media only screen and (min-width: 1px) {
  .templateHome .moduleCarousel {
    background: #0c4069;
  }

  .templateHome .moduleCarouselItem div:first-child * {
    color: #ffffff;
  }

  .templateHome .moduleCarouselItem div:first-child a:hover, .templateHome .moduleCarouselItem div:first-child a:focus, .templateHome .moduleCarouselItem div:first-child a:active {
    color: #ffffff;
    text-decoration: underline;
  }

  .moduleCarousel .module:before {
    display: none;
  }

  .templateHome .moduleCarousel a.moduleCarouselPrevious {
    background: #0c4069;
  }

  .templateHome .moduleCarousel a.moduleCarouselPrevious:after {
    color: #ffffff;
  }

  .templateHome .moduleCarousel a.moduleCarouselNext {
    background: #0c4069;
  }

  .templateHome .moduleCarousel a.moduleCarouselNext:after {
    color: #ffffff;
  }

  .templateHome .moduleCarousel a.moduleCarouselPrevious:hover, .templateHome .moduleCarousel a.moduleCarouselPrevious:focus, .templateHome .moduleCarousel a.moduleCarouselPrevious:active, .templateHome .moduleCarousel a.moduleCarouselNext:hover, .templateHome .moduleCarousel a.moduleCarouselNext:focus, .templateHome .moduleCarousel a.moduleCarouselNext:active {
    background-color: #0074cb;
  }
}
@media only screen and (max-width: 767px) {
  .templateHome .moduleCarouselItem div:first-child:before {
    border-bottom: 1em solid #0c4069;
  }
}
@media only screen and (min-width: 768px) {
  .templateHome .moduleCarouselItem div:first-child:before {
    border-right: 1em solid #0c4069;
  }

  .templateHome .moduleCarousel ul.moduleCarouselNav a {
    background: rgba(255, 255, 255, 0.4);
  }

  html.browserIE8.templateHome .moduleCarousel ul.moduleCarouselNav a {
    background: #98d3f1;
  }

  .templateHome .moduleCarousel ul.moduleCarouselNav a:hover, .templateHome .moduleCarousel ul.moduleCarouselNav a:focus, .templateHome .moduleCarousel ul.moduleCarouselNav a:active {
    background: #0074cc;
  }

  .templateHome .moduleCarousel ul.moduleCarouselNav a.current {
    background: #ffffff;
  }

  html.browserIE8.templateHome .moduleCarousel ul.moduleCarouselNav a.current {
    background: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .templateHome .moduleCarouselItem div:first-child:after {
    border-bottom: 1em solid #0d416a;
  }

  .templateHome .moduleCarouselItem div:first-child:after {
    border-right: 1em solid #0d416a;
  }

  .templateHome .moduleCarouselItem p a:hover,
  .templateHome .moduleCarouselItem p a:active,
  .templateHome .moduleCarouselItem p a:focus,
  .templateHome .moduleCarouselItem p a:focus:hover {
    color: #fff;
  }

  .templateHome .moduleCarousel ul.moduleCarouselNav a:hover, .templateHome .moduleCarousel ul.moduleCarouselNav a:focus, .templateHome .moduleCarousel ul.moduleCarouselNav a:active {
    background: #0074cb;
  }
}
/* news */
@media only screen and (min-width: 1px) {
  .moduleNews {
    background: #f8f8f8;
    border: 1px solid #ececec;
    padding: 1.5em;
    overflow: hidden;
  }

  .moduleNews h2 {
    color: #ab205c;
    border-top: 10px solid #ab205c;
    font-size: 2.5em;
    padding: 0.5em 0;
  }

  .moduleNews ul {
    width: 361em;
    overflow: hidden;
    position: relative;
    margin-left: -1.51em;
  }

  .moduleNews li {
    width: 30em;
    float: left;
  }

  .moduleNews li a {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    min-height: 29.5em;
  }

  .moduleNews li a:hover, .moduleNews li a:focus, .moduleNews li a:active {
    background: #f8f8f8;
  }

  .moduleNews li img {
    display: block;
    width: 100%;
    height: 17.4em;
    margin: 0 0 1.2em 0;
  }

  .moduleNews li strong, .moduleNews li h3 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22em;
    height: 16.4em;
    font-weight: normal;
    font-size: 1em;
  }

  .moduleNews li strong.odd, .moduleNews li h3.odd {
    right: 0;
    left: auto;
  }

  .moduleNews li strong > span, .moduleNews li h3 > span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.8em;
    color: #ffffff;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    background: #ab205c;
    padding: 0.2em 0.5em 0.25em 0.6em;
    line-height: 1.2em;
  }

  .moduleNews li strong.odd > span, .moduleNews li h3.odd > span {
    right: 0;
    left: auto;
    text-align: right;
  }

  .moduleNews li a > span {
    display: block;
    font-size: 1.4em;
    margin: 0 0.71em 3em 0.71em;
  }

  .moduleNews li em {
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #0c4069;
    font-size: 1.5em;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0.5em 0.67em;
    border-bottom: 0.67em solid #ececec;
  }

  .moduleNews li a:hover em, .moduleNews li a:focus em, .moduleNews li a:active em {
    text-decoration: underline;
    border-bottom-color: #ab205c;
  }

  .moduleNews a.moduleNewsPrevious {
    display: block;
    position: absolute;
    left: 0;
    top: 10.5em;
    width: 3.5em;
    height: 6em;
    background: #ab205c;
    text-decoration: none;
  }

  .moduleNews a.moduleNewsPrevious:after {
    content: "\f053";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 2.4em;
    position: absolute;
    top: 1.5em;
    left: 0.3em;
    color: #ffffff;
    margin-top: -0.7em;
    text-align: center;
  }

  .moduleNews a.moduleNewsNext {
    display: block;
    position: absolute;
    right: 0;
    top: 10.5em;
    width: 3.5em;
    height: 6em;
    background: #ab205c;
    text-decoration: none;
  }

  .moduleNews a.moduleNewsNext:after {
    content: "\f054";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 2.4em;
    position: absolute;
    top: 1.5em;
    right: 0.3em;
    color: #ffffff;
    margin-top: -0.7em;
    text-align: center;
  }

  .moduleNews a.moduleNewsPrevious:hover, .moduleNews a.moduleNewsPrevious:focus, .moduleNews a.moduleNewsPrevious:active, .moduleNews a.moduleNewsNext:hover, .moduleNews a.moduleNewsNext:focus, .moduleNews a.moduleNewsNext:active {
    background-color: #000;
  }
}
@media only screen and (min-width: 768px) {
  .moduleNews ul {
    margin-left: 0;
  }

  .moduleNews li {
    width: 27.9em;
  }

  .moduleNews li a {
    min-height: 28em;
    width: 26.4em;
    background: #fff;
  }

  .moduleNews li a:hover {
    background: #fff;
  }

  section.contentSplit > div .moduleNews li img {
    height: 16.2em;
  }

  section.contentSplit > div .moduleNews li strong,
  section.contentSplit > div .moduleNews li h3 {
    height: 15.2em;
  }

  section.contentWide .moduleNews li {
    margin: 0 2em 0 0;
  }

  section.contentWide .moduleNews a {
    min-height: 29.5em;
  }

  .moduleNews a.moduleNewsPrevious {
    left: 1.5em;
  }

  .moduleNews a.moduleNewsNext {
    right: 1.55em;
  }
}
/* moduleSignpostHome */
@media only screen and (min-width: 1px) {
  .moduleSignpostHome {
    background: #f8f8f8;
    border: 1px solid #ececec;
    padding: 1.5em;
  }

  .moduleSignpostHome h2 {
    color: #005ac3;
    border-top: 10px solid #005ac3;
    font-size: 2.5em;
    padding: 0.5em 0;
  }

  .moduleSignpostHome ul {
    margin: 0;
  }

  .moduleSignpostHome li {
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
  }

  .moduleSignpostHome .linkSection a:hover {
    text-decoration: underline;
    color: #0c4069;
  }

  .moduleSignpostHome li[data-content-type] > a.linkSection:first-child:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .moduleSignpostHome a {
    display: block;
    color: inherit;
    overflow: hidden;
    text-decoration: none;
    border-bottom: 1em solid #ececec;
    padding: 1.2em 1em 1.2em 1em;
  }

  .moduleSignpostHome .linkSection:hover {
    border-bottom-color: #0c4069;
    background: #f8f8f8;
  }

  .moduleSignpostHome img {
    width: 100%;
  }

  .moduleSignpostHome strong,
  .moduleSignpostHome h3 {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #0c4069;
    font-size: 2em;
    margin: 0.3em 0;
    line-height: 1.1;
  }

  .moduleSignpostHome em {
    display: block;
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #0c4069;
    font-size: 1.4em;
  }

  .moduleSignpostHome span {
    display: block;
    font-size: 1.4em;
  }

  .moduleSignpostHome a:hover em {
    text-decoration: underline;
  }

  .moduleSignpostHome .linkSection {
    display: block;
    color: inherit;
    overflow: hidden;
    text-decoration: none;
    border-bottom: 1em solid #ececec;
    padding: 1.2em 0;
  }

  .moduleSignpostHome .linkSection a {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #4d4d4f;
    font-size: 1.6em;
    margin: 0.4em 1em 0em 0em;
    padding: 0;
    line-height: 1.3;
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .moduleSignpostHome li {
    margin: 1.5em 0 0 0;
  }

  .moduleSignpostHome li:first-child {
    margin: 0;
  }

  .moduleSignpostHome a {
    display: block;
    position: relative;
    color: inherit;
    overflow: hidden;
    text-decoration: none;
  }

  .moduleSignpostHome .linkSection:hover {
    background: #f8f8f8;
  }

  .moduleSignpostHome li[data-content-type] a:after, .moduleSignpostHome li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #0c4069;
    background-color: rgba(12, 64, 105, 0.9);
    position: absolute;
    top: 3.25em;
    left: 8.1em;
  }

  .moduleSignpostHome li[data-content-type] a:hover:after, .moduleSignpostHome li[data-content-type] a:hover small {
    background-color: #ccc800;
    background-color: rgba(0, 114, 154, 0.9);
  }

  .moduleSignpostHome img {
    width: 23.2em;
    height: 13.5em;
    float: left;
  }

  .moduleSignpostHome strong,
  .moduleSignpostHome h3 {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #0074cb;
    font-size: 1.6em;
    margin: 0.8em 1em 0.7em 15.4em;
    line-height: 1.1;
  }

  .moduleSignpostHome strong span {
    color: #000;
    margin: 0;
    font-size: 1em;
    display: inline;
  }

  .moduleSignpostHome strong.lastContainerTitle {
    color: #0c4069;
    margin: 0em 1em 0.7em 15.4em;
    position: static;
  }

  .moduleSignpostHome span {
    display: block;
    font-size: 1.4em;
    margin: 0 1em 2.5em 17.6em;
  }

  .moduleSignpostHome em {
    display: block;
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #0c4069;
    font-size: 1.4em;
    position: absolute;
    bottom: 0.6em;
    left: 0;
    width: 100%;
    padding: 0 0 0 17.6em;
  }

  .moduleSignpostHome a:hover em {
    text-decoration: underline;
  }

  .moduleSignpostHome .linkSection {
    display: block;
    position: relative;
    color: inherit;
    overflow: hidden;
    text-decoration: none;
  }

  .moduleSignpostHome .linkSection a {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #4d4d4f;
    font-size: 1.6em;
    margin: 0.4em 1em 0em 15.4em;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1px) {
  .moduleHomeFeature {
    background: #f8f8f8;
    border: 1px solid #ececec;
    padding: 1.5em;
    overflow: hidden;
  }

  .moduleHomeFeature h2 {
    color: #EB7D23;
    border-top: 10px solid #EB7D23;
    font-size: 2.5em;
    padding: 0.5em 0;
  }
}
/* moduleImageSearchHome */
.moduleImageSearchHome li.keywords {
  margin: 0;
  position: absolute;
  top: 100%;
  background: #0c4069;
  padding: 2em 0;
  z-index: 1;
  width: 100%;
  display: none;
}

.moduleImageSearchHome li.keywords {
  position: relative;
  /* top: ; */
}

.moduleImageSearchHome {
  padding: 1.5em 0 2em;
  background-color: #0074cb;
}

.moduleImageSearchHome:before {
  content: "\f002";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 3em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  background: #ffffff;
  color: #0c4069;
  z-index: 1;
  padding: 0.28em;
  border-radius: 0.75em;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  top: 0.5em;
  left: 0.7em;
}

.moduleImageSearchHome h2 {
  font-size: 2.2em;
  color: #ffffff;
  margin: 0.5em 0 0.6em 3.5em;
  min-height: 1.6em;
  padding: 0;
}

.moduleImageSearchHome .search-step {
  width: 2em;
  line-height: 2em;
  background: #0d416a;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 2em;
  margin-right: 0.4em;
  font-weight: bold;
  float: left;
}

.moduleImageSearchHome .search-step + span {
  display: inline-block;
  float: left;
  margin-top: -3px;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .moduleImageSearchHome .search-step + span {
    display: inline-block;
    float: left;
    margin-top: 6px;
    width: auto;
  }
}
.moduleImageSearchHome strong {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  display: block;
  font-weight: normal;
  color: #ffffff;
  font-size: 1.6em;
  margin: 0em 0 0.4em 0;
  min-height: 2.5em;
}

.moduleImageSearchHome .search-section {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  display: block;
  font-weight: normal;
  color: #ffffff;
  font-size: 1.42em;
  margin: 0.8em 0 0.4em 0;
  min-height: 1.5em;
}

.moduleImageSearchHome ul {
  overflow: hidden;
  margin: 0;
}

.moduleImageSearchHome li {
  font-size: 1em;
  line-height: 1.2;
  margin: 0;
  padding: 2em;
  width: 100%;
  position: relative;
  float: left;
  padding: 0 2em;
}

.moduleImageSearchHome li:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #00729a;
  position: absolute;
  left: -1em;
  top: 0em;
  display: block;
}

.moduleImageSearchHome select {
  border: none;
  color: #666;
}

.content .moduleImageSearchHome a.button {
  line-height: 1.4;
}

.content .moduleImageSearchHome input[type="submit"] {
  line-height: 1.4;
  background-color: #0d416a;
}

.content .moduleImageSearchHome input[type="submit"]:hover, .content .moduleImageSearchHome input[type="submit"]:active, .content .moduleImageSearchHome input[type="submit"]:focus {
  background: #fff;
  color: #0c4069;
}

.moduleImageSearchHome .browse-image-link {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
  font-size: 1.2em;
}

.moduleImageSearchHome .browse-image-link:hover {
  text-decoration: underline;
}

/* Big Quote homepage */
@media only screen and (min-width: 1px) {
  .moduleQuoteHomepage {
    padding: 0;
    text-align: center;
    margin-left: 0em;
    float: left;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 2.4em;
  }

  .moduleQuoteHomepage blockquote {
    padding: 0 7em 0 7em;
    margin: 0 auto;
    display: inline-block;
    position: relative;
  }

  .moduleQuoteHomepage blockquote:before {
    content: open-quote;
    color: #0074cc;
    position: absolute;
    top: -0.23em;
    left: 0;
    display: block;
  }

  .moduleQuoteHomepage blockquote:after {
    content: close-quote;
    color: #0074cc;
    position: absolute;
    top: -0.23em;
    right: 0;
    display: block;
  }

  section.contentSplit aside .moduleQuoteHomepage {
    padding-left: 2em;
  }

  .moduleQuoteHomepage p {
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    color: #666666;
    font-style: italic;
    line-height: 1.2;
  }

  .moduleQuoteHomepage blockquote > *:first-child:before {
    display: none;
  }

  .moduleQuoteHomepage blockquote > *:last-child:after {
    display: none;
  }

  .moduleQuoteHomepage blockquote p {
    color: #0074cc;
    font-size: 3.6em;
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  }

  .moduleQuoteHomepage a {
    color: #0074cc;
  }

  .moduleQuoteHomepage blockquote a {
    text-decoration: none;
  }

  .moduleQuoteHomepage blockquote a:hover, .moduleQuoteHomepage blockquote a:active, .moduleQuoteHomepage blockquote a:focus {
    text-decoration: underline;
  }

  .moduleQuoteHomepage blockquote + p {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .moduleQuoteHomepage {
    padding: 0;
  }

  .moduleQuoteHomepage blockquote {
    padding: 0 3.3em;
  }

  .moduleQuoteHomepage blockquote p {
    font-size: 2.2em;
  }

  .moduleQuoteHomepage blockquote:before {
    content: open-quote;
    font-size: 10em;
    color: #0074cc;
    position: absolute;
    top: -0.12em;
    left: 0;
  }

  .moduleQuoteHomepage blockquote:after {
    content: close-quote;
    font-size: 10em;
    color: #0074cc;
    position: absolute;
    top: -0.12em;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .moduleQuoteHomepage blockquote:before {
    font-size: 17em;
  }

  .moduleQuoteHomepage blockquote:after {
    font-size: 17em;
  }
}
/* banner */
@media only screen and (min-width: 1px) {
  .moduleBanner {
    background: #f8f8f8;
    border: 1px solid #e6e7e8;
    overflow: hidden;
  }

  .moduleBanner header {
    margin: 0;
    padding: 1.5em 1.5em 1em 1.5em;
    position: relative;
  }

  .moduleBanner header * {
    color: #54565a;
  }

  .moduleBanner h1, .moduleBanner h2 {
    color: #000000;
  }

  .moduleBanner header a {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    font-size: 1.2em;
  }

  .moduleBanner header a:hover, .moduleBanner header a:focus, .moduleBanner header a:active {
    text-decoration: underline;
    color: #000000;
  }

  .moduleBanner header h1, .moduleBanner header h2 {
    margin: 0 0 0.4em 0;
  }

  .moduleBanner header p, .moduleBanner header li {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0 0 0.6em 0;
  }

  .moduleBanner header ul, .moduleBanner header ol, .moduleBanner header blockquote {
    margin: 0 2em 0 3em;
    padding: 0;
  }

  .moduleBanner header blockquote > *:first-child:before {
    content: '\201C';
  }

  .moduleBanner header blockquote > *:last-child:after {
    content: '\201D';
  }

  .moduleBanner .module {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .moduleBanner {
    padding: 13.7em 0 0 0;
  }

  .moduleBanner header:after {
    content: '';
    position: absolute;
    top: -1em;
    left: 1.5em;
    width: 2em;
    height: 1em;
    border-bottom: 1em solid #f8f8f8;
    border-right: 1em solid transparent;
    border-top: none;
    border-left: 1em solid transparent;
    z-index: 1;
  }

  .moduleBanner header h1, .moduleBanner header h2 {
    font-size: 2.5em;
  }

  .moduleBanner .module {
    width: 100%;
    height: 13.7em;
  }
}
@media only screen and (min-width: 768px) {
  .moduleBanner {
    padding: 0 0 0 59em;
    min-height: 27em;
  }

  .moduleBanner header {
    padding: 2.5em 2em 0 2em;
  }

  .moduleBanner header:after {
    content: '';
    position: absolute;
    top: 3.3em;
    left: -1em;
    width: 1em;
    height: 2em;
    border-right: 1em solid #f8f8f8;
    border-bottom: 1em solid transparent;
    border-left: none;
    border-top: 1em solid transparent;
    z-index: 1;
  }

  .moduleBanner header h1, .moduleBanner header h2 {
    font-size: 3.3em;
  }

  .moduleBanner .module {
    width: 59em;
    height: 27em;
  }
}
/* signpost */
@media only screen and (min-width: 1px) {
  .moduleHubResources ul {
    margin: 0;
  }

  .moduleHubResources li {
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
    width: 30em;
  }

  .moduleHubResources a {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }

  .moduleHubResources a:hover, .moduleHubResources a:focus, .moduleHubResources a:active {
    background: #f8f8f8;
  }

  .moduleHubResources img {
    display: block;
    width: 100%;
    height: 17.4em;
    margin: 0 0 1.1em 0;
  }

  .moduleHubResources strong, .moduleHubResources h2 {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #0c4069;
    font-size: 2em;
    margin: 0 0.5em 0.4em 0em;
    line-height: 1.1;
  }

  .moduleHubResources span {
    display: block;
    font-size: 1.4em;
    margin: 0 0.71em 3em 0.71em;
  }

  .moduleHubResources em {
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #0c4069;
    font-size: 1.5em;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0.5em 0.67em;
    border-bottom: 0.67em solid #ececec;
  }

  .moduleHubResources a:hover em, .moduleHubResources a:focus em, .moduleHubResources a:active em {
    text-decoration: underline;
    border-bottom-color: #ccc800;
  }

  .moduleHubResources li[data-content-type] a:after, .moduleHubResources li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #0c4069;
    background-color: rgba(12, 64, 105, 0.9);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }

  .moduleHubResources li[data-content-type] a:hover:after, .moduleHubResources li[data-content-type] a:hover small {
    background-color: #ccc800;
    background-color: rgba(0, 114, 154, 0.9);
  }
}
@media only screen and (min-width: 768px) {
  .moduleHubResources ul {
    overflow: hidden;
    margin: 0 -3em 0 0;
  }

  .moduleHubResources li {
    float: left;
  }

  .moduleHubResources a {
    min-height: 31.5em;
  }

  section.contentSplit > div .moduleHubResources li {
    width: 28em;
    margin: 0 1.5em 0 0;
  }

  section.contentSplit > div .moduleHubResources li:nth-child(2n+1) {
    clear: left;
  }

  section.contentSplit > div .moduleHubResources li:first-child + li + li, section.contentSplit > div .moduleHubResources li:first-child + li + li + li + li, section.contentSplit > div .moduleHubResources li:first-child + li + li + li + li + li + li, section.contentSplit > div .moduleHubResources li:first-child + li + li + li + li + li + li {
    clear: left;
  }

  section.contentSplit > div .moduleHubResources img {
    height: 16.2em;
  }

  section.contentWide .moduleHubResources li {
    margin: 0 2em 0 0;
  }

  section.contentWide .moduleHubResources li:nth-child(3n+1) {
    clear: left;
  }

  section.contentWide .moduleHubResources li:first-child + li + li + li, section.contentWide .moduleHubResources li:first-child + li + li + li + li + li + li, section.contentWide .moduleHubResources li:first-child + li + li + li + li + li + li + li + li + li {
    clear: left;
  }

  section.contentWide .moduleHubResources a {
    min-height: 33em;
  }
}
/* moduleSearchBanner */
.moduleSearchBanner li.keywords {
  margin: 0;
  position: absolute;
  top: 100%;
  background: #0c4069;
  padding: 2em 0;
  z-index: 1;
  width: 100%;
  display: none;
}

@media only screen and (max-width: 768px) {
  .moduleSearchBanner li.keywords {
    position: relative;
    /* top: ; */
  }
}
@media only screen and (max-width: 767px) {
  header.moduleSearchHeader {
    padding: 0;
  }
}
@media only screen and (min-width: 1px) {
  .moduleSectionSearch {
    padding: 0;
    background-color: #66ccff;
    margin-top: 0;
    position: relative;
    padding: 1.5em;
  }

  .moduleSectionSearch h2 {
    color: #fff;
    font-size: 2em;
    width: 100%;
    float: left;
    margin-bottom: 0.5em;
  }

  .moduleSectionSearch > p {
    width: 100%;
    float: left;
    position: relative;
  }

  .moduleSectionSearch input[type="search"] {
    width: 100%;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.5em;
    padding: 0.35em 2em 0.35em 0.5em;
    border: 1px solid #dedede;
    box-shadow: inset 0 1px 2px #bbbbbb;
    background: #ffffff;
    color: #000000;
    border-radius: 0;
    float: right;
  }

  .moduleSectionSearch input[type="submit"] {
    background-image: url("../img/site/nav-big-x2.png");
    background-size: 28.1em 12.2em;
    position: absolute;
    top: 4em;
    right: 4em;
    font-size: 0.1em;
    width: 24em;
    height: 24em;
    color: #ffffff;
    color: rgba(255, 255, 255, 0);
    border: none;
    vertical-align: top;
    background-size: 281em 122em;
    background-position: -175em -1em;
    background-color: transparent;
    border-radius: 0;
  }

  .moduleSectionSearch input[type="submit"]:hover, .moduleSectionSearch input[type="submit"]:focus {
    background-position: -200em -1em;
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .moduleSectionSearch h2 {
    color: #fff;
    font-size: 2.2em;
    width: 50%;
    float: left;
    margin-top: 0.2em;
    margin-bottom: 0;
  }

  .moduleSectionSearch > p {
    width: 50%;
    float: left;
    position: relative;
  }

  .moduleSectionSearch input[type="search"] {
    width: 19.4em;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.5em;
    padding: 0.35em 2em 0.35em 0.5em;
    border: 1px solid #dedede;
    box-shadow: inset 0 1px 2px #bbbbbb;
    background: #ffffff;
    color: #000000;
    border-radius: 0;
    float: right;
  }

  .moduleSectionSearch input[type="submit"] {
    font-size: 0.1em;
    width: 24em;
    height: 24em;
    color: #ffffff;
    color: rgba(255, 255, 255, 0);
    border: none;
    vertical-align: top;
    background-size: 281em 122em;
    background-position: -175em -1em;
    background-color: transparent;
    border-radius: 0;
  }
}
.modulePageHeader h1 {
  border-bottom: 10px solid #0c4069;
  padding-bottom: 18px;
}

/* .moduleHeaderImage */
.moduleHeaderImage {
  width: 100%;
  margin-bottom: 1.8em;
}

.modulePageHeader .standfirst {
  color: #000;
  font-size: 2.2em;
  margin-bottom: 0.7em;
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

.modulePageHeader .addthis_sharing_toolbox {
  border-bottom: 1px solid lightgrey;
  margin-bottom: 1.8em;
  padding-bottom: 1.8em;
}

/* article info  */
@media only screen and (min-width: 1px) {
  .moduleArticleInfo {
    margin: 0 0 1.8em 0;
  }

  .moduleArticleInfo p {
    line-height: 1.8em;
  }

  .moduleArticleInfo a, .moduleArticleInfo span span {
    text-decoration: none;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.2em;
    white-space: nowrap;
    color: #54565a;
    font-size: 17px;
  }

  .moduleArticleInfo a + a {
    margin-left: 0.4em;
  }

  .moduleArticleInfo a:hover, .moduleArticleInfo a:focus, .moduleArticleInfo a:active {
    text-decoration: underline;
  }

  .moduleArticleInfo p > span {
    margin: 0 1em 0 0;
  }

  .moduleArticleInfo p > span:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    margin-right: 0.4em;
    color: #0c4069;
  }

  .moduleArticleInfo p > span.moduleArticleInfoDate:before {
    content: "\f133";
  }

  .moduleArticleInfo p > span.moduleArticleInfoTags:before {
    content: "\f02b";
  }

  .moduleArticleInfo p > span.moduleArticleInfoComments:before {
    content: "\f0e5";
  }
}
@media only screen and (max-width: 767px) {
  .moduleArticleInfo {
    width: 28em;
    margin: 0 auto 0 auto;
  }
}
/* .moduleFeatureVideo */
@media only screen and (min-width: 1px) {
  .moduleFeatureVideo {
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
    width: 30em;
  }

  .moduleFeatureVideo a {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }

  .moduleFeatureVideo a:after {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #0c4069;
    background-color: rgba(12, 64, 105, 0.8);
    position: absolute;
    top: 25%;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
    background-image: url("../img/site/content-type-x2.png");
    background-size: 98em 7em;
  }

  .moduleFeatureVideo a:hover:after, .moduleVideoPanel a:hover small {
    background-color: #0c4069;
  }

  .moduleFeatureVideo a:hover, .moduleFeatureVideo a:focus, .moduleFeatureVideo a:active {
    background: #f8f8f8;
  }

  .moduleFeatureVideo img {
    display: block;
    width: 100%;
    height: 17.4em;
    margin: 0 0 1.1em 0;
  }

  .moduleFeatureVideo strong {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #000000;
    font-size: 2em;
    margin: 0 0.5em 0.4em 0.5em;
    line-height: 1.1;
  }

  .moduleFeatureVideo a span {
    display: block;
    font-size: 1.4em;
    margin: 0 0.71em 0.5em 0.71em;
  }

  .moduleFeatureVideo a strong + span {
    color: #000000;
  }

  .moduleFeatureVideo a span + span {
    margin: 0 0.71em 3em 0.71em;
  }

  .moduleFeatureVideo em {
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #000000;
    font-size: 1.5em;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0.5em 0.67em;
    border-bottom: 0.67em solid #ececec;
  }

  .moduleFeatureVideo a:hover em, .moduleFeatureVideo a:focus em, .moduleFeatureVideo a:active em {
    text-decoration: underline;
    border-bottom-color: #0c4069;
  }

  .moduleFeatureVideo a:after, .moduleFeatureVideo a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #0c4069;
    background-color: rgba(12, 64, 105, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }

  .moduleFeatureVideo a:hover:after, .moduleFeatureVideo a:hover small {
    background-color: #0c4069;
  }
}
@media only screen and (min-width: 768px) {
  .moduleFeatureVideo {
    overflow: visible;
    margin: 0;
  }

  .moduleFeatureVideo a {
    min-height: 31.5em;
  }

  .moduleFeatureVideo {
    width: 57.5em;
  }

  .templateNarrow .moduleFeatureVideo {
    width: 67.5em;
  }

  .moduleFeatureVideo a:after {
    top: 35%;
  }

  .moduleFeatureVideo img {
    height: 34em;
  }
}
/* accordion */
@media only screen and (min-width: 1px) {
  .moduleAccordion .wysiwyg {
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-bottom-color: #d4d4d4;
    border-top: none;
    padding: 1.4em 1.4em 0.9em 1.4em;
    margin: 0;
    overflow: auto;
  }

  html.browserJS .moduleAccordion [data-accordion-content] {
    display: none;
  }

  html.browserJS .moduleAccordion div.open [data-accordion-content] {
    display: block;
  }

  .moduleAccordion h2 {
    line-height: 1.2;
    font-size: 1em;
    margin: 0;
    padding: 0;
  }

  .moduleAccordion h2 a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    padding: 0 4.5em 0 0;
    color: #000000;
  }

  .moduleAccordion > div:first-child h2 a {
    border-top: 1px solid #d4d4d4;
  }

  .moduleAccordion > div.open h2 a:link, .moduleAccordion > div.open h2 a:visited, .moduleAccordion h2 a:hover, .moduleAccordion h2 a:active, .moduleAccordion h2 a:focus {
    background: #54565a;
    color: #ffffff;
  }

  .moduleAccordion > div.open h2 a {
    border-bottom-color: #54565a;
  }

  .moduleAccordion > div:first-child.open h2 a {
    border-top-color: #54565a;
  }

  .moduleAccordion h2 a:after {
    content: "\f067";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 2.2em;
    position: absolute;
    top: 50%;
    right: 0.5em;
    background: #0c4069;
    color: #ffffff;
    z-index: 1;
    padding: 0.28em 0;
    border-radius: 20px;
    width: 1.4em;
    height: 1.4em;
    margin-top: -0.7em;
    text-align: center;
  }

  .moduleAccordion h2 a:hover:after {
    color: #0c4069;
    background: #ffffff;
  }

  .moduleAccordion > div.open h2 a:after {
    content: "\f068";
  }

  .moduleAccordion h2 span {
    display: block;
    font-size: 1.6em;
    padding: 0.94em;
  }
}
@media only screen and (max-width: 767px) {
  .moduleAccordion .wysiwyg {
    padding: 0.9em 0.9em 0.4em 0.9em;
  }

  .moduleAccordion h2 span {
    padding-left: 0.625em;
  }
}
/* Resources */
@media only screen and (min-width: 1px) {
  .moduleResources > div {
    display: none;
  }

  .moduleResources.open > div {
    display: block;
  }

  .moduleAccordion .moduleResources h2 a {
    border-bottom: 0;
    padding: 0.95em 0 0 3.4em;
    height: 100%;
  }

  .moduleAccordion .moduleResources:first-child h2 a {
    border-top: 0;
  }

  .moduleAccordion .moduleResources h2 a:after {
    content: "\f067";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    right: 0.5em;
    background: #0c4069;
    color: #ffffff;
    z-index: 1;
    padding: 0.27em 0;
    border-radius: 0.75em;
    width: 1.4em;
    height: 1.4em;
    margin-top: -0.7em;
    text-align: center;
  }

  .moduleAccordion .moduleResources h2 a:hover:after {
    color: #0c4069;
    background: #ffffff;
  }

  .moduleAccordion .moduleResources > div.open h2 a:after {
    content: "\f068";
  }

  .moduleResources:after {
    content: "\f0f6";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 2.8em;
    position: absolute;
    top: 1.1em;
    left: 0.6em;
    background: #ffffff;
    color: #0c4069;
    z-index: 1;
    padding: 0.28em 0;
    border-radius: 1em;
    width: 1.6em;
    height: 1.6em;
    margin-top: -0.7em;
    text-align: center;
  }

  .moduleResources h2 {
    background: #e6e7e8;
    font-size: 2.2em;
    height: 3em;
    margin: 0;
    line-height: 1;
  }

  .moduleResources > div {
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-top: none;
    padding: 1em 0.9em 0.9em 0.9em;
    position: relative;
  }

  .moduleResources ul {
    margin: 0;
    padding: 0;
  }

  .moduleResources li {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 1em;
    position: relative;
    border-bottom: 1px solid #ffffff;
  }

  .moduleResources li a:first-child {
    display: block;
    padding: 1em 15em 1em 9em;
    height: 7em;
    text-decoration: none;
    position: relative;
    color: #000000;
  }

  .moduleResources li a:first-child:hover {
    background: #ffffff;
  }

  .moduleResources li a:first-child img {
    width: 10em;
    height: 12.3em;
    border: 0.1em solid #ececec;
    position: absolute;
    top: 1em;
    left: 1em;
    display: none;
  }

  .moduleResources li a:first-child span {
    display: block;
    color: #333333;
    font-size: 1.3em;
    margin: 0.1em 0 0.3em 0;
  }

  .moduleResources li a:first-child strong {
    display: block;
    font-weight: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.3em;
  }

  .moduleResources li a:first-child em {
    display: block;
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.3em;
    position: absolute;
    right: 0.7em;
    top: 2em;
  }

  .moduleResources li a:first-child:hover strong, .moduleResources li a:first-child:hover em {
    text-decoration: underline;
  }

  .moduleResources li a:first-child:before, .moduleResources li a:first-child + a, .moduleResources a.moduleResourcesListButton, .moduleResources a.moduleResourcesGridButton, .moduleResources a.moduleResourcesPrevious:after, .moduleResources a.moduleResourcesNext:after {
    background-image: url("http://www.sportengland.org/img/documents-x2.png");
    background-repeat: no-repeat;
    background-size: 16.8em 2.8em;
  }

  html.browserIE8 .moduleResources li a:first-child:before, html.browserIE8 .moduleResources li a:first-child + a, html.browserIE8 .moduleResources a.moduleResourcesListButton, html.browserIE8 .moduleResources a.moduleResourcesGridButton, html.browserIE8 .moduleResources a.moduleResourcesPrevious:after, html.browserIE8 .moduleResources a.moduleResourcesNext:after {
    background-image: url("http://www.sportengland.org/img/documents.png");
  }

  .moduleResources li a:first-child + a {
    position: absolute;
    top: 2em;
    right: 11.5em;
    display: block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 1.4em;
    background-color: #0c4069;
  }

  .moduleResources li a:first-child + a.moduleDocumentsFavouritesAdd {
    background-position: -11.2em -0.1em;
  }

  .moduleResources li a:first-child + a.moduleDocumentsFavouritesAdd:hover {
    background-position: -14em -0.1em;
  }

  .moduleResources li a:first-child + a.moduleDocumentsFavouritesRemove {
    background-position: -14em -0.1em;
    background-color: #eb7c00;
  }

  .moduleResources li a:first-child + a.moduleDocumentsFavouritesRemove:hover {
    background-position: -11.2em -0.1em;
  }

  .moduleResources li a:first-child + a span {
    display: none;
    font-size: 1.3em;
    position: absolute;
    bottom: 3.65em;
    left: -10.6em;
    width: 14em;
    background: #003f69;
    color: #ffffff;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    padding: 1em 0 1.1em 1em;
    z-index: 101;
  }

  .moduleResources li a:first-child + a span:after {
    content: '';
    position: absolute;
    bottom: -1em;
    right: 1.4em;
    width: 2em;
    height: 1em;
    border-top: 1em solid #003f69;
    border-right: 1em solid transparent;
    border-bottom: none;
    border-left: 1em solid transparent;
  }

  .moduleResources li a:first-child + a:hover span {
    display: block;
  }

  .moduleResources li[data-content-type] a:first-child:after, .moduleResources li[data-content-type] a:first-child small {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 2.8em;
    position: absolute;
    top: 1.1em;
    left: 0.3em;
    background: #0c4069;
    color: #ffffff;
    z-index: 1;
    padding: 0.28em 0;
    border-radius: 1em;
    width: 1.6em;
    height: 1.6em;
    margin-top: -0.7em;
    text-align: center;
  }

  .moduleResources li a:first-child:before {
    content: "\f019";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 2.2em;
    position: absolute;
    top: 1.4em;
    left: auto;
    right: 4em;
    background: #0c4069;
    color: #ffffff;
    z-index: 1;
    padding: 0.28em 0;
    border-radius: 1em;
    width: 1.6em;
    height: 1.6em;
    margin-top: -0.7em;
    text-align: center;
  }

  .moduleResources a.moduleResourcesListButton {
    display: block;
    width: 2.8em;
    height: 2.8em;
    position: absolute;
    right: 2em;
    top: 1.9em;
    background-position: -5.5em 0;
  }

  .moduleResources a.moduleResourcesListButton:hover, .moduleResources a.moduleResourcesGridButton:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .moduleResources {
    margin: 0 !important;
  }

  .moduleResources > div {
    padding: 0.75em 0.65em 0.65em 0.65em;
  }

  .moduleResources li {
    width: 28.6em;
  }

  .moduleResources li a:first-child {
    padding: 0.75em 0.75em 0.75em 8.5em;
    height: 12.7em;
  }

  .moduleResources li a:first-child img {
    top: 0.75em;
    left: 0.75em;
  }

  .moduleResources li[data-content-type] a:first-child:after, .moduleResources li[data-content-type] a:first-child small {
    top: 0.75em;
    left: 0.75em;
  }

  .moduleResources li a:first-child:before {
    top: auto;
    right: auto;
    left: 3.75em;
    bottom: 0.75em;
  }

  .moduleResources li a:first-child em {
    top: auto;
    right: auto;
    bottom: 2em;
    left: 9.6em;
  }

  .moduleResources li a:first-child + a {
    top: auto;
    right: auto;
    left: 19.45em;
    bottom: 0.75em;
  }
}
.moduleCaption {
  background: #f8f8f8;
  border: 1px solid #ececec;
  padding: 0.75em 1.5em;
}

p + .moduleCaption {
  margin-top: -1em;
}

/* School Profile */
@media only screen and (min-width: 1px) {
  .moduleTableContent h2 {
    background: #54565a;
    font-size: 2.2em;
    color: #ffffff;
    padding: 0.95em 0 0 0.75em;
    height: 3em;
    margin: 0;
    line-height: 1;
  }

  .moduleTableContent .profile-table {
    background: #fff;
    border: 1px solid #ececec;
    border-top: none;
    padding: 0;
    position: relative;
  }

  .moduleTableContent .profile-row {
    overflow: auto;
  }

  .moduleTableContent .profile-row:first-child + .profile-row,
  .moduleTableContent .profile-row:first-child + .profile-row + .profile-row + .profile-row {
    background: #e6e7e8;
    border-top: 1px solid #ececec;
  }

  .moduleTableContent .profile-cell {
    width: 50%;
    float: left;
    padding: 1.6em;
  }

  .moduleTableContent .profile-cell:first-child {
    border-right: 1px solid #ececec;
  }

  .moduleTableContent .profile-cell--full {
    width: 100%;
  }

  .moduleTableContent .profile-cell--full:first-child {
    border-right: 0;
  }

  .moduleTableContent img {
    display: block;
    width: 100%;
    height: 17.4em;
    margin: 0 0 1.1em 0;
  }

  .moduleTableContent span {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    font-size: 1.4em;
    margin: 0;
  }

  .moduleTableContent a {
    width: 100%;
    text-align: center;
    margin: 1em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .moduleTableContent .profile-table {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .moduleTableContent .profile-table {
    padding: 0em;
  }

  .moduleTableContent img {
    width: 23.2em;
    height: 13.5em;
    float: left;
  }

  .moduleTableContent span {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    font-size: 1.4em;
    margin: 0;
  }

  .moduleTableContent a {
    width: 50%;
  }
}
/* .moduleVideoIndex */
@media only screen and (min-width: 1px) {
  .moduleVideoIndex ul {
    margin: 0;
  }

  .moduleVideoIndex li {
    font-size: 1em;
    line-height: 1.2;
    margin: 0 0 1.5em;
    width: 30em;
  }

  .moduleVideoIndex a {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }

  .moduleVideoIndex a:after {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #0c4069;
    background-color: rgba(12, 64, 105, 0.8);
    position: absolute;
    top: 25%;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
    background-image: url("../img/site/content-type-x2.png");
    background-size: 98em 7em;
  }

  .moduleVideoIndex a:hover:after, .moduleVideoPanel a:hover small {
    background-color: #0c4069;
  }

  .moduleVideoIndex a:hover, .moduleVideoIndex a:focus, .moduleVideoIndex a:active {
    background: #f8f8f8;
  }

  .moduleVideoIndex img {
    display: block;
    width: 100%;
    height: 17.4em;
    margin: 0 0 1.1em 0;
  }

  .moduleVideoIndex strong {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #000000;
    font-size: 2em;
    margin: 0 0.5em 0.4em 0.5em;
    line-height: 1.1;
  }

  .moduleVideoIndex a span {
    display: block;
    font-size: 1.4em;
    margin: 0 0.71em 0.5em 0.71em;
  }

  .moduleVideoIndex a strong + span {
    color: #000000;
  }

  .moduleVideoIndex a span + span {
    margin: 0 0.71em 3em 0.71em;
  }

  .moduleVideoIndex em {
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #000000;
    font-size: 1.5em;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0.5em 0.67em;
    border-bottom: 0.67em solid #ececec;
  }

  .moduleVideoIndex a:hover em, .moduleVideoIndex a:focus em, .moduleVideoIndex a:active em {
    text-decoration: underline;
    border-bottom-color: #0c4069;
  }

  .moduleVideoIndex li[data-content-type] a:after, .moduleVideoIndex li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #0c4069;
    background-color: rgba(12, 64, 105, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }

  .moduleVideoIndex li[data-content-type] a:hover:after, .moduleVideoIndex li[data-content-type] a:hover small {
    background-color: #0c4069;
  }
}
@media only screen and (min-width: 768px) {
  .moduleVideoIndex ul {
    overflow: visible;
    margin: 0 -3em 0 0;
  }

  .moduleVideoIndex li {
    float: left;
    width: 28em;
    margin: 0 1.5em 1.5em 0;
  }

  .templateNarrow .moduleVideoIndex li {
    width: 33em;
  }

  .moduleVideoIndex li:nth-child(2n+1) {
    clear: left;
  }

  .moduleVideoIndex li:first-child + li + li, section.contentWide .moduleVideoIndex li:first-child + li + li + li + li, section.contentWide .moduleVideoIndex li:first-child + li + li + li + li + li + li {
    clear: left;
  }

  .moduleVideoIndex a {
    min-height: 31.5em;
  }
}
/* pagination */
@media only screen and (min-width: 1px) {
  .modulePagination {
    height: 3.7em;
    text-align: center;
    position: relative;
    z-index: 1;
    line-height: 1;
  }

  .modulePagination p {
    background: #ffffff;
    display: inline-block;
    height: 3.7em;
    vertical-align: middle;
    border-radius: 1.85em;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    line-height: 1;
    font-size: 1em;
  }

  .modulePagination p > span {
    display: inline-block;
    height: 3.7em;
    vertical-align: middle;
    padding: 0.5em;
  }

  .modulePagination a, .modulePagination span span {
    font-size: 1.5em;
    text-decoration: none;
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    border-radius: 0.9em;
    vertical-align: middle;
    text-align: center;
    padding: 0.4em 0 0 0;
    background: #ffffff;
  }

  .modulePagination span span, .modulePagination a.modulePaginationNum:hover, .modulePagination a.modulePaginationNum:active, .modulePagination a.modulePaginationNum:focus {
    background: #0074cc;
    color: #ffffff;
    font-weight: normal;
  }

  .modulePagination .modulePaginationPrevious {
    width: auto;
    padding-left: 2em;
    padding-right: 0.2em;
    position: relative;
  }

  .modulePagination .modulePaginationNext {
    width: auto;
    padding-left: 0.2em;
    padding-right: 2em;
    position: relative;
  }

  .modulePagination .modulePaginationPrevious:after {
    content: '';
    width: 1.8em;
    height: 1.8em;
    border-radius: 0.9em;
    background: url("../img/site/pagination-x2.png") -1.9em 0 no-repeat;
    background-size: 10.8em 1.8em;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }

  html.browserIE8 .modulePagination .modulePaginationPrevious:after {
    background-image: url("../img/site/pagination.png");
  }

  .modulePagination a.modulePaginationPrevious:hover:after {
    background-position: -9.1em 0;
    background-color: #0074cc;
  }

  .modulePagination a.modulePaginationPrevious:hover {
    color: #0074cc;
  }

  .modulePagination a.modulePaginationPrevious.aspNetDisabled {
    color: #999999;
    cursor: default;
  }

  .modulePagination a.modulePaginationPrevious.aspNetDisabled:after {
    background-position: -5.5em 0;
    background-color: #ffffff;
  }

  .modulePagination .modulePaginationNext:after {
    content: '';
    width: 1.8em;
    height: 1.8em;
    border-radius: 0.9em;
    background: url("../img/site/pagination-x2.png") 0.1em 0 no-repeat;
    background-size: 10.8em 1.8em;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
  }

  html.browserIE8 .modulePagination .modulePaginationNext:after {
    background-image: url("../img/site/pagination.png");
  }

  .modulePagination a.modulePaginationNext:hover:after {
    background-position: -7.1em 0;
    background-color: #0074cc;
  }

  .modulePagination a.modulePaginationNext:hover {
    color: #0074cc;
  }

  .modulePagination a.modulePaginationNext.aspNetDisabled {
    color: #999999;
    cursor: default;
  }

  .modulePagination a.modulePaginationNext.aspNetDisabled:after {
    background-position: -3.5em 0;
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .modulePagination a.modulePaginationPrevious, .modulePagination a.modulePaginationNext {
    overflow: hidden;
    width: 1.8em;
    text-indent: 100px;
  }
}
@media only screen and (min-width: 768px) {
  section.contentFormSearch .modulePagination {
    /* position: absolute; */
    /* left: 0; */
    /* bottom: -1.5em; */
    margin-top: 2em;
    margin-bottom: 0;
  }

  .moduleSignpost .modulePagination {
    margin-top: 2em;
    margin-bottom: 0;
  }

  .moduleJobsResults + .modulePagination {
    margin-top: -3.9em;
  }
}
/* search filter */
@media only screen and (min-width: 1px) {
  .moduleSearchFilter {
    background: #0074cc;
    padding: 1.5em 2em 2em 2em;
  }

  .moduleSearchFilter:before {
    content: "\f002";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 3em;
    position: absolute;
    top: 50%;
    right: 0.5em;
    background: #ffffff;
    color: #0c4069;
    z-index: 1;
    padding: 0.28em;
    border-radius: 0.75em;
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
    top: 0.5em;
    left: 0.7em;
  }

  .moduleSearchFilter h2 {
    font-size: 2.2em;
    color: #ffffff;
    margin: 0.5em 0 0.6em 2.5em;
    min-height: 1.6em;
    padding: 0;
  }

  .moduleSearchFilter input[type="search"], .moduleSearchFilter input[type="text"], .moduleSearchFilter select, .moduleSearchFilter textarea {
    border: none;
  }

  .moduleSearchFilter h3 {
    color: #ffffff;
    font-size: 1.4em;
    margin: 1.3em 0 0 0;
  }

  .moduleSearchFilter strong {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #ffffff;
    font-size: 1.6em;
    margin: 0.8em 0 0.4em 0;
  }

  .moduleSearchFilter input[type="submit"] {
    margin: 0.8em 0 0 0;
  }

  .moduleSearchFilter p span label {
    color: #ffffff;
    font-size: 1.4em;
  }

  .moduleSearchFilter p.moduleSearchFilterDate span {
    display: block;
    position: relative;
    white-space: nowrap;
  }

  .moduleSearchFilter p.moduleSearchFilterDate label {
    width: 45%;
    display: inline-block;
  }

  .moduleSearchFilter p.moduleSearchFilterDate input {
    width: 44%;
    display: inline-block;
    font-size: 1em;
  }

  .moduleSearchFilter p.moduleSearchFilterDate span label {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.6em;
    display: inline-block;
    width: 10%;
    text-align: center;
    vertical-align: top;
    padding: 0.2em 0 0 0;
  }

  .moduleSearchFilter.moduleSearchFilterDiscussion {
    background: #0c4069;
  }

  .moduleSearchFilter.moduleSearchFilterDiscussion:before {
    background-image: url("../img/site/comments-x2.png");
    background-size: 18em 6em;
    background-position: -6.7em -0.55em;
  }

  html.browserIE8 .moduleSearchFilter.moduleSearchFilterDiscussion:before {
    background-image: url("../img/site/comments.png");
  }

  .moduleSearchFilter.moduleSearchFilterDiscussion h2 {
    margin-top: 0.1em;
  }

  .moduleSearchFilter input[type="submit"], .moduleSearchFilter a.button {
    background-color: #0c4069;
  }

  .moduleSearchFilter input[type="submit"]:hover, .moduleSearchFilter a.button:hover {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .moduleSearchFilter {
    padding: 1.5em 1.5em 1.5em 1.5em;
  }

  .moduleSearchFilter:before {
    left: 0.4em;
  }
}
@media only screen and (min-width: 768px) {
  .moduleSearchFilter:after {
    content: '';
    display: block;
    width: 1.5em;
    height: 3em;
    position: absolute;
    left: -1.5em;
    top: 2.4em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-right: 1.5em solid #0074cc;
  }

  .moduleSearchFilter.moduleSearchFilterDiscussion:after {
    border-right-color: #0c4069;
  }
}
/* search filter */
@media only screen and (min-width: 1px) {
  .moduleSearchSmall {
    background: #0074cc;
    padding: 1.5em 2em 2em 2em;
  }

  .moduleSearchSmall:before {
    content: "\f002";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 3em;
    position: absolute;
    top: 50%;
    right: 0.5em;
    background: #ffffff;
    color: #0c4069;
    z-index: 1;
    padding: 0.28em;
    border-radius: 0.75em;
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
    top: 0.5em;
    left: 0.7em;
  }

  .moduleSearchSmall h2 {
    font-size: 2.2em;
    color: #ffffff;
    margin: 0.5em 0 0.6em 2.5em;
    min-height: 1.6em;
    padding: 0;
  }

  .moduleSearchSmall input[type="search"], .moduleSearchSmall input[type="text"], .moduleSearchSmall select, .moduleSearchSmall textarea {
    border: none;
  }

  .moduleSearchSmall h3 {
    color: #ffffff;
    font-size: 1.4em;
    margin: 1.3em 0 0 0;
  }

  .moduleSearchSmall strong {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #ffffff;
    font-size: 1.6em;
    margin: 0.8em 0 0.4em 0;
  }

  .moduleSearchSmall input[type="submit"] {
    margin: 0.8em 0 0 0;
  }

  .moduleSearchSmall p {
    position: relative;
  }

  .moduleSearchSmall.moduleSearchSmallDiscussion h2 {
    margin-top: 0.1em;
  }

  .moduleSearchSmall input[type="submit"], .moduleSearchSmall input[type="submit"]:hover, .moduleSearchSmall input[type="submit"]:focus {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -10000px;
    width: 1.7em;
    height: 2.22em;
    background-image: url("../img/site/search-arrow-x2.png");
    background-size: 1.813em;
    background-position: 0 5px;
    border-radius: 0 3px 3px 0;
    box-shadow: inset 0 2px 2px #999999;
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .moduleSearchFilter {
    padding: 1.5em 1.5em 1.5em 1.5em;
  }

  .moduleSearchFilter:before {
    left: 0.4em;
  }
}
@media only screen and (min-width: 768px) {
  .moduleSearchFilter:after {
    content: '';
    display: block;
    width: 1.5em;
    height: 3em;
    position: absolute;
    left: -1.5em;
    top: 2.4em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-right: 1.5em solid #0074cc;
  }

  .moduleSearchFilter.moduleSearchFilterDiscussion:after {
    border-right-color: #0c4069;
  }
}
/* Related Content */
@media only screen and (min-width: 1px) {
  .moduleRelatedContent h2 {
    margin: 0;
    font-size: 1em;
    color: #ffffff;
    background: #54565a;
    position: relative;
    padding: 1.3em 0 1.3em 1em;
  }

  .moduleRelatedContent h2:after {
    content: '';
    position: absolute;
    bottom: -1em;
    left: 3.5em;
    width: 2em;
    height: 1em;
    border-top: 1em solid #54565a;
    border-right: 1em solid transparent;
    border-bottom: none;
    border-left: 1em solid transparent;
    z-index: 1;
  }

  .moduleRelatedContent > div + div h2:after {
    display: none;
  }

  .moduleRelatedContent h2 span {
    display: inline-block;
    font-size: 2em;
    padding: 0.1em 0 0.2em 0;
  }

  .moduleRelatedContent h2 a {
    display: inline-block;
    font-size: 2em;
    text-decoration: none;
    color: #fff;
    padding: 0.1em 0 0.2em 0;
  }

  .moduleRelatedContent h2 a:hover, .moduleRelatedContent h2 a:active, .moduleRelatedContent h2 a:focus {
    color: #ffffff;
    text-decoration: underline;
  }

  .moduleRelatedContent h2 span + a, .moduleRelatedContent h2 a + span {
    border-left: 1px solid #f5be80;
  }

  .moduleRelatedContent h2 span:first-child, .moduleRelatedContent h2 a:first-child {
    padding-right: 0.35em;
  }

  .moduleRelatedContent h2 span + a, .moduleRelatedContent h2 a + span {
    padding-left: 0.35em;
  }

  .moduleRelatedContent p {
    font-size: 1.4em;
    background: #f8f8f8;
    border: 1px solid #ececec;
    border-top: none;
    padding: 2.5em 1.2em 2.5em 1.2em;
  }

  .moduleRelatedContent ul {
    background: #f8f8f8;
    border: 1px solid #ececec;
    border-top: none;
    padding: 0.65em;
  }

  .moduleRelatedContent li a {
    color: inherit;
    display: block;
    border: 1px solid #f8f8f8;
    padding: 0.65em;
    text-decoration: none;
    overflow: hidden;
  }

  .moduleRelatedContent li a:hover, .moduleRelatedContent li a:focus, .moduleRelatedContent li a:active {
    background: #ffffff;
    border-color: #ececec;
  }

  .moduleRelatedContent li em {
    display: block;
    float: left;
    width: 11em;
    height: 11em;
    overflow: hidden;
  }

  .moduleRelatedContent li img {
    display: block;
    width: 11em;
    /*19em;*/
    height: 11em;
    margin: 0;
    /*0 0 0 -4em;*/
  }

  .moduleRelatedContent li strong {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    margin: 0.5em 0 0.5em 8.6em;
    display: block;
    font-size: 1.4em;
    color: #000000;
    font-weight: normal;
  }

  .moduleRelatedContent li a:hover strong, .moduleRelatedContent li a:focus strong, .moduleRelatedContent li a:active strong {
    text-decoration: underline;
  }

  .moduleRelatedContent li span {
    display: block;
    font-size: 1.3em;
    margin: 0 0 0.3em 9.23em;
  }
}
@media only screen and (min-width: 768px) {
  .moduleRelatedContent h2 {
    padding: 1.3em 0 1.3em 2em;
  }

  .moduleRelatedContent h2:after {
    bottom: -1.5em;
    left: 3.5em;
    width: 3em;
    height: 1.5em;
    border-top: 1.5em solid #54565a;
    border-right: 1.5em solid transparent;
    border-bottom: none;
    border-left: 1.5em solid transparent;
  }

  .moduleRelatedContent h2 span + a, .moduleRelatedContent h2 a + span {
    padding-left: 0;
  }

  .moduleRelatedContent h2 span + a:before, .moduleRelatedContent h2 a + span:before {
    background-image: url("../img/tools-x2.png");
    background-size: 9.9em 1.65em;
    background-position: -8.3em -0.35em;
    width: 1.5em;
    height: 1em;
    content: '';
    display: inline-block;
    vertical-align: top;
  }

  html.browserIE8 .moduleRelatedContent h2 span + a:before, html.browserIE8 .moduleRelatedContent h2 a + span:before {
    background-image: url("../img/tools.png");
  }

  .moduleRelatedContent h2 span + a:before {
    opacity: 0.6;
  }

  .moduleRelatedContent h2 span + a:hover:before {
    opacity: 1;
  }

  .moduleRelatedContent h2 span:first-child, .moduleRelatedContent h2 a:first-child {
    padding-right: 0.7em;
  }

  .moduleRelatedContent ul {
    padding: 2.4em 0.9em 0.9em 0.9em;
  }

  .moduleRelatedContent li a {
    padding: 0.9em;
    position: relative;
  }

  .moduleRelatedContent li em {
    width: 12.4em;
    height: 12.4em;
  }

  .moduleRelatedContent li img {
    width: 12.4em;
    /*21.4em;*/
    height: 12.4em;
    margin: 0;
    /*0 0 0 -4.5em;*/
  }

  .moduleRelatedContent li strong {
    font-size: 1.6em;
    margin: 0.4em 0 0.5em 8.69em;
  }

  .moduleRelatedContent li span {
    font-size: 1.4em;
    margin: 0 0 0.3em 9.93em;
  }

  .moduleRelatedContent li[data-content-type] a:after, .moduleRelatedContent li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #0c4069;
    background-color: rgba(12, 64, 105, 0.8);
    position: absolute;
    top: 7.5em;
    left: 7em;
    margin: -3.5em 0 0 -3.5em;
  }
}
/* .moduleVideo */
@media only screen and (min-width: 1px) {
  .moduleVideo {
    background: #0074cc;
  }

  .moduleVideo h2 {
    font-size: 2.2em;
    padding: 0;
    margin: 0;
    line-height: 1.1;
    color: #ffffff;
    padding: 0.7em 0.91em 0.7em 0.91em;
  }

  .moduleVideo p {
    margin: 0;
    padding: 0 1em 1em 1em;
    font-size: 1em;
    line-height: 1.2;
  }

  .moduleVideo a, .moduleVideo img {
    width: 33em;
    display: block;
    position: relative;
    overflow: hidden;
    height: auto;
    background: #ffffff;
  }

  .moduleVideo a:hover, .moduleVideo a:active, .moduleVideo a:focus {
    border: 3px solid #ffffff;
  }

  .moduleVideo a:hover img, .moduleVideo a:active img, .moduleVideo a:focus img {
    top: -3px;
    left: -3px;
    margin: 0 -6px -6px 0;
    opacity: 0.5;
  }

  .moduleVideo a:after, .moduleVideo a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #0c4069;
    background-color: rgba(12, 64, 105, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
    background-image: url("..//img/site/content-type-x2.png");
    background-size: 98em 7em;
  }

  html.browserIE8 .moduleVideo a:after {
    background: none;
    display: none;
  }

  html.browserIE8 .moduleVideo a small {
    font-size: 1em;
    background-image: url("http://www.sportengland.org/img/content-type.png");
  }

  .moduleVideo a:hover:after, .moduleVideo a:hover small {
    background-color: #0c4069;
  }

  .moduleVideo h3 {
    font-size: 1.8em;
    padding: 0;
    margin: -.5em 0 0 0;
    line-height: 1.1;
    color: #ffffff;
    padding: 0.7em 0.91em 0.7em 0.91em;
  }

  .moduleVideo h3 a {
    background: none;
    color: #fff;
    text-decoration: none;
    width: 100%;
  }

  .moduleVideo h3 a:after {
    display: none;
  }

  .moduleVideo h3 a:hover,
  .moduleVideo h3 a:active {
    border: none;
    text-decoration: underline;
  }

  .moduleVideo h3 a:after {
    background: none;
  }

  .moduleVideo iframe {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .moduleVideo h2 {
    padding: 0.6em 0.455em 0.6em 0.455em;
  }

  .moduleVideo a, .moduleVideB img {
    width: 28em;
  }

  .moduleVideo iframe {
    width: 28em;
    height: 15.8em;
  }
}
@media only screen and (min-width: 768px) {
  section.contentWide .moduleVideo p, section.contentSplit > div .moduleVideo p {
    padding: 0 2em 2em 2em;
  }

  .moduleVideo iframe {
    width: 53.5em;
    height: 30.1em;
  }

  section.contentWide .moduleVideo iframe {
    width: 90em;
    height: 50.7em;
  }
}
@media only screen and (min-width: 1px) {
  .moduleExternalLinks {
    background: #f8f8f8;
    border: 1px solid #ececec;
    padding: 1.5em 1.5em 0 1.5em;
  }

  .moduleExternalLinks h2 {
    color: #000000;
    border-top: 10px solid #0c4069;
    font-size: 2.5em;
    padding: 0.5em 0;
  }

  .moduleExternalLinks ul {
    list-style: disc;
    margin: 0 1.5em;
  }

  .moduleExternalLinks li {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0 0 0.7em 0;
  }

  .moduleExternalLinks li a {
    color: #000000;
  }
}
/* Image carousel */
@media only screen and (min-width: 1px) {
  .moduleCarouselImage {
    background: #f8f8f8;
    border: 1px solid #e6e7e8;
    overflow: hidden;
  }

  .moduleCarouselImage > div {
    overflow: hidden;
    position: relative;
  }

  .moduleCarouselImage .moduleCarouselItem {
    position: relative;
    overflow: hidden;
    float: left;
  }

  .moduleCarouselImage a.moduleCarouselPrevious {
    display: block;
    position: absolute;
    left: 0;
    top: 10.5em;
    width: 3.5em;
    height: 6em;
    background: #0c4069;
    background-image: none;
    text-decoration: none;
  }

  .moduleCarouselImage a.moduleCarouselNext {
    display: block;
    position: absolute;
    right: 0;
    top: 10.5em;
    width: 3.5em;
    height: 6em;
    background-color: #0c4069;
    background-image: none;
    text-decoration: none;
  }

  .moduleCarouselImage a.moduleCarouselPrevious:hover,
  .moduleCarouselImage a.moduleCarouselPrevious:focus,
  .moduleCarouselImage a.moduleCarouselPrevious:active,
  .moduleCarouselImage a.moduleCarouselNext:hover,
  .moduleCarouselImage a.moduleCarouselNext:focus,
  .moduleCarouselImage a.moduleCarouselNext:active {
    background-color: #0074cc;
  }

  .moduleCarouselImage a.moduleCarouselPrevious:hover:after,
  .moduleCarouselImage a.moduleCarouselPrevious:focus:after,
  .moduleCarouselImage a.moduleCarouselPrevious:active:after,
  .moduleCarouselImage a.moduleCarouselNext:hover:after,
  .moduleCarouselImage a.moduleCarouselNext:focus:after,
  .moduleCarouselImage a.moduleCarouselNext:active:after {
    color: #ffffff;
  }

  .moduleCarouselItem div:first-child:after {
    display: none;
  }

  .moduleCarouselItem .moduleCarouselImagePText {
    margin-top: 0.6em;
  }
}
@media only screen and (max-width: 767px) {
  .moduleCarouselImage > div {
    width: 1000em;
  }

  .moduleCarouselImage .moduleCarouselItem {
    padding: 13.7em 0 0 0;
    max-width: 30em;
  }

  .moduleCarouselImage a.moduleCarouselPrevious {
    top: 4em;
    width: 3em;
    background-position: -6.25em 1.5em;
  }

  .moduleCarouselImage a.moduleCarouselNext {
    top: 4em;
    width: 3em;
    background-position: -0.9em 1.5em;
  }

  .moduleCarouselImage ul.moduleCarouselNav {
    width: 23em;
    height: 1.5em;
    position: absolute;
    right: 0;
    bottom: 2.5em;
    text-align: center;
  }

  .moduleCarouselImage ul.moduleCarouselNav li {
    display: inline-block;
  }

  .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(255, 255, 255, 0.4);
    margin: 0 0.3em 0 0.3em;
  }

  html.browserIE8 .moduleCarousel ul.moduleCarouselNav a {
    background: #98d3f1;
  }

  .moduleCarouselImage ul.moduleCarouselNav a:hover, .moduleCarouselImage ul.moduleCarouselNav a:focus, .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #0c4069;
  }

  .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #0c4069;
  }

  html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #0c4069;
  }

  .moduleCarouselImage .moduleCarouselItem {
    width: 57.5em;
    padding: 1.4em;
    min-height: 20em;
    margin-bottom: 3em;
  }

  .moduleCarouselImage .moduleCarouselImagePic {
    height: 16em;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    width: 57.5em;
  }

  .moduleCarouselImage img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .moduleCarouselImage > div {
    width: 1200em;
  }

  .moduleCarouselImage .moduleCarouselItem {
    width: 57.5em;
    padding: 1.4em;
    min-height: 27em;
    margin-bottom: 3em;
  }

  .templateNarrow .moduleCarouselImage .moduleCarouselItem {
    width: 67.5em;
  }

  .moduleCarouselImage .moduleCarouselImagePic {
    height: 30em;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    width: 57.5em;
  }

  .templateNarrow .moduleCarouselImage .moduleCarouselImagePic {
    width: 67.5em;
  }

  .moduleCarouselImage img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }

  .moduleCarouselImage h2, .moduleCarouselImage p {
    color: #000000;
  }

  .moduleCarouselImage ul.moduleCarouselNav {
    width: 55.5em;
    height: 1.5em;
    position: absolute;
    right: 0;
    bottom: 2.5em;
    text-align: center;
  }

  .templateNarrow .moduleCarouselImage ul.moduleCarouselNav {
    width: 67.5em;
  }

  .moduleCarouselImage ul.moduleCarouselNav li {
    display: inline-block;
  }

  .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(12, 64, 105, 0.5);
    margin: 0 0.3em 0 0.3em;
  }

  html.browserIE8 .moduleCarousel ul.moduleCarouselNav a {
    background: #98d3f1;
  }

  .moduleCarouselImage ul.moduleCarouselNav a:hover, .moduleCarouselImage ul.moduleCarouselNav a:focus, .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #0c4069;
  }

  .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #0c4069;
  }

  html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #0c4069;
  }
}
.external-link {
  word-wrap: break-word;
}
.external-link:after {
  content: " \f08e";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  padding-left: 3px;
  position: relative;
  top: -1px;
}

form, fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* form */
@media only screen and (min-width: 1px) {
  .moduleForm .moduleFormErrors h2, .validation-summary-errors, .validation-summary-valid h2 {
    font-size: 1.6em;
    color: #941e29;
    margin: 0 0 0.4em 0;
  }

  .moduleForm .moduleFormErrors ul, .validation-summary-errors, .validation-summary-valid ul {
    list-style: disc;
    font-size: 1.4em;
    background: #ffffff;
    border: 3px solid #941e29;
    padding: 1.5em 1.5em 1.5em 3em;
    border-radius: 2px;
    margin: 0 0 2em 0;
  }

  .moduleForm .moduleFormErrors li, .validation-summary-errors, .validation-summary-valid li {
    margin: 0 0 0.3em 0;
  }

  .moduleForm h3 {
    font-size: 1.8em;
    color: #0c4069;
    margin: 0 0 0.4em 0;
  }

  .moduleForm p {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0 0 0.7em 0;
  }

  .moduleForm th {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.6em;
    color: #0c4069;
    vertical-align: top;
    text-align: right;
    font-weight: normal;
    padding: 1.8em 1em 0.5em 0;
    width: 33%;
    line-height: 1;
  }

  .moduleForm td {
    padding: 0.6em 0 0.6em 0;
  }

  .moduleForm td label {
    font-size: 1.4em;
    float: left;
    max-width: 85%;
    margin-top: 0.5em;
  }

  .moduleForm td input[type="checkbox"], .moduleForm td input[type="radio"] {
    margin-top: 0.5em;
    float: left;
  }

  .moduleForm td li {
    overflow: hidden;
    padding: 0.9em 0 0 0;
  }

  .moduleForm td li input[type="checkbox"], .moduleForm td li input[type="radio"] {
    margin-top: 0;
  }

  .moduleForm td li label {
    margin-top: 0;
  }

  .moduleForm tr.moduleFormError th {
    color: #941e29;
  }

  .moduleForm tr.moduleFormError input, .moduleForm tr.moduleFormError select, .moduleForm tr.moduleFormError textarea {
    outline: 3px solid #941e29;
  }

  .moduleForm tr.moduleFormRequired th:after {
    content: '*';
    color: #941e29;
    display: inline-block;
    width: 0.8em;
    padding: 0 0 0 0.2em;
    text-align: left;
    margin: 0 -0.8em 0 0;
  }

  .check-group {
    margin-bottom: 1.4em;
    overflow: auto;
  }

  .check-group input[type="checkbox"], .check-group input[type="radio"] {
    margin-top: 0.5em;
    float: left;
    margin-left: 0;
    clear: both;
  }

  .check-group label {
    font-size: 1.4em;
    float: left;
    max-width: 85%;
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .moduleForm th {
    font-size: 1.3em;
    padding: 0.9em 0.8em 0.4em 0;
  }

  .moduleForm td {
    padding: 0.4em 0 0.4em 0;
  }

  .moduleForm .form-group {
    overflow: auto;
    margin-bottom: 1.4em;
  }
}
@media only screen and (min-width: 768px) {
  .moduleForm form {
    margin-top: 3em;
  }

  .moduleForm .form-group {
    overflow: auto;
    margin-bottom: 1.4em;
  }

  .moduleForm .form-group > label {
    display: block;
    width: 33%;
    padding-right: 1.4em;
    float: left;
    text-align: right;
  }

  .moduleForm .form-group > div {
    display: block;
    width: 66%;
    float: left;
  }

  .check-group {
    margin-left: 33%;
    width: 66%;
  }

  .check-group input[type="checkbox"], .check-group input[type="radio"] {
    margin-top: 0.5em;
    float: left;
  }

  .check-group label {
    font-size: 1.4em;
    float: left;
    max-width: 85%;
    margin-top: 0.5em;
  }

  .moduleForm .form-submit {
    margin-left: 33%;
  }
}
.fieldLabel {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 1.6em;
  color: #0c4069;
  line-height: 2;
}

/* Form Sidebar */
@media only screen and (min-width: 1px) {
  .moduleFormSidebar {
    padding: 2.5em 2em 2em 2em;
    background: #00729a;
  }

  .moduleFormSidebar .wysiwyg {
    padding: 0;
    margin: 0;
  }

  .moduleFormSidebar .wysiwyg * {
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .moduleFormSidebar {
    padding: 2em 1.5em 1em 1.5em;
    background: #00729a;
  }
}
@media only screen and (min-width: 768px) {
  .moduleFormSidebar:after {
    content: '';
    display: block;
    width: 1.5em;
    height: 3em;
    position: absolute;
    left: -1.5em;
    top: 2.4em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-right: 1.5em solid #00729a;
  }
}
/* Validaion */
.content input.input-validation-error {
  border: 2px solid #941e29;
}

.field-validation-error {
  color: #941e29;
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 1.4em;
  margin-top: 4px;
  display: block;
  margin-bottom: 5px;
}

/* search results */
@media only screen and (min-width: 1px) {
  .moduleSearchResults li {
    position: relative;
    padding: 1em 0 1em 0;
    border-bottom: 0.5em solid #f0efed;
  }

  .moduleSearchResults li:before, .moduleSearchResults li:after {
    content: ' ';
    display: table;
  }

  .moduleSearchResults li:after {
    clear: both;
  }

  .moduleSearchResults li > a:first-child {
    display: block;
    position: relative;
  }

  .moduleSearchResults a {
    text-decoration: none;
  }

  .moduleSearchResults img {
    float: left;
    width: 14em;
    height: 8.1em;
  }

  .moduleSearchResults li strong, .moduleSearchResults li h3 {
    display: block;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.5em;
    color: #0c4069;
    font-weight: normal;
    padding: 0.2em 0 0 0;
    margin: 0 0 0 10.33em;
  }

  .moduleSearchResults li > a:first-child:hover strong, .moduleSearchResults li > a:first-child:hover h3 {
    text-decoration: underline;
  }

  .moduleSearchResults li > a:first-child span {
    display: block;
    font-size: 1.4em;
    color: #333333;
    padding: 0.3em 0 0.75em 0;
    margin: 0 2.3em 0 11.07em;
  }

  .moduleSearchResults li[data-content-type] > a:first-child:after, .moduleSearchResults li[data-content-type] > a:first-child small {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 4em;
    background-color: #0c4069;
    background-color: rgba(12, 64, 105, 0.9);
    color: #ffffff;
    z-index: 1;
    padding: 0.28em 0;
    border-radius: 1em;
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    position: absolute;
    top: 0.2em;
    left: 0.9em;
    display: block;
  }

  .moduleSearchResults li[data-content-type] > a:first-child:hover:after, .moduleSearchResults li[data-content-type] > a:first-child:hover small {
    background-color: #ccc800;
    background-color: rgba(0, 114, 154, 0.9);
  }

  .moduleSearchResults a.moduleSearchResultsDownload {
    position: absolute;
    right: 0;
    bottom: 1em;
    background: #003f69 url("../img/site/documents-x2.png") -8.4em 0;
    background-size: 16.8em 2.8em;
    width: 2.8em;
    height: 2.8em;
    border-radius: 1.4em;
  }

  html.browserIE8 .moduleSearchResults a.moduleSearchResultsDownload {
    background-image: url("../img/site/documents.png");
  }

  .moduleSearchResults a.moduleSearchResultsDownload span {
    display: none;
    font-size: 1.3em;
    position: absolute;
    bottom: 3.3em;
    left: -4.6em;
    width: 8em;
    background: #003f69;
    color: #ffffff;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    padding: 1em 0 1.1em 1em;
    z-index: 101;
  }

  .moduleSearchResults a.moduleSearchResultsDownload span:after {
    content: '';
    position: absolute;
    bottom: -1em;
    right: 1.4em;
    width: 2em;
    height: 1em;
    border-top: 1em solid #003f69;
    border-right: 1em solid transparent;
    border-bottom: none;
    border-left: 1em solid transparent;
  }

  .moduleSearchResults a.moduleSearchResultsDownload:hover span {
    display: block;
  }

  .moduleSearchResults a.moduleSearchResultsRemove {
    position: absolute;
    right: 0;
    top: 1em;
    background: #003f69 url("../img/site/remove-x2.png");
    background-size: 1.8em 1.8em;
    width: 1.8em;
    height: 1.8em;
    border-radius: 0.9em;
  }

  html.browserIE8 .moduleSearchResults a.moduleSearchResultsRemove {
    background-image: url("../img/site/remove.png");
  }

  .moduleSearchResults a.moduleSearchResultsRemove span {
    display: none;
    font-size: 1.3em;
    position: absolute;
    bottom: 2.5em;
    left: -4.95em;
    width: 8em;
    background: #003f69;
    color: #ffffff;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    padding: 1em 0 1.1em 1em;
    z-index: 101;
  }

  .moduleSearchResults a.moduleSearchResultsRemove span:after {
    content: '';
    position: absolute;
    bottom: -1em;
    right: 1.4em;
    width: 2em;
    height: 1em;
    border-top: 1em solid #003f69;
    border-right: 1em solid transparent;
    border-bottom: none;
    border-left: 1em solid transparent;
  }

  .moduleSearchResults a.moduleSearchResultsRemove:hover span {
    display: block;
  }

  .moduleSearchResults .moduleSearchResultsInfo {
    display: block;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    margin: 0 3.2em 0 15.5em;
  }

  .moduleSearchResults .moduleSearchResultsInfo span {
    font-size: 1.2em;
    margin: 0 1em 0 0;
  }

  .moduleSearchResults .moduleSearchResultsInfo .moduleSearchResultsDate, .moduleSearchResults .moduleSearchResultsInfo .moduleSearchResultsLocation {
    white-space: nowrap;
  }

  .moduleSearchResults .moduleSearchResultsInfo .moduleSearchResultsTags a:hover, .moduleSearchResults .moduleSearchResultsInfo .moduleSearchResultsTags a:active, .moduleSearchResults .moduleSearchResultsInfo .moduleSearchResultsTags a:focus {
    text-decoration: underline;
  }

  .moduleSearchResults .moduleSearchResultsInfo span:before {
    content: '';
    display: inline-block;
    width: 2.15em;
    height: 1.8em;
    background-image: url("../img/site/article-info-x2.png");
    background-repeat: no-repeat;
    background-size: 2.5em 10em;
    vertical-align: middle;
    font-size: 1em;
  }

  html.browserIE8 .moduleSearchResults .moduleSearchResultsInfo span:before {
    background-image: url("../img/site/article-info.png");
  }

  .moduleSearchResults .moduleSearchResultsInfo span.moduleSearchResultsDate:before {
    background-position: -0.25em -0.55em;
  }

  .moduleSearchResults .moduleSearchResultsInfo span.moduleSearchResultsTags:before {
    background-position: -0.25em -2.9em;
  }

  .moduleSearchResults .moduleSearchResultsInfo span.moduleSearchResultsLocation:before {
    background-position: -0.25em -7.9em;
  }

  .moduleSearchResults p, .moduleSearchResults h2 {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 2.2em;
    color: #000;
    margin: 0.25em 0 0.5em 0;
  }

  .moduleSearchResults p strong, .moduleSearchResults h2 strong {
    font-weight: normal;
    color: #0074cc;
  }

  .moduleSearchResults .moduleSearchResultsInfo .moduleSearchResultsTags {
    display: block;
    position: relative;
  }

  .moduleSearchResults .moduleSearchResultsInfo .moduleSearchResultsTags:before {
    float: left;
  }

  .moduleSearchResults .moduleSearchResultsInfo .moduleSearchResultsTags a {
    float: left;
    margin: 0 0.5em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .moduleSearchResults img {
    float: none;
    display: block;
    margin: 0 0 0.3em 0;
  }

  .moduleSearchResults li strong, .moduleSearchResults li h3, .moduleSearchResults li > a:first-child span, .moduleSearchResults .moduleSearchResultsInfo {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .moduleSearchBlank {
    margin-left: 1em;
  }
}
.moduleSearchBlank p, .moduleSearchBlank h2 {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  color: #000;
  margin: 0.25em 0 0.5em 0;
}

/* moduleImageSearch */
.moduleImageSearch li.keywords {
  margin: 0;
  position: absolute;
  top: 100%;
  background: #0c4069;
  padding: 2em 0;
  z-index: 1;
  width: 100%;
  display: none;
}

@media only screen and (max-width: 768px) {
  .moduleImageSearch li.keywords {
    position: relative;
    /* top: ; */
  }
}
/*@media only screen and (min-width:1px) {*/
.moduleImageSearch {
  padding: 0;
  background-color: #0074cc;
  margin-top: 3em;
}

@media only screen and (min-width: 768px) {
  .moduleImageSearch {
    padding: 0;
    background-color: #0074cc;
    margin-top: 0;
  }
}
.moduleImageSearch h2 {
  font-size: 2.2em;
  color: #ffffff;
  margin: 0.5em 0 0.6em 2.5em;
  min-height: 1.6em;
  padding: 0;
}

.moduleImageSearch .search-step {
  width: 2em;
  line-height: 2em;
  background: #fff;
  color: #000000;
  display: inline-block;
  text-align: center;
  border-radius: 2em;
  margin-right: 1em;
  font-weight: bold;
  float: left;
}

.moduleImageSearch .search-step + span {
  display: inline-block;
  float: left;
  width: 13em;
}

.moduleImageSearch strong {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  display: block;
  font-weight: normal;
  color: #ffffff;
  font-size: 1.6em;
  margin: 0.8em 0 0.4em 0;
  min-height: 3em;
}

.moduleImageSearch .search-section {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  display: block;
  font-weight: normal;
  color: #ffffff;
  font-size: 1.6em;
  margin: 0.8em 0 0.4em 0;
  min-height: 3em;
}

.moduleImageSearch ul {
  margin: 0;
}

.moduleImageSearch li {
  font-size: 1em;
  line-height: 1.2;
  margin: 0;
  padding: 2em;
  width: 30em;
  position: relative;
}

.moduleImageSearch li:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #00729a;
  position: absolute;
  left: -1em;
  top: 0em;
  display: block;
}

@media only screen and (min-width: 1px) {
  .moduleImageSearch li:before {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #00729a;
    position: absolute;
    left: 5%;
    top: 0em;
    display: block;
  }
}
.moduleImageSearch li:first-child:before {
  display: none;
}

.moduleImageSearch li.keywords:before {
  display: none;
}

.moduleImageSearch li.keywords li {
  padding: 1em 2em;
}

.moduleImageSearch li.keywords label {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 1.6em;
}

.moduleImageSearch li.keywords input:hover,
.moduleImageSearch li.keywords label:hover {
  cursor: pointer;
  color: #0074cc;
}

.moduleImageSearch li.keywords input:hover + label {
  cursor: pointer;
  color: #0074cc;
}

.moduleImageSearch li.keywords input:checked + label {
  color: #0074cc;
}

.moduleImageSearch select {
  border: none;
  width: 90%;
}

.content .moduleImageSearch a.button {
  line-height: 1.4;
}

.content .moduleImageSearch input[type="submit"] {
  line-height: 1.4;
  background-color: #000000;
}

.content .moduleImageSearch input[type="submit"]:hover, .content .moduleImageSearch input[type="submit"]:active, .content .moduleImageSearch input[type="submit"]:focus {
  background: #fff;
  color: #0c4069;
}

@media only screen and (min-width: 768px) {
  .moduleImageSearch {
    padding: 1.5em 0 2em;
    background-color: #0074cc;
  }

  .moduleImageSearch ul {
    overflow: hidden;
    margin: 0;
  }

  .moduleImageSearch li {
    float: left;
    padding: 0 2em;
  }

  .moduleImageSearch li:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #00729a;
    position: absolute;
    left: -1em;
    top: 0em;
    display: block;
  }
}
/* moduleImageResults */
@media only screen and (min-width: 1px) {
  .moduleImageResults ul {
    margin: 0;
  }

  .moduleImageResults li {
    font-size: 1em;
    line-height: 1.2;
    margin: 0 0 2em 0;
    width: 30em;
    border-bottom: 1em solid #ececec;
  }

  .moduleImageResults a {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }

  .moduleImageResults a:hover, .moduleImageResults a:focus, .moduleImageResults a:active {
    background: #ececec;
  }

  .moduleImageResults .image-preview {
    display: block;
    position: relative;
    width: 30em;
    height: 22em;
    padding: 2em;
    margin: 0 0 1.1em 0;
    background: #ececec;
  }

  .moduleImageResults .image-thumbnail {
    height: 18em;
    width: 26em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .moduleImageResults img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
  }

  .moduleImageResults .image-zoom {
    background-image: url("../img/site/zoom.png");
    background-repeat: no-repeat;
    background-size: 4.6em;
    display: block;
    width: 4.6em;
    height: 4.6em;
    background-color: #0074cc;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -10000px;
  }

  .moduleImageResults .image-zoom:hover {
    background-image: url("../img/site/zoom.png");
    background-repeat: no-repeat;
    background-size: 4.6em;
    background-color: #0074cc;
  }

  .moduleImageResults strong {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #0c4069;
    font-size: 2em;
    margin: 0 0.5em 0.4em 0.5em;
    line-height: 1.1;
  }

  .moduleImageResults span {
    display: block;
    font-size: 1.4em;
    margin: 0 0.71em 0.71em 0.71em;
  }

  .moduleImageResults em {
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #0c4069;
    font-size: 1.5em;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0.5em 0.67em;
    border-bottom: 0.67em solid #ececec;
  }

  .moduleImageResults a:hover em, .moduleImageResults a:focus em, .moduleImageResults a:active em {
    text-decoration: underline;
    border-bottom-color: #ccc800;
  }

  .moduleImageResults li[data-content-type] a:after, .moduleImageResults li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #0c4069;
    background-color: rgba(12, 64, 105, 0.9);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }

  .moduleImageResults li[data-content-type] a:hover:after, .moduleImageResults li[data-content-type] a:hover small {
    background-color: #ccc800;
    background-color: rgba(0, 114, 154, 0.9);
  }

  .moduleImageResults ul.resolutions li {
    line-height: 1.8em;
    margin: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .moduleImageResults ul.resolutions li a {
    padding: 0.5em;
  }

  .moduleImageResults ul.resolutions li a span {
    display: block;
    width: 5em;
    float: left;
    margin: 0 0 0 0.5em;
    line-height: 1.8em;
  }

  .moduleImageResults ul.resolutions li a span:first-child {
    margin: 0;
  }

  .moduleImageResults ul.resolutions li a span.resolution-size {
    background: #0074cc;
    width: 1.8em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.4em;
  }

  .moduleImageResults ul.resolutions li a span.dimensions {
    width: 7em;
  }

  .moduleImageResults ul.resolutions li a span.dimensions-long {
    width: 11.5em;
  }

  .moduleImageResults ul.resolutions li a span.file-size {
    width: 4em;
  }

  .moduleImageResults ul.resolutions li a span.download {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #0c4069;
    width: 6em;
  }

  .moduleImageResults ul.resolutions li a:hover span.download {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 768px) {
  .moduleImageResults ul {
    overflow: hidden;
    margin: 0 -3em 0 0;
  }

  .moduleImageResults li {
    float: left;
  }

  section.contentSplit > div .moduleImageResults li {
    width: 28em;
    margin: 0 1.5em 0 0;
  }

  section.contentSplit > div .moduleImageResults li:nth-child(2n+1) {
    clear: left;
  }

  section.contentSplit > div .moduleImageResults li:first-child + li + li, section.contentSplit > div .moduleImageResults li:first-child + li + li + li + li, section.contentSplit > div .moduleImageResults li:first-child + li + li + li + li + li + li, section.contentSplit > div .moduleImageResults li:first-child + li + li + li + li + li + li {
    clear: left;
  }

  section.contentSplit > div .moduleImageResults img {
    height: 16.2em;
  }

  section.contentWide .moduleImageResults li {
    margin: 0 2em 2em 0;
  }

  section.contentWide .moduleImageResults ul.resolutions li {
    line-height: 1.8em;
    margin: 0;
  }

  section.contentWide .moduleImageResults li:nth-child(3n+1) {
    clear: left;
  }

  section.contentWide .moduleImageResults li:first-child + li + li + li, section.contentWide .moduleImageResults li:first-child + li + li + li + li + li + li, section.contentWide .moduleImageResults li:first-child + li + li + li + li + li + li + li + li + li {
    clear: left;
  }
}
/*==========  Localgov.css  ==========*/
/* Local Government additions */
@media only screen and (min-width: 1px) {
  .moduleSignpostC ul {
    margin: 0;
  }

  .moduleSignpostC li {
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .moduleSignpostC a {
    display: block;
    color: inherit;
    overflow: hidden;
    text-decoration: none;
    border-bottom: 0em solid #ececec;
    padding: 1.2em 1em 1.2em 0em;
    float: left;
    font-size: 1em;
  }

  .moduleSignpostC a:hover {
    border-bottom-color: #0c4069;
    background: #f8f8f8;
  }

  .moduleSignpostC img {
    display: none;
  }

  .moduleSignpostC strong {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #0c4069;
    font-size: 2em;
    margin: 0 0 0.6em 0;
    line-height: 1.1;
    clear: left;
  }

  .moduleSignpostC span {
    display: block;
    font-size: 1.4em;
  }

  .moduleSignpostC em {
    display: block;
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #0c4069;
    font-size: 1.4em;
    background-color: #0c4069;
    color: white;
    padding: 0.7em;
    min-width: 15em;
    float: left;
    padding-right: 0em;
  }

  .moduleSignpostC a:hover em {
    text-decoration: underline;
  }

  .moduleSignpostC .info {
    content: '';
    display: block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 1.4em;
    right: 1.5em;
    left: 0em;
    margin: 0.2em 0 0.2em 0em;
    background: #0c4069 url("../img/site/lg_info-x2.png") no-repeat;
    background-size: 2.8em 2.8em;
    float: left;
    font-size: 1.2em;
  }

  .moduleSignpostC .arrow {
    content: '';
    display: block;
    width: 2.8em;
    height: 2.8em;
    right: 1.5em;
    left: 0em;
    margin: 0 0 0.8em -2.8em;
    background: #0c4069 url("../img/site/lg_arrow-x2.png") no-repeat;
    background-color: transparent;
    background-size: 2.8em 2.8em;
    float: left;
  }
}
/* Variation of SignpostB for Sports data by region link blocks */
@media only screen and (min-width: 768px) {
  .moduleSignpostC li {
    margin: 1.5em 0 0 0;
    font-size: 1em;
  }

  .moduleSignpostC li:first-child {
    margin: 0;
  }

  .moduleSignpostC a {
    display: block;
    color: inherit;
    overflow: hidden;
    text-decoration: none;
    border-bottom: 0em solid #ececec;
    padding: 1.2em 1em 1.2em 0em;
    float: left;
  }

  .moduleSignpostC a:hover {
    border-bottom-color: #0c4069;
    background: #f8f8f8;
  }

  .moduleSignpostC img {
    display: none;
  }

  .moduleSignpostC strong {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #0c4069;
    font-size: 1.6em;
    margin: 0 0 0.6em 0;
    line-height: 1.1;
    clear: left;
  }

  .moduleSignpostC span {
    display: block;
    font-size: 1.4em;
  }

  .moduleSignpostC em {
    display: block;
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #0c4069;
    font-size: 1.4em;
    background-color: #0c4069;
    color: white;
    padding: 0.7em;
    min-width: 15em;
    float: left;
    padding-right: 3em;
  }

  .moduleSignpostC a:hover em {
    text-decoration: underline;
  }

  .moduleSignpostC .info {
    content: '';
    display: block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 1.4em;
    right: 1.5em;
    left: 0em;
    margin: 0.2em 0 0.2em 0em;
    background: #0c4069 url("../img/site/lg_info-x2.png") no-repeat;
    background-size: 2.8em 2.8em;
    float: left;
    font-size: 1.2em;
  }

  html.browserIE8 .moduleSignpostC .info {
    background: #0c4069 url("../img/site/lg_info.png") no-repeat;
  }

  .moduleSignpostC .arrow {
    content: '';
    display: block;
    width: 2.8em;
    height: 2.8em;
    right: 1.5em;
    left: 0em;
    margin: 0 0 0.8em -2.8em;
    background: #0c4069 url("../img/site/lg_arrow-x2.png") no-repeat;
    background-color: transparent;
    background-size: 2.8em 2.8em;
    float: left;
  }

  html.browserIE8 .moduleSignpostC .arrow {
    background: #0c4069 url("../img/site/lg_arrow.png") no-repeat;
  }
}
/* Styles for Tools directory page */
@media only screen and (min-width: 1px) {
  .lg_resources > div {
    margin: 0;
    font-size: 1em;
    border: 1px solid #d4d4d4;
    border-top: 0px;
    background-color: #f7f7f7;
    padding: 0.4em;
    display: table;
  }

  .lg_resources > div:first-child {
    border-top: 1px solid #d4d4d4;
  }

  .lg_resources > strong + div {
    border-top: 1px solid #d4d4d4;
  }

  .lg_resources em {
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #0c4069;
    font-size: 1.4em;
  }

  .lg_resources_info {
    display: table-cell;
    vertical-align: middle;
  }

  .lg_resources img {
    background-color: #0c4069;
    width: 2.8em;
    height: 2.8em;
    border-radius: 1.4em;
    max-width: none;
  }

  .lg_resources_title {
    display: table-cell;
    padding-right: 2em;
    vertical-align: middle;
    width: 60em;
  }

  .lg_resources strong {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    display: block;
    font-weight: normal;
    color: #0c4069;
    font-size: 1.6em;
    margin: 0.4em 0 0.4em 0;
  }

  .lg_resources a {
    text-decoration: none;
  }

  .lg_resources a:hover {
    text-decoration: underline;
  }
}
/* Styles for Launch this tool links including orange border version in sidebar */
@media only screen and (min-width: 1px) {
  .lg_sidebarlink > div {
    margin: 0;
    font-size: 1em;
    background-color: #0c4069;
    padding: 0.4em;
    display: table;
    line-height: 1em;
  }

  .lg_sidebarlink_border > div {
    border: 2em solid #eb7c00;
  }

  .lg_sidebarlink em {
    font-style: normal;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: white;
    font-size: 1.4em;
  }

  .lg_sidebarlink_arrow {
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
  }

  .lg_sidebarlink img {
    width: 2.8em;
    height: 2.8em;
  }

  .lg_sidebarlink_title {
    display: table-cell;
    padding-right: 2em;
    padding-left: 1em;
    vertical-align: middle;
    width: 30em;
  }

  .lg_sidebarlink a {
    font-size: 1em;
    text-decoration: none;
  }

  .lg_sidebarlink a:hover em {
    text-decoration: underline;
  }

  .lg_sidebarlink_title_narrow {
    width: 20em;
    min-width: 20em;
  }
}
/* Styles for Partnering Local Government sidebar widget */
@media only screen and (min-width: 1px) {
  .lg_moduleDeliveryStrategy {
    background-color: #54B6E7;
    color: white;
  }

  .lg_moduleDeliveryStrategy h2 {
    margin-bottom: 0.4em;
    font-size: 2.4em;
  }

  .lg_moduleDeliveryStrategy .lg_deliveryStrategy {
    background-image: url("../img/site/lg_racetrack.png");
    background-repeat: no-repeat;
    background-size: 35em 26.9em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .lg_deliveryStrategy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 0em;
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1em;
  }

  .lg_deliveryStrategy ul li {
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 6em;
    background-size: 4.7em 4.7em;
    padding-bottom: 0.5em;
    padding-top: 0em;
    height: 5em;
  }

  .lg_deliveryStrategy a span {
    font-size: 1.8em;
  }

  .lg_deliveryStrategy .lg_cog1 {
    background-image: url("../img/site/lg_cogsingle_1.png");
    color: white;
  }

  .lg_deliveryStrategy .lg_cog1 a {
    color: white;
    text-decoration: none;
  }

  .lg_deliveryStrategy .lg_cog1 a:hover {
    color: white;
    text-decoration: underline;
  }

  .lg_deliveryStrategy .lg_cog2 {
    background-image: url("../img/site/lg_cogsingle_2.png");
    color: white;
  }

  .lg_deliveryStrategy .lg_cog2 a {
    color: white;
    text-decoration: none;
  }

  .lg_deliveryStrategy .lg_cog2 a:hover {
    color: white;
    text-decoration: underline;
  }

  .lg_deliveryStrategy .lg_cog3 {
    background-image: url("../img/site/lg_cogsingle_3.png");
    color: white;
  }

  .lg_deliveryStrategy .lg_cog3 a {
    color: white;
    text-decoration: none;
  }

  .lg_deliveryStrategy .lg_cog3 a:hover {
    color: white;
    text-decoration: underline;
  }

  .lg_deliveryStrategy .lg_cog4 {
    background-image: url("../img/site/lg_cogsingle_4.png");
    color: white;
  }

  .lg_deliveryStrategy .lg_cog4 a {
    color: white;
    text-decoration: none;
  }

  .lg_deliveryStrategy .lg_cog4 a:hover {
    color: white;
    text-decoration: underline;
  }

  .lg_deliveryStrategy > div {
    margin-top: 2em;
  }

  .lg_deliveryStrategy_top {
    padding: 2em;
  }

  .lg_deliveryStrategy_top:after {
    content: '';
    position: relative;
    bottom: -4.1em;
    left: 14.5em;
    width: 2em;
    height: 1em;
    border-top: 1em solid #54B6E7;
    border-right: 1em solid transparent;
    border-bottom: none;
    border-left: 1em solid transparent;
    z-index: 1;
  }

  .lg_deliveryStrategy_top p {
    margin-bottom: 0.4em;
    font-size: 1.4em;
  }

  .lg_deliveryStrategy_page ul {
    padding: 0;
    margin: 0;
  }

  .lg_deliveryStrategy_page ul li {
    padding-left: 5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .lg_deliveryStrategy_page .lg_cog1 {
    color: #54B6E7;
  }

  .lg_deliveryStrategy_page .lg_cog1 a {
    color: #54B6E7;
  }

  .lg_deliveryStrategy_page .lg_cog1 a:hover {
    color: #54B6E7;
  }

  .lg_deliveryStrategy_page .lg_cog2 {
    color: #CCC800;
  }

  .lg_deliveryStrategy_page .lg_cog2 a {
    color: #CCC800;
  }

  .lg_deliveryStrategy_page .lg_cog2 a:hover {
    color: #CCC800;
  }

  .lg_deliveryStrategy_page .lg_cog3 {
    color: #EB7C00;
  }

  .lg_deliveryStrategy_page .lg_cog3 a {
    color: #EB7C00;
  }

  .lg_deliveryStrategy_page .lg_cog3 a:hover {
    color: #EB7C00;
  }

  .lg_deliveryStrategy_page .lg_cog4 {
    color: #AB1354;
  }

  .lg_deliveryStrategy_page .lg_cog4 a {
    color: #AB1354;
  }

  .lg_deliveryStrategy_page .lg_cog4 a:hover {
    color: #AB1354;
  }

  .lg_deliveryStrategy_page > div {
    margin-top: 2em;
  }
}
/* Variation of the Features Widget classes used for the LG Case Studies widget */
.moduleLGCaseStudies h2 {
  background: #0c4069;
}

.moduleLGCaseStudies h2:after {
  border-top-color: #0c4069;
  left: auto;
  right: 3.5em;
}

/* Local Government 'What can we help you with' page */
@media only screen and (min-width: 1px) {
  .lg_help {
    background-repeat: no-repeat;
    color: white;
    padding: 1em 1.4em 1em 7em;
    background-position: 1em 1.5em;
    background-size: 4.7em 4.7em;
    margin: 0;
  }

  .lg_help h2 {
    color: white;
    margin: 0;
  }

  .lg_help p {
    color: white;
    margin-top: 1em;
  }

  .lg_help_colour1 {
    background-image: url("../img/site/lg_cogsingle_1.png");
    background-color: #54B6E7;
  }

  .lg_help_colour2 {
    background-image: url("../img/site/lg_cogsingle_2.png");
    background-color: #CCC800;
  }

  .lg_help_colour3 {
    background-image: url("../img/site/lg_cogsingle_3.png");
    background-color: #EB7C00;
  }

  .lg_help_colour4 {
    background-image: url("../img/site/lg_cogsingle_4.png");
    background-color: #AB1354;
  }

  .lg_help_accordionColour1 {
    margin-top: 0px;
  }

  #lg_accordion1, #lg_accordion2, #lg_accordion3, #lg_accordion4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg_help_accordionColour1 > div.open h2 a:link, .lg_help_accordionColour1 > div.open h2 a:visited, .lg_help_accordionColour1 h2 a:hover, .lg_help_accordionColour1 h2 a:active, .lg_help_accordionColour1 h2 a:focus {
    background: #54B6E7;
    color: #ffffff;
  }

  .lg_help_accordionColour1 > div.open h2 a {
    border-bottom-color: #54B6E7;
  }

  .lg_help_accordionColour1 > div:first-child.open h2 a {
    border-top-color: #54B6E7;
  }

  .lg_help_accordionColour2 > div.open h2 a:link, .lg_help_accordionColour2 > div.open h2 a:visited, .lg_help_accordionColour2 h2 a:hover, .lg_help_accordionColour2 h2 a:active, .lg_help_accordionColour2 h2 a:focus {
    background: #CCC800;
    color: #ffffff;
  }

  .lg_help_accordionColour2 > div.open h2 a {
    border-bottom-color: #CCC800;
  }

  .lg_help_accordionColour2 > div:first-child.open h2 a {
    border-top-color: #CCC800;
  }

  .lg_help_accordionColour3 > div.open h2 a:link, .accordion3 > div.open h2 a:visited, .lg_help_accordionColour3 h2 a:hover, .lg_help_accordionColour3 h2 a:active, .lg_help_accordionColour3 h2 a:focus {
    background: #EB7C00;
    color: #ffffff;
  }

  .lg_help_accordionColour3 > div.open h2 a {
    border-bottom-color: #EB7C00;
  }

  .lg_help_accordionColour3 > div:first-child.open h2 a {
    border-top-color: #EB7C00;
  }

  .lg_help_accordionColour4 > div.open h2 a:link, .lg_help_accordionColour4 > div.open h2 a:visited, .lg_help_accordionColour4 h2 a:hover, .lg_help_accordionColour4 h2 a:active, .lg_help_accordionColour4 h2 a:focus {
    background: #AB1354;
    color: #ffffff;
  }

  .lg_help_accordionColour4 > div.open h2 a {
    border-bottom-color: #AB1354;
  }

  .lg_help_accordionColour4 > div:first-child.open h2 a {
    border-top-color: #AB1354;
  }
}
/* Local Government search form elements */
@media only screen and (min-width: 1px) {
  .lg_searchform input[type="text"] {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    border: none;
    background: #ffffff;
    color: #000000;
    padding: 0.5em;
    width: 100%;
    font-size: 1.6em;
    display: block;
    box-shadow: inset 0 2px 2px #999999;
    border-radius: 3px;
    border: 1px solid #dedede;
    max-width: 20em;
  }

  .lg_searchform input[type="button"] {
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.6em;
    display: inline-block;
    color: #ffffff;
    padding: 0.45em 0.7em 0.5em 0.7em;
    background: #0c4069;
    text-decoration: none;
    border: none;
    line-height: 1.2;
    margin-top: 1em;
  }

  .lg_searchform input[type="button"]:hover {
    background: #54b6e7;
  }

  .lg_searchform {
    background: #66ccff;
    padding: 1.5em 2em 2em 2em;
    font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  }

  .lg_searchform:before {
    background-image: url("/img/headers-x2.png");
    background-repeat: no-repeat;
    background-size: 27.9em 4.6em;
    content: '';
    display: block;
    width: 4.6em;
    height: 4.6em;
    border-radius: 2.3em;
    background-color: #ffffff;
    position: absolute;
    top: 1.5em;
    left: 2em;
    background-position: -13.8em 0;
  }

  html.browserIE8 .lg_searchform:before {
    background-image: url("/img/headers.png");
  }

  .lg_searchform h2 {
    font-size: 2.0em;
    color: #ffffff;
    margin: 0.5em 0 0.6em 2.5em;
    min-height: 1.6em;
    padding: 0;
  }
}
.filler {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 998;
}
@media only screen and (max-width: 768px) {
  .filler {
    z-index: 1001;
  }
}
.filler div {
  display: table-cell;
  vertical-align: middle;
}
.filler div .popout {
  position: relative;
  width: 40%;
  margin: auto;
  z-index: 999;
  color: #ffffff;
  display: table;
  background-color: #f8f8f8;
  padding: 15px;
}
.filler div .popout .cross {
  background-color: white;
  color: #0074cc;
  top: 0px;
  right: 0px;
  position: absolute;
  font-size: 2rem;
  padding: 8px 12px;
}
.filler div .popout .cross:hover {
  cursor: pointer;
}
.filler div .popout h2 {
  font-size: 2.2em;
  color: #0074cc;
  min-height: 1.6em;
  padding: 0;
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  border-top: 10px solid #0074cc;
  font-size: 2.5em;
  padding: 0.5em 0;
}
.filler div .popout p {
  color: #54565a;
  padding: 15px;
  font-size: 1.4rem;
  padding-left: 0px;
  padding-top: 0px;
}
@media only screen and (max-width: 960px) {
  .filler div .popout p {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .filler div .popout p {
    font-size: 1.4rem;
  }
}
.filler div .popout form {
  margin-left: 10px;
  float: left;
  line-height: 56px;
  top: 40%;
  display: block;
}
@supports (-ms-accelerator: true) {
  .filler div .popout form {
    position: relative;
  }
}
@media only screen and (max-width: 600px) {
  .filler div .popout form {
    width: 100%;
    position: relative;
    margin-top: 10px;
    line-height: 20px;
  }
}
.filler div .popout form input {
  margin-top: 22px;
  float: left;
}
@media only screen and (max-width: 600px) {
  .filler div .popout form input {
    margin-top: 5px;
  }
}
.filler div .popout form span {
  color: #54565a;
  margin-left: 5px;
  display: block;
  float: left;
}
.filler div .popout .button {
  display: block;
  position: relative;
}
.filler div .popout .button .close {
  float: left;
  display: block;
  margin-left: 10px;
}
.filler div .popout .button .close a {
  display: block;
  text-decoration: none;
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 1.4em;
  color: #ffffff;
  background-color: #0c4069;
  padding: 20px 30px;
}
@media only screen and (max-width: 600px) {
  .filler div .popout .button .close a {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .filler div .popout .button .close {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .filler div .popout .button .close {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
  }
}
.filler div .popout .button .survey {
  float: left;
  display: block;
}
.filler div .popout .button .survey a {
  display: block;
  font-size: 1.4em;
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  padding: 20px 30px;
  background-color: #00afaa;
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .filler div .popout .button .survey a {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .filler div .popout .button .survey {
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .filler div .popout .button .survey {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 960px) {
  .filler div .popout {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .filler div .popout {
    width: 80%;
  }
}
@media only screen and (max-width: 400px) {
  .filler div .popout {
    width: 90%;
  }
  .filler div .popout .close {
    float: left;
  }
  .filler div .popout .close a {
    width: 100%;
    float: left;
  }
  .filler div .popout .survey {
    float: left;
  }
  .filler div .popout .survey a {
    width: 100%;
    float: left;
  }
}

.help-block {
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 1.4em;
  margin-top: 4px;
  display: block;
  margin-bottom: 5px;
}

.progress-item {
  margin-bottom: 20px;
  font-size: 1.7em;
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}
.progress-item .description,
.progress-item .options {
  padding: 0 0.88em 0.88em;
  color: #ffffff;
  background-color: #54565a;
}
.progress-item .description {
  padding-top: 0.88em;
  padding-bottom: 0.88em;
}
.progress-item .option {
  white-space: nowrap;
}
.progress-item .option img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.progress-item .notes {
  background-color: #f8f8f8;
  border: 1px solid #ececec;
  border-top: none;
  padding: 0.88em 0.76em;
}
.progress-item .notes textarea {
  margin: 0;
  resize: vertical;
  height: 160px;
  overflow: auto;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
  max-width: 100%;
}

.option-group {
  color: #ffffff;
  background-color: #54565a;
  padding: 0 0.88em 0.88em;
}
.option-group__item {
  margin-bottom: 1.3em;
  position: relative;
}
.option-group__item:last-child {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .option-group__item:last-child {
    margin-bottom: 0.5em;
  }
}
.option-group__item input[type="radio"] {
  position: absolute;
  left: 10px;
  top: 50%;
  margin: 0;
}
.option-group__item input[type="radio"] + .option-group__label {
  padding-left: 2.6em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.option-group__item input[type="radio"] + .option-group__label:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: ' ';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.23em;
  line-height: 1.76em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  background: #a8a8aa;
  border-radius: 100%;
  width: 1.76em;
  height: 1.76em;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.option-group__item input[type="radio"] + .option-group__label--warning:before {
  content: "\f12a";
}
.option-group__item input[type="radio"] + .option-group__label--success:before {
  content: "\f00c";
}
.option-group__item input[type="radio"]:checked + .option-group__label--success:before {
  background-color: #229749;
}
.option-group__item input[type="radio"]:checked + .option-group__label--warning:before {
  background-color: #f17e30;
}
.option-group__item .option-group__label--success:hover:before {
  background-color: #229749 !important;
}
.option-group__item .option-group__label--warning:hover:before {
  background-color: #f17e30 !important;
}

.pager {
  font-size: 1.7em;
  margin-bottom: 15px;
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}
.pager > a {
  padding: 0.41em;
  color: #ffffff;
  display: block;
  margin: 5px 0 0 0 !important;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.pager > a:hover, .pager > a:focus, .pager > a:active {
  text-decoration: none;
}
.pager .previous {
  background-color: #0c4069;
}
.pager a.next {
  background-color: #0074cc !important;
}
.pager a.next:hover {
  background-color: #66ccff !important;
}

@media only screen and (min-width: 768px) {
  .pager > a {
    display: inline-block;
    margin: 0 10px 10px 0 !important;
    width: 11.76em;
  }
}
.moduleProgress h2 {
  background-color: #54565a;
}
.moduleProgress h2, .moduleProgress a {
  color: #ffffff;
}
.moduleProgress a {
  display: block;
}

.progress-status {
  font-size: 1em;
}
.progress-status--lg .progress-status__num {
  font-size: 2em;
}
@media only screen and (min-width: 768px) {
  .progress-status--lg .progress-status__num {
    font-size: 3em;
  }
}
.progress-status--md .progress-status__num {
  font-size: 2em;
}
.progress-status__item {
  display: inline-block !important;
  vertical-align: top;
  margin-right: 4px;
  margin-bottom: 4px;
  position: relative;
  padding: 0 !important;
  border: 0 !important;
  overflow: visible !important;
}
@media only screen and (min-width: 768px) {
  .progress-status__item {
    margin-bottom: 0;
  }
}
.progress-status__item i {
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: -1px;
  right: -6px;
  display: block;
  font-style: normal;
  border: 1px #e6e7e8 solid;
  background-color: #FFF;
  font-family: 'FontAwesome';
}
@media only screen and (min-width: 768px) {
  .progress-status__item i {
    top: 0;
    right: -5px;
  }
}
.progress-status--lg .progress-status__item i {
  width: 1.5em;
  height: 1.5em;
  font-size: 1em;
}
.progress-status--lg .progress-status__item i:after {
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) {
  .progress-status--lg .progress-status__item i {
    width: 1.8em;
    height: 1.8em;
    font-size: 1.3em;
  }
  .progress-status--lg .progress-status__item i:after {
    line-height: 1.8em;
  }
}
.progress-status--md .progress-status__item i {
  width: 1.5em;
  height: 1.5em;
  font-size: 1em;
  top: -2px;
}
.progress-status--md .progress-status__item i:after {
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) {
  .progress-status--md .progress-status__item i {
    width: 1.8em;
    height: 1.8em;
    right: -7px;
  }
  .progress-status--md .progress-status__item i:after {
    line-height: 1.8em;
  }
}
.progress-status .collapse {
  padding: 15px;
  background: #e6e7e8;
  font-size: 1em;
  z-index: 2;
  margin-top: 14px;
  position: relative;
}
.progress-status .collapse-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 0.56em;
}
.progress-status .collapse-content .wysiwyg {
  margin-bottom: 0;
  padding: 0;
}
.progress-status .collapse-content .wysiwyg p {
  line-height: 1.2em;
}
.progress-status .collapse-content .wysiwyg p.buttons {
  margin: 0;
}
.progress-status .collapse-content .wysiwyg p.buttons a:link {
  margin: 0;
}
.progress-status__num {
  margin: 0 !important;
  font-size: 1em;
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  width: 1.9em;
  height: 1.9em;
  border-radius: 100%;
  background: #54565a;
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 1.9em;
  position: relative;
}
.progress-status__num:before {
  content: ' ';
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1em;
  line-height: 1.9em;
  color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.progress-status .active .progress-status__num {
  background-color: #2d79ce;
}
@media only screen and (min-width: 768px) {
  .progress-status .active .progress-status__num:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: calc(50% - 17px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 14px 17px;
    border-color: transparent;
    border-bottom-color: #e6e7e8;
  }
}
.progress-status .active i {
  display: none;
}
.progress-status .disabled i {
  display: none;
}
.progress-status .completed .progress-status__num {
  background: #229749;
}
.progress-status .completed i {
  color: #229749;
  display: block !important;
}
.progress-status .completed i:after {
  content: '\f00c';
}
.progress-status .warning .progress-status__num {
  background: #f17e30;
}
.progress-status .warning i {
  color: #f17e30;
  display: block !important;
}
.progress-status .warning i:after {
  content: '\f12a';
}

.progress-section__title {
  padding: 0.8em 1.5em;
  font-family: 'ITCLubalinGraphW01-Md', 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 1em;
  color: #ffffff;
  background: #0c4069;
  overflow: hidden;
  border-bottom: 1px #0074cc solid;
}
@media only screen and (min-width: 768px) {
  .progress-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.progress-section__title h3 {
  margin: 0.55em 0;
  color: #ffffff;
  font-size: 1.6em;
  line-height: 1.2;
}
.progress-section__title p.buttons {
  margin: 0;
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  .progress-section__title p.buttons {
    font-size: 1.6em;
  }
}
.progress-section__title p.buttons > a:link {
  white-space: nowrap;
  background: #0074cc;
  margin: 0 0 0 0.1em;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 1em 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .progress-section__title p.buttons > a:link {
    width: auto;
    padding: 0.45em 0.7em 0.5em 0.7em;
  }
}
.progress-section__title p.buttons > a:link:hover, .progress-section__title p.buttons > a:link:active {
  background-color: #66ccff;
}
.progress-section__title p.buttons > a:visited {
  background: #0074cc;
  color: #ffffff;
}
.progress-section__title p.buttons > a:visited:hover {
  background-color: #66ccff;
}
.progress-section .wysiwyg {
  padding: 0;
}
.progress-section .progress-item {
  font-size: 1em;
  padding: 1.4em;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0;
}
.progress-section .progress-item .description {
  background-color: transparent;
  color: #54565a;
  font-size: 1.6em;
  padding: 0;
}
.progress-section .progress-item .option-group__label {
  font-size: 1.4em;
  color: #000000;
  font-weight: bold;
}
.progress-section .progress-item .option-group__item {
  margin-bottom: 0;
}
.progress-section .progress-item .notes {
  border: 0;
  padding: 0;
  background-color: transparent;
  margin: 1em 0 0 0;
}
.progress-section .progress-item__content {
  background-color: #e6e7e8;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 1em;
  padding: 1.7em 1.4em;
  margin: 1.4em 0 0 0;
}

/* Templates */
/* =========================================================================== */
.sectionBlue {
  /* carousel */
  /* article info  */
  /* .moduleFeatureVideo */
  /* quote Big  */
  /* quote feature  */
  /* accordion */
  /* Resources */
  /* .moduleVideoIndex */
  /* Image carousel */
  /* signpost */
  /* signpost small */
  /* signpost scroll */
}
@media only screen and (min-width: 1px) {
  .sectionBlue .moduleCarousel .module:before {
    content: "";
    width: 100%;
    height: 1.2em;
    background-color: #9bcbea;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sectionBlue .moduleCarousel a.moduleCarouselPrevious {
    background-color: #9bcbea;
  }
  .sectionBlue .moduleCarousel a.moduleCarouselNext {
    background-color: #9bcbea;
  }
  .sectionBlue .moduleCarousel a.moduleCarouselPrevious:hover,
  .sectionBlue .moduleCarousel a.moduleCarouselPrevious:focus,
  .sectionBlue .moduleCarousel a.moduleCarouselPrevious:active,
  .sectionBlue .moduleCarousel a.moduleCarouselNext:hover,
  .sectionBlue .moduleCarousel a.moduleCarouselNext:focus,
  .sectionBlue .moduleCarousel a.moduleCarouselNext:active {
    background-color: #000000;
  }
}
@media only screen and (max-width: 767px) {
  .sectionBlue .moduleCarousel ul.moduleCarouselNav a:hover, .sectionBlue .moduleCarousel ul.moduleCarouselNav a:focus, .sectionBlue .moduleCarousel ul.moduleCarouselNav a:active {
    background: #9bcbea;
  }
  .sectionBlue .moduleCarousel ul.moduleCarouselNav a.current {
    background: #9bcbea;
  }
}
@media only screen and (min-width: 768px) {
  .sectionBlue .moduleCarousel ul.moduleCarouselNav a {
    background: rgba(155, 203, 234, 0.5);
  }
  .sectionBlue .moduleCarousel ul.moduleCarouselNav a:hover, .sectionBlue .moduleCarousel ul.moduleCarouselNav a:focus, .sectionBlue .moduleCarousel ul.moduleCarouselNav a:active {
    background: #9bcbea;
  }
  .sectionBlue .moduleCarousel ul.moduleCarouselNav a.current {
    background: #9bcbea;
  }
  .sectionBlue html.browserIE8 .moduleCarousel ul.moduleCarouselNav a.current {
    background: #9bcbea;
  }
}
.sectionBlue .modulePageHeader h1 {
  border-bottom: 10px solid #9bcbea;
}
@media only screen and (min-width: 1px) {
  .sectionBlue .moduleArticleInfo a + a {
    margin-left: 0.4em;
  }
  .sectionBlue .moduleArticleInfo a:hover, .sectionBlue .moduleArticleInfo a:focus, .sectionBlue .moduleArticleInfo a:active {
    text-decoration: underline;
  }
  .sectionBlue .moduleArticleInfo p > span {
    margin: 0 1em 0 0;
  }
  .sectionBlue .moduleArticleInfo p > span:before {
    color: #9bcbea;
  }
}
@media only screen and (min-width: 1px) {
  .sectionBlue .moduleFeatureVideo a:after {
    background-color: #9bcbea;
    background-color: rgba(155, 203, 234, 0.8);
  }
  .sectionBlue .moduleFeatureVideo a:hover:after, .sectionBlue .moduleVideoPanel a:hover small {
    background-color: #9bcbea;
  }
  .sectionBlue .moduleFeatureVideo a:hover em, .sectionBlue .moduleFeatureVideo a:focus em, .sectionBlue .moduleFeatureVideo a:active em {
    border-bottom-color: #9bcbea;
  }
  .sectionBlue .moduleFeatureVideo a:after, .sectionBlue .moduleFeatureVideo a small {
    background-color: #9bcbea;
    background-color: rgba(155, 203, 234, 0.8);
  }
  .sectionBlue .moduleFeatureVideo a:hover:after, .sectionBlue .moduleFeatureVideo a:hover small {
    background-color: #9bcbea;
  }
}
.sectionBlue .moduleQuoteBig blockquote:before {
  color: #9bcbea;
}
.sectionBlue .moduleQuoteBig blockquote:after {
  color: #9bcbea;
}
@media only screen and (min-width: 1px) {
  .sectionBlue .moduleQuoteFeature:before {
    color: #9bcbea;
  }
  .sectionBlue .moduleQuoteFeature:after {
    color: #9bcbea;
  }
  .sectionBlue .moduleQuoteFeature a {
    color: #9bcbea;
  }
}
@media only screen and (max-width: 767px) {
  .sectionBlue .moduleQuoteFeature:before {
    color: #9bcbea;
  }
  .sectionBlue .moduleQuoteFeature:after {
    color: #9bcbea;
  }
}
@media only screen and (min-width: 1px) {
  .sectionBlue .moduleAccordion h2 a:after {
    background: #9bcbea;
  }
  .sectionBlue .moduleAccordion h2 a:hover:after {
    color: #9bcbea;
    background: #ffffff;
  }
}
@media only screen and (min-width: 1px) {
  .sectionBlue .moduleAccordion .moduleResources h2 a:after {
    background: #9bcbea;
  }
  .sectionBlue .moduleAccordion .moduleResources h2 a:hover:after {
    color: #9bcbea;
    background: #ffffff;
  }
  .sectionBlue .moduleResources:after {
    color: #9bcbea;
  }
  .sectionBlue .moduleResources li a:first-child + a {
    background-color: #9bcbea;
  }
  .sectionBlue .moduleResources li a:first-child + a span {
    background: #003f69;
  }
  .sectionBlue .moduleResources li a:first-child + a span:after {
    border-top: 1em solid #003f69;
  }
  .sectionBlue .moduleResources li[data-content-type] a:first-child:after, .sectionBlue .moduleResources li[data-content-type] a:first-child small {
    background: #9bcbea;
  }
  .sectionBlue .moduleResources li a:first-child:before {
    background: #9bcbea;
  }
}
@media only screen and (min-width: 1px) {
  .sectionBlue .moduleVideoIndex a:after {
    background-color: #9bcbea;
    background-color: rgba(155, 203, 234, 0.8);
  }
  .sectionBlue .moduleVideoIndex a:hover:after, .sectionBlue .moduleVideoPanel a:hover small {
    background-color: #9bcbea;
  }
  .sectionBlue .moduleVideoIndex a:hover em, .sectionBlue .moduleVideoIndex a:focus em, .sectionBlue .moduleVideoIndex a:active em {
    border-bottom-color: #9bcbea;
  }
  .sectionBlue .moduleVideoIndex li[data-content-type] a:after, .sectionBlue .moduleVideoIndex li[data-content-type] a small {
    background-color: #9bcbea;
    background-color: rgba(155, 203, 234, 0.8);
  }
  .sectionBlue .moduleVideoIndex li[data-content-type] a:hover:after, .sectionBlue .moduleVideoIndex li[data-content-type] a:hover small {
    background-color: #9bcbea;
  }
}
@media only screen and (min-width: 768px) {
  .sectionBlue .moduleSearchFilter.moduleSearchFilterDiscussion:after {
    border-right-color: #9bcbea;
  }
}
.sectionBlue section.contentFormSearch h1 {
  border-top: 10px solid #9bcbea;
  padding-TOP: 0.5em;
}
@media only screen and (min-width: 1px) {
  .sectionBlue .moduleExternalLinks h2 {
    border-top: 10px solid #9bcbea;
  }
}
@media only screen and (min-width: 1px) {
  .sectionBlue .moduleCarouselImage a.moduleCarouselPrevious {
    background-color: #9bcbea;
  }
  .sectionBlue .moduleCarouselImage a.moduleCarouselPrevious:after {
    color: #e6e7e8;
  }
  .sectionBlue .moduleCarouselImage a.moduleCarouselNext {
    background-color: #9bcbea;
  }
  .sectionBlue .moduleCarouselImage a.moduleCarouselNext:after {
    color: #e6e7e8;
  }
  .sectionBlue .moduleCarouselImage a.moduleCarouselPrevious:hover,
  .sectionBlue .moduleCarouselImage a.moduleCarouselPrevious:focus,
  .sectionBlue .moduleCarouselImage a.moduleCarouselPrevious:active,
  .sectionBlue .moduleCarouselImage a.moduleCarouselNext:hover,
  .sectionBlue .moduleCarouselImage a.moduleCarouselNext:focus,
  .sectionBlue .moduleCarouselImage a.moduleCarouselNext:active {
    background-color: #000000;
  }
  .sectionBlue .moduleCarouselImage a.moduleCarouselPrevious:hover:after,
  .sectionBlue .moduleCarouselImage a.moduleCarouselPrevious:focus:after,
  .sectionBlue .moduleCarouselImage a.moduleCarouselPrevious:active:after,
  .sectionBlue .moduleCarouselImage a.moduleCarouselNext:hover:after,
  .sectionBlue .moduleCarouselImage a.moduleCarouselNext:focus:after,
  .sectionBlue .moduleCarouselImage a.moduleCarouselNext:active:after {
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .sectionBlue .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(155, 203, 234, 0.5);
    margin: 0 0.3em 0 0.3em;
  }
  .sectionBlue .moduleCarouselImage ul.moduleCarouselNav a:hover, .sectionBlue .moduleCarouselImage ul.moduleCarouselNav a:focus, .sectionBlue .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #9bcbea;
  }
  .sectionBlue .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #9bcbea;
  }
  .sectionBlue html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #9bcbea;
  }
}
@media only screen and (min-width: 768px) {
  .sectionBlue .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(155, 203, 234, 0.5);
    margin: 0 0.3em 0 0.3em;
  }
  .sectionBlue .moduleCarouselImage ul.moduleCarouselNav a:hover, .sectionBlue .moduleCarouselImage ul.moduleCarouselNav a:focus, .sectionBlue .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #9bcbea;
  }
  .sectionBlue .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #9bcbea;
  }
  .sectionBlue html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #9bcbea;
  }
}
.sectionBlue .moduleStatistic strong {
  border: 0.18em solid #9bcbea;
}
.sectionBlue .moduleStatistic strong:before {
  color: #9bcbea;
}
@media only screen and (min-width: 1px) {
  .sectionBlue .moduleSignpost h2 {
    border-top: 10px solid #9bcbea;
  }
  .sectionBlue .moduleSignpost a:hover em, .sectionBlue .moduleSignpost a:focus em, .sectionBlue .moduleSignpost a:active em {
    text-decoration: underline;
    border-bottom-color: #9bcbea;
  }
  .sectionBlue .moduleSignpost li[data-content-type] a:after, .sectionBlue .moduleSignpost li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #9bcbea;
    background-color: rgba(155, 203, 234, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionBlue .moduleSignpost li[data-content-type] a:hover:after, .sectionBlue .moduleSignpost li[data-content-type] a:hover small {
    background-color: #9bcbea;
  }
}
@media only screen and (min-width: 1px) {
  .sectionBlue .moduleSignpostSmall h2 {
    border-top: 10px solid #9bcbea;
  }
  .sectionBlue .moduleSignpostSmall a:hover em, .sectionBlue .moduleSignpostSmall a:focus em, .sectionBlue .moduleSignpostSmall a:active em {
    text-decoration: underline;
    border-bottom-color: #9bcbea;
  }
  .sectionBlue .moduleSignpostSmall li[data-content-type] a:after, .sectionBlue .moduleSignpostSmall li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #9bcbea;
    background-color: rgba(155, 203, 234, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionBlue .moduleSignpostSmall li[data-content-type] a:hover:after, .sectionBlue .moduleSignpostSmall li[data-content-type] a:hover small {
    background-color: #9bcbea;
  }
}
@media only screen and (min-width: 1px) {
  .sectionBlue .moduleSignpostScroll h2 {
    border-top: 10px solid #9bcbea;
  }
  .sectionBlue .moduleSignpostScroll a:hover em, .sectionBlue .moduleSignpostScroll a:focus em, .sectionBlue .moduleSignpostScroll a:active em {
    text-decoration: underline;
    border-bottom-color: #9bcbea;
  }
  .sectionBlue .moduleSignpostScroll li[data-content-type] a:after, .sectionBlue .moduleSignpostScroll li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #9bcbea;
    background-color: rgba(155, 203, 234, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionBlue .moduleSignpostScroll li[data-content-type] a:hover:after, .sectionBlue .moduleSignpostScroll li[data-content-type] a:hover small {
    background-color: #9bcbea;
  }
  .sectionBlue .moduleSignpostScroll a.moduleSignpostScrollPrevious {
    background-color: #9bcbea;
  }
  .sectionBlue .moduleSignpostScroll a.moduleSignpostScrollNext {
    background-color: #9bcbea;
  }
  .sectionBlue .moduleSignpostScroll a.moduleSignpostScrollPrevious:hover,
  .sectionBlue .moduleSignpostScroll a.moduleSignpostScrollPrevious:focus,
  .sectionBlue .moduleSignpostScroll a.moduleSignpostScrollPrevious:active,
  .sectionBlue .moduleSignpostScroll a.moduleSignpostScrollNext:hover,
  .sectionBlue .moduleSignpostScroll a.moduleSignpostScrollNext:focus,
  .sectionBlue .moduleSignpostScroll a.moduleSignpostScrollNext:active {
    background-color: #000000;
  }
}
.sectionBlue .moduleJobsResults h1 {
  border-top: 10px solid #9bcbea;
}
.sectionBlue .moduleJobsResults li {
  border-bottom: 0.5em solid #9bcbea;
}

.sectionBurgundy {
  /* carousel */
  /* article info  */
  /* .moduleFeatureVideo */
  /* quote Big  */
  /* quote feature  */
  /* accordion */
  /* Resources */
  /* .moduleVideoIndex */
  /* Search */
  /* Image carousel */
  /* signpost */
  /* signpost small */
  /* signpost scroll */
}
@media only screen and (min-width: 1px) {
  .sectionBurgundy .moduleCarousel .module:before {
    content: "";
    width: 100%;
    height: 1.2em;
    background-color: #ab205c;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sectionBurgundy .moduleCarousel a.moduleCarouselPrevious {
    background-color: #ab205c;
  }
  .sectionBurgundy .moduleCarousel a.moduleCarouselNext {
    background-color: #ab205c;
  }
  .sectionBurgundy .moduleCarousel a.moduleCarouselPrevious:hover,
  .sectionBurgundy .moduleCarousel a.moduleCarouselPrevious:focus,
  .sectionBurgundy .moduleCarousel a.moduleCarouselPrevious:active,
  .sectionBurgundy .moduleCarousel a.moduleCarouselNext:hover,
  .sectionBurgundy .moduleCarousel a.moduleCarouselNext:focus,
  .sectionBurgundy .moduleCarousel a.moduleCarouselNext:active {
    background-color: #000000;
  }
}
@media only screen and (max-width: 767px) {
  .sectionBurgundy .moduleCarousel ul.moduleCarouselNav a:hover, .sectionBurgundy .moduleCarousel ul.moduleCarouselNav a:focus, .sectionBurgundy .moduleCarousel ul.moduleCarouselNav a:active {
    background: #ab205c;
  }
  .sectionBurgundy .moduleCarousel ul.moduleCarouselNav a.current {
    background: #ab205c;
  }
}
@media only screen and (min-width: 768px) {
  .sectionBurgundy .moduleCarousel ul.moduleCarouselNav a {
    background: rgba(171, 32, 92, 0.5);
  }
  .sectionBurgundy .moduleCarousel ul.moduleCarouselNav a:hover, .sectionBurgundy .moduleCarousel ul.moduleCarouselNav a:focus, .sectionBurgundy .moduleCarousel ul.moduleCarouselNav a:active {
    background: #ab205c;
  }
  .sectionBurgundy .moduleCarousel ul.moduleCarouselNav a.current {
    background: #ab205c;
  }
  .sectionBurgundy html.browserIE8 .moduleCarousel ul.moduleCarouselNav a.current {
    background: #ab205c;
  }
}
.sectionBurgundy .modulePageHeader h1 {
  border-bottom: 10px solid #ab205c;
}
@media only screen and (min-width: 1px) {
  .sectionBurgundy .moduleArticleInfo a + a {
    margin-left: 0.4em;
  }
  .sectionBurgundy .moduleArticleInfo a:hover, .sectionBurgundy .moduleArticleInfo a:focus, .sectionBurgundy .moduleArticleInfo a:active {
    text-decoration: underline;
  }
  .sectionBurgundy .moduleArticleInfo p > span {
    margin: 0 1em 0 0;
  }
  .sectionBurgundy .moduleArticleInfo p > span:before {
    color: #ab205c;
  }
}
@media only screen and (min-width: 1px) {
  .sectionBurgundy .moduleFeatureVideo a:after {
    background-color: #ab205c;
    background-color: rgba(171, 32, 92, 0.8);
  }
  .sectionBurgundy .moduleFeatureVideo a:hover:after, .sectionBurgundy .moduleVideoPanel a:hover small {
    background-color: #ab205c;
  }
  .sectionBurgundy .moduleFeatureVideo a:hover em, .sectionBurgundy .moduleFeatureVideo a:focus em, .sectionBurgundy .moduleFeatureVideo a:active em {
    border-bottom-color: #ab205c;
  }
  .sectionBurgundy .moduleFeatureVideo a:after, .sectionBurgundy .moduleFeatureVideo a small {
    background-color: #ab205c;
    background-color: rgba(171, 32, 92, 0.8);
  }
  .sectionBurgundy .moduleFeatureVideo a:hover:after, .sectionBurgundy .moduleFeatureVideo a:hover small {
    background-color: #ab205c;
  }
}
.sectionBurgundy .moduleQuoteBig blockquote:before {
  color: #ab205c;
}
.sectionBurgundy .moduleQuoteBig blockquote:after {
  color: #ab205c;
}
@media only screen and (min-width: 1px) {
  .sectionBurgundy .moduleQuoteFeature:before {
    color: #ab205c;
  }
  .sectionBurgundy .moduleQuoteFeature:after {
    color: #ab205c;
  }
  .sectionBurgundy .moduleQuoteFeature a {
    color: #ab205c;
  }
}
@media only screen and (max-width: 767px) {
  .sectionBurgundy .moduleQuoteFeature:before {
    color: #ab205c;
  }
  .sectionBurgundy .moduleQuoteFeature:after {
    color: #ab205c;
  }
}
@media only screen and (min-width: 1px) {
  .sectionBurgundy .moduleAccordion h2 a:after {
    background: #ab205c;
  }
  .sectionBurgundy .moduleAccordion h2 a:hover:after {
    color: #ab205c;
    background: #ffffff;
  }
}
@media only screen and (min-width: 1px) {
  .sectionBurgundy .moduleAccordion .moduleResources h2 a:after {
    background: #ab205c;
  }
  .sectionBurgundy .moduleAccordion .moduleResources h2 a:hover:after {
    color: #ab205c;
    background: #ffffff;
  }
  .sectionBurgundy .moduleResources:after {
    color: #ab205c;
  }
  .sectionBurgundy .moduleResources li a:first-child + a {
    background-color: #ab205c;
  }
  .sectionBurgundy .moduleResources li a:first-child + a span {
    background: #003f69;
  }
  .sectionBurgundy .moduleResources li a:first-child + a span:after {
    border-top: 1em solid #003f69;
  }
  .sectionBurgundy .moduleResources li[data-content-type] a:first-child:after, .sectionBurgundy .moduleResources li[data-content-type] a:first-child small {
    background: #ab205c;
  }
  .sectionBurgundy .moduleResources li a:first-child:before {
    background: #ab205c;
  }
}
@media only screen and (min-width: 1px) {
  .sectionBurgundy .moduleVideoIndex a:after {
    background-color: #ab205c;
    background-color: rgba(171, 32, 92, 0.8);
  }
  .sectionBurgundy .moduleVideoIndex a:hover:after, .sectionBurgundy .moduleVideoPanel a:hover small {
    background-color: #ab205c;
  }
  .sectionBurgundy .moduleVideoIndex a:hover em, .sectionBurgundy .moduleVideoIndex a:focus em, .sectionBurgundy .moduleVideoIndex a:active em {
    border-bottom-color: #ab205c;
  }
  .sectionBurgundy .moduleVideoIndex li[data-content-type] a:after, .sectionBurgundy .moduleVideoIndex li[data-content-type] a small {
    background-color: #ab205c;
    background-color: rgba(171, 32, 92, 0.8);
  }
  .sectionBurgundy .moduleVideoIndex li[data-content-type] a:hover:after, .sectionBurgundy .moduleVideoIndex li[data-content-type] a:hover small {
    background-color: #ab205c;
  }
}
@media only screen and (min-width: 768px) {
  .sectionBurgundy .moduleSearchFilter.moduleSearchFilterDiscussion:after {
    border-right-color: #ab205c;
  }
}
.sectionBurgundy section.contentFormSearch h1 {
  border-top: 10px solid #ab205c;
  padding-TOP: 0.5em;
}
@media only screen and (min-width: 1px) {
  .sectionBurgundy .moduleExternalLinks h2 {
    border-top: 10px solid #ab205c;
  }
}
@media only screen and (min-width: 1px) {
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselPrevious {
    background-color: #ab205c;
  }
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselPrevious:after {
    color: #e6e7e8;
  }
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselNext {
    background-color: #ab205c;
  }
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselNext:after {
    color: #e6e7e8;
  }
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselPrevious:hover,
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselPrevious:focus,
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselPrevious:active,
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselNext:hover,
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselNext:focus,
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselNext:active {
    background-color: #000000;
  }
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselPrevious:hover:after,
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselPrevious:focus:after,
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselPrevious:active:after,
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselNext:hover:after,
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselNext:focus:after,
  .sectionBurgundy .moduleCarouselImage a.moduleCarouselNext:active:after {
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .sectionBurgundy .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(171, 32, 92, 0.5);
    margin: 0 0.3em 0 0.3em;
  }
  .sectionBurgundy .moduleCarouselImage ul.moduleCarouselNav a:hover, .sectionBurgundy .moduleCarouselImage ul.moduleCarouselNav a:focus, .sectionBurgundy .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #ab205c;
  }
  .sectionBurgundy .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #ab205c;
  }
  .sectionBurgundy html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #ab205c;
  }
}
@media only screen and (min-width: 768px) {
  .sectionBurgundy .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(171, 32, 92, 0.5);
    margin: 0 0.3em 0 0.3em;
  }
  .sectionBurgundy .moduleCarouselImage ul.moduleCarouselNav a:hover, .sectionBurgundy .moduleCarouselImage ul.moduleCarouselNav a:focus, .sectionBurgundy .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #ab205c;
  }
  .sectionBurgundy .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #ab205c;
  }
  .sectionBurgundy html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #ab205c;
  }
}
.sectionBurgundy .moduleStatistic strong {
  border: 0.18em solid #ab205c;
}
.sectionBurgundy .moduleStatistic strong:before {
  color: #ab205c;
}
@media only screen and (min-width: 1px) {
  .sectionBurgundy .moduleSignpost h2 {
    border-top: 10px solid #ab205c;
  }
  .sectionBurgundy .moduleSignpost a:hover em, .sectionBurgundy .moduleSignpost a:focus em, .sectionBurgundy .moduleSignpost a:active em {
    text-decoration: underline;
    border-bottom-color: #ab205c;
  }
  .sectionBurgundy .moduleSignpost li[data-content-type] a:after, .sectionBurgundy .moduleSignpost li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #ab205c;
    background-color: rgba(171, 32, 92, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionBurgundy .moduleSignpost li[data-content-type] a:hover:after, .sectionBurgundy .moduleSignpost li[data-content-type] a:hover small {
    background-color: #ab205c;
  }
}
@media only screen and (min-width: 1px) {
  .sectionBurgundy .moduleSignpostSmall h2 {
    border-top: 10px solid #ab205c;
  }
  .sectionBurgundy .moduleSignpostSmall a:hover em, .sectionBurgundy .moduleSignpostSmall a:focus em, .sectionBurgundy .moduleSignpostSmall a:active em {
    text-decoration: underline;
    border-bottom-color: #ab205c;
  }
  .sectionBurgundy .moduleSignpostSmall li[data-content-type] a:after, .sectionBurgundy .moduleSignpostSmall li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #ab205c;
    background-color: rgba(171, 32, 92, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionBurgundy .moduleSignpostSmall li[data-content-type] a:hover:after, .sectionBurgundy .moduleSignpostSmall li[data-content-type] a:hover small {
    background-color: #ab205c;
  }
}
@media only screen and (min-width: 1px) {
  .sectionBurgundy .moduleSignpostScroll h2 {
    border-top: 10px solid #ab205c;
  }
  .sectionBurgundy .moduleSignpostScroll a:hover em, .sectionBurgundy .moduleSignpostScroll a:focus em, .sectionBurgundy .moduleSignpostScroll a:active em {
    text-decoration: underline;
    border-bottom-color: #ab205c;
  }
  .sectionBurgundy .moduleSignpostScroll li[data-content-type] a:after, .sectionBurgundy .moduleSignpostScroll li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #ab205c;
    background-color: rgba(171, 32, 92, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionBurgundy .moduleSignpostScroll li[data-content-type] a:hover:after, .sectionBurgundy .moduleSignpostScroll li[data-content-type] a:hover small {
    background-color: #ab205c;
  }
  .sectionBurgundy .moduleSignpostScroll a.moduleSignpostScrollPrevious {
    background-color: #ab205c;
  }
  .sectionBurgundy .moduleSignpostScroll a.moduleSignpostScrollNext {
    background-color: #ab205c;
  }
  .sectionBurgundy .moduleSignpostScroll a.moduleSignpostScrollPrevious:hover,
  .sectionBurgundy .moduleSignpostScroll a.moduleSignpostScrollPrevious:focus,
  .sectionBurgundy .moduleSignpostScroll a.moduleSignpostScrollPrevious:active,
  .sectionBurgundy .moduleSignpostScroll a.moduleSignpostScrollNext:hover,
  .sectionBurgundy .moduleSignpostScroll a.moduleSignpostScrollNext:focus,
  .sectionBurgundy .moduleSignpostScroll a.moduleSignpostScrollNext:active {
    background-color: #000000;
  }
}
.sectionBurgundy .moduleJobsResults h1 {
  border-top: 10px solid #ab205c;
}
.sectionBurgundy .moduleJobsResults li {
  border-bottom: 0.5em solid #ab205c;
}

.sectionGold {
  /* carousel */
  /* article info  */
  /* .moduleFeatureVideo */
  /* quote Big  */
  /* quote feature  */
  /* accordion */
  /* Resources */
  /* .moduleVideoIndex */
  /* Image carousel */
  /* signpost */
  /* signpost small */
  /* signpost scroll */
}
@media only screen and (min-width: 1px) {
  .sectionGold .moduleCarousel .module:before {
    content: "";
    width: 100%;
    height: 1.2em;
    background-color: #c5a800;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sectionGold .moduleCarousel a.moduleCarouselPrevious {
    background-color: #c5a800;
  }
  .sectionGold .moduleCarousel a.moduleCarouselNext {
    background-color: #c5a800;
  }
  .sectionGold .moduleCarousel a.moduleCarouselPrevious:hover,
  .sectionGold .moduleCarousel a.moduleCarouselPrevious:focus,
  .sectionGold .moduleCarousel a.moduleCarouselPrevious:active,
  .sectionGold .moduleCarousel a.moduleCarouselNext:hover,
  .sectionGold .moduleCarousel a.moduleCarouselNext:focus,
  .sectionGold .moduleCarousel a.moduleCarouselNext:active {
    background-color: #000000;
  }
}
@media only screen and (max-width: 767px) {
  .sectionGold .moduleCarousel ul.moduleCarouselNav a:hover, .sectionGold .moduleCarousel ul.moduleCarouselNav a:focus, .sectionGold .moduleCarousel ul.moduleCarouselNav a:active {
    background: #c5a800;
  }
  .sectionGold .moduleCarousel ul.moduleCarouselNav a.current {
    background: #c5a800;
  }
}
@media only screen and (min-width: 768px) {
  .sectionGold .moduleCarousel ul.moduleCarouselNav a {
    background: rgba(197, 168, 0, 0.5);
  }
  .sectionGold .moduleCarousel ul.moduleCarouselNav a:hover, .sectionGold .moduleCarousel ul.moduleCarouselNav a:focus, .sectionGold .moduleCarousel ul.moduleCarouselNav a:active {
    background: #c5a800;
  }
  .sectionGold .moduleCarousel ul.moduleCarouselNav a.current {
    background: #c5a800;
  }
  .sectionGold html.browserIE8 .moduleCarousel ul.moduleCarouselNav a.current {
    background: #c5a800;
  }
}
.sectionGold .modulePageHeader h1 {
  border-bottom: 10px solid #c5a800;
}
@media only screen and (min-width: 1px) {
  .sectionGold .moduleArticleInfo a + a {
    margin-left: 0.4em;
  }
  .sectionGold .moduleArticleInfo a:hover, .sectionGold .moduleArticleInfo a:focus, .sectionGold .moduleArticleInfo a:active {
    text-decoration: underline;
  }
  .sectionGold .moduleArticleInfo p > span {
    margin: 0 1em 0 0;
  }
  .sectionGold .moduleArticleInfo p > span:before {
    color: #c5a800;
  }
}
@media only screen and (min-width: 1px) {
  .sectionGold .moduleFeatureVideo a:after {
    background-color: #c5a800;
    background-color: rgba(197, 168, 0, 0.8);
  }
  .sectionGold .moduleFeatureVideo a:hover:after, .sectionGold .moduleVideoPanel a:hover small {
    background-color: #c5a800;
  }
  .sectionGold .moduleFeatureVideo a:hover em, .sectionGold .moduleFeatureVideo a:focus em, .sectionGold .moduleFeatureVideo a:active em {
    border-bottom-color: #c5a800;
  }
  .sectionGold .moduleFeatureVideo a:after, .sectionGold .moduleFeatureVideo a small {
    background-color: #c5a800;
    background-color: rgba(197, 168, 0, 0.8);
  }
  .sectionGold .moduleFeatureVideo a:hover:after, .sectionGold .moduleFeatureVideo a:hover small {
    background-color: #c5a800;
  }
}
.sectionGold .moduleQuoteBig blockquote:before {
  color: #c5a800;
}
.sectionGold .moduleQuoteBig blockquote:after {
  color: #c5a800;
}
@media only screen and (min-width: 1px) {
  .sectionGold .moduleQuoteFeature:before {
    color: #c5a800;
  }
  .sectionGold .moduleQuoteFeature:after {
    color: #c5a800;
  }
  .sectionGold .moduleQuoteFeature a {
    color: #c5a800;
  }
}
@media only screen and (max-width: 767px) {
  .sectionGold .moduleQuoteFeature:before {
    color: #c5a800;
  }
  .sectionGold .moduleQuoteFeature:after {
    color: #c5a800;
  }
}
@media only screen and (min-width: 1px) {
  .sectionGold .moduleAccordion h2 a:after {
    background: #c5a800;
  }
  .sectionGold .moduleAccordion h2 a:hover:after {
    color: #c5a800;
    background: #ffffff;
  }
}
@media only screen and (min-width: 1px) {
  .sectionGold .moduleAccordion .moduleResources h2 a:after {
    background: #c5a800;
  }
  .sectionGold .moduleAccordion .moduleResources h2 a:hover:after {
    color: #c5a800;
    background: #ffffff;
  }
  .sectionGold .moduleResources:after {
    color: #c5a800;
  }
  .sectionGold .moduleResources li a:first-child + a {
    background-color: #c5a800;
  }
  .sectionGold .moduleResources li a:first-child + a span {
    background: #003f69;
  }
  .sectionGold .moduleResources li a:first-child + a span:after {
    border-top: 1em solid #003f69;
  }
  .sectionGold .moduleResources li[data-content-type] a:first-child:after, .sectionGold .moduleResources li[data-content-type] a:first-child small {
    background: #c5a800;
  }
  .sectionGold .moduleResources li a:first-child:before {
    background: #c5a800;
  }
}
@media only screen and (min-width: 1px) {
  .sectionGold .moduleVideoIndex a:after {
    background-color: #c5a800;
    background-color: rgba(197, 168, 0, 0.8);
  }
  .sectionGold .moduleVideoIndex a:hover:after, .sectionGold .moduleVideoPanel a:hover small {
    background-color: #c5a800;
  }
  .sectionGold .moduleVideoIndex a:hover em, .sectionGold .moduleVideoIndex a:focus em, .sectionGold .moduleVideoIndex a:active em {
    border-bottom-color: #c5a800;
  }
  .sectionGold .moduleVideoIndex li[data-content-type] a:after, .sectionGold .moduleVideoIndex li[data-content-type] a small {
    background-color: #c5a800;
    background-color: rgba(197, 168, 0, 0.8);
  }
  .sectionGold .moduleVideoIndex li[data-content-type] a:hover:after, .sectionGold .moduleVideoIndex li[data-content-type] a:hover small {
    background-color: #c5a800;
  }
}
@media only screen and (min-width: 768px) {
  .sectionGold .moduleSearchFilter.moduleSearchFilterDiscussion:after {
    border-right-color: #c5a800;
  }
}
.sectionGold section.contentFormSearch h1 {
  border-top: 10px solid #c5a800;
  padding-TOP: 0.5em;
}
@media only screen and (min-width: 1px) {
  .sectionGold .moduleExternalLinks h2 {
    border-top: 10px solid #c5a800;
  }
}
@media only screen and (min-width: 1px) {
  .sectionGold .moduleCarouselImage a.moduleCarouselPrevious {
    background-color: #c5a800;
  }
  .sectionGold .moduleCarouselImage a.moduleCarouselPrevious:after {
    color: #e6e7e8;
  }
  .sectionGold .moduleCarouselImage a.moduleCarouselNext {
    background-color: #c5a800;
  }
  .sectionGold .moduleCarouselImage a.moduleCarouselNext:after {
    color: #e6e7e8;
  }
  .sectionGold .moduleCarouselImage a.moduleCarouselPrevious:hover,
  .sectionGold .moduleCarouselImage a.moduleCarouselPrevious:focus,
  .sectionGold .moduleCarouselImage a.moduleCarouselPrevious:active,
  .sectionGold .moduleCarouselImage a.moduleCarouselNext:hover,
  .sectionGold .moduleCarouselImage a.moduleCarouselNext:focus,
  .sectionGold .moduleCarouselImage a.moduleCarouselNext:active {
    background-color: #000000;
  }
  .sectionGold .moduleCarouselImage a.moduleCarouselPrevious:hover:after,
  .sectionGold .moduleCarouselImage a.moduleCarouselPrevious:focus:after,
  .sectionGold .moduleCarouselImage a.moduleCarouselPrevious:active:after,
  .sectionGold .moduleCarouselImage a.moduleCarouselNext:hover:after,
  .sectionGold .moduleCarouselImage a.moduleCarouselNext:focus:after,
  .sectionGold .moduleCarouselImage a.moduleCarouselNext:active:after {
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .sectionGold .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(197, 168, 0, 0.5);
    margin: 0 0.3em 0 0.3em;
  }
  .sectionGold .moduleCarouselImage ul.moduleCarouselNav a:hover, .sectionGold .moduleCarouselImage ul.moduleCarouselNav a:focus, .sectionGold .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #c5a800;
  }
  .sectionGold .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #c5a800;
  }
  .sectionGold html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #c5a800;
  }
}
@media only screen and (min-width: 768px) {
  .sectionGold .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(197, 168, 0, 0.5);
    margin: 0 0.3em 0 0.3em;
  }
  .sectionGold .moduleCarouselImage ul.moduleCarouselNav a:hover, .sectionGold .moduleCarouselImage ul.moduleCarouselNav a:focus, .sectionGold .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #c5a800;
  }
  .sectionGold .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #c5a800;
  }
  .sectionGold html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #c5a800;
  }
}
.sectionGold .moduleStatistic strong {
  border: 0.18em solid #c5a800;
}
.sectionGold .moduleStatistic strong:before {
  color: #c5a800;
}
@media only screen and (min-width: 1px) {
  .sectionGold .moduleSignpost h2 {
    border-top: 10px solid #c5a800;
  }
  .sectionGold .moduleSignpost a:hover em, .sectionGold .moduleSignpost a:focus em, .sectionGold .moduleSignpost a:active em {
    text-decoration: underline;
    border-bottom-color: #c5a800;
  }
  .sectionGold .moduleSignpost li[data-content-type] a:after, .sectionGold .moduleSignpost li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #c5a800;
    background-color: rgba(197, 168, 0, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionGold .moduleSignpost li[data-content-type] a:hover:after, .sectionGold .moduleSignpost li[data-content-type] a:hover small {
    background-color: #c5a800;
  }
}
@media only screen and (min-width: 1px) {
  .sectionGold .moduleSignpostSmall h2 {
    border-top: 10px solid #c5a800;
  }
  .sectionGold .moduleSignpostSmall a:hover em, .sectionGold .moduleSignpostSmall a:focus em, .sectionGold .moduleSignpostSmall a:active em {
    text-decoration: underline;
    border-bottom-color: #c5a800;
  }
  .sectionGold .moduleSignpostSmall li[data-content-type] a:after, .sectionGold .moduleSignpostSmall li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #c5a800;
    background-color: rgba(197, 168, 0, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionGold .moduleSignpostSmall li[data-content-type] a:hover:after, .sectionGold .moduleSignpostSmall li[data-content-type] a:hover small {
    background-color: #c5a800;
  }
}
@media only screen and (min-width: 1px) {
  .sectionGold .moduleSignpostScroll h2 {
    border-top: 10px solid #c5a800;
  }
  .sectionGold .moduleSignpostScroll a:hover em, .sectionGold .moduleSignpostScroll a:focus em, .sectionGold .moduleSignpostScroll a:active em {
    text-decoration: underline;
    border-bottom-color: #c5a800;
  }
  .sectionGold .moduleSignpostScroll li[data-content-type] a:after, .sectionGold .moduleSignpostScroll li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #c5a800;
    background-color: rgba(197, 168, 0, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionGold .moduleSignpostScroll li[data-content-type] a:hover:after, .sectionGold .moduleSignpostScroll li[data-content-type] a:hover small {
    background-color: #c5a800;
  }
  .sectionGold .moduleSignpostScroll a.moduleSignpostScrollPrevious {
    background-color: #c5a800;
  }
  .sectionGold .moduleSignpostScroll a.moduleSignpostScrollNext {
    background-color: #c5a800;
  }
  .sectionGold .moduleSignpostScroll a.moduleSignpostScrollPrevious:hover,
  .sectionGold .moduleSignpostScroll a.moduleSignpostScrollPrevious:focus,
  .sectionGold .moduleSignpostScroll a.moduleSignpostScrollPrevious:active,
  .sectionGold .moduleSignpostScroll a.moduleSignpostScrollNext:hover,
  .sectionGold .moduleSignpostScroll a.moduleSignpostScrollNext:focus,
  .sectionGold .moduleSignpostScroll a.moduleSignpostScrollNext:active {
    background-color: #000000;
  }
}
.sectionGold .moduleJobsResults h1 {
  border-top: 10px solid #c5a800;
}
.sectionGold .moduleJobsResults li {
  border-bottom: 0.5em solid #c5a800;
}

.sectionGreen {
  /* carousel */
  /* article info  */
  /* .moduleFeatureVideo */
  /* quote Big  */
  /* quote feature  */
  /* accordion */
  /* Resources */
  /* .moduleVideoIndex */
  /* Image carousel */
  /* signpost */
  /* signpost small */
  /* signpost scroll */
}
@media only screen and (min-width: 1px) {
  .sectionGreen .moduleCarousel .module:before {
    content: "";
    width: 100%;
    height: 1.2em;
    background-color: #009340;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sectionGreen .moduleCarousel a.moduleCarouselPrevious {
    background-color: #009340;
  }
  .sectionGreen .moduleCarousel a.moduleCarouselNext {
    background-color: #009340;
  }
  .sectionGreen .moduleCarousel a.moduleCarouselPrevious:hover,
  .sectionGreen .moduleCarousel a.moduleCarouselPrevious:focus,
  .sectionGreen .moduleCarousel a.moduleCarouselPrevious:active,
  .sectionGreen .moduleCarousel a.moduleCarouselNext:hover,
  .sectionGreen .moduleCarousel a.moduleCarouselNext:focus,
  .sectionGreen .moduleCarousel a.moduleCarouselNext:active {
    background-color: #000000;
  }
}
@media only screen and (max-width: 767px) {
  .sectionGreen .moduleCarousel ul.moduleCarouselNav a:hover, .sectionGreen .moduleCarousel ul.moduleCarouselNav a:focus, .sectionGreen .moduleCarousel ul.moduleCarouselNav a:active {
    background: #009340;
  }
  .sectionGreen .moduleCarousel ul.moduleCarouselNav a.current {
    background: #009340;
  }
}
@media only screen and (min-width: 768px) {
  .sectionGreen .moduleCarousel ul.moduleCarouselNav a {
    background: rgba(0, 147, 64, 0.5);
  }
  .sectionGreen .moduleCarousel ul.moduleCarouselNav a:hover, .sectionGreen .moduleCarousel ul.moduleCarouselNav a:focus, .sectionGreen .moduleCarousel ul.moduleCarouselNav a:active {
    background: #009340;
  }
  .sectionGreen .moduleCarousel ul.moduleCarouselNav a.current {
    background: #009340;
  }
  .sectionGreen html.browserIE8 .moduleCarousel ul.moduleCarouselNav a.current {
    background: #009340;
  }
}
.sectionGreen .modulePageHeader h1 {
  border-bottom: 10px solid #009340;
}
@media only screen and (min-width: 1px) {
  .sectionGreen .moduleArticleInfo a + a {
    margin-left: 0.4em;
  }
  .sectionGreen .moduleArticleInfo a:hover, .sectionGreen .moduleArticleInfo a:focus, .sectionGreen .moduleArticleInfo a:active {
    text-decoration: underline;
  }
  .sectionGreen .moduleArticleInfo p > span {
    margin: 0 1em 0 0;
  }
  .sectionGreen .moduleArticleInfo p > span:before {
    color: #009340;
  }
}
@media only screen and (min-width: 1px) {
  .sectionGreen .moduleFeatureVideo a:after {
    background-color: #009340;
    background-color: rgba(0, 147, 64, 0.8);
  }
  .sectionGreen .moduleFeatureVideo a:hover:after, .sectionGreen .moduleVideoPanel a:hover small {
    background-color: #009340;
  }
  .sectionGreen .moduleFeatureVideo a:hover em, .sectionGreen .moduleFeatureVideo a:focus em, .sectionGreen .moduleFeatureVideo a:active em {
    border-bottom-color: #009340;
  }
  .sectionGreen .moduleFeatureVideo a:after, .sectionGreen .moduleFeatureVideo a small {
    background-color: #009340;
    background-color: rgba(0, 147, 64, 0.8);
  }
  .sectionGreen .moduleFeatureVideo a:hover:after, .sectionGreen .moduleFeatureVideo a:hover small {
    background-color: #009340;
  }
}
.sectionGreen .moduleQuoteBig blockquote:before {
  color: #009340;
}
.sectionGreen .moduleQuoteBig blockquote:after {
  color: #009340;
}
@media only screen and (min-width: 1px) {
  .sectionGreen .moduleQuoteFeature:before {
    color: #009340;
  }
  .sectionGreen .moduleQuoteFeature:after {
    color: #009340;
  }
  .sectionGreen .moduleQuoteFeature a {
    color: #009340;
  }
}
@media only screen and (max-width: 767px) {
  .sectionGreen .moduleQuoteFeature:before {
    color: #009340;
  }
  .sectionGreen .moduleQuoteFeature:after {
    color: #009340;
  }
}
@media only screen and (min-width: 1px) {
  .sectionGreen .moduleAccordion h2 a:after {
    background: #009340;
  }
  .sectionGreen .moduleAccordion h2 a:hover:after {
    color: #009340;
    background: #ffffff;
  }
}
@media only screen and (min-width: 1px) {
  .sectionGreen .moduleAccordion .moduleResources h2 a:after {
    background: #009340;
  }
  .sectionGreen .moduleAccordion .moduleResources h2 a:hover:after {
    color: #009340;
    background: #ffffff;
  }
  .sectionGreen .moduleResources:after {
    color: #009340;
  }
  .sectionGreen .moduleResources li a:first-child + a {
    background-color: #009340;
  }
  .sectionGreen .moduleResources li a:first-child + a span {
    background: #003f69;
  }
  .sectionGreen .moduleResources li a:first-child + a span:after {
    border-top: 1em solid #003f69;
  }
  .sectionGreen .moduleResources li[data-content-type] a:first-child:after, .sectionGreen .moduleResources li[data-content-type] a:first-child small {
    background: #009340;
  }
  .sectionGreen .moduleResources li a:first-child:before {
    background: #009340;
  }
}
@media only screen and (min-width: 1px) {
  .sectionGreen .moduleVideoIndex a:after {
    background-color: #009340;
    background-color: rgba(0, 147, 64, 0.8);
  }
  .sectionGreen .moduleVideoIndex a:hover:after, .sectionGreen .moduleVideoPanel a:hover small {
    background-color: #009340;
  }
  .sectionGreen .moduleVideoIndex a:hover em, .sectionGreen .moduleVideoIndex a:focus em, .sectionGreen .moduleVideoIndex a:active em {
    border-bottom-color: #009340;
  }
  .sectionGreen .moduleVideoIndex li[data-content-type] a:after, .sectionGreen .moduleVideoIndex li[data-content-type] a small {
    background-color: #009340;
    background-color: rgba(0, 147, 64, 0.8);
  }
  .sectionGreen .moduleVideoIndex li[data-content-type] a:hover:after, .sectionGreen .moduleVideoIndex li[data-content-type] a:hover small {
    background-color: #009340;
  }
}
@media only screen and (min-width: 768px) {
  .sectionGreen .moduleSearchFilter.moduleSearchFilterDiscussion:after {
    border-right-color: #009340;
  }
}
.sectionGreen section.contentFormSearch h1 {
  border-top: 10px solid #009340;
  padding-TOP: 0.5em;
}
@media only screen and (min-width: 1px) {
  .sectionGreen .moduleExternalLinks h2 {
    border-top: 10px solid #009340;
  }
}
@media only screen and (min-width: 1px) {
  .sectionGreen .moduleCarouselImage a.moduleCarouselPrevious {
    background-color: #009340;
  }
  .sectionGreen .moduleCarouselImage a.moduleCarouselPrevious:after {
    color: #e6e7e8;
  }
  .sectionGreen .moduleCarouselImage a.moduleCarouselNext {
    background-color: #009340;
  }
  .sectionGreen .moduleCarouselImage a.moduleCarouselNext:after {
    color: #e6e7e8;
  }
  .sectionGreen .moduleCarouselImage a.moduleCarouselPrevious:hover,
  .sectionGreen .moduleCarouselImage a.moduleCarouselPrevious:focus,
  .sectionGreen .moduleCarouselImage a.moduleCarouselPrevious:active,
  .sectionGreen .moduleCarouselImage a.moduleCarouselNext:hover,
  .sectionGreen .moduleCarouselImage a.moduleCarouselNext:focus,
  .sectionGreen .moduleCarouselImage a.moduleCarouselNext:active {
    background-color: #000000;
  }
  .sectionGreen .moduleCarouselImage a.moduleCarouselPrevious:hover:after,
  .sectionGreen .moduleCarouselImage a.moduleCarouselPrevious:focus:after,
  .sectionGreen .moduleCarouselImage a.moduleCarouselPrevious:active:after,
  .sectionGreen .moduleCarouselImage a.moduleCarouselNext:hover:after,
  .sectionGreen .moduleCarouselImage a.moduleCarouselNext:focus:after,
  .sectionGreen .moduleCarouselImage a.moduleCarouselNext:active:after {
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .sectionGreen .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(0, 147, 64, 0.5);
    margin: 0 0.3em 0 0.3em;
  }
  .sectionGreen .moduleCarouselImage ul.moduleCarouselNav a:hover, .sectionGreen .moduleCarouselImage ul.moduleCarouselNav a:focus, .sectionGreen .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #009340;
  }
  .sectionGreen .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #009340;
  }
  .sectionGreen html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #009340;
  }
}
@media only screen and (min-width: 768px) {
  .sectionGreen .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(0, 147, 64, 0.5);
    margin: 0 0.3em 0 0.3em;
  }
  .sectionGreen .moduleCarouselImage ul.moduleCarouselNav a:hover, .sectionGreen .moduleCarouselImage ul.moduleCarouselNav a:focus, .sectionGreen .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #009340;
  }
  .sectionGreen .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #009340;
  }
  .sectionGreen html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #009340;
  }
}
.sectionGreen .moduleStatistic strong {
  border: 0.18em solid #009340;
}
.sectionGreen .moduleStatistic strong:before {
  color: #009340;
}
@media only screen and (min-width: 1px) {
  .sectionGreen .moduleSignpost h2 {
    border-top: 10px solid #009340;
  }
  .sectionGreen .moduleSignpost a:hover em, .sectionGreen .moduleSignpost a:focus em, .sectionGreen .moduleSignpost a:active em {
    text-decoration: underline;
    border-bottom-color: #009340;
  }
  .sectionGreen .moduleSignpost li[data-content-type] a:after, .sectionGreen .moduleSignpost li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #009340;
    background-color: rgba(0, 147, 64, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionGreen .moduleSignpost li[data-content-type] a:hover:after, .sectionGreen .moduleSignpost li[data-content-type] a:hover small {
    background-color: #009340;
  }
}
@media only screen and (min-width: 1px) {
  .sectionGreen .moduleSignpostSmall h2 {
    border-top: 10px solid #009340;
  }
  .sectionGreen .moduleSignpostSmall a:hover em, .sectionGreen .moduleSignpostSmall a:focus em, .sectionGreen .moduleSignpostSmall a:active em {
    text-decoration: underline;
    border-bottom-color: #009340;
  }
  .sectionGreen .moduleSignpostSmall li[data-content-type] a:after, .sectionGreen .moduleSignpostSmall li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #009340;
    background-color: rgba(0, 147, 64, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionGreen .moduleSignpostSmall li[data-content-type] a:hover:after, .sectionGreen .moduleSignpostSmall li[data-content-type] a:hover small {
    background-color: #009340;
  }
}
@media only screen and (min-width: 1px) {
  .sectionGreen .moduleSignpostScroll h2 {
    border-top: 10px solid #009340;
  }
  .sectionGreen .moduleSignpostScroll a:hover em, .sectionGreen .moduleSignpostScroll a:focus em, .sectionGreen .moduleSignpostScroll a:active em {
    text-decoration: underline;
    border-bottom-color: #009340;
  }
  .sectionGreen .moduleSignpostScroll li[data-content-type] a:after, .sectionGreen .moduleSignpostScroll li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #009340;
    background-color: rgba(0, 147, 64, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionGreen .moduleSignpostScroll li[data-content-type] a:hover:after, .sectionGreen .moduleSignpostScroll li[data-content-type] a:hover small {
    background-color: #009340;
  }
  .sectionGreen .moduleSignpostScroll a.moduleSignpostScrollPrevious {
    background-color: #009340;
  }
  .sectionGreen .moduleSignpostScroll a.moduleSignpostScrollNext {
    background-color: #009340;
  }
  .sectionGreen .moduleSignpostScroll a.moduleSignpostScrollPrevious:hover,
  .sectionGreen .moduleSignpostScroll a.moduleSignpostScrollPrevious:focus,
  .sectionGreen .moduleSignpostScroll a.moduleSignpostScrollPrevious:active,
  .sectionGreen .moduleSignpostScroll a.moduleSignpostScrollNext:hover,
  .sectionGreen .moduleSignpostScroll a.moduleSignpostScrollNext:focus,
  .sectionGreen .moduleSignpostScroll a.moduleSignpostScrollNext:active {
    background-color: #000000;
  }
}
.sectionGreen .moduleJobsResults h1 {
  border-top: 10px solid #009340;
}
.sectionGreen .moduleJobsResults li {
  border-bottom: 0.5em solid #009340;
}

.sectionKhaki {
  /* carousel */
  /* article info  */
  /* .moduleFeatureVideo */
  /* quote Big  */
  /* quote feature  */
  /* accordion */
  /* Resources */
  /* .moduleVideoIndex */
  /* Image carousel */
  /* signpost */
  /* signpost small */
  /* signpost scroll */
}
@media only screen and (min-width: 1px) {
  .sectionKhaki .moduleCarousel .module:before {
    content: "";
    width: 100%;
    height: 1.2em;
    background-color: #7f9c92;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sectionKhaki .moduleCarousel a.moduleCarouselPrevious {
    background-color: #7f9c92;
  }
  .sectionKhaki .moduleCarousel a.moduleCarouselNext {
    background-color: #7f9c92;
  }
  .sectionKhaki .moduleCarousel a.moduleCarouselPrevious:hover,
  .sectionKhaki .moduleCarousel a.moduleCarouselPrevious:focus,
  .sectionKhaki .moduleCarousel a.moduleCarouselPrevious:active,
  .sectionKhaki .moduleCarousel a.moduleCarouselNext:hover,
  .sectionKhaki .moduleCarousel a.moduleCarouselNext:focus,
  .sectionKhaki .moduleCarousel a.moduleCarouselNext:active {
    background-color: #000000;
  }
}
@media only screen and (max-width: 767px) {
  .sectionKhaki .moduleCarousel ul.moduleCarouselNav a:hover, .sectionKhaki .moduleCarousel ul.moduleCarouselNav a:focus, .sectionKhaki .moduleCarousel ul.moduleCarouselNav a:active {
    background: #7f9c92;
  }
  .sectionKhaki .moduleCarousel ul.moduleCarouselNav a.current {
    background: #7f9c92;
  }
}
@media only screen and (min-width: 768px) {
  .sectionKhaki .moduleCarousel ul.moduleCarouselNav a {
    background: rgba(127, 156, 146, 0.5);
  }
  .sectionKhaki .moduleCarousel ul.moduleCarouselNav a:hover, .sectionKhaki .moduleCarousel ul.moduleCarouselNav a:focus, .sectionKhaki .moduleCarousel ul.moduleCarouselNav a:active {
    background: #7f9c92;
  }
  .sectionKhaki .moduleCarousel ul.moduleCarouselNav a.current {
    background: #7f9c92;
  }
  .sectionKhaki html.browserIE8 .moduleCarousel ul.moduleCarouselNav a.current {
    background: #7f9c92;
  }
}
.sectionKhaki .modulePageHeader h1 {
  border-bottom: 10px solid #7f9c92;
}
@media only screen and (min-width: 1px) {
  .sectionKhaki .moduleArticleInfo a + a {
    margin-left: 0.4em;
  }
  .sectionKhaki .moduleArticleInfo a:hover, .sectionKhaki .moduleArticleInfo a:focus, .sectionKhaki .moduleArticleInfo a:active {
    text-decoration: underline;
  }
  .sectionKhaki .moduleArticleInfo p > span {
    margin: 0 1em 0 0;
  }
  .sectionKhaki .moduleArticleInfo p > span:before {
    color: #7f9c92;
  }
}
@media only screen and (min-width: 1px) {
  .sectionKhaki .moduleFeatureVideo a:after {
    background-color: #7f9c92;
    background-color: rgba(127, 156, 146, 0.8);
  }
  .sectionKhaki .moduleFeatureVideo a:hover:after, .sectionKhaki .moduleVideoPanel a:hover small {
    background-color: #7f9c92;
  }
  .sectionKhaki .moduleFeatureVideo a:hover em, .sectionKhaki .moduleFeatureVideo a:focus em, .sectionKhaki .moduleFeatureVideo a:active em {
    border-bottom-color: #7f9c92;
  }
  .sectionKhaki .moduleFeatureVideo a:after, .sectionKhaki .moduleFeatureVideo a small {
    background-color: #7f9c92;
    background-color: rgba(127, 156, 146, 0.8);
  }
  .sectionKhaki .moduleFeatureVideo a:hover:after, .sectionKhaki .moduleFeatureVideo a:hover small {
    background-color: #7f9c92;
  }
}
.sectionKhaki .moduleQuoteBig blockquote:before {
  color: #7f9c92;
}
.sectionKhaki .moduleQuoteBig blockquote:after {
  color: #7f9c92;
}
@media only screen and (min-width: 1px) {
  .sectionKhaki .moduleQuoteFeature:before {
    color: #7f9c92;
  }
  .sectionKhaki .moduleQuoteFeature:after {
    color: #7f9c92;
  }
  .sectionKhaki .moduleQuoteFeature a {
    color: #7f9c92;
  }
}
@media only screen and (max-width: 767px) {
  .sectionKhaki .moduleQuoteFeature:before {
    color: #7f9c92;
  }
  .sectionKhaki .moduleQuoteFeature:after {
    color: #7f9c92;
  }
}
@media only screen and (min-width: 1px) {
  .sectionKhaki .moduleAccordion h2 a:after {
    background: #7f9c92;
  }
  .sectionKhaki .moduleAccordion h2 a:hover:after {
    color: #7f9c92;
    background: #ffffff;
  }
}
@media only screen and (min-width: 1px) {
  .sectionKhaki .moduleAccordion .moduleResources h2 a:after {
    background: #7f9c92;
  }
  .sectionKhaki .moduleAccordion .moduleResources h2 a:hover:after {
    color: #7f9c92;
    background: #ffffff;
  }
  .sectionKhaki .moduleResources:after {
    color: #7f9c92;
  }
  .sectionKhaki .moduleResources li a:first-child + a {
    background-color: #7f9c92;
  }
  .sectionKhaki .moduleResources li a:first-child + a span {
    background: #003f69;
  }
  .sectionKhaki .moduleResources li a:first-child + a span:after {
    border-top: 1em solid #003f69;
  }
  .sectionKhaki .moduleResources li[data-content-type] a:first-child:after, .sectionKhaki .moduleResources li[data-content-type] a:first-child small {
    background: #7f9c92;
  }
  .sectionKhaki .moduleResources li a:first-child:before {
    background: #7f9c92;
  }
}
@media only screen and (min-width: 1px) {
  .sectionKhaki .moduleVideoIndex a:after {
    background-color: #7f9c92;
    background-color: rgba(127, 156, 146, 0.8);
  }
  .sectionKhaki .moduleVideoIndex a:hover:after, .sectionKhaki .moduleVideoPanel a:hover small {
    background-color: #7f9c92;
  }
  .sectionKhaki .moduleVideoIndex a:hover em, .sectionKhaki .moduleVideoIndex a:focus em, .sectionKhaki .moduleVideoIndex a:active em {
    border-bottom-color: #7f9c92;
  }
  .sectionKhaki .moduleVideoIndex li[data-content-type] a:after, .sectionKhaki .moduleVideoIndex li[data-content-type] a small {
    background-color: #7f9c92;
    background-color: rgba(127, 156, 146, 0.8);
  }
  .sectionKhaki .moduleVideoIndex li[data-content-type] a:hover:after, .sectionKhaki .moduleVideoIndex li[data-content-type] a:hover small {
    background-color: #7f9c92;
  }
}
@media only screen and (min-width: 768px) {
  .sectionKhaki .moduleSearchFilter.moduleSearchFilterDiscussion:after {
    border-right-color: #7f9c92;
  }
}
.sectionKhaki section.contentFormSearch h1 {
  border-top: 10px solid #7f9c92;
  padding-TOP: 0.5em;
}
@media only screen and (min-width: 1px) {
  .sectionKhaki .moduleExternalLinks h2 {
    border-top: 10px solid #7f9c92;
  }
}
@media only screen and (min-width: 1px) {
  .sectionKhaki .moduleCarouselImage a.moduleCarouselPrevious {
    background-color: #7f9c92;
  }
  .sectionKhaki .moduleCarouselImage a.moduleCarouselPrevious:after {
    color: #e6e7e8;
  }
  .sectionKhaki .moduleCarouselImage a.moduleCarouselNext {
    background-color: #7f9c92;
  }
  .sectionKhaki .moduleCarouselImage a.moduleCarouselNext:after {
    color: #e6e7e8;
  }
  .sectionKhaki .moduleCarouselImage a.moduleCarouselPrevious:hover,
  .sectionKhaki .moduleCarouselImage a.moduleCarouselPrevious:focus,
  .sectionKhaki .moduleCarouselImage a.moduleCarouselPrevious:active,
  .sectionKhaki .moduleCarouselImage a.moduleCarouselNext:hover,
  .sectionKhaki .moduleCarouselImage a.moduleCarouselNext:focus,
  .sectionKhaki .moduleCarouselImage a.moduleCarouselNext:active {
    background-color: #000000;
  }
  .sectionKhaki .moduleCarouselImage a.moduleCarouselPrevious:hover:after,
  .sectionKhaki .moduleCarouselImage a.moduleCarouselPrevious:focus:after,
  .sectionKhaki .moduleCarouselImage a.moduleCarouselPrevious:active:after,
  .sectionKhaki .moduleCarouselImage a.moduleCarouselNext:hover:after,
  .sectionKhaki .moduleCarouselImage a.moduleCarouselNext:focus:after,
  .sectionKhaki .moduleCarouselImage a.moduleCarouselNext:active:after {
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .sectionKhaki .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(127, 156, 146, 0.5);
    margin: 0 0.3em 0 0.3em;
  }
  .sectionKhaki .moduleCarouselImage ul.moduleCarouselNav a:hover, .sectionKhaki .moduleCarouselImage ul.moduleCarouselNav a:focus, .sectionKhaki .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #7f9c92;
  }
  .sectionKhaki .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #7f9c92;
  }
  .sectionKhaki html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #7f9c92;
  }
}
@media only screen and (min-width: 768px) {
  .sectionKhaki .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(127, 156, 146, 0.5);
    margin: 0 0.3em 0 0.3em;
  }
  .sectionKhaki .moduleCarouselImage ul.moduleCarouselNav a:hover, .sectionKhaki .moduleCarouselImage ul.moduleCarouselNav a:focus, .sectionKhaki .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #7f9c92;
  }
  .sectionKhaki .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #7f9c92;
  }
  .sectionKhaki html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #7f9c92;
  }
}
.sectionKhaki .moduleStatistic strong {
  border: 0.18em solid #7f9c92;
}
.sectionKhaki .moduleStatistic strong:before {
  color: #7f9c92;
}
@media only screen and (min-width: 1px) {
  .sectionKhaki .moduleSignpost h2 {
    border-top: 10px solid #7f9c92;
  }
  .sectionKhaki .moduleSignpost a:hover em, .sectionKhaki .moduleSignpost a:focus em, .sectionKhaki .moduleSignpost a:active em {
    text-decoration: underline;
    border-bottom-color: #7f9c92;
  }
  .sectionKhaki .moduleSignpost li[data-content-type] a:after, .sectionKhaki .moduleSignpost li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #7f9c92;
    background-color: rgba(127, 156, 146, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionKhaki .moduleSignpost li[data-content-type] a:hover:after, .sectionKhaki .moduleSignpost li[data-content-type] a:hover small {
    background-color: #7f9c92;
  }
}
@media only screen and (min-width: 1px) {
  .sectionKhaki .moduleSignpostSmall h2 {
    border-top: 10px solid #7f9c92;
  }
  .sectionKhaki .moduleSignpostSmall a:hover em, .sectionKhaki .moduleSignpostSmall a:focus em, .sectionKhaki .moduleSignpostSmall a:active em {
    text-decoration: underline;
    border-bottom-color: #7f9c92;
  }
  .sectionKhaki .moduleSignpostSmall li[data-content-type] a:after, .sectionKhaki .moduleSignpostSmall li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #7f9c92;
    background-color: rgba(127, 156, 146, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionKhaki .moduleSignpostSmall li[data-content-type] a:hover:after, .sectionKhaki .moduleSignpostSmall li[data-content-type] a:hover small {
    background-color: #7f9c92;
  }
}
@media only screen and (min-width: 1px) {
  .sectionKhaki .moduleSignpostScroll h2 {
    border-top: 10px solid #7f9c92;
  }
  .sectionKhaki .moduleSignpostScroll a:hover em, .sectionKhaki .moduleSignpostScroll a:focus em, .sectionKhaki .moduleSignpostScroll a:active em {
    text-decoration: underline;
    border-bottom-color: #7f9c92;
  }
  .sectionKhaki .moduleSignpostScroll li[data-content-type] a:after, .sectionKhaki .moduleSignpostScroll li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #7f9c92;
    background-color: rgba(127, 156, 146, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionKhaki .moduleSignpostScroll li[data-content-type] a:hover:after, .sectionKhaki .moduleSignpostScroll li[data-content-type] a:hover small {
    background-color: #7f9c92;
  }
  .sectionKhaki .moduleSignpostScroll a.moduleSignpostScrollPrevious {
    background-color: #7f9c92;
  }
  .sectionKhaki .moduleSignpostScroll a.moduleSignpostScrollNext {
    background-color: #7f9c92;
  }
  .sectionKhaki .moduleSignpostScroll a.moduleSignpostScrollPrevious:hover,
  .sectionKhaki .moduleSignpostScroll a.moduleSignpostScrollPrevious:focus,
  .sectionKhaki .moduleSignpostScroll a.moduleSignpostScrollPrevious:active,
  .sectionKhaki .moduleSignpostScroll a.moduleSignpostScrollNext:hover,
  .sectionKhaki .moduleSignpostScroll a.moduleSignpostScrollNext:focus,
  .sectionKhaki .moduleSignpostScroll a.moduleSignpostScrollNext:active {
    background-color: #000000;
  }
}
.sectionKhaki .moduleJobsResults h1 {
  border-top: 10px solid #7f9c92;
}
.sectionKhaki .moduleJobsResults li {
  border-bottom: 0.5em solid #7f9c92;
}

.sectionOrange {
  /* carousel */
  /* article info  */
  /* .moduleFeatureVideo */
  /* quote Big  */
  /* quote feature  */
  /* accordion */
  /* Resources */
  /* .moduleVideoIndex */
  /* Image carousel */
  /* signpost */
  /* signpost small */
  /* signpost scroll */
}
@media only screen and (min-width: 1px) {
  .sectionOrange .moduleCarousel .module:before {
    content: "";
    width: 100%;
    height: 1.2em;
    background-color: #ef8b1e;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sectionOrange .moduleCarousel a.moduleCarouselPrevious {
    background-color: #ef8b1e;
  }
  .sectionOrange .moduleCarousel a.moduleCarouselNext {
    background-color: #ef8b1e;
  }
  .sectionOrange .moduleCarousel a.moduleCarouselPrevious:hover,
  .sectionOrange .moduleCarousel a.moduleCarouselPrevious:focus,
  .sectionOrange .moduleCarousel a.moduleCarouselPrevious:active,
  .sectionOrange .moduleCarousel a.moduleCarouselNext:hover,
  .sectionOrange .moduleCarousel a.moduleCarouselNext:focus,
  .sectionOrange .moduleCarousel a.moduleCarouselNext:active {
    background-color: #000000;
  }
}
@media only screen and (max-width: 767px) {
  .sectionOrange .moduleCarousel ul.moduleCarouselNav a:hover, .sectionOrange .moduleCarousel ul.moduleCarouselNav a:focus, .sectionOrange .moduleCarousel ul.moduleCarouselNav a:active {
    background: #ef8b1e;
  }
  .sectionOrange .moduleCarousel ul.moduleCarouselNav a.current {
    background: #ef8b1e;
  }
}
@media only screen and (min-width: 768px) {
  .sectionOrange .moduleCarousel ul.moduleCarouselNav a {
    background: rgba(239, 139, 30, 0.5);
  }
  .sectionOrange .moduleCarousel ul.moduleCarouselNav a:hover, .sectionOrange .moduleCarousel ul.moduleCarouselNav a:focus, .sectionOrange .moduleCarousel ul.moduleCarouselNav a:active {
    background: #ef8b1e;
  }
  .sectionOrange .moduleCarousel ul.moduleCarouselNav a.current {
    background: #ef8b1e;
  }
  .sectionOrange html.browserIE8 .moduleCarousel ul.moduleCarouselNav a.current {
    background: #ef8b1e;
  }
}
.sectionOrange .modulePageHeader h1 {
  border-bottom: 10px solid #ef8b1e;
}
@media only screen and (min-width: 1px) {
  .sectionOrange .moduleArticleInfo a + a {
    margin-left: 0.4em;
  }
  .sectionOrange .moduleArticleInfo a:hover, .sectionOrange .moduleArticleInfo a:focus, .sectionOrange .moduleArticleInfo a:active {
    text-decoration: underline;
  }
  .sectionOrange .moduleArticleInfo p > span {
    margin: 0 1em 0 0;
  }
  .sectionOrange .moduleArticleInfo p > span:before {
    color: #ef8b1e;
  }
}
@media only screen and (min-width: 1px) {
  .sectionOrange .moduleFeatureVideo a:after {
    background-color: #ef8b1e;
    background-color: rgba(239, 139, 30, 0.8);
  }
  .sectionOrange .moduleFeatureVideo a:hover:after, .sectionOrange .moduleVideoPanel a:hover small {
    background-color: #ef8b1e;
  }
  .sectionOrange .moduleFeatureVideo a:hover em, .sectionOrange .moduleFeatureVideo a:focus em, .sectionOrange .moduleFeatureVideo a:active em {
    border-bottom-color: #ef8b1e;
  }
  .sectionOrange .moduleFeatureVideo a:after, .sectionOrange .moduleFeatureVideo a small {
    background-color: #ef8b1e;
    background-color: rgba(239, 139, 30, 0.8);
  }
  .sectionOrange .moduleFeatureVideo a:hover:after, .sectionOrange .moduleFeatureVideo a:hover small {
    background-color: #ef8b1e;
  }
}
.sectionOrange .moduleQuoteBig blockquote:before {
  color: #ef8b1e;
}
.sectionOrange .moduleQuoteBig blockquote:after {
  color: #ef8b1e;
}
@media only screen and (min-width: 1px) {
  .sectionOrange .moduleQuoteFeature:before {
    color: #ef8b1e;
  }
  .sectionOrange .moduleQuoteFeature:after {
    color: #ef8b1e;
  }
  .sectionOrange .moduleQuoteFeature a {
    color: #ef8b1e;
  }
}
@media only screen and (max-width: 767px) {
  .sectionOrange .moduleQuoteFeature:before {
    color: #ef8b1e;
  }
  .sectionOrange .moduleQuoteFeature:after {
    color: #ef8b1e;
  }
}
@media only screen and (min-width: 1px) {
  .sectionOrange .moduleAccordion h2 a:after {
    background: #ef8b1e;
  }
  .sectionOrange .moduleAccordion h2 a:hover:after {
    color: #ef8b1e;
    background: #ffffff;
  }
}
@media only screen and (min-width: 1px) {
  .sectionOrange .moduleAccordion .moduleResources h2 a:after {
    background: #ef8b1e;
  }
  .sectionOrange .moduleAccordion .moduleResources h2 a:hover:after {
    color: #ef8b1e;
    background: #ffffff;
  }
  .sectionOrange .moduleResources:after {
    color: #ef8b1e;
  }
  .sectionOrange .moduleResources li a:first-child + a {
    background-color: #ef8b1e;
  }
  .sectionOrange .moduleResources li a:first-child + a span {
    background: #003f69;
  }
  .sectionOrange .moduleResources li a:first-child + a span:after {
    border-top: 1em solid #003f69;
  }
  .sectionOrange .moduleResources li[data-content-type] a:first-child:after, .sectionOrange .moduleResources li[data-content-type] a:first-child small {
    background: #ef8b1e;
  }
  .sectionOrange .moduleResources li a:first-child:before {
    background: #ef8b1e;
  }
}
@media only screen and (min-width: 1px) {
  .sectionOrange .moduleVideoIndex a:after {
    background-color: #ef8b1e;
    background-color: rgba(239, 139, 30, 0.8);
  }
  .sectionOrange .moduleVideoIndex a:hover:after, .sectionOrange .moduleVideoPanel a:hover small {
    background-color: #ef8b1e;
  }
  .sectionOrange .moduleVideoIndex a:hover em, .sectionOrange .moduleVideoIndex a:focus em, .sectionOrange .moduleVideoIndex a:active em {
    border-bottom-color: #ef8b1e;
  }
  .sectionOrange .moduleVideoIndex li[data-content-type] a:after, .sectionOrange .moduleVideoIndex li[data-content-type] a small {
    background-color: #ef8b1e;
    background-color: rgba(239, 139, 30, 0.8);
  }
  .sectionOrange .moduleVideoIndex li[data-content-type] a:hover:after, .sectionOrange .moduleVideoIndex li[data-content-type] a:hover small {
    background-color: #ef8b1e;
  }
}
@media only screen and (min-width: 768px) {
  .sectionOrange .moduleSearchFilter.moduleSearchFilterDiscussion:after {
    border-right-color: #ef8b1e;
  }
}
.sectionOrange section.contentFormSearch h1 {
  border-top: 10px solid #ef8b1e;
  padding-TOP: 0.5em;
}
@media only screen and (min-width: 1px) {
  .sectionOrange .moduleExternalLinks h2 {
    border-top: 10px solid #ef8b1e;
  }
}
@media only screen and (min-width: 1px) {
  .sectionOrange .moduleCarouselImage a.moduleCarouselPrevious {
    background-color: #ef8b1e;
  }
  .sectionOrange .moduleCarouselImage a.moduleCarouselPrevious:after {
    color: #e6e7e8;
  }
  .sectionOrange .moduleCarouselImage a.moduleCarouselNext {
    background-color: #ef8b1e;
  }
  .sectionOrange .moduleCarouselImage a.moduleCarouselNext:after {
    color: #e6e7e8;
  }
  .sectionOrange .moduleCarouselImage a.moduleCarouselPrevious:hover,
  .sectionOrange .moduleCarouselImage a.moduleCarouselPrevious:focus,
  .sectionOrange .moduleCarouselImage a.moduleCarouselPrevious:active,
  .sectionOrange .moduleCarouselImage a.moduleCarouselNext:hover,
  .sectionOrange .moduleCarouselImage a.moduleCarouselNext:focus,
  .sectionOrange .moduleCarouselImage a.moduleCarouselNext:active {
    background-color: #000000;
  }
  .sectionOrange .moduleCarouselImage a.moduleCarouselPrevious:hover:after,
  .sectionOrange .moduleCarouselImage a.moduleCarouselPrevious:focus:after,
  .sectionOrange .moduleCarouselImage a.moduleCarouselPrevious:active:after,
  .sectionOrange .moduleCarouselImage a.moduleCarouselNext:hover:after,
  .sectionOrange .moduleCarouselImage a.moduleCarouselNext:focus:after,
  .sectionOrange .moduleCarouselImage a.moduleCarouselNext:active:after {
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .sectionOrange .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(239, 139, 30, 0.5);
    margin: 0 0.3em 0 0.3em;
  }
  .sectionOrange .moduleCarouselImage ul.moduleCarouselNav a:hover, .sectionOrange .moduleCarouselImage ul.moduleCarouselNav a:focus, .sectionOrange .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #ef8b1e;
  }
  .sectionOrange .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #ef8b1e;
  }
  .sectionOrange html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #ef8b1e;
  }
}
@media only screen and (min-width: 768px) {
  .sectionOrange .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(239, 139, 30, 0.5);
    margin: 0 0.3em 0 0.3em;
  }
  .sectionOrange .moduleCarouselImage ul.moduleCarouselNav a:hover, .sectionOrange .moduleCarouselImage ul.moduleCarouselNav a:focus, .sectionOrange .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #ef8b1e;
  }
  .sectionOrange .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #ef8b1e;
  }
  .sectionOrange html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #ef8b1e;
  }
}
.sectionOrange .moduleStatistic strong {
  border: 0.18em solid #ef8b1e;
}
.sectionOrange .moduleStatistic strong:before {
  color: #ef8b1e;
}
@media only screen and (min-width: 1px) {
  .sectionOrange .moduleSignpost h2 {
    border-top: 10px solid #ef8b1e;
  }
  .sectionOrange .moduleSignpost a:hover em, .sectionOrange .moduleSignpost a:focus em, .sectionOrange .moduleSignpost a:active em {
    text-decoration: underline;
    border-bottom-color: #ef8b1e;
  }
  .sectionOrange .moduleSignpost li[data-content-type] a:after, .sectionOrange .moduleSignpost li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #ef8b1e;
    background-color: rgba(239, 139, 30, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionOrange .moduleSignpost li[data-content-type] a:hover:after, .sectionOrange .moduleSignpost li[data-content-type] a:hover small {
    background-color: #ef8b1e;
  }
}
@media only screen and (min-width: 1px) {
  .sectionOrange .moduleSignpostSmall h2 {
    border-top: 10px solid #ef8b1e;
  }
  .sectionOrange .moduleSignpostSmall a:hover em, .sectionOrange .moduleSignpostSmall a:focus em, .sectionOrange .moduleSignpostSmall a:active em {
    text-decoration: underline;
    border-bottom-color: #ef8b1e;
  }
  .sectionOrange .moduleSignpostSmall li[data-content-type] a:after, .sectionOrange .moduleSignpostSmall li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #ef8b1e;
    background-color: rgba(239, 139, 30, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionOrange .moduleSignpostSmall li[data-content-type] a:hover:after, .sectionOrange .moduleSignpostSmall li[data-content-type] a:hover small {
    background-color: #ef8b1e;
  }
}
@media only screen and (min-width: 1px) {
  .sectionOrange .moduleSignpostScroll h2 {
    border-top: 10px solid #ef8b1e;
  }
  .sectionOrange .moduleSignpostScroll a:hover em, .sectionOrange .moduleSignpostScroll a:focus em, .sectionOrange .moduleSignpostScroll a:active em {
    text-decoration: underline;
    border-bottom-color: #ef8b1e;
  }
  .sectionOrange .moduleSignpostScroll li[data-content-type] a:after, .sectionOrange .moduleSignpostScroll li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #ef8b1e;
    background-color: rgba(239, 139, 30, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionOrange .moduleSignpostScroll li[data-content-type] a:hover:after, .sectionOrange .moduleSignpostScroll li[data-content-type] a:hover small {
    background-color: #ef8b1e;
  }
  .sectionOrange .moduleSignpostScroll a.moduleSignpostScrollPrevious {
    background-color: #ef8b1e;
  }
  .sectionOrange .moduleSignpostScroll a.moduleSignpostScrollNext {
    background-color: #ef8b1e;
  }
  .sectionOrange .moduleSignpostScroll a.moduleSignpostScrollPrevious:hover,
  .sectionOrange .moduleSignpostScroll a.moduleSignpostScrollPrevious:focus,
  .sectionOrange .moduleSignpostScroll a.moduleSignpostScrollPrevious:active,
  .sectionOrange .moduleSignpostScroll a.moduleSignpostScrollNext:hover,
  .sectionOrange .moduleSignpostScroll a.moduleSignpostScrollNext:focus,
  .sectionOrange .moduleSignpostScroll a.moduleSignpostScrollNext:active {
    background-color: #000000;
  }
}
.sectionOrange .moduleJobsResults h1 {
  border-top: 10px solid #ef8b1e;
}
.sectionOrange .moduleJobsResults li {
  border-bottom: 0.5em solid #ef8b1e;
}

.sectionPurple {
  /* carousel */
  /* article info  */
  /* .moduleFeatureVideo */
  /* quote Big  */
  /* quote feature  */
  /* accordion */
  /* Resources */
  /* .moduleVideoIndex */
  /* Image carousel */
  /* signpost */
  /* signpost small */
  /* signpost scroll */
}
@media only screen and (min-width: 1px) {
  .sectionPurple .moduleCarousel .module:before {
    content: "";
    width: 100%;
    height: 1.2em;
    background-color: #947dd1;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sectionPurple .moduleCarousel a.moduleCarouselPrevious {
    background-color: #947dd1;
  }
  .sectionPurple .moduleCarousel a.moduleCarouselNext {
    background-color: #947dd1;
  }
  .sectionPurple .moduleCarousel a.moduleCarouselPrevious:hover,
  .sectionPurple .moduleCarousel a.moduleCarouselPrevious:focus,
  .sectionPurple .moduleCarousel a.moduleCarouselPrevious:active,
  .sectionPurple .moduleCarousel a.moduleCarouselNext:hover,
  .sectionPurple .moduleCarousel a.moduleCarouselNext:focus,
  .sectionPurple .moduleCarousel a.moduleCarouselNext:active {
    background-color: #000000;
  }
}
@media only screen and (max-width: 767px) {
  .sectionPurple .moduleCarousel ul.moduleCarouselNav a:hover, .sectionPurple .moduleCarousel ul.moduleCarouselNav a:focus, .sectionPurple .moduleCarousel ul.moduleCarouselNav a:active {
    background: #947dd1;
  }
  .sectionPurple .moduleCarousel ul.moduleCarouselNav a.current {
    background: #947dd1;
  }
}
@media only screen and (min-width: 768px) {
  .sectionPurple .moduleCarousel ul.moduleCarouselNav a {
    background: rgba(148, 125, 209, 0.5);
  }
  .sectionPurple .moduleCarousel ul.moduleCarouselNav a:hover, .sectionPurple .moduleCarousel ul.moduleCarouselNav a:focus, .sectionPurple .moduleCarousel ul.moduleCarouselNav a:active {
    background: #947dd1;
  }
  .sectionPurple .moduleCarousel ul.moduleCarouselNav a.current {
    background: #947dd1;
  }
  .sectionPurple html.browserIE8 .moduleCarousel ul.moduleCarouselNav a.current {
    background: #947dd1;
  }
}
.sectionPurple .modulePageHeader h1 {
  border-bottom: 10px solid #947dd1;
}
@media only screen and (min-width: 1px) {
  .sectionPurple .moduleArticleInfo a + a {
    margin-left: 0.4em;
  }
  .sectionPurple .moduleArticleInfo a:hover, .sectionPurple .moduleArticleInfo a:focus, .sectionPurple .moduleArticleInfo a:active {
    text-decoration: underline;
  }
  .sectionPurple .moduleArticleInfo p > span {
    margin: 0 1em 0 0;
  }
  .sectionPurple .moduleArticleInfo p > span:before {
    color: #947dd1;
  }
}
@media only screen and (min-width: 1px) {
  .sectionPurple .moduleFeatureVideo a:after {
    background-color: #947dd1;
    background-color: rgba(148, 125, 209, 0.8);
  }
  .sectionPurple .moduleFeatureVideo a:hover:after, .sectionPurple .moduleVideoPanel a:hover small {
    background-color: #947dd1;
  }
  .sectionPurple .moduleFeatureVideo a:hover em, .sectionPurple .moduleFeatureVideo a:focus em, .sectionPurple .moduleFeatureVideo a:active em {
    border-bottom-color: #947dd1;
  }
  .sectionPurple .moduleFeatureVideo a:after, .sectionPurple .moduleFeatureVideo a small {
    background-color: #947dd1;
    background-color: rgba(148, 125, 209, 0.8);
  }
  .sectionPurple .moduleFeatureVideo a:hover:after, .sectionPurple .moduleFeatureVideo a:hover small {
    background-color: #947dd1;
  }
}
.sectionPurple .moduleQuoteBig blockquote:before {
  color: #947dd1;
}
.sectionPurple .moduleQuoteBig blockquote:after {
  color: #947dd1;
}
@media only screen and (min-width: 1px) {
  .sectionPurple .moduleQuoteFeature:before {
    color: #947dd1;
  }
  .sectionPurple .moduleQuoteFeature:after {
    color: #947dd1;
  }
  .sectionPurple .moduleQuoteFeature a {
    color: #947dd1;
  }
}
@media only screen and (max-width: 767px) {
  .sectionPurple .moduleQuoteFeature:before {
    color: #947dd1;
  }
  .sectionPurple .moduleQuoteFeature:after {
    color: #947dd1;
  }
}
@media only screen and (min-width: 1px) {
  .sectionPurple .moduleAccordion h2 a:after {
    background: #947dd1;
  }
  .sectionPurple .moduleAccordion h2 a:hover:after {
    color: #947dd1;
    background: #ffffff;
  }
}
@media only screen and (min-width: 1px) {
  .sectionPurple .moduleAccordion .moduleResources h2 a:after {
    background: #947dd1;
  }
  .sectionPurple .moduleAccordion .moduleResources h2 a:hover:after {
    color: #947dd1;
    background: #ffffff;
  }
  .sectionPurple .moduleResources:after {
    color: #947dd1;
  }
  .sectionPurple .moduleResources li a:first-child + a {
    background-color: #947dd1;
  }
  .sectionPurple .moduleResources li a:first-child + a span {
    background: #003f69;
  }
  .sectionPurple .moduleResources li a:first-child + a span:after {
    border-top: 1em solid #003f69;
  }
  .sectionPurple .moduleResources li[data-content-type] a:first-child:after, .sectionPurple .moduleResources li[data-content-type] a:first-child small {
    background: #947dd1;
  }
  .sectionPurple .moduleResources li a:first-child:before {
    background: #947dd1;
  }
}
@media only screen and (min-width: 1px) {
  .sectionPurple .moduleVideoIndex a:after {
    background-color: #947dd1;
    background-color: rgba(148, 125, 209, 0.8);
  }
  .sectionPurple .moduleVideoIndex a:hover:after, .sectionPurple .moduleVideoPanel a:hover small {
    background-color: #947dd1;
  }
  .sectionPurple .moduleVideoIndex a:hover em, .sectionPurple .moduleVideoIndex a:focus em, .sectionPurple .moduleVideoIndex a:active em {
    border-bottom-color: #947dd1;
  }
  .sectionPurple .moduleVideoIndex li[data-content-type] a:after, .sectionPurple .moduleVideoIndex li[data-content-type] a small {
    background-color: #947dd1;
    background-color: rgba(148, 125, 209, 0.8);
  }
  .sectionPurple .moduleVideoIndex li[data-content-type] a:hover:after, .sectionPurple .moduleVideoIndex li[data-content-type] a:hover small {
    background-color: #947dd1;
  }
}
@media only screen and (min-width: 768px) {
  .sectionPurple .moduleSearchFilter.moduleSearchFilterDiscussion:after {
    border-right-color: #947dd1;
  }
}
.sectionPurple section.contentFormSearch h1 {
  border-top: 10px solid #947dd1;
  padding-TOP: 0.5em;
}
@media only screen and (min-width: 1px) {
  .sectionPurple .moduleExternalLinks h2 {
    border-top: 10px solid #947dd1;
  }
}
@media only screen and (min-width: 1px) {
  .sectionPurple .moduleCarouselImage a.moduleCarouselPrevious {
    background-color: #947dd1;
  }
  .sectionPurple .moduleCarouselImage a.moduleCarouselPrevious:after {
    color: #e6e7e8;
  }
  .sectionPurple .moduleCarouselImage a.moduleCarouselNext {
    background-color: #947dd1;
  }
  .sectionPurple .moduleCarouselImage a.moduleCarouselNext:after {
    color: #e6e7e8;
  }
  .sectionPurple .moduleCarouselImage a.moduleCarouselPrevious:hover,
  .sectionPurple .moduleCarouselImage a.moduleCarouselPrevious:focus,
  .sectionPurple .moduleCarouselImage a.moduleCarouselPrevious:active,
  .sectionPurple .moduleCarouselImage a.moduleCarouselNext:hover,
  .sectionPurple .moduleCarouselImage a.moduleCarouselNext:focus,
  .sectionPurple .moduleCarouselImage a.moduleCarouselNext:active {
    background-color: #000000;
  }
  .sectionPurple .moduleCarouselImage a.moduleCarouselPrevious:hover:after,
  .sectionPurple .moduleCarouselImage a.moduleCarouselPrevious:focus:after,
  .sectionPurple .moduleCarouselImage a.moduleCarouselPrevious:active:after,
  .sectionPurple .moduleCarouselImage a.moduleCarouselNext:hover:after,
  .sectionPurple .moduleCarouselImage a.moduleCarouselNext:focus:after,
  .sectionPurple .moduleCarouselImage a.moduleCarouselNext:active:after {
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .sectionPurple .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(148, 125, 209, 0.5);
    margin: 0 0.3em 0 0.3em;
  }
  .sectionPurple .moduleCarouselImage ul.moduleCarouselNav a:hover, .sectionPurple .moduleCarouselImage ul.moduleCarouselNav a:focus, .sectionPurple .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #947dd1;
  }
  .sectionPurple .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #947dd1;
  }
  .sectionPurple html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #947dd1;
  }
}
@media only screen and (min-width: 768px) {
  .sectionPurple .moduleCarouselImage ul.moduleCarouselNav a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    background: rgba(148, 125, 209, 0.5);
    margin: 0 0.3em 0 0.3em;
  }
  .sectionPurple .moduleCarouselImage ul.moduleCarouselNav a:hover, .sectionPurple .moduleCarouselImage ul.moduleCarouselNav a:focus, .sectionPurple .moduleCarouselImage ul.moduleCarouselNav a:active {
    background: #947dd1;
  }
  .sectionPurple .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #947dd1;
  }
  .sectionPurple html.browserIE8 .moduleCarouselImage ul.moduleCarouselNav a.current {
    background: #947dd1;
  }
}
.sectionPurple .moduleStatistic strong {
  border: 0.18em solid #947dd1;
}
.sectionPurple .moduleStatistic strong:before {
  color: #947dd1;
}
@media only screen and (min-width: 1px) {
  .sectionPurple .moduleSignpost h2 {
    border-top: 10px solid #947dd1;
  }
  .sectionPurple .moduleSignpost a:hover em, .sectionPurple .moduleSignpost a:focus em, .sectionPurple .moduleSignpost a:active em {
    text-decoration: underline;
    border-bottom-color: #947dd1;
  }
  .sectionPurple .moduleSignpost li[data-content-type] a:after, .sectionPurple .moduleSignpost li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #947dd1;
    background-color: rgba(148, 125, 209, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionPurple .moduleSignpost li[data-content-type] a:hover:after, .sectionPurple .moduleSignpost li[data-content-type] a:hover small {
    background-color: #947dd1;
  }
}
@media only screen and (min-width: 1px) {
  .sectionPurple .moduleSignpostSmall h2 {
    border-top: 10px solid #947dd1;
  }
  .sectionPurple .moduleSignpostSmall a:hover em, .sectionPurple .moduleSignpostSmall a:focus em, .sectionPurple .moduleSignpostSmall a:active em {
    text-decoration: underline;
    border-bottom-color: #947dd1;
  }
  .sectionPurple .moduleSignpostSmall li[data-content-type] a:after, .sectionPurple .moduleSignpostSmall li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #947dd1;
    background-color: rgba(148, 125, 209, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionPurple .moduleSignpostSmall li[data-content-type] a:hover:after, .sectionPurple .moduleSignpostSmall li[data-content-type] a:hover small {
    background-color: #947dd1;
  }
}
@media only screen and (min-width: 1px) {
  .sectionPurple .moduleSignpostScroll h2 {
    border-top: 10px solid #947dd1;
  }
  .sectionPurple .moduleSignpostScroll a:hover em, .sectionPurple .moduleSignpostScroll a:focus em, .sectionPurple .moduleSignpostScroll a:active em {
    text-decoration: underline;
    border-bottom-color: #947dd1;
  }
  .sectionPurple .moduleSignpostScroll li[data-content-type] a:after, .sectionPurple .moduleSignpostScroll li[data-content-type] a small {
    content: '';
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 3.5em;
    background-color: #947dd1;
    background-color: rgba(148, 125, 209, 0.8);
    position: absolute;
    top: 8.7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
  }
  .sectionPurple .moduleSignpostScroll li[data-content-type] a:hover:after, .sectionPurple .moduleSignpostScroll li[data-content-type] a:hover small {
    background-color: #947dd1;
  }
  .sectionPurple .moduleSignpostScroll a.moduleSignpostScrollPrevious {
    background-color: #947dd1;
  }
  .sectionPurple .moduleSignpostScroll a.moduleSignpostScrollNext {
    background-color: #947dd1;
  }
  .sectionPurple .moduleSignpostScroll a.moduleSignpostScrollPrevious:hover,
  .sectionPurple .moduleSignpostScroll a.moduleSignpostScrollPrevious:focus,
  .sectionPurple .moduleSignpostScroll a.moduleSignpostScrollPrevious:active,
  .sectionPurple .moduleSignpostScroll a.moduleSignpostScrollNext:hover,
  .sectionPurple .moduleSignpostScroll a.moduleSignpostScrollNext:focus,
  .sectionPurple .moduleSignpostScroll a.moduleSignpostScrollNext:active {
    background-color: #000000;
  }
}
.sectionPurple .moduleJobsResults h1 {
  border-top: 10px solid #947dd1;
}
.sectionPurple .moduleJobsResults li {
  border-bottom: 0.5em solid #947dd1;
}
