﻿
/* search results page */

#wrapper #content .tabgroup .tabgroup__item {background: #fff; padding: 0;}
#wrapper #content .tabgroup {border-color: #005597;}
#wrapper #content .tabs a{text-decoration:none; padding: 14px 22px;}
#wrapper #content .tabs a:hover,
#wrapper #content .tabs a.active {background: #005597; color: #fff;}

#wrapper #content .keymatches {padding: 1em; margin-bottom: 2em; background: #f7f7f7; border: 2px solid #f4f4f4;}
#wrapper #content .keymatches h2{font-weight:bold; font-size: 1.2em; margin: 0 0 .5em 0;}
#wrapper #content .keymatches ul {margin: 0; padding: 0;}

#wrapper #content .keymatches .sys_subitem {background: none; margin-bottom: 6px;}
#wrapper #content .keymatches .sys_subitem  a{font-size: 1.125em; font-weight: normal; line-height: 1.3em;text-decoration:none; color: #005597;  padding: 0!important;}
#wrapper #content .keymatches .sys_subitem  a:hover{background:none; text-decoration:underline; color: #1A296B;}

#wrapper #content .searchresults{padding: 0 6%;}
#wrapper #content .searchresults .sys_subitem  {background: #fff;}
#wrapper #content .searchresults .sys_subitem .sys_subitem-heading {background:none;}
#wrapper #content .searchresults .sys_subitem dl dt{display:none;}
#wrapper #content .searchresults .sys_subitem a,
#wrapper #content .sys_itemslist .sys_subitem .sys_subitem-heading a{color: #1A296B;}
#wrapper #content .searchresults .sys_subitem a:hover,
#wrapper #content .sys_itemslist .sys_subitem .sys_subitem-heading a:hover{background:none; text-decoration:underline;}


#wrapper #content div.sys_noresults {margin: 30px 0 0 0; padding: 0; border: none; background: none;}
#wrapper #content div.sys_noresults li{list-style-type: square;}


@media (max-width: 800px) {
#wrapper #content .tabgroup {border:none; margin: 0;}
#wrapper #content .tabs-nav .tabs-filter{background-color: #005597;}
#wrapper #content .searchresults{padding: 0;}

}



/*
 * Name: Atlas
 * Author: Zengenti Ltd
 * Author URI: http://zengenti.com
 * Description: A modern front-end framework
 * Version: 0.0.2
 */
/**
 * Utilities
 */
/**
 * Grid HTML classes
 */
/**
 * Align classes
 */
/**
 * Vertical align middle
 */
/**
 * Clearfix
 */
/**
 * Makes an element visually hidden, but accessible
 * @see http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/**
 * Turns off the element-invisible effect
 */
/**
 * RGBA fallback
 */
/**
 * Input placeholder color
 */
/**
 * Icons
 */
/**
 * Icons fallback
 */
/**
 * Aspect ratio
 */
/**
 * Calculate columns
 */
/**
 * Strip unit
 * It strips the unit of measure and returns it
 */
/**
 * Convert to REM
 */
/**
 * REM calc
 */
/**
 * Assets paths
 */
/**
 * Base
 */
/**
 * Global
 */
/**
 * Breakpoints
 * Override default settings from _mq.scss partial
 * https://github.com/sass-mq/sass-mq
 */
/**
 * Icons
 */
/**
 * Base
 * core elements
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#internal *, #internal *:before, #internal *:after {
  box-sizing: border-box;
}

html {
  background: #fff;
  color: #222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/**
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/**
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/**
 * Responsive images
 */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

/**
 * Heading sizes
 */
@media only screen and (min-width: 20.0625em) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.1875rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
  h6 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

/**
 * Components
 * singular modular items, no parent-child relationship
 */
/**
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/**
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/**
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/**
 * Clearfix
 */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/**
 * Small
 */
@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .hide-for-small-only,
  .hide-for-small-up,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .visible-for-small-only,
  .visible-for-small-up,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only,
  .hidden-for-small-up,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

/**
 * Medium
 */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .show-for-medium-only,
  .show-for-medium-up,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

/**
 * Large
 */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-only,
  .show-for-large-up,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-medium-only,
  .hide-for-medium-up,
  .hide-for-large-only,
  .hide-for-large-up,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .visible-for-large-only,
  .visible-for-large-up,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

/**
 * X-large
 */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-large-only,
  .show-for-large-up,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-large-only,
  .hide-for-large-up,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-large-only,
  .visible-for-large-up,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-large-only,
  .hidden-for-large-up,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

/**
 * XX-large
 */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

/**
 * Orientation targeting
 */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}

/**
 * Touch-enabled device targeting
 */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touchevents .show-for-touch {
  display: inherit !important;
}

.touchevents .hide-for-touch {
  display: none !important;
}

/**
 * Screen reader-specific classes
 */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus:focus,
.show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/**
 * Print visibility
 */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }
}

/**
 * Alignment classes
 */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40.0525em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64.0525em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.0625em) and (max-width: 90.0525em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120.0525em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/**
 * Uses the $icons map defined in utilities/_variables.scss
 * Add your icon into the map and the mixin will do the rest
 *
 * If for some reason you don't want to use the icons map you can manually add in an icon, example below
 * .icon-name {
 *    font-size: rem-calc(32); // works because "width" & "height" were set on .icon using em units
 *    color: #ff0000; // works for single-colored icons, because "fill" was set to "currentColor" on .icon
 * }
 */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}

/**
 * Icons
 */
/**
 * Icons fallback to PNGs
 * Uses Modernizr to detect svg support .no-svg
 * Remove if your not supporting older browsers
 */
.no-svg .icon {
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* Styles Common to Contensis Web Controls */
/* Data Repeaters */
/* Search Term Text */
.sys_search-term-text {
  color: #666666;
  min-height: 1em;
  padding: 12px 0 5px 0;
  font-weight: 700;
}

/* Did You Mean Text */
.sys_search-control .sys_didyoumean {
  padding: 1em;
margin-top: 1.5em;
margin-bottom: 2em;
background: #DE1B5C;
color: #fff;
}

.sys_search-control .sys_didyoumean p {
  display: inline;
}

/* Tools Control */
.sys_tools-control {
  margin: 0 0 10px 0;
  padding: .6em 0;
  text-align: right;
  width: 100%;
  border-top: 1px solid #ecebeb;
  border-bottom: 1px solid #ecebeb;
  font-weight: 700;
}

.sys_tools-control:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sys_tools-control div {
  float: right;
  min-height: 16px;
  text-align: left;
  padding-right: 18px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.sys_tools-control div a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 2px 0 2px 22px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.sys_tools-control div a:hover {
  text-decoration: underline;
}

/* RSS and Atom Links */
.sys_rss-link,
.sys_button-subscribe-rss {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 11px;
}

.sys_rss-link a,
.sys_button-subscribe-rss a {
  display: block;
  padding: 2px 0 2px 22px;
  overflow: hidden;
  font-weight: 700;
  background: url("Imgs/Rss-Feed-Icon.gif") 0 50% no-repeat;
}

.sys_atom-link,
.sys_button-subscribe-atom {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 11px;
}

.sys_atom-link a,
.sys_button-subscribe-atom a {
  display: block;
  padding: 2px 0 2px 22px;
  font-weight: 700;
  background: url("Imgs/Atom-Feed-Icon.gif") 0 50% no-repeat;
  overflow: hidden;
}

h1 span.sys_rss-link,
h2 span.sys_rss-link,
h3 span.sys_rss-link {
  width: 100px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

h1 span.sys_atom-link,
h2 span.sys_atom-link,
h3 span.sys_atom-link {
  width: 100px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  right: 100px;
}

/* Other Links */
.sys_tools-control .sys_button-subscribe-email a {
  background-image: url("imgs/email-feed-icon.gif");
}

.sys_tools-control .sys_button-newsearch a {
  background-image: url("imgs/search-icon.gif");
}

.sys_tools-control .sys_button-backlink a {
  background-image: url("imgs/back-icon.gif");
}

/* Titles */
h1.sys_standardlist-title,
h2.sys_standardlist-title,
h3.sys_standardlist-title,
h4.sys_standardlist-title,
h5.sys_standardlist-title,
.sys_standardlist-title {
  position: relative;
  margin: 1em 0 .8em 0;
  padding: 0;
  font-size: 1em !important;
  font-weight: 700;
}


.tabgroup{padding-top:2em;}

/* Standard repeater */
.sys_datarepeatercontrol {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 1px;
}

/* Data Repeat Items List */
.sys_datarepeatercontrol .sys_itemslist {
  clear: both;
  margin: 0;
  padding: 0 0 1em 0;
  
}

/* Data Repeater Group Header Styles */
.sys_datarepeatercontrol .sys_groupheader {
  font-size: 1.2em;
  font-weight: 700;
  margin: .8em 0 .2em 0;
  clear: both;
  /*text-transform:uppercase;*/
}

/* Data repeater subitems */
.sys_datarepeatercontrol .sys_subitem {
  border: 1px solid #ccc;
  background: #f7f7f7;
  margin: 1.8em 0 10px 0;
  padding: 0;
  position: relative;
  z-index: 1;
  min-height: 1em;
  zoom: 1;
  clear: both;
}

.sys_datarepeatercontrol .sys_subitem * {
  position: relative;
  zoom: 1;
}

/* Sub Item Heading */
#wrapper .sys_itemslist .sys_subitem .sys_subitem-heading {
  display: block;
  font-size: 1em;
  margin: -1px 0 10px 10px;
  padding: 0;
  position: relative;
  z-index: 99;
  background: #fff;
  border: 0 none;
}

.sys_itemslist .sys_subitem .sys_subitem-heading a {
  margin: 0;
  padding: 5px 0 0 4px;
  display: inline-block;
  font-weight: bold;
  position: relative;
  z-index: 100;
  top: -1em;
}

/* Image */
.sys_itemslist div.sys_thumbnail {
  float: right;
  margin: -15px 6px 8px 8px;
  padding: 0;
  position: relative;
  z-index: 999;
  border: 1px solid #ccc;
  background: #fff;
  background-repeat: no-repeat;
}

.sys_itemslist div.sys_thumbnail a {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

.sys_itemslist div.sys_thumbnail a:hover {
  border: 3px solid #ccc;
  margin: -3px;
}

.sys_itemslist div.sys_thumbnail a:active {
  border: 3px solid #333;
  margin: -3px;
}

.sys_itemslist div.sys_thumbnail img {
  display: block;
  margin: 0;
  padding: 0;
}

/* Icon */
.sys_itemslist div.sys_icon {
  float: right;
  margin: -15px 6px 6px 8px;
  padding: 0;
  position: relative;
  z-index: 999;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* Subitem Summary */
.sys_itemslist div.sys_subitem-summary {
  position: relative;
  z-index: 300;
  top: -15px;
  margin: 0;
  padding: 0 0 0 9px;
  min-height: 1em;
  zoom: 1;
  width: auto;
  background: none;
}

/* Structure of dls */
.sys_datarepeatercontrol .sys_subitem dl {
  margin: 0 0 -10px 0;
  padding: 0 5px;
}

.sys_datarepeatercontrol .sys_subitem dl dt {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 80px;
  min-height: 1.2em;
  color: #333;
}

#wrapper .sys_datarepeatercontrol .sys_subitem dl dd {
  margin: 0 0 .25em 0;
  padding: 0;
  position: relative;
  min-height: 1.2em;
}

.sys_datarepeatercontrol .sys_subitem dl dd ul {
  float: left;
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
  clear: none;
}

.sys_datarepeatercontrol .sys_subitem dl dd ul li {
  margin: 0;
  padding: 0;
  border: 0 none;
  list-style-type: disc;
  background: none;
  border: 0 none;
}

/* Minilist Controls */
.sys_datarepeatercontrol li.sys_subitem {
  border: 0 none;
  background: none;
  margin: 0;
  padding: .4em 10px .4em 10px;
  border-bottom: 1px solid #e3e3e3;
  list-style-type: none;
}

.sys_datarepeatercontrol li.sys_subitem.sys_last {
  border-bottom: 0 none;
}

.sys_datarepeatercontrol li.sys_subitem a {
  display: block;
  margin: 0;
  padding: 0 0 0 25px;
  background: url("imgs/Bullet.gif") 2px 0.4em no-repeat;
}

/* Back Button Control */
.sys_back-button-control {
  min-height: 1.8em;
  clear: both;
  padding: .2em 8px;
}

.sys_back-button-control a {
  float: right;
  background: url("imgs/back-icon.gif") 0 50% no-repeat;
  margin-left: 10px;
  padding: 2px 0 0 21px;
}

/* Tabs Control */
.sys_tabsfilter-control {
  margin-top: 10px;
  height: 24px;
  border-bottom: 1px solid #ccc;
  clear: both;
  line-height: 16px;
}

.sys_tabsfilter-control ul {
  margin: 0;
  padding: 0;
}

.sys_tabsfilter-control:after,
.sys_tabsfilter-control ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sys_tabsfilter-control li {
  float: left;
  clear: none;
  list-style-type: none;
  list-style-image: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 0 none;
  margin: 0 5px 1px 0;
  padding: 0;
  width: auto;
  cursor: pointer;
  z-index: 0;
  position: relative;
}

.sys_tabsfilter-control li a {
  float: left;
  display: block;
  color: #666;
  background: #f0f0f0;
  padding: 4px 12px;
  text-decoration: none;
  position: relative;
}

.sys_tabsfilter-control li a:hover {
  color: #333;
  background: #fff;
  text-decoration: none;
  border: 3px solid #ccc;
  border-bottom: 0 none;
  margin: -3px -3px 0 -3px;
}

.sys_tabsfilter-control li.sys_selected a {
  color: #000;
  background: #fff;
  text-decoration: none;
  border: 3px solid #ccc;
  border-bottom: 0 none;
  margin: -3px -3px 0 -3px;
}

.sys_tabsfilter-control li.sys_date-range-on {
  border-color: #929292;
}

/* No Results Area on Data Repeater*/
div.sys_noresults {
  min-height: 1em;
  margin: 15px 0;
  padding: 12px 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  background: #f7f7f7;
}

div.sys_noresults p {
  padding-bottom: 1em;
}

div.sys_noresults ul {
  padding-left: 50px;
  margin-bottom: 1em;
}

div.sys_noresults li {
  list-style-type: circle;
}

/* Default Ticker Control */
.sys_ticker {
  min-height: 1.3em;
  clear: both;
  padding: 7px 0;
  margin: -11px 0 1em 0;
  border-top: 1px solid #ecebeb;
  border-bottom: 1px solid #ecebeb;
}

.sys_ticker span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9em;
  margin: 0 4px 0 0;
}

.sys_ticker a {
  text-decoration: none;
}

/* A to Z Extension Control */
.sys_atoz-control {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  background: none;
  border-top: 1px solid #ecebeb;
  border-bottom: 1px solid #ecebeb;
  clear: both;
  font-size: 1em;
}

.sys_atoz-control ul {
  display: block;
  list-style-type: none;
  margin: 5px 5px 0 5px;
  padding: 0;
  background: none;
}

.sys_atoz-control ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sys_atoz-control ul li {
  float: left;
  display: block;
  border: 0 none;
  margin: 0 4px 0 0;
  width: 1.6em;
  padding: 0;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.sys_atoz-control ul li.sys_0to9 {
  width: 33px;
  white-space: nowrap;
}

.sys_atoz-control ul li a,
.sys_atoz-control ul li span {
  float: left;
  position: relative;
  display: block;
  padding: .1em 6px;
  text-decoration: none;
  color: #333;
}

.sys_atoz-control ul li a:hover {
  color: #333;
  text-decoration: none;
  background: #e3e3e3;
}

.sys_atoz-control ul li.sys_noresults span {
  font-weight: bold;
  color: #ccc;
  cursor: default;
}

.sys_atoz-control ul li.sys_selected a,
.sys_atoz-control ul li.sys_selected a:hover {
  color: #fff;
  background: #333;
  text-decoration: none;
}

/*---*/
/* A-Z Current Letter */
div.sys_atoz-control-currentletter {
  margin: 0 0 15px 0;
  padding: 0 0 0 5px;
  font-size: 2.6em;
  font-weight: bold;
  clear: both;
  color: #3e74d7;
}

div.sys_atoz-control-currentletter big {
  display: block;
  line-height: 1em;
}

/* Flickr Style Pager Extension Control */
.sys_flickrpager {
  margin: 10px 0 10px 0;
  padding: 10px 0;
  min-height: 1.5em;
  text-align: right;
  clear: both;
  width: auto;
  background: none;
  float: none;
  border: 0 none;
}

.sys_flickrpager .sys_paginginfo {
  float: left;
  font-weight: 400;
  font-size: 12px;
  width: auto;
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
}

.sys_flickrpager .sys_navigation {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  width: auto;
  background: none;
  float: none;
  border: 0 none;
  clear: both;
}

.sys_flickrpager .sys_navigation span.sys_selected span {
  border: 1px solid #333;
  padding: 2px 7px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #333;
  float: none;
  cursor: default;
  font-weight: 700;
}

.sys_flickrpager .sys_navigation a {
  padding: 2px 7px;
  text-decoration: none;
  width: auto;
  background: none;
  float: none;
  border: 0 none;
}

.sys_flickrpager .sys_navigation span.sys_page {
  margin-right: 2px;
  width: auto;
  background: none;
  float: none;
  border: 0 none;
}

.sys_flickrpager .sys_navigation span.sys_page a {
  border: 1px solid #e3e3e3;
  /*color: #484848;*/
  width: auto;
  background: none;
  float: none;
}

.sys_flickrpager .sys_navigation span.sys_navigationnext a, .sys_flickrpager .sys_navigation span.sys_navigationprevious a {
  color: #00365b;
}

.sys_flickrpager .sys_navigation span.sys_page a:hover {
  background: #0086c2;
  border: 1px solid #0086c2;
  color: #fff;
}

.sys_flickrpager .sys_navigation span.sys_navigationnext a:hover, .sys_flickrpager .sys_navigation span.sys_navigationprevious a:hover {
  text-decoration: underline;
  color: #0086c2;
}

.sys_flickrpager .sys_navigation .sys_at-start, .sys_flickrpager .sys_navigation .sys_at-end {
  color: #bcbcbc;
}

.sys_flickrpager .sys_navigation .sys_disabled {
  padding: 2px 7px;
  color: #ababab;
  width: auto;
  background: none;
  float: none;
  border: 0 none;
  cursor: default;
}

.sys_flickrpager .sys_navigation .sys_ellipsis {
  cursor: default;
  color: #ababab;
}

/* Default Search Controls Styles*/
/* Standard Rows */
.sys_search-options .sys_search-row, .sys_search-options .sys_basic-search-row {
  min-height: 1em;
  clear: both;
  margin: 0 0 .8em 0;
  position: relative;
}

/* Standard Labels for a search row */
.sys_search-options label {
  font-weight: 700;
  display: block;
  /*color: #00539f;*/
}

/* Text Labels for a search row */
.sys_search-options .sys_search-row-label, .sys_advanced-search-options .sys_search-row-label {
  font-weight: 700;
  margin: 0 0 .5em 0;
  display: block;
  /*color: #00539f;*/
}

/* Search Options*/
.sys_search-options {
  position: static;

}




/* Standard Button Row */
.sys_search-options input.sys_button,
.sys_search-options .sys_button-row input.sys_button,
.sys_advanced-search-options .sys_button-row input.sys_button {
  border: 1px solid #acacac;
  border-top-color: #e5e5e5;
  border-left-color: #e5e5e5;
  color: #333;
  background-image: none;
  background-color: #e5e5e5;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: .2em 12px;
  width: auto;
  height: auto;
  min-height: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  font-size: 1em;
}
.sys_search-options p{color: #fff;}
#wrapper .sys_search-options a{color: #fff;}
#wrapper #content .sys_search-options a:hover{color: #fff; text-decoration:none;}


/* Default Search Button */
.sys_search-options .sys_button-row input.sys_searchbutton,
.sys_search-options .sys_button-row input.sys_search-button,
.sys_search-options .sys_basic-search-row input.sys_search-button,
.sys_advanced-search-options .sys_button-row input.sys_search-button,
.sys_advanced-search-options .sys_button-row input.sys_searchbutton {
  background-image: url("imgs/search-icon.gif");
  padding-left: 22px;
}

/* Standard Checkbox List/Radio Button Style Row and Checkbox/Radio Button Items */
.sys_search-options .sys_checkbox-list, .sys_search-options .sys_radiobutton-list {
  font-size: 1em;
  padding-bottom: 1px;
}

.sys_search-options .sys_checkbox-list .sys_search-row-options, .sys_search-options .sys_radiobutton-list .sys_search-row-options {
  float: right;
  width: 90px;
  height: 16px;
  margin: 0;
  padding: 1px 5px;
  color: #818181;
  font-size: .85em;
}

.sys_search-options .sys_checkbox-list .sys_search-row-options a, .sys_search-options .sys_radiobutton-list .sys_search-row-options a {
  padding: .1em 0;
  color: #0063b7;
  text-decoration: none;
}

.sys_search-options .sys_checkbox-list .sys_search-row-options a:hover, .sys_search-options .sys_radiobutton-list .sys_search-row-options a:hover {
  text-decoration: underline;
}

.sys_search-options .sys_checkbox-list .sys_checkbox, .sys_search-options .sys_radiobutton-list .sys_radiobutton {
  min-height: 1.5em;
  margin: 0;
  clear: both;
}

/* Block Method of Alignment */
.sys_search-options .sys_checkbox-list .sys_checkbox input,
.sys_search-options .sys_radiobutton-list .sys_radiobutton input {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  width: 13px;
  height: 13px;
}

.sys_search-options .sys_checkbox-list .sys_checkbox label, .sys_search-options .sys_radiobutton-list .sys_radiobutton label {
  display: block;
  float: left;
  position: relative;
  margin: 0;
  padding: 0 0 .6em 0;
  width: 86%;
  cursor: pointer;
  font-size: 1em;
  line-height: 1em;
}

/* Forms 
fieldset {
  margin: 0 0 10px 0;
  padding: 10px 10px 20px 10px;
  border: 1px solid #ccc;
}*/

fieldset legend {
  font-weight: 400;
  font-size: 1.3em;
  margin: 0 0 10px 0;
}

fieldset .sys_form-set,
fieldset .sys_button-set,
fieldset p {
  width: 100%;
  clear: both;
  padding: .5em 0;
}

fieldset .sys_form-set:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

fieldset .sys_button-set {
  width: 70%;
  padding-left: 30%;
}

fieldset p {
  font-size: .9em;
  color: #666666;
}

fieldset .sys_form-set label,
fieldset .sys_form-set input,
fieldset .sys_form-set textarea,
fieldset .sys_form-set select {
  margin: 0 5px 0 0;
}

fieldset .sys_form-set label {
  float: left;
  width: 20%;
  background: none;
  padding-left: 1%;
  padding-right: 8%;
  font-weight: 700;
  color: #666666;
}

fieldset .sys_form-set input {
  float: left;
  width: 280px;
}

fieldset.sys_personalinterests .sys_form-set .sys_checkboxlist-label {
  display: none;
}

fieldset .sys_form-set .sys_checkboxlist input {
  float: left;
  width: auto;
}

fieldset .sys_form-set textarea {
  float: left;
  width: 280px;
}

fieldset .sys_form-set select {
  float: left;
  width: 286px;
}

fieldset .sys_form-set.sys_dob select {
  width: 92px;
}

fieldset .sys_form-set.sys_checkbox input {
  width: auto;
}

fieldset .sys_form-set.sys_googleverify input {
  width: auto;
  margin-top: .5em;
  margin-left: 6%;
  margin-right: 16%;
  border: 2px solid #ccc;
  background: #fff;
  padding: 5px;
  font-weight: 700;
  color: #0066CC;
}

fieldset .sys_form-set.sys_googleverify .sys_verificationmessage {
  font-weight: 700;
  color: #CC0000;
  margin: 0 0 0 5%;
  padding: .8em 10px 1.2em 10px;
  background: url("Imgs/GoogleVerifyBg1.png") 0 0 repeat;
}

fieldset .sys_form-set.sys_googleverify .sys_verificationmessage.sys_verfied,
fieldset .sys_form-set.sys_googleverify .sys_verificationmessage.sys_verified {
  color: #009900;
  background: url("Imgs/GoogleVerifyBg2.png") 0 0 repeat;
}

fieldset .sys_avatar-image-group .sys_spanlabel {
  float: left;
  width: 20%;
  background: none;
  padding-left: 5%;
  padding-right: 5%;
}

fieldset .sys_avatar-image-group .sys_avatar-image-holder {
  float: left;
  background: #f7f7f7;
  border: 1px solid #ccc;
  margin: 5px;
  padding: 5px;
}

fieldset .sys_avatar-image-group .sys_avatar-image-holder input {
  width: auto;
  margin: 0;
  padding: 0;
}

fieldset .sys_avatar-image-group .sys_avatar-image-holder label {
  width: auto;
  font-size: .9em;
  margin: 0;
  padding: 0;
}

.sys_validationsummary {
  color: #660000;
  background: #ffcccc;
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border: 3px dotted #ff6666;
  font-size: 1em;
}

.sys_validationsummary h2 {
  font-size: 1.2em;
  color: #cc3333;
  background: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.sys_validationsummary ul {
  margin: 0;
  padding: 10px 35px;
  list-style-type: disc;
}

.sys_validationsummary ul li {
  margin: 0;
  padding: 0;
  background: none;
  list-style-type: circle;
}

/*--- Record Structures ---*/
.sys_record-control dl {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.sys_record-control dl dt {
  float: left;
  color: #666;
  font-weight: 700;
  font-size: 1em;
  display: block;
  margin: 0;
  padding: .5em 0;
  border-top: 1px solid #ebebeb;
  min-height: 1.8em;
  width: 29.9%;
}

.sys_record-control dl dd {
  float: left;
  display: block;
  margin: 0;
  padding: .5em 0;
  border-top: 1px solid #ebebeb;
  min-height: 1.8em;
  width: 70%;
}

.sys_record-control dl dd:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sys_record-control h2,
.sys_record-control h3,
.sys_record-control h4,
.sys_record-control h5,
.sys_record-control h6 {
  font-size: 1.3em;
  font-weight: 400;
  background: none;
  border: 0 none;
  margin: 5px 0 10px 0;
  padding: 0;
}

.sys_record-control h3,
.sys_record-control h4,
.sys_record-control h5,
.sys_record-control h6 {
  font-size: 1.1em;
  font-weight: 700;
  color: #666666;
}

.sys_record-control ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 45px;
}

.sys_record-control dd ul {
  float: left;
  width: 250px;
  padding: 0 0 0 20px;
}

.sys_record-control ul li {
  margin: auto;
  padding: .3em 0 .3em 0;
  border: 0 none;
  list-style-type: square;
  background: none;
  border: 0 none;
}

/* Record Structure */
/* Record Header */
.sys_record-control .sys_record-header {
  clear: both;
}

.sys_record-control .sys_record-header .sys_record-title {
  margin: 0;
}

/* Record Body */
.sys_record-control .sys_record-body {
  clear: both;
}

/* Record Columns */
.sys_record-control .sys_record-col {
  float: left;
}

.sys_record-control .sys_record-col1 {
  float: left;
  width: 72%;
}

.sys_record-control .sys_record-col2 {
  float: right;
  width: 27%;
}

/* Record Groups */
.sys_record-control .sys_record-group {
  margin: 0 0 8px 0;
  padding: 0;
}

.sys_record-control .sys_record-group .sys_record-subhdr {
  font-weight: 400;
  margin: 0 0 .5em 0;
  font-size: 1.3em;
  padding: .5em 0 .3em 0;
}

.sys_record-control .sys_record-col2 .sys_record-group .sys_record-subhdr {
  margin: 0;
  padding: .5em 8px .3em 8px;
}

/* Record Yes and No ticks and crosses */
.sys_record-control ul.sys_record-info-items li.sys_yes span {
  font-weight: 700;
  color: #006600;
}

.sys_record-control ul.sys_record-info-items li.sys_no span {
  font-weight: 700;
  color: #CC0000;
}

.sys_record-control table p {
  margin: 0;
  padding: 0;
}

/* Record Footer */
.sys_record-control .sys_record-footer {
  clear: both;
}

/* Record - Default Formatting of record content */
/* Record Image */
.sys_record-control .sys_record-image {
  margin: 0 0 12px 0;
  padding: 20px 10px;
  text-align: center;
  overflow: hidden;
  background: #f7f7f7;
  /*background:url("imgs/RecordImageBg.gif") 0 100% repeat-x;*/
  border: 1px solid #bababa;
}

.sys_record-control .sys_record-image img {
  display: block;
  margin: 0 auto;
}

/* Record Image Control */
.sys_record-control .sys_record-image-control {
  float: right;
  padding: 0 0 20px 20px;
  position: relative;
  z-index: 1;
}

.sys_record-control .sys_record-image-control img {
  display: block;
  border: 3px solid #ccc;
  margin-bottom: 5px;
}

.sys_record-control .sys_record-image-control-caption {
  width: 200px;
  font-size: .9em;
  color: #666;
  white-space: normal;
  word-spacing: normal;
  margin: 0;
  padding: 0;
}

/* Bullet lists */
.sys_record-control ul.sys_record-info-items {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 100%;
}

.sys_record-control ul.sys_record-info-items li {
  display: block;
  border-bottom: 1px solid #e3e3e3;
  list-style-type: none;
  padding: .3em 10px;
}

.sys_record-control .sys_record-col1 ul.sys_record-info-items li {
  padding: .5em 0;
}

.sys_record-control .sys_record-col1 ul.sys_record-info-items li p {
  font-weight: 400;
  margin: .2em 0 .7em 0;
}

.sys_record-control ul.sys_record-info-items li.sys_last {
  border-bottom: 0 none;
}

.sys_record-control ul.sys_record-info-items li strong.sys_rclabel {
  font-weight: 700;
  margin: 0 5px 0 0;
}

/* Groups in Column 1 */
.sys_record-control .sys_record-col1 .sys_record-group {
  font-size: 1em;
}

.sys_record-control .sys_record-col1 .sys_record-group .sys_record-subhdr {
  font-size: 1.2em;
}

.sys_record-control .sys_record-col1 .sys_record-group ul, .sys_record .sys_record-col1 .sys_record-group li {
  font-size: 100%;
  padding: .5em 0;
}

/* Story Group */
.sys_record-control .sys_record-col1 .sys_record-story ul {
  margin-left: 32px;
}

/* Groups in Column 2*/
.sys_record-control .sys_record-col2 .sys_record-group ul.sys_record-info-items li strong.sys_rclabel {
  width: 100px;
  display: inline-block;
}

/* --- End Record Control --- */
/* Clearing DIV */
.sys_clear {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}

/* Generic Lists */
/* Whats New Control */
.sys_whats_new-control .sys_datarepeatercontrol dt.sys_whats_new-type {
  width: 40px;
}

.sys_whats_new-control .sys_datarepeatercontrol dt.sys_whats_new-description {
  display: none;
}

.sys_whats_new-control .sys_datarepeatercontrol dd.sys_whats_new-type,
.sys_whats_new-control .sys_datarepeatercontrol dt.sys_whats_new-releasedate {
  float: left;
  margin-right: 15px;
}

/* Logon Control */
.sys_logon-control {
  height: 1%;
  padding: 10px;
}

.sys_logon-control label {
  clear: left;
  float: left;
  width: 15%;
  margin: 0 0 5px 0;
}

.sys_logon-control input.sys_textbox {
  float: left;
  width: 40%;
  margin: 0 40% 5px 0;
}

.sys_logon-control input.sys_button {
  float: left;
  margin: 0 0 0 15%;
}

.sys_logon-control .sys_savepasswordpanel {
  height: 22px;
  padding-left: 10px;
  float: left;
}

.sys_logon-control .sys_savepasswordpanel label {
  clear: none;
  cursor: pointer;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #666;
  font-weight: 400;
  width: auto;
}

.sys_logon-control .sys_savepasswordpanel input {
  float: left;
  margin: 3px 3px 0 0;
  padding: 0;
  height: 13px;
  width: 13px;
  overflow: hidden;
}

.sys_logon-control .sys_loginerror {
  clear: both;
  margin: 10px 0 0 15%;
  padding: 0 0 0 12px;
  font-size: .9em;
  color: #CC0000;
  background: url("Imgs/Exclamaition.gif") 0 50% no-repeat;
  height: 1em;
  line-height: 1em;
}

.sys_adfs-logon {
  clear: both;
}

.sys_forgotpassword-control label {
  float: left;
  font-weight: 700;
  margin: 0 10px 0 0;
  padding: .4em 0 0 0;
}

.sys_forgotpassword-control input.sys_textbox {
  float: left;
  width: 180px;
  font-weight: 700;
  margin: 0 5px 0 0;
}

.sys_forgotpassword-control input.sys_button {
  float: left;
  width: 130px;
  font-weight: 700;
  margin: 0;
}

/* The Media Gallery Control */
.sys_mediagallery-control {
  margin: 0;
  padding: 0;
  background: #fff;
}

.sys_mediagallery-control h1.sys_mediagallery-title,
.sys_mediagallery-control h2.sys_mediagallery-title,
.sys_mediagallery-control h3.sys_mediagallery-title {
  position: relative;
  margin: 1em 0;
  padding: .2em 0;
}

.sys_mediagallery-control .sys_datarepeatercontrol {
  margin: 0;
  padding: 0;
}

.sys_mediagallery-control .sys_datarepeatercontrol .sys_itemslist {
  float: left;
  margin: 0;
  padding: 0;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem {
  float: left;
  clear: none;
  width: 120px;
  height: 150px;
  margin: 0 10px 10px 0;
  padding: 0;
  position: relative;
  background: #f7f7f7;
  border: 1px solid #efefef;
  z-index: 1;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem * {
  position: static;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem .sys_thumbnail {
  margin: 10px;
  padding: 0;
  float: none;
  border: 0 none;
  width: 100%;
  height: 50px;
  background: none;
  display: block;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem .sys_icon {
  margin: 0;
  padding: 0;
  float: none;
  border: 0 none;
  width: 100%;
  height: 72px;
  display: block;
  background-position: 50% 50%;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem .sys_thumbnail a {
  display: block;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem .sys_thumbnail a:hover {
  text-decoration: underline;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem .sys_subitem-heading {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  background: none;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem .sys_subitem-heading a {
  margin: 5px 10px;
  padding: 0;
  position: static;
  font-weight: 400;
  color: #333;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem .sys_subitem-heading a:hover {
  color: #333;
  text-decoration: none;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem .sys_subitem-summary {
  font-size: .9em;
  background: none;
  padding: 0;
  margin: 5px 0 0 0;
  border: 0 none;
  position: static;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem dl,
.sys_mediagallery-control .sys_itemslist .sys_subitem dl dt,
.sys_mediagallery-control .sys_itemslist .sys_subitem dl dd {
  margin: 0;
  padding: 0;
  display: block;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem dl dt.sys_mediagallery-description {
  display: none;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem dl dd.sys_mediagallery-description {
  display: none;
  position: absolute;
  width: 100px;
  left: -60px;
  bottom: 20px;
  color: #000;
  background: #ffffcc;
  padding: 4px;
  border: 1px solid #ffcc66;
  line-height: 1em;
  z-index: 2;
}

/* .sys_mediagallery-control .sys_itemslist .sys_subitem:hover dl dd.sys_mediagallery-description {
			display:block;
			position:absolute;
			z-index:2;}*/
.sys_mediagallery-control .sys_itemslist .sys_subitem dl dt.sys_mediagallery-uploaded {
  display: none;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem dl dd.sys_mediagallery-uploaded {
  position: absolute;
  color: #666666;
  left: 8px;
  bottom: 4px;
  z-index: -1;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem dl dt.sys_mediagallery-length {
  display: none;
}

.sys_mediagallery-control .sys_itemslist .sys_subitem dl dd.sys_mediagallery-length {
  position: absolute;
  color: #666666;
  left: 8px;
  bottom: 18px;
}

/* Flickr Style Pager Extension Control */
.sys_mediagallery-control .sys_flickrpager {
  margin: 10px 0 10px 0;
  padding: 10px 0;
  height: 30px;
  text-align: right;
  clear: both;
  border: 0 none;
}

.sys_mediagallery-control .sys_flickrpager .sys_paginginfo {
  float: left;
  color: #666;
  font-weight: bold;
  font-size: 1em;
  padding: 5px 0;
}

.sys_mediagallery-control .sys_flickrpager .sys_navigation {
  float: right;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
}

.sys_mediagallery-control .sys_flickrpager .sys_navigation a {
  padding: 2px 7px;
  text-decoration: none;
}

.sys_mediagallery-control .sys_flickrpager .sys_navigation span.sys_page {
  float: left;
  width: 21px;
  margin-right: 2px;
  background: #fff url("Imgs/MediaGallery/PagerItemOff.png") 0 0 no-repeat;
  text-align: center;
  border: 0 none;
}

.sys_mediagallery-control .sys_flickrpager .sys_navigation span.sys_page span,
.sys_mediagallery-control .sys_flickrpager .sys_navigation span.sys_page a {
  display: block;
  color: #666666;
  padding: 18px 0 0 0;
  border: 0 none;
}

.sys_mediagallery-control .sys_flickrpager .sys_navigation span.sys_selected span {
  text-decoration: none;
  color: #666666;
  background: #fff url("Imgs/MediaGallery/PagerItem.png") 0 0 no-repeat;
}

.sys_mediagallery-control .sys_flickrpager .sys_navigation span.sys_navigationnext,
.sys_mediagallery-control .sys_flickrpager .sys_navigation span.sys_navigationprevious {
  display: block;
  float: left;
  padding: 5px 35px;
}

.sys_mediagallery-control .sys_flickrpager .sys_navigation span.sys_navigationnext a,
.sys_mediagallery-control .sys_flickrpager .sys_navigation span.sys_navigationprevious a {
  color: #666666;
}

.sys_mediagallery-control .sys_flickrpager .sys_navigation span.sys_page a:hover {
  background: #fff url("Imgs/MediaGallery/PagerItemHover.png") 0 0 no-repeat;
}

.sys_mediagallery-control .sys_flickrpager .sys_navigation span.sys_page a:active {
  color: #666666;
  background: #fff url("Imgs/MediaGallery/PagerItemActive.png") 0 0 no-repeat;
}

.sys_mediagallery-control .sys_flickrpager .sys_navigation span.sys_navigationnext a:hover,
.sys_mediagallery-control .sys_flickrpager .sys_navigation span.sys_navigationprevious a:hover {
  text-decoration: underline;
}

.sys_mediagallery-control .sys_flickrpager .sys_navigation span.sys_selected span {
  color: #00365b;
}

.sys_mediagallery-control .sys_flickrpager .sys_navigation .sys_at-start,
.sys_mediagallery-control .sys_flickrpager .sys_navigation .sys_at-end {
  color: #bcbcbc;
}

.sys_mediagallery-control .sys_flickrpager .sys_navigation .sys_disabled {
  color: #898989;
}

.sys_mediagallery-control .sys_flickrpager .sys_navigation .sys_ellipsis {
  float: left;
  margin: 0 10px;
}

a.sys_imagegallery-prev,
a.sys_imagegallery-next {
  position: absolute;
  bottom: 0;
  display: block;
  width: 60px;
  height: 50px;
  background-image: url("Imgs/Slideshow/Prev.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
  margin: 5px 0;
}

a.sys_imagegallery-prev {
  left: 0;
}

a.sys_imagegallery-prev:hover {
  background-image: url("Imgs/Slideshow/PrevHvr.gif");
}

a.sys_imagegallery-next {
  right: 0;
  background-image: url("Imgs/Slideshow/Next.gif");
  background-position: 47% 50%;
}

a.sys_imagegallery-next:hover {
  background-image: url("Imgs/Slideshow/NextHvr.gif");
}

/* Dynamic Tag Breadcrumb */
.sys_tagbreadcrumb-control {
  width: 100%;
  margin: 0 0 5px 0;
  color: #999999;
  font-weight: 700;
}

.sys_tagbreadcrumb-control a {
  margin: 0 5px;
  text-decoration: underline;
}

/* Tag Cloud Control */
ul.sys_tagcloud-control {
  width: 100%;
  padding: 0 0 20px 0;
  font-size: 11px;
  text-align: left;
}

ul.sys_tagcloud-control:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

ul.sys_tagcloud-control li.sys_tagcloud-tag {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0 none;
  list-style-type: none;
  width: auto;
  clear: none;
}

ul.sys_tagcloud-control li a {
  font-weight: 400;
  display: inline;
  position: relative;
  z-index: 1;
  padding: .2em 6px .2em 0;
  white-space: nowrap;
  background: none;
  line-height: 1.5em;
}

ul.sys_tagcloud-control li a.sys_tagcloud-weight1 {
  font-size: 10px;
}

ul.sys_tagcloud-control li a.sys_tagcloud-weight2 {
  font-size: 11px;
  margin-top: -2px;
}

ul.sys_tagcloud-control li a.sys_tagcloud-weight3 {
  font-size: 12px;
  margin-top: 3px;
  font-weight: 700;
  color: #5093c2;
}

ul.sys_tagcloud-control li a.sys_tagcloud-weight4 {
  font-size: 15px;
  font-weight: 700;
  color: #618ddd;
}

ul.sys_tagcloud-control li a.sys_tagcloud-weight5 {
  font-size: 20px;
  font-weight: 700;
  color: #3e74d7;
}

/* Archive Control */
ul.sys_archive-control {
  color: #666;
}

ul.sys_archive-control li {
  font-size: 1.3em;
  border: 0 none;
  font-weight: 700;
}

ul.sys_archive-control li ul {
  margin: 0;
  padding: 5px 0 5px 15px;
}

ul.sys_archive-control li ul li {
  font-weight: 400;
  font-size: .9em;
  background: url("Imgs/Archive/ArchiveIcon.png") 0 0.3em no-repeat;
  margin: 0;
  padding: .1em 0 .1em 18px;
}

/* Tables */
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

table caption {
  font-size: .9em;
  text-align: left;
  font-style: italic;
}

table th {
  text-align: left;
  color: #000;
  background-color: #efefef;
  border: 1px solid #ccc;
  vertical-align: top;
  padding: .2em 5px;
}

table td {
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
  padding: .2em 5px;
}

/* Generic List Control */
.sys_generic_list-control dl dt.sys_generic_list-description {
  display: none;
}

/* News and Events Feature Lists */
.sys_featurelistwithimage-control {
  width: 100%;
  clear: both;
  position: relative;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.sys_featurelistwithimage-control ul {
  width: 380px;
  margin: 0;
  padding: 0 0 0 205px;
  list-style-type: none;
  background: none;
}

.sys_featurelistwithimage-control li {
  width: 380px;
  display: block;
  float: left;
  margin: 0 0 1px 0;
  padding: 0;
  background-color: #e5eeed;
  background-image: none;
}

.sys_featurelistwithimage-control li a {
  display: block;
  float: left;
  width: 358px;
  margin: 0;
  padding: 4px 11px;
  color: #000;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: url("imgs/BigArrow.png");
}

.sys_featurelistwithimage-control li a:hover {
  color: #000;
  background-color: #a6c5c3;
  text-decoration: none;
}

.sys_featurelistwithimage-control li img {
  left: -5000px;
  float: left;
  visibility: hidden;
  position: absolute;
  top: 0;
  background-color: #fff;
  display: block;
  padding: 0;
  border: 1px solid #cecece;
}

.sys_featurelistwithimage-control li.sys_selected a {
  background-color: #a6c5c3;
}

.sys_featurelistwithimage-control li.sys_selected img {
  left: 0;
  visibility: visible;
}

.sys_featurelistwithimage-control li.sys_more-link {
  text-align: right;
  color: #fff;
  background-color: #59938f;
}

.sys_featurelistwithimage-control li.sys_more-link a {
  width: 339px;
  padding-right: 30px;
  color: #fff;
  background-color: #59938f !important;
  background-image: url("imgs/BigArrowBold.png");
}

.sys_featurelistwithimage-control li.sys_more-link a:hover {
  text-decoration: underline;
}

/* Note: The lightbox has its own CSS file */
/**
 * Copyright (c) 2012 Anders Ekdahl (http://coffeescripter.com/)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Version: 1.2.7
 *
 * Demo and documentation: http://coffeescripter.com/code/sys_imageslideshowgallery-control/
 */
.sys_imageslideshowgallery-control {
  background: #1e2022;
}

.sys_imageslideshowgallery-control, .sys_imageslideshowgallery-control * {
  margin: 0;
  padding: 0;
}

.sys_imageslideshowgallery-control .sys_imageslideshowgallery-container {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-loader {
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 48%;
  border: 1px solid #CCC;
}

.sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 200;
}

.sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 200;
}

.sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-prev .ad-prev-image, .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-next .ad-next-image {
  background: url(Imgs/Slideshow/Prev.gif);
  width: 44px;
  height: 44px;
  display: none;
  position: absolute;
  top: 47%;
  left: 0;
  z-index: 101;
}

.sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-next .ad-next-image {
  background: url(Imgs/Slideshow/Next.gif);
  width: 44px;
  height: 44px;
  right: 0;
  left: auto;
}

.sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-image {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9;
}

.sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-image a img {
  border: 0;
}

.sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-image .ad-image-description {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px;
  text-align: left;
  width: 100%;
  z-index: 2;
  background: url(Imgs/Slideshow/OverlayBg.png);
  color: #fff;
  font-weight: bold;
}

.sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-image .ad-image-description .ad-description-title {
  display: block;
}

.sys_imageslideshowgallery-control .sys_imageslideshowgallery-controls {
  height: 20px;
}

.sys_imageslideshowgallery-control .sys_imageslideshowgallery-controls p {
  float: left;
  color: #fff;
  margin-left: 15px;
}

.sys_imageslideshowgallery-control .ad-slideshow-controls {
  float: right;
  color: #fff;
  margin-right: 15px;
}

.sys_imageslideshowgallery-control .ad-slideshow-controls .ad-slideshow-start, .sys_imageslideshowgallery-control .ad-slideshow-controls .ad-slideshow-stop {
  padding-left: 5px;
  cursor: pointer;
}

.sys_imageslideshowgallery-control .ad-slideshow-controls .ad-slideshow-countdown {
  padding-left: 5px;
  font-size: 0.9em;
}

.sys_imageslideshowgallery-control .ad-slideshow-running .ad-slideshow-start {
  cursor: default;
  font-style: italic;
}

.sys_imageslideshowgallery-control .sys_imageslideshownav-control {
  width: 100%;
  position: relative;
}

.sys_imageslideshowgallery-control .ad-forward, .sys_imageslideshowgallery-control .ad-back {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}

/* IE 6 doesn't like height: 100% */
* html .sys_imageslideshowgallery-control .ad-forward, .sys_imageslideshowgallery-control .ad-back {
  height: 62px;
}

.sys_imageslideshowgallery-control .ad-back {
  cursor: pointer;
  left: 0;
  width: 13px;
  display: block;
  background: url(Imgs/Slideshow/scroll_back.png) 0 16px no-repeat;
}

.sys_imageslideshowgallery-control .ad-forward {
  cursor: pointer;
  display: block;
  right: 0;
  width: 13px;
  background: url(Imgs/Slideshow/scroll_forward.png) 0 16px no-repeat;
}

.sys_imageslideshowgallery-control .sys_imageslideshownav-control .sys_datarepeatercontrol {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.sys_imageslideshowgallery-control .sys_datarepeatercontrol .sys_itemslist {
  float: left;
  width: 9000px;
  list-style: none;
}

.sys_imageslideshowgallery-control .sys_datarepeatercontrol li {
  float: left;
  padding: 0 5px 0 0;
  clear: none;
  border: 0;
}

.sys_imageslideshowgallery-control .sys_datarepeatercontrol li a {
  display: block;
  background: none;
  padding: 0;
}

.sys_imageslideshowgallery-control .sys_datarepeatercontrol li a img {
  border: 3px solid #CCC;
  display: block;
}

.sys_imageslideshowgallery-control .sys_datarepeatercontrol li a.ad-active img {
  border: 3px solid #616161;
}

/* Can't do display none, since Opera won't load the images then */
.sys_imageslideshowgallery-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

/* Fixes to be applied at theme level */
#ControlsDiv .sys_search-control {
  width: 100%;
  clear: both;
}

#ControlsDiv .sys_searchresults-themed {
  margin-top: 20px;
}

#ControlsDiv .sys_search-term-text {
  margin: 0;
  padding: 0;
  min-height: auto;
}

#ControlsDiv .sys_searchresults-themed .sys_noresults p {
  margin: 0;
  padding: 0;
}

#ControlsDiv .sys_searchresults-themed .sys_noresults ul {
  margin: 0;
  padding: 0 25px;
}

#ControlsDiv .sys_searchresults-themed .sys_noresults ul li {
  list-style-type: disc;
  margin: .3em 0;
  padding: 0;
  border: 0 none;
}

#ControlsDiv .sys_thumbnail {
  margin-bottom: 12px;
}

/*#ControlsDiv  .sys_record-control dd ul {width:100% !important;}*/
#ControlsDiv .sys_record-control dd ul {
  float: none !important;
}

#ControlsDiv .sys_record-control dl dt {
  width: 29% !important;
}

.sys_lightbox-media-container .sys_item-image-container object,
.sys_lightbox-media-container .sys_item-flash-container object {
  position: relative !important;
  z-index: 9999 !important;
}

#ControlsDiv .sys_whoswho-control .sys_subitem {
  min-height: 90px;
}

#ControlsDiv .sys_whoswho-control .sys_subitem .sys_thumbnail {
  width: auto;
}

#wrapper #content .serp__search-control {
  background-color: #efefef;
  padding: 20px;
}

#wrapper #content .serp__search-control .sys_search-query-control label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#wrapper #content .serp__search-control .sys_search-query-control .sys_searchbox {
  color: #5E5E5E;
  font-size: 1.2em;
  font-weight: 300;
  margin: 0;
  width:77%;
  padding: 6px 10px 6px 10px;
  line-height: 40px;
  border-radius: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  box-shadow: none;
}

#wrapper #content .serp__search-control .sys_search-query-control .sys_searchbox:focus{color: #1A296B; border-color: #1A296B;}

@media only screen and (max-width: 40.0525em) {
#wrapper #content  .serp__search-control .sys_search-query-control .sys_searchbox {
   width: 100%;
  margin-bottom: 4px;
  }
}

#wrapper #content .serp__search-control .sys_search-query-control .sys_searchbutton {
  background-color: #005597;
  width: 20%;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 500;
  position: absolute;
  right: 36px;
  padding: 18px 10px 18px 10px;
  top: 20px;
  z-index: 999;
  border-radius: 0;
    -webkit-appearance: none;
  box-shadow: none;

}


@media only screen and (max-width: 40.0525em) {
#wrapper #content  .serp__search-control .sys_search-query-control .sys_searchbutton {
   width: 100%;
  position:relative;
  left: 0; 
  top: 0;
  }
}

.serp__search-results {
  font-size: 16px;
}

.serp__search-results:before, .serp__search-results:after {
  content: " ";
  display: table;
}

.serp__search-results:after {
  clear: both;
}

.serp__search-results h1 {
  font-size: 33px;
  color: #1A296B;
  font-weight: 400;
}

.serp__search-results .sys_search-subheading a {
  color: #1A296B;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

#wrapper .serp__search-results .sys_datarepeatercontrol .sys_subitem {
  border: none;
  background-color: #fff;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}

.serp__search-results .sys_subitem {
  margin: 40px 0;
}

.serp__search-results .sys_subitem .sys_subitem-heading {
  background-color: #f4f4f4;
  margin-left: 0;
}

.serp__search-results .sys_subitem .sys_subitem-summary {
  padding-left: 0;
}

.serp__search-results .sys_subitem dl dt {
  margin-right: 10px;
}

.serp__search-results .sys_flickrpager {
  padding: 10px 5px;
}

.serp__search-results .sys_flickrpager .sys_navigation .sys_page a,
.serp__search-results .sys_flickrpager .sys_navigation .sys_page span {
  border: none;
  background: none;
  color: #1A296B;
  text-decoration: underline;
  font-weight: 400;
}

.serp__search-results .sys_flickrpager .sys_navigation .sys_page a:hover,
.serp__search-results .sys_flickrpager .sys_navigation .sys_page span:hover {
  background: none;
  border: none;
  color: #1A296B;
}

.serp__search-results .sys_flickrpager .sys_flickrpager .sys_navigation span.sys_navigationprevious a:hover,
.serp__search-results .sys_flickrpager .sys_navigation span.sys_navigationnext a:hover {
  text-decoration: underline;
  color: #1A296B;
}

.serp__search-results .sys_paginginfo {
  color: #5E5E5E;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
}

@media (max-width: 375px) {
  .serp__search-results .sys_paginginfo {
    width: 100%;
    margin-bottom: 15px;
  }
}

.tabs-nav .tabs-filter {
  display: none;
  width: 100%;
  height: 39px;
  background-color: #DE1B5C;
  background-image: url("/SiteElementsHomepage/images/icons/icon-right-arrow-white.png");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  color: #ffffff;
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 18px;
  padding: 10px;
}

.tabs-nav .tabs-filter.tabs-filter--open {
  background-image: url("/image-library/search/chevron-down-white.svg");
  background-size: 14px;
}

@media (max-width: 800px) {
.tabs-nav .tabs-filter {
  display: inline-block;}

#wrapper #content .tabs-nav .tabs-filter {text-decoration:none; color: #fff; background-image: url("/SiteElementsHomepage/images/icons/icon-right-arrow-white.png");}
}

@media (max-width: 800px) {
  .tabs-nav .tabs {
    display: none;
  }
}

.no-svg .tabs-filter {
  background-image: url("/image-library/search/chevron-right-white.png");
}

.no-svg .tabs-filter.tab-filter--open {
  background-image: url("/image-library/search/chevron-down-white.png");
}

#wrapper #content .tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tabs ul:before, .tabs ul:after {
  content: " ";
  display: table;
}

.tabs ul:after {
  clear: both;
}

#wrapper #content .tabs li {
  list-style-type:none;
  margin: 0;
  float: left;
  width: auto;
  border-right: 1px solid #C6C6C6;
  border-top: 1px solid #C6C6C6;
}

@media (max-width: 800px) {
  .tabs li {
    width: 100%;
    border-left: 1px solid #C6C6C6;
  }
}

@media (max-width: 800px) {
  .tabs li:last-child {
    border-bottom: 1px solid #C6C6C6;
  }
}

@media (min-width: 800px) {
  .tabs li:first-child a {
    border-left: 1px solid #C6C6C6;
  }
}

@media (min-width: 800px) {
  .tabs li:first-child a.active {
    border-left: none;
  }
}

.tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #1A296B;
  padding: 12px 0;
  transition: ease all 300ms;
}

.tabs a.active {
  background-color: #DE1B5C;
  color: #ffffff;
}

.tabgroup {
  float: left;
  width: 100%;
  border-top: 4px #DE1B5C solid;
}

@media (max-width: 800px) {
  .tabgroup {
    margin-top: 30px;
  }
}

.tabgroup .tabgroup__item {
  padding: 15px 30px;
  background-color: #F4F4F4;
}

/**
 * Patterns
 * objects that have children
 */
/**
 * Row
 */
.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

/**
 * Column
 */
.column {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.column.row {
  float: none;
}

/**
 * Grid HTML classes
 */
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

/**
 * Views
 * specific views
 */

/*# sourceMappingURL=styles.css.map */
