﻿@charset "UTF-8";
/*!
	Cob v 1.01
	Websilk SCSS framework by MC
*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #333; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/* ::-moz-selection { text-shadow: none; }
::selection { text-shadow: none; } */
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h5, h6 {
  margin: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

p {
  margin: 0 0 1em; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

dd {
  margin: 0 0 0 40px; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /*vertical-align: middle;*/ }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
/* =============================================================================
   Tables
   ========================================================================== */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /** { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } // Black prints faster: h5bp.com/s
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  // Don't show links for images, or javascript/internal links
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } // h5bp.com/t
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }*/
  .stButton {
    color: initial !important; }
  .sfInlineEditingPageMenu {
    display: none !important; }
  .stButton_gradient {
    background: none !important; }
  .imgCover {
    -webkit-print-color-adjust: exact; }
  @page {
    margin: 5mm; } }

@font-face {
  font-family: 'theinhardtregular';
  src: url("fonts/Theinhardt-Regular-webfont.eot");
  src: url("fonts/Theinhardt-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Theinhardt-Regular-webfont.woff2") format("woff2"), url("fonts/Theinhardt-Regular-webfont.woff") format("woff"), url("fonts/Theinhardt-Regular-webfont.ttf") format("truetype"), url("fonts/Theinhardt-Regular-webfont.svg#theinhardtregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'theinhardtmedium';
  src: url("fonts/Theinhardt-Medium-webfont.eot");
  src: url("fonts/Theinhardt-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Theinhardt-Medium-webfont.woff2") format("woff2"), url("fonts/Theinhardt-Medium-webfont.woff") format("woff"), url("fonts/Theinhardt-Medium-webfont.ttf") format("truetype"), url("fonts/Theinhardt-Medium-webfont.svg#theinhardtmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'theinhardtbold';
  src: url("fonts/Theinhardt-Bold-webfont.eot");
  src: url("fonts/Theinhardt-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Theinhardt-Bold-webfont.woff2") format("woff2"), url("fonts/Theinhardt-Bold-webfont.woff") format("woff"), url("fonts/Theinhardt-Bold-webfont.ttf") format("truetype"), url("fonts/Theinhardt-Bold-webfont.svg#theinhardtbold") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------------------*	!site variables

	site flags
		debug mode
		roundFont
		oldieSupport

	brading
		primary / secondary colors
		default border color
		defaul border

	type
		base font size

	layout
		sets up gutters, vertical spacing and grid lengths

	directory setup
		folders for skins, img, fonts. Used in creating magical vars for $sprite and $fontPath


\*------------------------------------*/
/*------------------------------------*	!wsHalpers v 1.2
	debuging guys

	functions
		em() - updated with how to set a new size
	css3 prefixes

	custom WS mixins
		vAlign
		wsBox - uses vAlign()
		wsSprite
		opac

	OOCSS
		media, media--img, media--content

		sprites

		separated list

		clearfix ( using '.sfClearfix')

		imgWrap

		offScreen

		removeText (same as h5bp ".ir" but as a silent derp)


	start _wsHelpers
\*------------------------------------*/
/*
	1: uses the base values from _siteVariables
	2: "*1em" changes the pixel division to em units
	3: If we want rounding to 2 decimal places
*/
.m-sprite {
  background-image: url("/app_themes/standard/images/sprites.png");
  /*
	* we add retina here so we have both media queries apply at once.
	* only applies the hi-res image if the device matchs and we don't need
	* to do anything with the sizes as the background-size covers that for us
	*/ }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .m-sprite {
      background-image: url("/app_themes/standard/images/sprites--retina.png");
      background-size: 256px 256px; } }

/*
* friendlyFontName = alias for calling 'font-family'
* fontFileName = extentionless name of the font
* fontFolder = in the directory of $fontPath, what is the folder name
* fontStyle
*/
.sfContentBlock:after,
.sfreContentArea:after,
.reContentArea:after, .pgWidth:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both; }


.media,
.media__content {
  overflow: hidden; }


.media__img {
  float: left; }


.media__img--alt {
  float: right; }

/*
* base class for all sprites that use background images.
* suggest naming like so: <i class="m-sprite s-logo "/>
*
* use %iconImg if you want the image rules only
*/
.m-sprite {
  display: inline-block; }

/*
* this guy is an AA image holder. we lose bg-imgs in highcontrast so must use an actual
* <img/> to get the result. we pos-ab the img and use top/left offsets.
*/
.m-sprite--aa {
  position: relative;
  overflow: hidden;
  display: block; }
  .m-sprite--aa img {
    position: absolute;
    display: inline-block;
    -webkit-user-drag: none; }

/*
* ideal space an image should occupy. can add effects to either .imgWrap or the <img>
* allows for image to never grow larger than the .imgWrap, but always be perfectly centered.
* <img> must be the only child of .imgWrap and be its direct decendant
*/
.imgWrap {
  /*
	* mc: removed as the image is already capped via max properties
	* overflow: hidden;
	*/
  text-align: center; }
  .imgWrap img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle; }
  .imgWrap img[src=""] {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/app_themes/standard/images/NoImage.gif);
    color: transparent;
    outline: none; }

.screenReaderHide,
.offScreen,
.nav--breadcrumb--aa strong,
.breadcrumb strong,
nav.navSectionNav h2 {
  position: absolute;
  left: -100%;
  width: 0;
  height: 0;
  font-size: 0; }

.removeText {
  overflow: hidden;
  text-indent: 200%;
  font-size: 0; }

/*
*our base size has been set to 14px, so we make sure that body is set to 14px/16 as html is 16px by default
*/
body {
  font-size: 0.8125em;
  font-family: 'open sans' , Arial, sans-serif; }

@media screen and (min-width: 1200px) {
  body {
    font-size: 0.875em; } }

.removeFocus:focus {
  outline: none; }

body:after {
  display: none;
  content: "wsMobile"; }
  @media screen and (min-width: 768px) {
    body:after {
      content: "wsTablet"; } }
  @media screen and (min-width: 1200px) {
    body:after {
      content: "wsDesktop"; } }

.offScreen, .nav--breadcrumb--aa strong, .breadcrumb strong, nav.navSectionNav h2, .screenReaderHide {
  position: absolute;
  left: -100%;
  width: 0;
  height: 0;
  font-size: 0; }

.bg-primary {
  background: #F3CD00; }

.bg-purple {
  background: #81418f; }

.bg-purple-light {
  background: #b176b2; }

.text-white {
  color: #fff !important; }

.tb-padding {
  padding-top: 20px;
  padding-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .tb-padding {
      padding-top: 40px;
      padding-bottom: 30px; } }

.sfContentBlock.text-white a {
  color: #fff; }
  .sfContentBlock.text-white a:visited {
    color: #fff; }
  .sfContentBlock.text-white a:hover, .sfContentBlock.text-white a:focus {
    color: #ccc; }

@media screen and (min-width: 768px) {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .font-size-md {
    font-size: 16px; } }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.align-items-center {
  align-items: center; }

.bg-triangles {
  background-image: url(/app_themes/standard/images/grid--clear4.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0;
  opacity: 0.6; }

@media screen and (min-width: 768px) {
  .margin-left-40-tablet {
    margin-left: 40px; } }

.position-relative {
  position: relative; }

.white-space-nowrap {
  white-space: nowrap; }

.z-index-2 {
  position: relative;
  z-index: 2; }

.d-none {
  display: none; }

@media screen and (max-width: 1199px) {
  .d-none-md-down {
    display: none; } }

.banner-cookie {
  display: none; }

.faux--pgWidth.faux-padding-right-100 {
  padding-right: 70px; }
  @media screen and (min-width: 768px) {
    .faux--pgWidth.faux-padding-right-100 {
      padding-right: 100px; } }

.gutter-top {
  padding-top: 10px; }

.gutter-bottom {
  padding-bottom: 10px; }

.list-minor {
  font-size: 14px;
  line-height: 1.5em; }
  .list-minor li {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative; }
    .list-minor li:before {
      content: "";
      width: 5px;
      height: 5px;
      display: block;
      background: #fff;
      border-radius: 100px;
      position: absolute;
      top: 8px !important;
      left: 0px !important; }
  @media screen and (min-width: 768px) {
    .list-minor {
      font-size: 16px; }
      .list-minor li:before {
        top: 9px; } }

/*!
 *  Font Awesome 4.0.3 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("../../fontAwesome.4.0.3/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../../fontAwesome.4.0.3/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../../fontAwesome.4.0.3/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../../fontAwesome.4.0.3/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../../fontAwesome.4.0.3/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa,
.eventInfo .eventInfo--date:before,
.eventInfo .eventInfo--street:before,
.eventInfo .eventInfo--location:before,
.eventInfo .eventInfo--time:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -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; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.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-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-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 {
  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:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.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-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-asc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: ""; }

.fa-mail-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 {
  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: ""; }

.button--noRadius, [data-sf-role="field-captcha-container"] [data-sf-role="captcha-audio-btn"],
[data-sf-role="field-captcha-container"] [data-sf-role="captcha-refresh-button"],
.button,
.ws-search-results .btn.btn-primary {
  color: #fff !important;
  font-size: 15px;
  border: 1px solid #81418f !important;
  background: #81418f !important;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 25px 10px;
  font-family: "theinhardtregular", "open sans", sans-serif;
  text-decoration: none;
  display: inline-block;
  text-align: center; }
  .button--noRadius:hover, [data-sf-role="field-captcha-container"] [data-sf-role="captcha-audio-btn"]:hover,
  [data-sf-role="field-captcha-container"] [data-sf-role="captcha-refresh-button"]:hover, .button--noRadius:focus, [data-sf-role="field-captcha-container"] [data-sf-role="captcha-audio-btn"]:focus,
  [data-sf-role="field-captcha-container"] [data-sf-role="captcha-refresh-button"]:focus,
  .button:hover,
  .ws-search-results .btn.btn-primary:hover,
  .button:focus,
  .ws-search-results .btn.btn-primary:focus {
    color: #81418f !important;
    background: #fff !important; }
  .button--noRadius:active, [data-sf-role="field-captcha-container"] [data-sf-role="captcha-audio-btn"]:active,
  [data-sf-role="field-captcha-container"] [data-sf-role="captcha-refresh-button"]:active,
  .button:active,
  .ws-search-results .btn.btn-primary:active {
    color: #666 !important;
    border-color: #666 !important;
    background: #fff !important; }

.form__submit [type="submit"],
.sfFormSubmit [type="submit"],
[data-sf-role="form-container"] [type="submit"],
.button--reverse {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 25px 10px;
  color: #81418f !important;
  font-size: 15px;
  border: 1px solid #81418f !important;
  background: #fff !important;
  font-size: 15px;
  font-family: "theinhardtregular", "open sans", sans-serif;
  outline: 0;
  text-decoration: none;
  display: inline-block;
  text-align: center; }
  .form__submit [type="submit"]:hover,
  .sfFormSubmit [type="submit"]:hover,
  [data-sf-role="form-container"] [type="submit"]:hover, .form__submit [type="submit"]:focus,
  .sfFormSubmit [type="submit"]:focus,
  [data-sf-role="form-container"] [type="submit"]:focus,
  .button--reverse:hover,
  .button--reverse:focus {
    color: #fff !important;
    background: #81418f !important; }
  .form__submit [type="submit"]:active,
  .sfFormSubmit [type="submit"]:active,
  [data-sf-role="form-container"] [type="submit"]:active,
  .button--reverse:active {
    color: #666 !important;
    border-color: #666 !important;
    background: #fff !important; }


.button-icon {
  padding: 6px 10px 5px; }

.button--noRadius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  padding: 4px 15px 3px;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .button--noRadius {
      padding: 9px 20px 8px; } }

.button--mainBanner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-family: "theinhardtregular", "open sans", sans-serif;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  padding: 3px 25px 5px;
  display: inline-block;
  text-decoration: none; }
  .button--mainBanner:hover, .button--mainBanner:focus {
    background: #fff;
    color: #81418f;
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    .button--mainBanner {
      font-size: 16px;
      padding: 4px 29px 7px; } }
  @media screen and (min-width: 1200px) {
    .button--mainBanner {
      font-size: 22px;
      padding: 8px 34px 7px; } }

.button--outline-black {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-family: "theinhardtregular", "open sans", sans-serif;
  text-align: center;
  color: #000;
  border: 2px solid #000;
  padding: 3px 25px 5px;
  display: inline-block;
  text-decoration: none; }
  .button--outline-black:hover, .button--outline-black:focus {
    background: #000;
    color: #F3CD00;
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    .button--outline-black {
      font-size: 16px;
      padding: 4px 29px 7px; } }
  @media screen and (min-width: 1200px) {
    .button--outline-black {
      font-size: 22px;
      padding: 8px 34px 7px; } }

.button--sml, [data-sf-role="field-captcha-container"] [data-sf-role="captcha-audio-btn"],
[data-sf-role="field-captcha-container"] [data-sf-role="captcha-refresh-button"] {
  font-size: 13px;
  padding: 4px 15px 5px; }

.hide-parent {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 0px;
  right: 15px;
  color: #000;
  border: 2px solid #000;
  background: none;
  font-weight: bold;
  width: 35px;
  height: 35px; }
  .hide-parent:hover, .hide-parent:focus {
    background: #000;
    color: #F3CD00;
    text-decoration: none; }

.content-button-container {
  margin-bottom: 1em; }

.sfContentBlock h1,
.sfreContentArea h1,
.reContentArea h1,
.alpha {
  font-size: 25px;
  line-height: 22px;
  font-family: "theinhardtregular", "open sans", sans-serif;
  font-weight: normal;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .sfContentBlock h1,
    .sfreContentArea h1,
    .reContentArea h1,
    .alpha {
      font-size: 33px;
      line-height: 40px; } }
  @media screen and (min-width: 1200px) {
    .sfContentBlock h1,
    .sfreContentArea h1,
    .reContentArea h1,
    .alpha {
      font-size: 44px;
      line-height: 50px; } }
  .sfContentBlock h1[href],
  .sfreContentArea h1[href],
  .reContentArea h1[href],
  .alpha[href] {
    text-decoration: none; }
    .sfContentBlock h1[href]:hover,
    .sfreContentArea h1[href]:hover,
    .reContentArea h1[href]:hover, .sfContentBlock h1[href]:focus,
    .sfreContentArea h1[href]:focus,
    .reContentArea h1[href]:focus,
    .alpha[href]:hover,
    .alpha[href]:focus {
      text-decoration: underline; }

.sfContentBlock h2,
.sfreContentArea h2,
.reContentArea h2,
.beta {
  font-size: 18px;
  line-height: 20px;
  font-family: "theinhardtmedium", "open sans", sans-serif;
  font-weight: normal;
  margin-bottom: 10px; }
  .sfContentBlock h2[href],
  .sfreContentArea h2[href],
  .reContentArea h2[href],
  .beta[href] {
    text-decoration: none; }
    .sfContentBlock h2[href]:hover,
    .sfreContentArea h2[href]:hover,
    .reContentArea h2[href]:hover, .sfContentBlock h2[href]:focus,
    .sfreContentArea h2[href]:focus,
    .reContentArea h2[href]:focus,
    .beta[href]:hover,
    .beta[href]:focus {
      text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .sfContentBlock h2,
    .sfreContentArea h2,
    .reContentArea h2,
    .beta {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 23px; } }
  @media screen and (min-width: 1200px) {
    .sfContentBlock h2,
    .sfreContentArea h2,
    .reContentArea h2,
    .beta {
      font-size: 24px;
      line-height: 28px; } }


.beta--free {
  font-size: 18px;
  line-height: 20px;
  font-family: "theinhardtmedium", "open sans", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  color: #3f3f3e; }
  
  .beta--free[href] {
    text-decoration: none; }
    
    .beta--free[href]:hover,
    .beta--free[href]:focus {
      text-decoration: underline; }
  @media screen and (min-width: 768px) {
    
    .beta--free {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 23px; } }
  @media screen and (min-width: 1200px) {
    
    .beta--free {
      font-size: 36px;
      line-height: 1.2em; } }

.sfContentBlock h3,
.sfreContentArea h3,
.reContentArea h3,
.gamma {
  font-size: 15px;
  line-height: 18px;
  font-family: "theinhardtmedium", "open sans", sans-serif;
  font-weight: normal;
  margin-bottom: 20px; }
  .sfContentBlock h3[href],
  .sfreContentArea h3[href],
  .reContentArea h3[href],
  .gamma[href] {
    text-decoration: none; }
    .sfContentBlock h3[href]:hover,
    .sfreContentArea h3[href]:hover,
    .reContentArea h3[href]:hover, .sfContentBlock h3[href]:focus,
    .sfreContentArea h3[href]:focus,
    .reContentArea h3[href]:focus,
    .gamma[href]:hover,
    .gamma[href]:focus {
      text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .sfContentBlock h3,
    .sfreContentArea h3,
    .reContentArea h3,
    .gamma {
      font-size: 18px;
      line-height: 22px; } }
  @media screen and (min-width: 1200px) {
    .sfContentBlock h3,
    .sfreContentArea h3,
    .reContentArea h3,
    .gamma {
      font-size: 22px;
      line-height: 24px; } }

.sfContentBlock h4,
.sfreContentArea h4,
.reContentArea h4, .sfFormTitle,
.form__heading,
.delta {
  font-size: 14px;
  line-height: 17px;
  font-family: "theinhardtmedium", "open sans", sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px; }
  .sfContentBlock h4[href],
  .sfreContentArea h4[href],
  .reContentArea h4[href], [href].sfFormTitle,
  [href].form__heading,
  .delta[href] {
    text-decoration: none; }
    .sfContentBlock h4[href]:hover,
    .sfreContentArea h4[href]:hover,
    .reContentArea h4[href]:hover, [href].sfFormTitle:hover,
    [href].form__heading:hover, .sfContentBlock h4[href]:focus,
    .sfreContentArea h4[href]:focus,
    .reContentArea h4[href]:focus, [href].sfFormTitle:focus,
    [href].form__heading:focus,
    .delta[href]:hover,
    .delta[href]:focus {
      text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .sfContentBlock h4,
    .sfreContentArea h4,
    .reContentArea h4, .sfFormTitle,
    .form__heading,
    .delta {
      font-size: 15px;
      line-height: 18px; } }
  @media screen and (min-width: 1200px) {
    .sfContentBlock h4,
    .sfreContentArea h4,
    .reContentArea h4, .sfFormTitle,
    .form__heading,
    .delta {
      font-size: 17px;
      line-height: 22px; } }

.sfContentBlock a,
.sfreContentArea a,
.reContentArea a, .RadTreeView.RadTreeView_Default .rtIn, .sfsearchResultUrl a, .sfsearchResultsWrp .sfsearchResultTitle a, .publications--list a, .clearSearch, .meta--categories a,
.meta--tags a,
.meta--location a, .event--list .title--link a,
.link {
  color: #94348c;
  text-decoration: underline; }
  .sfContentBlock a:visited,
  .sfreContentArea a:visited,
  .reContentArea a:visited, .RadTreeView.RadTreeView_Default .rtIn:visited, .sfsearchResultUrl a:visited, .sfsearchResultsWrp .sfsearchResultTitle a:visited, .publications--list a:visited, .clearSearch:visited, .meta--categories a:visited,
  .meta--tags a:visited,
  .meta--location a:visited, .event--list .title--link a:visited,
  .link:visited {
    color: #6e2768; }
  .sfContentBlock a:hover,
  .sfreContentArea a:hover,
  .reContentArea a:hover, .RadTreeView.RadTreeView_Default .rtIn:hover, .sfsearchResultUrl a:hover, .sfsearchResultsWrp .sfsearchResultTitle a:hover, .publications--list a:hover, .clearSearch:hover, .meta--categories a:hover,
  .meta--tags a:hover,
  .meta--location a:hover, .event--list .title--link a:hover, .sfContentBlock a:focus,
  .sfreContentArea a:focus,
  .reContentArea a:focus, .RadTreeView.RadTreeView_Default .rtIn:focus, .sfsearchResultUrl a:focus, .sfsearchResultsWrp .sfsearchResultTitle a:focus, .publications--list a:focus, .clearSearch:focus, .meta--categories a:focus,
  .meta--tags a:focus,
  .meta--location a:focus, .event--list .title--link a:focus,
  .link:hover,
  .link:focus {
    text-decoration: underline;
    color: #363636; }

.error__list {
  counter-reset: numbers;
  margin: 0 0 1em 2em; }
  .error__list > li {
    list-style: none;
    position: relative; }
    .error__list > li:before {
      position: absolute;
      top: 0;
      left: -20px;
      content: counter(numbers) ".";
      counter-increment: numbers;
      display: inline-block;
      color: #bf202f;
      font-weight: bold; }

.fauxH1 {
  color: #666666;
  font-size: 14px;
  font-family: "theinhardtmedium", "open sans", sans-serif;
  font-weight: 400;
  margin-bottom: 2px; }

.sfContentBlock,
.sfreContentArea,
.reContentArea {
  line-height: 1.64286;
  color: #363636; }
  .lt-ie9 .sfContentBlock, .lt-ie9
  .sfreContentArea, .lt-ie9
  .reContentArea {
    overflow: hidden; }
  .sfContentBlock .contentImgWrap,
  .sfreContentArea .contentImgWrap,
  .reContentArea .contentImgWrap {
    position: relative;
    display: block;
    max-width: 100%;
    margin-bottom: 20px; }
    .sfContentBlock .contentImgWrap a,
    .sfreContentArea .contentImgWrap a,
    .reContentArea .contentImgWrap a {
      display: inline-block; }
      .sfContentBlock .contentImgWrap a:hover, .sfContentBlock .contentImgWrap a:focus,
      .sfreContentArea .contentImgWrap a:hover,
      .sfreContentArea .contentImgWrap a:focus,
      .reContentArea .contentImgWrap a:hover,
      .reContentArea .contentImgWrap a:focus {
        filter: alpha(opacity= "80");
        opacity: 0.8; }
    .sfContentBlock .contentImgWrap p,
    .sfreContentArea .contentImgWrap p,
    .reContentArea .contentImgWrap p {
      float: none;
      font-size: 12px;
      color: #333; }
    .sfContentBlock .contentImgWrap img,
    .sfreContentArea .contentImgWrap img,
    .reContentArea .contentImgWrap img {
      display: block;
      clear: both;
      vertical-align: inherit;
      max-width: 100%; }
    .sfContentBlock .contentImgWrap.floatLeft,
    .sfreContentArea .contentImgWrap.floatLeft,
    .reContentArea .contentImgWrap.floatLeft {
      float: left;
      margin-right: 20px; }
    .sfContentBlock .contentImgWrap.floatRight,
    .sfreContentArea .contentImgWrap.floatRight,
    .reContentArea .contentImgWrap.floatRight {
      float: right;
      margin-left: 20px; }
    .sfContentBlock .contentImgWrap.floatMiddle,
    .sfreContentArea .contentImgWrap.floatMiddle,
    .reContentArea .contentImgWrap.floatMiddle {
      display: block;
      text-align: center; }
    .sfContentBlock .contentImgWrap.floatMiddle img,
    .sfreContentArea .contentImgWrap.floatMiddle img,
    .reContentArea .contentImgWrap.floatMiddle img {
      margin: auto;
      clear: both;
      overflow: auto; }
    .sfContentBlock .contentImgWrap.floatMiddle p,
    .sfreContentArea .contentImgWrap.floatMiddle p,
    .reContentArea .contentImgWrap.floatMiddle p {
      text-align: center;
      width: auto; }
  .sfContentBlock h2,
  .sfreContentArea h2,
  .reContentArea h2 {
    margin-bottom: 10px; }
  .sfContentBlock h3,
  .sfreContentArea h3,
  .reContentArea h3 {
    margin-bottom: 10px; }
  .sfContentBlock h4,
  .sfreContentArea h4,
  .reContentArea h4 {
    margin-bottom: 10px; }
  .sfContentBlock .intro,
  .sfreContentArea .intro,
  .reContentArea .intro {
    color: #363636;
    font-weight: bold; }
  .sfContentBlock ul,
  .sfContentBlock ol,
  .sfreContentArea ul,
  .sfreContentArea ol,
  .reContentArea ul,
  .reContentArea ol {
    margin: 0 0 1em 18px; }
    .sfContentBlock ul ul,
    .sfContentBlock ul ol,
    .sfContentBlock ol ul,
    .sfContentBlock ol ol,
    .sfreContentArea ul ul,
    .sfreContentArea ul ol,
    .sfreContentArea ol ul,
    .sfreContentArea ol ol,
    .reContentArea ul ul,
    .reContentArea ul ol,
    .reContentArea ol ul,
    .reContentArea ol ol {
      margin: 5px 0 5px 26px; }
      .sfContentBlock ul ul > li:before,
      .sfContentBlock ul ol > li:before,
      .sfContentBlock ol ul > li:before,
      .sfContentBlock ol ol > li:before,
      .sfreContentArea ul ul > li:before,
      .sfreContentArea ul ol > li:before,
      .sfreContentArea ol ul > li:before,
      .sfreContentArea ol ol > li:before,
      .reContentArea ul ul > li:before,
      .reContentArea ul ol > li:before,
      .reContentArea ol ul > li:before,
      .reContentArea ol ol > li:before {
        color: #81418f; }
    .sfContentBlock ul > li,
    .sfContentBlock ol > li,
    .sfreContentArea ul > li,
    .sfreContentArea ol > li,
    .reContentArea ul > li,
    .reContentArea ol > li {
      margin-bottom: 3px;
      line-height: 1.4em;
      position: relative;
      list-style: none; }
      .sfContentBlock ul > li:before,
      .sfContentBlock ol > li:before,
      .sfreContentArea ul > li:before,
      .sfreContentArea ol > li:before,
      .reContentArea ul > li:before,
      .reContentArea ol > li:before {
        color: #81418f;
        font-weight: bold; }
      .lt-ie8 .sfContentBlock ul > li,
      .no-generatedcontent .sfContentBlock ul > li, .lt-ie8
      .sfContentBlock ol > li,
      .no-generatedcontent
      .sfContentBlock ol > li, .lt-ie8
      .sfreContentArea ul > li,
      .no-generatedcontent
      .sfreContentArea ul > li, .lt-ie8
      .sfreContentArea ol > li,
      .no-generatedcontent
      .sfreContentArea ol > li, .lt-ie8
      .reContentArea ul > li,
      .no-generatedcontent
      .reContentArea ul > li, .lt-ie8
      .reContentArea ol > li,
      .no-generatedcontent
      .reContentArea ol > li {
        position: static; }
    .sfContentBlock ul ul > li:before,
    .sfContentBlock ol ul > li:before,
    .sfreContentArea ul ul > li:before,
    .sfreContentArea ol ul > li:before,
    .reContentArea ul ul > li:before,
    .reContentArea ol ul > li:before {
      content: "\2022";
      left: -17px; }
    .sfContentBlock ul ol > li,
    .sfContentBlock ol ol > li,
    .sfreContentArea ul ol > li,
    .sfreContentArea ol ol > li,
    .reContentArea ul ol > li,
    .reContentArea ol ol > li {
      counter-increment: letters; }
    .sfContentBlock ul ol > li:before,
    .sfContentBlock ol ol > li:before,
    .sfreContentArea ul ol > li:before,
    .sfreContentArea ol ol > li:before,
    .reContentArea ul ol > li:before,
    .reContentArea ol ol > li:before {
      content: counter(letters, lower-alpha) ""; }
  .sfContentBlock ul > li:before,
  .sfreContentArea ul > li:before,
  .reContentArea ul > li:before {
    position: absolute;
    top: 2px;
    left: -11px;
    content: "\2022";
    font-size: 13px;
    line-height: 1em, 19px; }
  .lt-ie8 .sfContentBlock ul > li,
  .no-generatedcontent .sfContentBlock ul > li, .lt-ie8
  .sfreContentArea ul > li,
  .no-generatedcontent
  .sfreContentArea ul > li, .lt-ie8
  .reContentArea ul > li,
  .no-generatedcontent
  .reContentArea ul > li {
    list-style: disc outside; }
  .sfContentBlock ol,
  .sfreContentArea ol,
  .reContentArea ol {
    counter-reset: numbers; }
    .sfContentBlock ol > li:before,
    .sfreContentArea ol > li:before,
    .reContentArea ol > li:before {
      position: absolute;
      top: 0;
      left: -34px;
      content: counter(numbers) "";
      counter-increment: numbers;
      width: 25px;
      text-align: right; }
    .lt-ie8 .sfContentBlock ol > li,
    .no-generatedcontent .sfContentBlock ol > li, .lt-ie8
    .sfreContentArea ol > li,
    .no-generatedcontent
    .sfreContentArea ol > li, .lt-ie8
    .reContentArea ol > li,
    .no-generatedcontent
    .reContentArea ol > li {
      list-style: lower-alpha outside; }

.sfreContentArea {
  padding: 5px; }

.zebra li:nth-child(odd),
.zebra .item:nth-child(odd),
.zebra tr:nth-child(odd) td {
  background: #ececec; }

.zebra--alt li:nth-child(odd),
.zebra--alt tr:nth-child(odd) td {
  background: #bf202f; }

blockquote {
  color: #464647;
  line-height: 23px;
  font-size: 1.14286em;
  margin: 0 0 20px;
  padding: 2px 0 2px 25px;
  border-left: 2px solid #6f3282; }
  blockquote:before {
    content: '"';
    vertical-align: top;
    line-height: 1; }

table {
  margin-bottom: 20px; }
  table td, table th {
    border: 1px solid #ccc; }
  table td {
    padding: 7px 10px 7px; }
  table th {
    background: #f3f3f3;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    padding: 13px 10px 13px;
    line-height: 1.1em; }
  table tr:first-child th {
    border-bottom: 1px solid #81418f; }
  table tr:nth-child(even) {
    background: #fff; }
  table tr:nth-child(odd) {
    background: #f8f8f8; }
  @media screen and (min-width: 768px) {
    table th {
      padding: 18px 23px 20px; }
    table td {
      padding: 11px 23px 13px; } }

@media screen and (max-width: 1199px) {
  .tableResponsive-tablet {
    overflow-x: scroll; } }

@media screen and (max-width: 767px) {
  .tableResponsive-mobile {
    overflow-x: scroll; } }

a {
  transition: 300ms; }

.button--print {
  margin-bottom: 20px; }
  .button--print:hover, .button--print:focus {
    color: white !important;
    text-decoration: none !important; }

.list-ordered {
  margin: 5px 0 5px 26px;
  counter-reset: numbers; }
  .list-ordered > li {
    margin-bottom: 3px;
    line-height: 1.4em;
    position: relative;
    list-style: none;
    counter-increment: letters; }
    .list-ordered > li:before {
      content: counter(letters, lower-alpha) ".";
      position: absolute;
      top: 0;
      left: -34px;
      content: counter(numbers) "";
      counter-increment: numbers;
      width: 25px;
      text-align: right; }

.lt-ie9 body {
  min-width: 1140px; }

.pagination,
#pagination,
.pagingPager,
.sf_pagerNumeric {
  text-align: center;
  margin-bottom: 20px; }
  .pagination a,
  #pagination a,
  .pagingPager a,
  .sf_pagerNumeric a {
    text-align: center;
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    padding: 8px 5px; }
    .pagination a:hover, .pagination a:focus,
    #pagination a:hover,
    #pagination a:focus,
    .pagingPager a:hover,
    .pagingPager a:focus,
    .sf_pagerNumeric a:hover,
    .sf_pagerNumeric a:focus {
      background: #666;
      color: #fff; }
      .pagination a:hover:before, .pagination a:hover:after, .pagination a:focus:before, .pagination a:focus:after,
      #pagination a:hover:before,
      #pagination a:hover:after,
      #pagination a:focus:before,
      #pagination a:focus:after,
      .pagingPager a:hover:before,
      .pagingPager a:hover:after,
      .pagingPager a:focus:before,
      .pagingPager a:focus:after,
      .sf_pagerNumeric a:hover:before,
      .sf_pagerNumeric a:hover:after,
      .sf_pagerNumeric a:focus:before,
      .sf_pagerNumeric a:focus:after {
        color: #fff; }
  .pagination .sf_pagerNumeric,
  #pagination .sf_pagerNumeric,
  .pagingPager .sf_pagerNumeric,
  .sf_pagerNumeric .sf_pagerNumeric {
    margin-bottom: 0; }
  .pagination .prev,
  .pagination [id*="cmdPrev"],
  .pagination .next,
  .pagination [id*="cmdNext"],
  #pagination .prev,
  #pagination [id*="cmdPrev"],
  #pagination .next,
  #pagination [id*="cmdNext"],
  .pagingPager .prev,
  .pagingPager [id*="cmdPrev"],
  .pagingPager .next,
  .pagingPager [id*="cmdNext"],
  .sf_pagerNumeric .prev,
  .sf_pagerNumeric [id*="cmdPrev"],
  .sf_pagerNumeric .next,
  .sf_pagerNumeric [id*="cmdNext"] {
    position: relative;
    padding: 8px 14px; }
    .pagination .prev:before, .pagination .prev:after,
    .pagination [id*="cmdPrev"]:before,
    .pagination [id*="cmdPrev"]:after,
    .pagination .next:before,
    .pagination .next:after,
    .pagination [id*="cmdNext"]:before,
    .pagination [id*="cmdNext"]:after,
    #pagination .prev:before,
    #pagination .prev:after,
    #pagination [id*="cmdPrev"]:before,
    #pagination [id*="cmdPrev"]:after,
    #pagination .next:before,
    #pagination .next:after,
    #pagination [id*="cmdNext"]:before,
    #pagination [id*="cmdNext"]:after,
    .pagingPager .prev:before,
    .pagingPager .prev:after,
    .pagingPager [id*="cmdPrev"]:before,
    .pagingPager [id*="cmdPrev"]:after,
    .pagingPager .next:before,
    .pagingPager .next:after,
    .pagingPager [id*="cmdNext"]:before,
    .pagingPager [id*="cmdNext"]:after,
    .sf_pagerNumeric .prev:before,
    .sf_pagerNumeric .prev:after,
    .sf_pagerNumeric [id*="cmdPrev"]:before,
    .sf_pagerNumeric [id*="cmdPrev"]:after,
    .sf_pagerNumeric .next:before,
    .sf_pagerNumeric .next:after,
    .sf_pagerNumeric [id*="cmdNext"]:before,
    .sf_pagerNumeric [id*="cmdNext"]:after {
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      color: #3f3f3e;
      font-size: 28px;
      vertical-align: middle;
      line-height: 34px;
      position: absolute;
      top: 0px; }
  .pagination .prev,
  .pagination [id*="cmdPrev"],
  #pagination .prev,
  #pagination [id*="cmdPrev"],
  .pagingPager .prev,
  .pagingPager [id*="cmdPrev"],
  .sf_pagerNumeric .prev,
  .sf_pagerNumeric [id*="cmdPrev"] {
    padding-left: 30px; }
    .pagination .prev:before,
    .pagination [id*="cmdPrev"]:before,
    #pagination .prev:before,
    #pagination [id*="cmdPrev"]:before,
    .pagingPager .prev:before,
    .pagingPager [id*="cmdPrev"]:before,
    .sf_pagerNumeric .prev:before,
    .sf_pagerNumeric [id*="cmdPrev"]:before {
      content: "\f104";
      left: 14px; }
  .pagination .next,
  .pagination [id*="cmdNext"],
  #pagination .next,
  #pagination [id*="cmdNext"],
  .pagingPager .next,
  .pagingPager [id*="cmdNext"],
  .sf_pagerNumeric .next,
  .sf_pagerNumeric [id*="cmdNext"] {
    padding-right: 30px; }
    .pagination .next:after,
    .pagination [id*="cmdNext"]:after,
    #pagination .next:after,
    #pagination [id*="cmdNext"]:after,
    .pagingPager .next:after,
    .pagingPager [id*="cmdNext"]:after,
    .sf_pagerNumeric .next:after,
    .sf_pagerNumeric [id*="cmdNext"]:after {
      content: "\f105";
      right: 14px; }
  .pagination a[data-index],
  #pagination a[data-index],
  .pagingPager a[data-index],
  .sf_pagerNumeric a[data-index] {
    min-width: 27px;
    vertical-align: top; }
  .pagination a.current,
  .pagination .active a,
  #pagination a.current,
  #pagination .active a,
  .pagingPager a.current,
  .pagingPager .active a,
  .sf_pagerNumeric a.current,
  .sf_pagerNumeric .active a {
    background: #f3f3f3;
    color: #333; }
  @media screen and (max-width: 767px) {
    .pagination .prev,
    .pagination [id*="cmdPrev"],
    .pagination .next,
    .pagination [id*="cmdNext"],
    #pagination .prev,
    #pagination [id*="cmdPrev"],
    #pagination .next,
    #pagination [id*="cmdNext"],
    .pagingPager .prev,
    .pagingPager [id*="cmdPrev"],
    .pagingPager .next,
    .pagingPager [id*="cmdNext"],
    .sf_pagerNumeric .prev,
    .sf_pagerNumeric [id*="cmdPrev"],
    .sf_pagerNumeric .next,
    .sf_pagerNumeric [id*="cmdNext"] {
      display: none !important; } }
  @media screen and (min-width: 768px) {
    .pagination,
    #pagination,
    .pagingPager,
    .sf_pagerNumeric {
      margin-bottom: 37px; } }
  @media screen and (min-width: 1200px) {
    .pagination a[data-index],
    #pagination a[data-index],
    .pagingPager a[data-index],
    .sf_pagerNumeric a[data-index] {
      min-width: 34px; } }

.pagination-center {
  text-align: center;
  margin-bottom: 20px; }

.pagination {
  display: inline-block; }
  .pagination a {
    min-width: 27px; }
  .pagination li {
    float: left; }
  .pagination:before, .pagination:after {
    content: "";
    clear: both;
    display: table; }

.pagingPager a,
.sf_pagerNumeric a {
  padding: 8px 5px;
  min-width: 27px; }

.pagingPager a.sf_PagerCurrent,
.sf_pagerNumeric a.sf_PagerCurrent {
  background: #f3f3f3;
  color: #333; }

.pagingPager .sf_pagerNumeric > span,
.sf_pagerNumeric .sf_pagerNumeric > span {
  display: none; }

.pagingPager .sf_PagerPrevGroup,
.pagingPager .sf_PagerNextGroup,
.sf_pagerNumeric .sf_PagerPrevGroup,
.sf_pagerNumeric .sf_PagerNextGroup {
  display: none; }

@media screen and (min-width: 768px) {
  .pagingPager .sf_pagerNumeric,
  .sf_pagerNumeric .sf_pagerNumeric {
    display: inline-block; } }

@media screen and (min-width: 1200px) {
  .pagingPager align-content,
  .sf_pagerNumeric align-content {
    min-width: 34px; } }

.auxHelpers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
  -ms-flex: wrap;
  flex: wrap; }
  .auxHelpers * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box; }
  .auxHelpers .social-list-links li {
    margin-right: 10px; }

.youtubeEmbed {
  margin-bottom: 15px; }
  @media screen and (max-width: 1199px) {
    .youtubeEmbed {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 19px;
      height: 0;
      overflow: hidden; }
      .youtubeEmbed iframe,
      .youtubeEmbed object,
      .youtubeEmbed embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  @media screen and (max-width: 1199px) {
    .youtubeEmbed {
      padding-top: 12px; } }

.internalPageBanner {
  min-height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (min-width: 768px) {
    .internalPageBanner {
      min-height: 224px; } }

.RadTreeView.RadTreeView_Default .rtMinus {
  background-image: none; }

.RadTreeView.RadTreeView_Default .rtIn {
  background: none;
  border: none; }
  .RadTreeView.RadTreeView_Default .rtIn:hover, .RadTreeView.RadTreeView_Default .rtIn:focus {
    background: none; }

.imgCover {
  background-size: cover;
  background-repeat: no-repeat;
  display: block; }
  .imgCover[href]:hover, .imgCover[href]:focus {
    filter: alpha(opacity= "80");
    opacity: 0.8; }

.mt-15 {
  margin-top: 15px; }

.text-right {
  text-align: right; }

@media screen and (min-width: 1200px) {
  .text-right-lg {
    text-align: right; } }

.pull-left {
  float: left; }

.sf041_download-list li {
  padding: 14px 10px 15px 46px;
  text-decoration: underline;
  position: relative; }
  .sf041_download-list li .fileIcon {
    width: 35px;
    height: 38px;
    position: absolute;
    left: 0px;
    top: 4px;
    overflow: hidden; }
    .sf041_download-list li .fileIcon img {
      left: -177px;
      top: -68px; }
    .sf041_download-list li .fileIcon img {
      position: absolute; }

.sf041_download-list a {
  color: #6a6a6a;
  word-break: break-all; }
  .sf041_download-list a:hover, .sf041_download-list a:focus {
    color: #81418f; }

.sf041_download-list .sfpdf .fileIcon {
  width: 36px;
  height: 38px; }
  .sf041_download-list .sfpdf .fileIcon img {
    left: -128px;
    top: -68px; }

.sf041_download-list .sfdoc,
.sf041_download-list .sfdocx .fileIcon {
  width: 36px;
  height: 38px; }
  .sf041_download-list .sfdoc img,
  .sf041_download-list .sfdocx .fileIcon img {
    left: -128px;
    top: -68px; }

.sf041_download-list .sfrtf .fileIcon {
  width: 35px;
  height: 38px; }
  .sf041_download-list .sfrtf .fileIcon img {
    left: -38px;
    top: -68px; }

#filterResult #categoryName {
  font-weight: bold; }

@media screen and (max-width: 1199px) {
  #filterResult {
    margin-bottom: 10px; } }

@media screen and (min-width: 1200px) {
  #filterResult {
    overflow: hidden;
    padding: 0 15px;
    text-align: right;
    margin-bottom: 10px; } }

#RadWindowWrapper_PropertyEditorDialog.RadWindow {
  width: 1060px !important;
  height: 800px !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important; }

.m-accordion .accordion__button {
  background: #f8f8f8;
  border: none;
  text-align: left;
  padding: 14px 40px 14px 14px;
  font-size: 14px;
  font-family: "theinhardtregular", "open sans", sans-serif;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  outline: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: border ease 0.2s;
  -moz-transition: border ease 0.2s;
  -ms-transition: border ease 0.2s;
  -o-transition: border ease 0.2s;
  transition: border ease 0.2s; }
  .m-accordion .accordion__button:after {
    content: "\f107";
    color: #94348c;
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 26px;
    position: absolute;
    top: 12px;
    right: 15px; }
  .m-accordion .accordion__button:hover, .m-accordion .accordion__button:focus {
    background: #EEE;
    border-bottom: 2px solid #7a3a89; }

.m-accordion .accordion__content {
  padding: 9px 24px 15px; }

.m-accordion .isOpenAccordion .accordion__button {
  border-bottom: 2px solid #7a3a89; }
  .m-accordion .isOpenAccordion .accordion__button:after {
    content: "\f106"; }

body.pageID-7f6d093c-3925-63a9-8458-ff00003a5de0 {
  background: #fff;
  min-width: initial; }
  body.pageID-7f6d093c-3925-63a9-8458-ff00003a5de0 #hd {
    display: none; }
  body.pageID-7f6d093c-3925-63a9-8458-ff00003a5de0 #bd {
    padding: 100px 25px; }

.faux-twitter-button {
  position: relative;
  background-color: #EEE;
  background-image: -webkit-linear-gradient(#FFF, #DEDEDE);
  background-image: linear-gradient(#FFF, #DEDEDE);
  border: #CCC solid 1px;
  border-radius: 3px;
  color: #333;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  text-decoration: none; }
  .faux-twitter-button .fa {
    color: #4099FF;
    font-size: 15px;
    margin-left: 2px; }
  .faux-twitter-button .faux-twitter_label {
    padding: 0 3px 2px 2px;
    white-space: nowrap;
    font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
    font-weight: bold;
    vertical-align: top; }
  .faux-twitter-button:hover, .faux-twitter-button:focus {
    border-color: #BBB;
    background-color: #D9D9D9;
    background-image: -webkit-linear-gradient(#F8F8F8, #D9D9D9);
    background-image: linear-gradient(#F8F8F8, #D9D9D9);
    box-shadow: none; }

.internalBanner {
  position: relative;
  height: 144px;
  margin: 0 auto;
  overflow: hidden; }
  .internalBanner .imgWrap {
    height: 144px;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    -sand-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand'); }
  .k-ie8 .internalBanner {
    height: auto; }
    .k-ie8 .internalBanner .imgWrap {
      position: static;
      left: auto;
      margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .internalBanner .mobile {
      display: none; } }
  @media screen and (max-width: 767px) {
    .internalBanner .imgWrap {
      width: 767px; }
    .internalBanner .desktop {
      display: none; } }
  @media screen and (max-width: 1199px) {
    .internalBanner img {
      max-height: inherit; } }
  @media screen and (min-width: 768px) {
    .internalBanner .imgWrap {
      width: 1600px; } }

.sf-search-results .truncate {
  line-height: 1.4em;
  max-height: 4.2em;
  overflow: hidden; }

.sr-only {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 1px;
  height: 1px;
  opacity: 0;
  margin-top: -1px; }

.ws-overlay-gallery .sf-Gallery-thumbs {
  margin-left: -10px;
  margin-right: -10px; }
  .ws-overlay-gallery .sf-Gallery-thumbs .image-link {
    display: block;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    position: relative; }
    .ws-overlay-gallery .sf-Gallery-thumbs .image-link .bg-cover {
      background-size: cover;
      background-position: center center;
      padding-top: 100%; }

.ws-overlay-gallery .sr-relative {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

@media screen and (max-width: 767px) {
  .ws-overlay-gallery .sf-Gallery-thumbs .image-link {
    width: 33.3%; } }

.share-google,
.share-facebook,
.share-twitter,
.share-linkedin,
.printIcon {
  vertical-align: top;
  box-sizing: border-box; }
  .share-google span,
  .share-facebook span,
  .share-twitter span,
  .share-linkedin span,
  .printIcon span {
    margin-left: 3px; }

.share-google {
  border: 1px solid rgba(0, 0, 0, 0.17);
  color: #262626;
  position: relative;
  height: 20px;
  padding: 2px 8px 1px 6px;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 12px; }
  .share-google .fa {
    color: #de4535; }
  .share-google:hover, .share-google:focus {
    background: #e6e6e6;
    color: #262626; }

.share-twitter {
  position: relative;
  height: 20px;
  padding: 2px 8px 1px 6px;
  background-color: #1b95e0;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 12px; }
  .share-twitter:hover, .share-twitter:focus {
    background-color: #1677b2;
    color: #fff; }

.share-facebook {
  color: #fff;
  background: #365899;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 3px;
  font-size: 11px;
  padding: 2px 8px 1px 6px;
  display: inline-block;
  text-decoration: none;
  height: 20px; }
  .share-facebook:hover, .share-facebook:focus {
    background: #294273;
    color: #fff; }

.share-linkedin {
  color: #fff;
  background: #0073b1;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 3px;
  font-size: 11px;
  padding: 2px 8px 1px 6px;
  display: inline-block;
  text-decoration: none;
  height: 20px; }
  .share-linkedin:hover, .share-linkedin:focus {
    background: #00527e;
    color: #fff; }

.video-responsive {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  margin-bottom: 15px; }
  .video-responsive iframe {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

.text-align-right {
  text-align: right; }

.youtube-embed {
  margin-bottom: 30px; }

.text-center {
  text-align: center; }

.text-md {
  font-size: 1.2em; }

.text-lg {
  font-size: 1.6em; }

.d-inline-block {
  display: inline-block; }

.gutter-right-10 {
  margin-right: 10px; }

.gutter-tb {
  padding-top: 10px;
  padding-bottom: 10px; }

.d-flex.row {
  margin-left: -15px;
  margin-right: -15px; }
  .d-flex.row .col,
  .d-flex.row [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; }
    .d-flex.row .col.col-gutter,
    .d-flex.row [class*="col-"].col-gutter {
      padding-left: 15px;
      padding-right: 15px; }

.d-flex.row-sm {
  margin-left: -5px;
  margin-right: -5px; }
  .d-flex.row-sm .col,
  .d-flex.row-sm [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }

.d-flex .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.d-flex .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.d-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.col-gutter {
  margin: 0; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media screen and (max-width: 1199px) {
  .flex-wrap-lg-down {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 1023px) {
  .flex-wrap-md-down {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 768px) {
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%; } }

@media screen and (min-width: 1024px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%; } }

@media screen and (min-width: 1200px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media screen and (min-width: 1200px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%; } }

.heading-box {
  padding: 20px 30px 60px;
  margin: 0 auto 20px;
  display: inline-block;
  font-size: 2.3em;
  line-height: 1.2em; }
  .heading-box span {
    display: block; }

.heading-dot {
  color: #81418f;
  text-transform: uppercase;
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin: 10px 0;
  /*&:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #666;
    border-radius: 100px;
    margin-left: 7px;
}*/ }

.height-100 {
  height: 100%; }

.padding-none {
  padding: 0 !important; }

.padding-right-1 {
  padding-right: 1px !important; }

.text-purple {
  color: #81418f; }

.text-uppercase {
  text-transform: uppercase; }

.heading-triangle-design {
  height: 50%; }

.heading-large-block {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  right: 0px;
  font-size: 2em;
  font-weight: bold; }

@media screen and (min-width: 1200px) {
  .border-top-white-offset {
    position: relative; }
    .border-top-white-offset:after {
      content: "";
      height: 2px;
      position: absolute;
      left: 20px;
      right: 20px;
      top: 0px;
      background: #fff; } }

@media screen and (min-width: 1200px) {
  .border-bottom-white-offset {
    position: relative; }
    .border-bottom-white-offset:after {
      content: "";
      height: 2px;
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 0px;
      background: #fff; } }

.line-height-0 {
  line-height: 0; }

.box-shadow-1 {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1); }

/*@import "/widgets/_blog/blog"; not on this project*/
/*------------------------------------*	!forms

	inputs
	sections
	types
	AA error
	smaller fields
	buttons
	fancy check/radio lists

	//optional import
	_custom
	_content


\*------------------------------------*/
/*@mixin formColumn($side:left){
	@include break(640px) {
		@include wsBoxSizing (border);
		display: inline-block;

		@if $side == left {
			width: $form__columnWidth--left;
			padding-right: 10px;
			text-align: right;
		} @else {
			width: $form__columnWidth--right;
		}
	}
}*/
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  font-family: "open sans", sans-serif;
  border-width: 1px;
  border-color: #abadb3; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 11px 9px; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
  margin-bottom: 10px; }
  input[type="checkbox"]:hover + label,
  input[type="checkbox"]:focus + label,
  input[type="radio"]:hover + label,
  input[type="radio"]:focus + label {
    text-decoration: underline; }

textarea {
  min-height: 140px; }

select {
  background: #fff; }

::-webkit-input-placeholder {
  color: #333; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  opacity: 1; }

:-ms-input-placeholder {
  color: #333; }

.form,
.sfFormsEditor,
[data-sf-role="form-container"] {
  margin-bottom: 20px;
  max-width: 495px; }
  @media screen and (min-width: 768px) {
    .form,
    .sfFormsEditor,
    [data-sf-role="form-container"] {
      margin-bottom: 37px; }
      .form .sfContentBlock p,
      .sfFormsEditor .sfContentBlock p,
      [data-sf-role="form-container"] .sfContentBlock p {
        margin-bottom: 20px; } }

.form__section {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .form__section:after {
    content: "";
    display: table;
    clear: both; }

.sfFormInstructions {
  margin-bottom: 10px; }

.sfFormTitle,
.form__heading {
  margin-bottom: 5px; }

.form__heading--count {
  counter-increment: headings; }
  .form__heading--count:before {
    content: counter(headings) ".";
    color: #bf202f; }

.sfTxtLbl,
.form__label {
  font-size: 14px;
  color: #333; }

.question__help,
.sfExample,
.sf-fieldWrp p {
  font-size: 12px;
  color: #666;
  margin-top: 4px; }

.answer__error,
.sfError,
.sf-fieldWrp [data-sf-role="invalid-captcha-input"] {
  color: #EB0000;
  font-size: 13px;
  /*@if $isSidebySide {
		margin-left: $form__columnWidth--left;
		padding-left: 4px;
	}*/ }

.form__item,
.sfFormBox,
.sfFormBlock,
.sfFormRadiolist,
.sfFormCheckboxlist,
.sfFormDropdown,
.sf-fieldWrp {
  margin-bottom: 20px;
  vertical-align: top; }

.form__question,
.sfTxtLbl,
.sf-fieldWrp > label,
.sf-fieldWrp > strong {
  margin-bottom: 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: 600; }

.form__answer,
.sfFieldWrp {
  display: block;
  max-width: 100%;
  margin-bottom: 5px; }

.form__error h2 {
  color: #6665f8; }

.sfTxtBoxSmall .form__answer,
.sfTxtBoxSmall .sfFieldWrp,
.sfDdlSmall .form__answer,
.sfDdlSmall .sfFieldWrp,
.form__item--small .form__answer,
.form__item--small .sfFieldWrp {
  max-width: 80px; }

.form__submit,
.sfFormSubmit,
[data-sf-role="form-container"] {
  padding-top: 15px; }

:not(.lt-ie9) [class*="fancy--"] input {
  position: relative;
  z-index: 5;
  margin: 0;
  opacity: 0;
  cursor: pointer; }

:not(.lt-ie9) [class*="fancy--"] label {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 15px; }
  :not(.lt-ie9) [class*="fancy--"] label:before {
    position: absolute;
    top: 0;
    left: -13px;
    z-index: 1;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #808080; }

:not(.lt-ie9) [class*="fancy--"] :checked + label:before {
  background: #bada55; }

:not(.lt-ie9) .fancy--radio label:before {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.form__error h2 {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px; }

.form__error ol.error__list,
.form__error div.error__list ul {
  color: #EB0000;
  font-size: 13px; }
  .form__error ol.error__list li,
  .form__error div.error__list ul li {
    margin-bottom: 5px; }
  .form__error ol.error__list li:before,
  .form__error div.error__list ul li:before {
    color: #EB0000; }
  .form__error ol.error__list a,
  .form__error div.error__list ul a {
    color: #EB0000;
    text-decoration: none; }
    .form__error ol.error__list a:hover, .form__error ol.error__list a:focus,
    .form__error div.error__list ul a:hover,
    .form__error div.error__list ul a:focus {
      text-decoration: underline; }

.error {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px; }
  .error ul {
    color: #EB0000;
    font-size: 13px;
    margin: 0 0 1em 2em; }
    .error ul li {
      position: relative;
      margin-bottom: 5px; }
    .error ul li:before {
      content: "\2022";
      color: #EB0000;
      position: absolute;
      top: 0;
      left: -20px;
      display: inline-block;
      font-weight: bold; }
    .error ul a {
      color: #EB0000;
      text-decoration: none; }
      .error ul a:hover, .error ul a:focus {
        text-decoration: underline; }

.sfSuccess {
  border: 1px solid #81a139;
  padding: 7px;
  color: #81a139;
  font-size: 14px;
  font-family: "theinhardtmedium", "open sans", sans-serif;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .sfSuccess {
      font-size: 17px; } }

.stepList {
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  counter-reset: StepNumbers;
  /*.done { 
        background: #3C3C3B; color: #fff; 

        &:before {
            border-width: 5px;
            border-left: 5px solid #ccc;
            border-top: 5px solid #ccc;
        }

    }*/ }
  .stepList li {
    list-style: decimal inside;
    background: #EEE;
    padding: 12px 10px;
    font-size: 14px;
    font-family: "theinhardtmedium", "open sans", sans-serif;
    position: relative;
    /*&:before { content: counter(StepNumbers) ". "; counter-increment: StepNumbers; }*/ }
    .lt-ie8 .stepList li,
    .no-generatedcontent .stepList li {
      list-style: lower-alpha inside; }
  @media screen and (max-width: 767px) {
    .stepList li + li {
      border-top: 1px solid #ccc; } }
  .stepList .active {
    background: #822782;
    color: #fff;
    font-family: "theinhardtbold", "open sans", sans-serif; }
    .stepList .active:after {
      position: absolute;
      right: 1px;
      top: 1px;
      content: "";
      width: 0;
      height: 0;
      border: 7px solid transparent;
      border-left: 7px solid #fff;
      border-bottom: 7px solid #fff; }
  @media screen and (min-width: 768px) {
    .stepList li {
      float: left; }
    .stepList li + li {
      border-left: 1px solid #ccc; }
    .stepList .step1,
    .stepList .step4 {
      width: 20%;
      height: 70px; }
    .stepList .step2,
    .stepList .step3 {
      width: 30%;
      height: 70px; } }
  @media screen and (min-width: 1200px) {
    .stepList li {
      font-size: 15px; } }

.onlineForm .section {
  margin-bottom: 10px; }

.onlineForm .sfCheckListBox li, .onlineForm sfFormRadiolist li {
  position: relative;
  margin-bottom: 6px; }

.onlineForm .sfCheckListBox li input, .onlineForm sfFormRadiolist li input {
  position: absolute;
  left: 0px;
  top: 4px; }

.onlineForm .sfCheckListBox li label {
  padding-left: 25px;
  display: inline-block; }

.onlineForm .required {
  color: #EB0000; }

.onlineForm .sfTxtLbl .sfExample {
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 400; }

.onlineForm .sfExample {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 13px; }

.onlineForm .dotPointLink {
  margin-top: 20px; }
  .onlineForm .dotPointLink a {
    color: #aa5da3;
    text-decoration: none; }
  .onlineForm .dotPointLink a:hover {
    text-decoration: underline; }

.onlineFormInfo td {
  white-space: pre-wrap; }

.onlineFormInfo td.label {
  white-space: initial; }

.onlineForm.irForm label li, .onlineForm.irForm .sfError li, .onlineForm.irForm .sfExample li {
  font-weight: normal;
  font-size: 13px;
  list-style: disc inside;
  padding-left: 10px; }

@media screen and (min-width: 768px) {
  .onlineForm.irForm .stepList .step1, .onlineForm.irForm .stepList .step2, .onlineForm.irForm .stepList .step3 {
    width: 33%; } }

.sf-RadioButtons label,
.sf-Checkboxes label {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  margin-bottom: 10px; }
  .sf-RadioButtons label input,
  .sf-Checkboxes label input {
    position: absolute;
    top: 4px;
    left: 0px; }

[data-sf-role="field-captcha-container"] > div {
  display: inline-block; }

[data-sf-role="field-captcha-container"] [data-sf-role="captcha-image"] {
  display: block;
  margin-bottom: 15px; }

[data-sf-role="field-captcha-container"] [data-sf-role="captcha-audio-btn"],
[data-sf-role="field-captcha-container"] [data-sf-role="captcha-refresh-button"] {
  margin-bottom: 10px;
  cursor: pointer; }

.﻿ .nav--horizontal .nav__item {
  display: inline-block; }

/*
	div.nav--breadcrumb--aa
		strong{You are here}

		ul
			li
				a
			li.current
				{pagename}
*/
.nav--breadcrumb--aa, .breadcrumb {
  color: #666;
  padding: 12px 0 14px;
  font-size: 14px; }
  .nav--breadcrumb--aa li, .breadcrumb li {
    display: inline-block; }
    .nav--breadcrumb--aa li:after, .breadcrumb li:after {
      content: "";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 0 5px; }
  .nav--breadcrumb--aa li.current, .breadcrumb li.current {
    display: inline; }
    .nav--breadcrumb--aa li.current:after, .breadcrumb li.current:after {
      display: none; }
  .nav--breadcrumb--aa a, .breadcrumb a {
    color: #666;
    text-decoration: none; }
    .nav--breadcrumb--aa a:hover, .nav--breadcrumb--aa a:focus, .breadcrumb a:hover, .breadcrumb a:focus {
      text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .nav--breadcrumb--aa, .breadcrumb {
      padding: 12px 12px 14px; } }

/*
	.nav--section
		nav.navSectionNav
			h2.nav__title
				span.offScreen{Other pages in }
				{this section}

			ul.nav__root
				li
					a.nav__rootLink

					//when nested, "N" is current level
					ul.nav__nested.nav__level(N)
						li
							a.nav__subLink
*/
nav.navSectionNav {
  margin-bottom: 20px;
  transition: 300ms;
  border-top: 1px solid #E1E1E1; }
  nav.navSectionNav ul li a {
    border: 1px solid #E1E1E1;
    border-width: 0px 1px 1px 1px;
    background: #F8F8F8;
    color: #333333;
    position: relative;
    font-family: "theinhardtregular", "open sans", sans-serif;
    text-decoration: none;
    display: block;
    padding: 12px 48px;
    line-height: 18px; }
    nav.navSectionNav ul li a:before {
      position: absolute;
      top: 16px;
      left: 21px;
      content: "";
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-left: 5px solid #822782;
      border-bottom: 5px solid #822782;
      transition: 300ms; }
    nav.navSectionNav ul li a:hover, nav.navSectionNav ul li a:focus {
      background: #eee;
      border-left: 2px solid #822782; }
    @media (min-width: 768px) and (max-width: 1199px) {
      nav.navSectionNav ul li a {
        padding: 12px 38px; }
        nav.navSectionNav ul li a:before {
          left: 16px; } }
  nav.navSectionNav ul li.expanded > a, nav.navSectionNav ul li.current > a {
    font-family: "theinhardtmedium", "open sans", sans-serif;
    background: #822782;
    color: white; }
    nav.navSectionNav ul li.expanded > a:before, nav.navSectionNav ul li.current > a:before {
      border-bottom-color: white;
      border-left-color: white; }
    nav.navSectionNav ul li.expanded > a:hover, nav.navSectionNav ul li.expanded > a:focus, nav.navSectionNav ul li.current > a:hover, nav.navSectionNav ul li.current > a:focus {
      background: #8f1a8f; }
  nav.navSectionNav ul li.expanded .nestedPages a, nav.navSectionNav ul li.current .nestedPages a {
    background: #f3f3f3;
    padding-left: 42px; }
    nav.navSectionNav ul li.expanded .nestedPages a:before, nav.navSectionNav ul li.current .nestedPages a:before {
      content: "\f105 ";
      font-family: FontAwesome;
      border: 0;
      left: 30px;
      top: 20px;
      display: inline-block;
      padding-right: 12px;
      font-size: 15px;
      line-height: 0; }
    nav.navSectionNav ul li.expanded .nestedPages a:hover, nav.navSectionNav ul li.expanded .nestedPages a:focus, nav.navSectionNav ul li.current .nestedPages a:hover, nav.navSectionNav ul li.current .nestedPages a:focus {
      background: white; }
  nav.navSectionNav ul li.expanded .current a, nav.navSectionNav ul li.current .current a {
    color: #822782; }
  @media screen and (min-width: 768px) {
    nav.navSectionNav {
      margin-bottom: 37px; } }
  @media print {
    nav.navSectionNav {
      display: none; } }

.nav--section a {
  color: #bf202f; }

.nav--section .nav__link--current {
  color: #333; }

/*------------------------------------*	!news

	using .prelude



\*------------------------------------*/
.news--list {
  margin-top: 40px; }
  .news--list .tile--standard {
    padding: 0px 0px 20px;
    border: none;
    background: none;
    margin-left: 0;
    margin-right: 0; }
    .news--list .tile--standard .delta {
      margin: 0px; }
    .news--list .tile--standard .meta--date {
      margin: 0px 0px 12px; }

/*
	article.news--detail
		h1.news__title.alpha

		.news__meta
			span.meta__author
			span.meta__date

		.news__summary

		.news__content.sfContentBlock

*/
.news--detail .meta--date {
  /*font-size: 12px;*/
  margin-bottom: 20px; }

.accessibleYoutube {
  margin-bottom: 30px; }

.scrollInner .global--nav > .sfNavHorizontalDropDown .k-open > .k-animation-container {
  display: block !important; }

.scrollInner .global--nav > .sfNavHorizontalDropDown .k-open > .k-link > .k-icon {
  background: #81418F; }
  .scrollInner .global--nav > .sfNavHorizontalDropDown .k-open > .k-link > .k-icon .fa-plus:before {
    content: "\f068"; }

.scrollInner .global--nav > .sfNavHorizontalDropDown .k-open .k-animation-container .k-open .k-icon:before {
  content: "\f068"; }

@media (max-width: 767px) {
  .popOut--container .scrollInner .searchForm--header input {
    height: 60px;
    border-radius: 0; }
  .popOut--container .scrollInner .searchForm--header a {
    line-height: 58px;
    padding: 0;
    position: relative; } }

.popOut--container .scrollInner .hasChildren .k-icon .fa.fa-plus {
  right: 22px;
  position: absolute;
  font-size: 20px;
  top: 50%;
  line-height: 0em;
  transform: translate(0, -50%);
  color: white;
  display: block !important; }

.scrollInner .k-icon {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0px;
  width: 30px;
  border-left: 1px solid #666;
  color: #666;
  background: #333;
  margin: 0 !important;
  height: auto;
  width: 60px; }
  .scrollInner .k-icon:hover {
    background: #81418F; }

.nav__toggle {
  position: absolute;
  top: 8px;
  right: -8px;
  color: #fff;
  background: none;
  border: none;
  font-size: 30px;
  width: 38px; }
  @media screen and (min-width: 768px) {
    .nav__toggle {
      display: none; } }

.global--nav a {
  display: block;
  transition: 300ms; }

.global--nav .fa-plus {
  display: none; }

#hd .global--nav li {
  white-space: normal;
  border-right: 0 none; }

#hd .global--nav .sfSel {
  font-weight: normal; }

@media screen and (max-width: 767px) {
  .global--nav {
    font-family: "theinhardtregular", "open sans", sans-serif; }
    #hd .global--nav .sfSel {
      font-weight: bold; }
    .global--nav .k-link,
    .global--nav .k-button {
      color: #fff;
      text-decoration: none;
      font-size: 15px;
      line-height: 18px;
      padding: 22px 24px 19px;
      border-top: 2px solid #666;
      padding-right: 5px;
      position: relative;
      font-family: "theinhardtbold", "open sans", sans-serif; }
    .global--nav .k-button {
      cursor: default; }
    .global--nav .disco > a {
      background: #333 !important; }
      .global--nav .disco > a .k-icon {
        display: none; }
      .global--nav .disco > a.childrenDropped {
        background: #81418F !important; }
      .global--nav .disco > a:after {
        content: "\f067";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        right: 22px;
        position: absolute;
        font-size: 20px;
        top: 50%;
        line-height: 0em;
        transform: translate(0, -50%);
        color: white;
        display: block !important; }
    .global--nav > .sfNavHorizontalDropDown .fa-bars {
      display: none; }
    .global--nav > .sfNavHorizontalDropDown > .k-item {
      width: 100%;
      display: block; }
      .global--nav > .sfNavHorizontalDropDown > .k-item:first-child > .k-link,
      .global--nav > .sfNavHorizontalDropDown > .k-item:first-child > .k-button {
        border-top: 0 none; }
      .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link strong {
        font-weight: 400;
        font-family: "theinhardtbold", "open sans", sans-serif;
        display: inline-block; }
      .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link {
        border: 0;
        border-bottom: 1px solid #666;
        padding: 20px 66px 20px 18px;
        transition: 0; }
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link.clicked {
          border-left: 8px solid #81418F;
          padding-left: 10px; }
    .global--nav > .sfNavHorizontalDropDown .k-group {
      border: 0; }
      .global--nav > .sfNavHorizontalDropDown .k-group > .k-item > .k-link,
      .global--nav > .sfNavHorizontalDropDown .k-group > .k-item > .k-button {
        font-family: "theinhardtmedium", "open sans", sans-serif;
        background: #666;
        padding: 12px 28px;
        border-top: 0 none;
        border-bottom: 1px solid #333; }
        .global--nav > .sfNavHorizontalDropDown .k-group > .k-item > .k-link.k-haschildren,
        .global--nav > .sfNavHorizontalDropDown .k-group > .k-item > .k-button.k-haschildren {
          padding-right: 66px; }
      .global--nav > .sfNavHorizontalDropDown .k-group > .k-item > .k-link.clicked {
        background: #333; }
    .global--nav > .sfNavHorizontalDropDown .k-animation-container {
      width: auto !important;
      display: none !important;
      height: auto !important;
      position: static !important;
      float: none; }
      .global--nav > .sfNavHorizontalDropDown .k-animation-container > ul {
        display: block !important;
        visibility: visible;
        position: static !important;
        left: auto !important;
        float: none; }
        .global--nav > .sfNavHorizontalDropDown .k-animation-container > ul .k-item {
          position: relative; }
          .global--nav > .sfNavHorizontalDropDown .k-animation-container > ul .k-item .k-icon.k-i-arrow-e,
          .global--nav > .sfNavHorizontalDropDown .k-animation-container > ul .k-item .k-menu-expand-arrow {
            width: 45px;
            top: 0;
            right: 0px;
            background: #888; }
            .global--nav > .sfNavHorizontalDropDown .k-animation-container > ul .k-item .k-icon.k-i-arrow-e:before,
            .global--nav > .sfNavHorizontalDropDown .k-animation-container > ul .k-item .k-menu-expand-arrow:before {
              right: 16px;
              position: absolute;
              font-size: 17px;
              top: 50%;
              transform: translate(0, -50%);
              color: white;
              display: block !important;
              font-family: FontAwesome;
              content: "\f067"; }
        .global--nav > .sfNavHorizontalDropDown .k-animation-container > ul .k-animation-container .k-link {
          background: #757575;
          padding-left: 36px; } }

@media screen and (min-width: 768px) {
  .global--nav:before {
    content: "";
    display: table;
    clear: both; }
  #hd .global--nav .sfSel {
    background: #7a3a89; }
    #hd .global--nav .sfSel:hover, #hd .global--nav .sfSel:focus {
      background: #81418f; }
  .global--nav .k-group {
    display: none; }
    .global--nav .k-group.active {
      display: block; }
  .global--nav .disco > a {
    background: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
    .global--nav .disco > a:hover, .global--nav .disco > a:focus {
      background: none !important;
      color: #94348c !important; }
      .global--nav .disco > a:hover .fa, .global--nav .disco > a:focus .fa {
        color: #94348c !important; }
  .global--nav > .sfNavHorizontalDropDown {
    display: table;
    margin: 0;
    height: 45px;
    margin-left: auto;
    margin-right: auto; }
    .global--nav > .sfNavHorizontalDropDown > .k-last > .k-animation-container,
    .global--nav > .sfNavHorizontalDropDown > .k-last > .k-group {
      left: auto !important;
      right: 0px !important; }
    .global--nav > .sfNavHorizontalDropDown > .k-item {
      text-align: center;
      height: 45px;
      position: relative;
      border-right: 0 !important;
      padding: 0;
      float: initial;
      display: table-cell;
      vertical-align: middle;
      position: relative; }
      .global--nav > .sfNavHorizontalDropDown > .k-item.k-state-border-down > .k-link {
        background: #666; }
      .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link,
      .global--nav > .sfNavHorizontalDropDown > .k-item > .k-button {
        height: 45px;
        vertical-align: middle;
        display: table;
        color: #fff;
        text-decoration: none;
        white-space: nowrap; }
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link span,
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-button span {
          display: table-cell;
          vertical-align: middle; }
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link .fa,
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-button .fa {
          font-size: 30px;
          vertical-align: middle;
          margin-right: 19px; }
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link .fa + strong,
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-button .fa + strong {
          display: inline-block;
          vertical-align: middle; }
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link:hover, .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link:focus,
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-button:hover,
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-button:focus {
          background: #81418f; }
      .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link {
        padding: 11px 10px 14px; }
      .global--nav > .sfNavHorizontalDropDown > .k-item > .k-button {
        padding: 6px 10px 7px; }
    .global--nav > .sfNavHorizontalDropDown .k-group {
      position: absolute;
      right: 0px;
      top: 100%;
      min-width: 270px;
      border: 0;
      z-index: 100000; }
      .global--nav > .sfNavHorizontalDropDown .k-group a + .k-group {
        left: 100%; }
      #hd .global--nav > .sfNavHorizontalDropDown .k-group .sfSel {
        font-weight: normal; }
      .global--nav > .sfNavHorizontalDropDown .k-group .k-item + .k-item {
        border-top: 1px solid #3c3c3c; }
      .global--nav > .sfNavHorizontalDropDown .k-group .k-item .k-animation-container > ul {
        margin-left: 0; }
      .global--nav > .sfNavHorizontalDropDown .k-group .k-item .k-animation-container .k-link {
        background: #757575; }
        .global--nav > .sfNavHorizontalDropDown .k-group .k-item .k-animation-container .k-link:hover, .global--nav > .sfNavHorizontalDropDown .k-group .k-item .k-animation-container .k-link:focus {
          background: #81418f; }
      .global--nav > .sfNavHorizontalDropDown .k-group .k-link {
        background: #666;
        color: #fff;
        font-family: "theinhardtregular", "open sans", sans-serif;
        text-align: left;
        text-decoration: none;
        font-size: 15px;
        padding: 12px 24px !important; }
        .global--nav > .sfNavHorizontalDropDown .k-group .k-link .k-icon.k-i-arrow-e,
        .global--nav > .sfNavHorizontalDropDown .k-group .k-link .k-menu-expand-arrow {
          border: 0;
          background: inherit;
          font-size: 18px;
          line-height: 16px;
          height: auto;
          width: auto;
          top: 13px;
          right: 8px;
          margin: 0;
          text-indent: 0; }
          .global--nav > .sfNavHorizontalDropDown .k-group .k-link .k-icon.k-i-arrow-e:before,
          .global--nav > .sfNavHorizontalDropDown .k-group .k-link .k-menu-expand-arrow:before {
            content: "\f105";
            color: #fff;
            display: inline-block;
            font-family: FontAwesome;
            font-size: inherit;
            background: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            position: static;
            top: initial;
            right: initial;
            bottom: initial;
            left: initial; }
        .global--nav > .sfNavHorizontalDropDown .k-group .k-link:hover, .global--nav > .sfNavHorizontalDropDown .k-group .k-link:focus {
          background: #81418f; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .global--nav {
    border-top: 1px solid #666;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px; }
    .global--nav > .sfNavHorizontalDropDown {
      width: 768px;
      display: table;
      float: initial;
      height: 45px; }
      .global--nav > .sfNavHorizontalDropDown > .k-item {
        display: table-cell;
        height: 45px; }
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link {
          height: 45px;
          padding: 0 12px;
          line-height: 24px; }
          .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link .fa {
            font-size: 24px; }
        .global--nav > .sfNavHorizontalDropDown > .k-item + .k-item > .k-link {
          border-left: 1px solid #666; }
      .global--nav > .sfNavHorizontalDropDown .k-icon.k-i-arrow-s {
        display: none !important; } }

@media screen and (min-width: 1200px) {
  .global--nav > .sfNavHorizontalDropDown {
    height: 55px;
    float: right; }
    .global--nav > .sfNavHorizontalDropDown > .k-item {
      height: 55px; }
      .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link,
      .global--nav > .sfNavHorizontalDropDown > .k-item > .k-button {
        height: 55px;
        padding: 0 24px; }
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link .k-icon,
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-button .k-icon {
          display: none; }
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-link strong,
        .global--nav > .sfNavHorizontalDropDown > .k-item > .k-button strong {
          display: block; }
      .global--nav > .sfNavHorizontalDropDown > .k-item + .k-item {
        border-left: 2px solid #666; }
        .global--nav > .sfNavHorizontalDropDown > .k-item + .k-item > div > ul {
          left: -1px; } }

@media screen and (max-width: 767px) {
  #hd .popOut--container {
    width: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 55px;
    right: 0;
    background: #333;
    z-index: -1;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #hd .popOut--container .popOut--inner .sf_colsOut {
      min-width: inherit;
      max-width: inherit; }
  #hd:before {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: "\f00d";
    background: #333;
    width: 55px;
    min-height: 42px;
    position: absolute;
    left: 0;
    top: 0px;
    padding: 9px 0;
    z-index: -1;
    opacity: 0;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-align: center; }
  body {
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -ms-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
    /*#hd,
		#bd,
		#ft { margin-left: 0; margin-right: 0; @include wsTransition(margin 0.5s ease); }*/ }
    body.isNavOpen {
      /*margin-right: -($menuWidth);
			margin-left: $menuWidth;*/
      position: fixed;
      left: 0;
      right: 0;
      height: 100%;
      display: block;
      overflow: hidden;
      /*#bd,
			#ft { margin-left: -($menuWidth); margin-right: $menuWidth; }*/ }
      body.isNavOpen .page__content a {
        cursor: default; }
      body.isNavOpen#body .popOut--container {
        opacity: 1;
        z-index: 10000; }
      body.isNavOpen .button__toggle--container {
        /*position: static;*/ }
      body.isNavOpen #hd:before {
        opacity: 1;
        z-index: 100; } }

/*.disco {
  display: none;
}
*/
#hd .k-menu .k-animation-container,
#hd .k-popup .k-animation-container {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .isNavOpen .backgroundOverlay {
    position: absolute;
    top: 60px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #000;
    z-index: 1000;
    content: "";
    display: block;
    opacity: 0.5; } }

@media (max-width: 767px) {
  .k-link-clicked {
    background: #822782 !important;
    color: white !important; } }

.disco {
  display: none; }

.headerLogo a {
  display: inline-block; }

.headerLogo a:hover,
.headerLogo a:focus {
  filter: alpha(opacity= "85");
  opacity: 0.85; }

@media screen and (max-width: 767px) {
  .headerLogo .imgWrap {
    width: 245px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .headerLogo .imgWrap {
    width: 310px; } }

@media screen and (min-width: 1200px) {
  .headerLogo {
    padding-top: 14px; }
    .headerLogo .imgWrap {
      width: 357px; } }

@media screen {
  .headerLogo .printImage {
    display: none; } }

@media print {
  .headerLogo .screenImage {
    display: none !important; } }

.searchForm--header {
  text-align: right;
  margin-bottom: 10px;
  overflow: hidden; }
  .searchForm--header input[type="text"] {
    width: auto;
    display: inline-block;
    background: #9b9b9b;
    border: 1px solid #696969;
    border-right: 0 none;
    font-size: 15px;
    float: left;
    padding: 7px 11px 6px;
    height: 42px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .searchForm--header input[type="text"] {
        padding: 1px 11px 2px;
        height: 32px; } }
  .searchForm--header a {
    padding: 0;
    line-height: 40px;
    width: 42px;
    display: inline-block;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .searchForm--header a {
        line-height: 30px;
        width: 32px; } }
  .searchForm--header ::-webkit-input-placeholder {
    color: #000; }
  .searchForm--header :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1; }
  .searchForm--header ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1; }
  .searchForm--header :-ms-input-placeholder {
    color: #000; }
  @media screen and (max-width: 767px) {
    .searchForm--header input[type="text"] {
      width: 80%;
      border: none;
      padding: 13px 11px 13px; }
    .searchForm--header a {
      width: 20%;
      padding: 13px 10px 12px; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .searchForm--header {
      padding-top: 10px; } }
  @media screen and (min-width: 768px) {
    .searchForm--header {
      float: right;
      margin-bottom: 13px; } }

.sfsearchResultStatistics {
  font-family: "theinhardtmedium", "open sans", sans-serif;
  font-size: 22px;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 13px;
  margin-bottom: 0; }
  .sfsearchResultStatistics strong {
    font-weight: 400; }
  @media screen and (min-width: 768px) {
    .sfsearchResultStatistics {
      margin: 0 -12px;
      padding-left: 12px;
      padding-right: 12px; } }

.sfsearchResultsWrp {
  margin-top: 0; }
  .sfsearchResultsWrp .sfsearchResultTitle {
    line-height: 18px; }
    .sfsearchResultsWrp .sfsearchResultTitle a {
      font-family: "theinhardtmedium", "open sans", sans-serif;
      font-size: 15px; }
    .sfsearchResultsWrp .sfsearchResultTitle span {
      font-size: 12px;
      color: #666; }
  .sfsearchResultsWrp dd {
    margin-left: 0; }
  .sfsearchResultsWrp dt {
    padding-top: 19px; }
  .sfsearchResultsWrp .sfsearchResultHighLighter {
    border-bottom: 1px solid #ccc;
    padding-bottom: 19px;
    margin-top: 7px; }
  @media screen and (min-width: 768px) {
    .sfsearchResultsWrp dd, .sfsearchResultsWrp dt {
      margin-left: -12px;
      margin-right: -12px;
      padding-left: 12px;
      padding-right: 12px; } }

.mainBanner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 19px; }
  .mainBanner .main--bannerContent {
    background: #5b1c58;
    background: rgba(91, 28, 88, 0.898);
    color: #fff;
    padding: 10px 20px 14px;
    margin: 21px auto 22px; }
    .mainBanner .main--bannerContent h1 {
      font-family: "theinhardtregular", "open sans", sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 4px; }
  .mainBanner .mainBanner--tagLine {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 20px;
    font-family: "theinhardtmedium", "open sans", sans-serif;
    color: #772576;
    padding: 13px 0; }
  @media screen and (max-width: 767px) {
    .mainBanner {
      padding: 0 20px; }
      .mainBanner .main--bannerContent {
        min-width: 280px;
        max-width: 440px; }
      .mainBanner .mainBanner--tagLine {
        margin: 0 -20px;
        position: relative; } }
  @media screen and (min-width: 768px) {
    .mainBanner {
      margin-bottom: 25px; }
      .mainBanner .main--bannerContent {
        top: 69px;
        width: 503px;
        left: 0px;
        right: 0px;
        padding: 24px 20px 33px;
        margin-bottom: 15px;
        margin-top: 69px;
        margin-bottom: 64px; }
        .mainBanner .main--bannerContent h1 {
          font-size: 33px;
          line-height: 40px;
          margin-bottom: 15px; }
      .mainBanner .mainBanner--tagLine {
        font-size: 20px;
        line-height: 24px;
        padding: 18px 0; } }
  @media screen and (min-width: 1200px) {
    .mainBanner {
      margin-bottom: 51px; }
      .mainBanner .main--bannerContent {
        top: 91px;
        width: 660px;
        padding: 30px 20px 43px;
        margin-top: 91px;
        margin-bottom: 84px; }
        .mainBanner .main--bannerContent h1 {
          font-size: 44px;
          line-height: 50px;
          margin-bottom: 28px; }
      .mainBanner .mainBanner--tagLine {
        font-size: 22px;
        line-height: 30px;
        padding: 25px 0 24px; } }

.pageTiles {
  margin-bottom: 8px; }
  @media screen and (max-width: 767px) {
    .pageTiles li {
      display: table;
      width: 100%;
      margin-bottom: 10px; }
      .pageTiles li:after {
        content: "";
        display: table;
        clear: both; }
    .pageTiles .summary {
      display: none; }
    .pageTiles .gamma {
      float: left;
      margin: 0;
      font-size: 18px; }
    .pageTiles .button--reverse {
      float: right;
      text-align: center; }
    .pageTiles .pageTiles-mobile-left,
    .pageTiles .pageTiles-mobile-right {
      display: table-cell;
      vertical-align: middle; }
    .pageTiles .pageTiles-mobile-left {
      padding-right: 3px;
      width: 45%; }
    .pageTiles .pageTiles-mobile-right {
      padding-left: 2px;
      width: 55%; } }
  @media screen and (min-width: 768px) {
    .pageTiles {
      text-align: center;
      margin-bottom: 30px; }
      .pageTiles li {
        display: inline-block;
        width: 32.5%;
        padding: 0 10px;
        vertical-align: top; }
      .pageTiles .gamma {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px; }
      .pageTiles .summary {
        font-size: 13px;
        line-height: 20px; } }
  @media screen and (min-width: 1200px) {
    .pageTiles {
      margin-bottom: 55px; }
      .pageTiles li {
        padding: 0 30px; }
      .pageTiles .gamma {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 17px; }
      .pageTiles .summary {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 17px; }
      #bd .pageTiles ul {
        width: 1025px; } }

.tile--standard {
  background: #fff;
  position: relative;
  border: 1px solid #f3f3f3;
  border-bottom: 1px solid #000; }
  .tile--standard:after {
    content: "";
    display: table;
    clear: both; }
  .tile--standard .imgCover {
    opacity: 1;
    transition: 300ms; }
  .tile--standard:hover .imgCover {
    opacity: 0.85; }
  .tile--standard .imgCover {
    background-size: cover;
    background-position: center center;
    position: relative; }
  .tile--standard .tile--title,
  .tile--standard .tile--title a {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    margin-bottom: 5px; }
  .tile--standard .tile--title a {
    text-decoration: none; }
    .tile--standard .tile--title a:hover, .tile--standard .tile--title a:focus {
      text-decoration: underline; }
  .tile--standard .summary {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px; }
  .tile--standard .delta,
  .tile--standard .delta > a {
    margin-bottom: 11px;
    color: #3f3f3f;
    text-decoration: none; }
  .tile--standard .delta > a:hover, .tile--standard .delta > a:focus {
    text-decoration: underline; }
  .tile--standard .date {
    font-size: 12px;
    margin-bottom: 6px; }
  .tile--standard .link {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 6px; }
  @media screen and (max-width: 767px) {
    .tile--standard {
      margin: 0 -20px 11px;
      padding: 14px 20px 5px; }
      .tile--standard .imgCover {
        width: 136px;
        height: 78px;
        float: left;
        margin-right: 14px;
        margin-bottom: 11px; }
      .tile--standard .summary {
        clear: both; }
      .tile--standard .tile--title {
        padding-top: 3px; } }
  @media screen and (min-width: 768px) {
    .tile--standard {
      padding: 14px 16px 5px;
      margin-bottom: 8px; }
      .tile--standard .imgCover {
        margin: -14px -16px 11px; }
      .tile--standard .delta {
        margin-bottom: 6px; } }
  @media screen and (min-width: 1200px) {
    .tile--standard {
      padding: 21px 25px 5px;
      margin-bottom: 31px; }
      .tile--standard .imgCover {
        margin: -21px -25px 16px; } }

@media screen and (max-width: 767px) {
  .tile--priority__First .tile--title {
    margin-bottom: 2px; } }

@media screen and (min-width: 768px) {
  .tile--priority__First .imgCover {
    height: 134px; } }

@media screen and (min-width: 1200px) {
  .tile--priority__First .imgCover {
    height: 196px; } }

@media screen and (max-width: 1199px) {
  .tile--priority__secondary .summary {
    font-size: 12px;
    line-height: 16px; } }

@media screen and (max-width: 767px) {
  .tile--priority__secondary .imgCover {
    display: none; } }

@media screen and (min-width: 768px) {
  .tile--priority__secondary .imgCover {
    height: 99px; } }

@media screen and (min-width: 1200px) {
  .tile--priority__secondary .imgCover {
    height: 140px; } }

@media screen and (min-width: 768px) {
  .tile--hasPosAb {
    padding-bottom: 30px; }
    .tile--hasPosAb .date,
    .tile--hasPosAb .link {
      position: absolute;
      bottom: 4px;
      left: 16px;
      right: 16px; } }

@media screen and (min-width: 1200px) {
  .tile--hasPosAb {
    padding-bottom: 35px; }
    .tile--hasPosAb .date,
    .tile--hasPosAb .link {
      bottom: 6px;
      left: 25px;
      right: 25px; } }

.tile--social__twitter .fa-twitter {
  font-size: 20px; }

.tile--social__twitter .delta {
  font-size: 15px;
  line-height: 18px;
  word-break: break-word;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden; }

.k-ie .tile--social__twitter .delta {
  overflow: hidden; }

@media screen and (min-width: 1200px) {
  .tile--social__twitter .delta {
    font-size: 20px;
    line-height: 28px; } }

#body .tile--purple {
  border-bottom-color: #7a3a89; }

#body .tile--green {
  border-bottom-color: #81a139; }

#body .tile--blue {
  border-bottom-color: #758fb6; }

#body .tile--yellow {
  border-bottom-color: #e8ce05; }

.tiles--ordered__internal {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .tiles--ordered__internal {
      margin-bottom: 37px; } }

.tile--featured .beta {
  margin-bottom: 8px;
  color: #3f3f3f; }
  .tile--featured .beta a {
    color: #3f3f3f;
    text-decoration: none; }
    .tile--featured .beta a:hover, .tile--featured .beta a:focus {
      text-decoration: underline; }

@media screen and (max-width: 767px) {
  .tile--featured {
    padding-top: 0; }
    .tile--featured .imgCover {
      margin: 0 -20px 14px;
      min-height: 222px;
      float: none;
      width: auto; }
    .tile--featured .tile--title {
      padding-top: 0; } }

@media screen and (min-width: 768px) {
  .tile--featured {
    padding: 15px 30px 15px 55%;
    min-height: 333px; }
    .tile--featured .imgCover {
      width: 50%;
      height: auto;
      position: absolute;
      left: 0;
      top: 0;
      bottom: -1px;
      margin: 0; } }

@media screen and (min-width: 1200px) {
  .tile--featured {
    padding: 21px 50px 22px 54%;
    min-height: 350px; }
    .tile--featured .summary {
      font-size: 14px;
      line-height: 23px; } }

a.tile--title {
  text-decoration: none; }
  a.tile--title:hover, a.tile--title:focus {
    text-decoration: underline; }

.tiles--ordered ol {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .tiles--ordered ol {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-bottom: 30px;
      /*
            Legacy Firefox implementation treats all flex containers
            as inline-block elements.
        */ }
      .tiles--ordered ol .tile--standard {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        -webkit-flex: 0 1 174px;
        -ms-flex: 0 1 174px;
        flex: 0 1 174px;
        border: 1px solid #f3f3f3;
        border-bottom-color: #000; }
      .tiles--ordered ol .tile--standard.tile--priority__First {
        -webkit-flex: 0 1 234px;
        -ms-flex: 0 1 234px;
        flex: 0 1 234px; }
      .k-ie .tiles--ordered ol .tile--standard {
        -webkit-flex: 0 1 140px;
        -ms-flex: 0 1 140px;
        flex: 0 1 140px; }
      .k-ie .tiles--ordered ol .tile--standard.tile--priority__First {
        -webkit-flex: 0 1 200px;
        -ms-flex: 0 1 200px;
        flex: 0 1 200px; }
      .k-ie10 .tiles--ordered ol .tile--standard {
        -webkit-flex: 0 1 140px;
        -ms-flex: 0 1 140px;
        flex: 0 1 140px; }
      .k-ie10 .tiles--ordered ol .tile--standard.tile--priority__First {
        -webkit-flex: 0 1 200px;
        -ms-flex: 0 1 200px;
        flex: 0 1 200px; }
      .lt-ie10 .tiles--ordered ol .tile--standard {
        display: inline-block;
        vertical-align: top; }
      .lt-ie10 .tiles--ordered ol .tile--standard.tile--priority__First {
        width: 232px; }
      .lt-ie10 .tiles--ordered ol .tile--standard.tile--priority__secondary {
        width: 172px; }
      .lt-ie10 .tiles--ordered ol .tile--priority__First + .tile--priority__First {
        margin-left: 8px; }
      .lt-ie10 .tiles--ordered ol .tile--priority__secondary + .tile--priority__secondary {
        margin-left: 6px; }
      .tiles--ordered ol .tile--priority__First + .tile--priority__First {
        margin-left: 9px; }
      .tiles--ordered ol .tile--priority__secondary + .tile--priority__secondary {
        margin-left: 8px; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .tiles--ordered ol .tile--standard {
      -webkit-flex: 0 1 248px;
      -ms-flex: 0 1 248px;
      flex: 0 1 248px;
      max-width: 100%; }
    .tiles--ordered ol .tile--standard.tile--priority__First {
      -webkit-flex: 0 1 342px;
      -ms-flex: 0 1 342px;
      flex: 0 1 342px; }
    .k-ie .tiles--ordered ol .tile--standard {
      -webkit-flex: 0 1 196px;
      -ms-flex: 0 1 196px;
      flex: 0 1 196px;
      max-width: 100%; }
    .k-ie .tiles--ordered ol .tile--standard.tile--priority__First {
      -webkit-flex: 0 1 290px;
      -ms-flex: 0 1 290px;
      flex: 0 1 290px; }
    .tiles--ordered ol .tile--priority__First + .tile--priority__First {
      margin-left: 34px; }
    .tiles--ordered ol .tile--priority__secondary + .tile--priority__secondary {
      margin-left: 34px; }
    .lt-ie10 .tiles--ordered ol .tile--standard.tile--priority__First {
      width: 340px;
      min-height: 329px; }
    .lt-ie10 .tiles--ordered ol .tile--standard.tile--priority__secondary {
      width: 246px;
      min-height: 310px; }
    .lt-ie10 .tiles--ordered ol .tile--priority__First + .tile--priority__First {
      margin-left: 33px; }
    .lt-ie10 .tiles--ordered ol .tile--priority__secondary + .tile--priority__secondary {
      margin-left: 33px; } }
  @media screen and (min-width: 768px) {
    @-moz-document url-prefix() {
      .tiles--ordered ol {
        width: 100%;
        -moz-box-sizing: border-box; } } }

.newsletterSubscribe--fancy {
  position: relative; }
  .newsletterSubscribe--fancy .beta {
    margin-bottom: 10px; }
  .newsletterSubscribe--fancy .summary {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
    color: #666; }
  .newsletterSubscribe--fancy input[type="text"],
  .newsletterSubscribe--fancy input[type="email"] {
    border-width: 1px;
    border-color: #c5c5c5;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 5px 14px 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .newsletterSubscribe--fancy .form__item, .newsletterSubscribe--fancy .sfFormBox, .newsletterSubscribe--fancy .sfFormBlock, .newsletterSubscribe--fancy .sfFormDropdown {
    margin-bottom: 13px; }
  .newsletterSubscribe--fancy .sfFormRadiolist, .newsletterSubscribe--fancy .sfFormCheckboxlist {
    margin-bottom: 3px;
    font-size: 13px; }
    .newsletterSubscribe--fancy .sfFormRadiolist .sfError, .newsletterSubscribe--fancy .sfFormCheckboxlist .sfError {
      margin-bottom: 10px; }
    .newsletterSubscribe--fancy .sfFormRadiolist .sfError, .newsletterSubscribe--fancy .sfFormCheckboxlist .sfError {
      text-align: left; }
  .newsletterSubscribe--fancy .button--noRadius {
    margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .newsletterSubscribe--fancy {
      max-width: 900px;
      padding-left: 484px;
      min-height: 229px; }
      .newsletterSubscribe--fancy .imgCover {
        width: 481px;
        background-position: top center;
        position: absolute;
        left: -24px;
        top: 0px;
        bottom: -13px; }
      .newsletterSubscribe--fancy .newsletterActive {
        min-height: 324px; } }
  @media screen and (min-width: 1200px) {
    .newsletterSubscribe--fancy {
      padding-left: 564px;
      padding-top: 14px;
      min-height: 291px; }
      .newsletterSubscribe--fancy .imgCover {
        width: 601px;
        left: -119px;
        bottom: -20px; }
      .newsletterSubscribe--fancy .summary {
        font-size: 13px;
        line-height: 18px; }
      .newsletterSubscribe--fancy input[type="text"],
      .newsletterSubscribe--fancy input[type="email"] {
        padding: 9px 14px 10px; }
      .newsletterSubscribe--fancy .newsletterActive {
        min-height: 410px; } }
  .newsletterSubscribe--fancy .sfSuccess {
    margin-bottom: 0; }
  .newsletterSubscribe--fancy .social {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-right: 4px; }
    .newsletterSubscribe--fancy .social span {
      position: absolute;
      left: -100%;
      width: 1px;
      height: 1px;
      font-size: 0; }
    .newsletterSubscribe--fancy .social.twitter img {
      left: -37px;
      top: -130px; }
    .newsletterSubscribe--fancy .social.twitter:hover, .newsletterSubscribe--fancy .social.twitter:focus {
      opacity: 0.5; }
    .newsletterSubscribe--fancy .social.linkedin img {
      left: -81px;
      top: -130px; }
    .newsletterSubscribe--fancy .social.linkedin:hover, .newsletterSubscribe--fancy .social.linkedin:focus {
      opacity: 0.5; }
    .newsletterSubscribe--fancy .social.youtube img {
      left: -124px;
      top: -130px; }
    .newsletterSubscribe--fancy .social.youtube:hover, .newsletterSubscribe--fancy .social.youtube:focus {
      opacity: 0.5; }
    .newsletterSubscribe--fancy .social.soundcloud img {
      left: -167px;
      top: -130px; }
    .newsletterSubscribe--fancy .social.soundcloud:hover, .newsletterSubscribe--fancy .social.soundcloud:focus {
      opacity: 0.5; }

.social-list-links {
  overflow: hidden; }
  .social-list-links li {
    float: left; }

.featuredLink {
  border: 1px dotted #7f3e8c;
  margin-bottom: 30px;
  padding: 24px 20px; }
  .featuredLink h2 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px; }
  .featuredLink p {
    margin-bottom: 4px; }
  @media screen and (min-width: 768px) {
    .featuredLink {
      padding: 36px 34px; } }

.callToAction {
  text-align: center;
  background: #909090;
  color: #fff;
  padding: 15px 0; }
  .callToAction .call-toAction--text {
    font-family: "theinhardtregular", "open sans", sans-serif;
    font-size: 18px; }
  .callToAction .button--reverse {
    border-color: #fff;
    color: #fff;
    background: none;
    font-family: "theinhardtbold", "open sans", sans-serif;
    padding: 9px 20px 8px; }
    .callToAction .button--reverse:hover, .callToAction .button--reverse:focus {
      background: #fff;
      color: #666; }
  @media screen and (max-width: 767px) {
    .callToAction .call-toAction--text {
      display: block;
      margin-bottom: 15px; } }
  @media screen and (min-width: 768px) {
    .callToAction {
      padding: 20px 0; }
      .callToAction .call-toAction--text,
      .callToAction .button--reverse {
        vertical-align: middle; }
      .callToAction .call-toAction--text {
        font-size: 21px;
        display: inline-block;
        max-width: 76%; }
      .callToAction .button--reverse {
        max-width: 17%;
        margin-left: 7%; }
      .lt-ie9 .callToAction .call-toAction--text {
        max-width: 74%; }
      .lt-ie9 .callToAction .button--reverse {
        margin-left: 4%; } }
  @media screen and (min-width: 1200px) {
    .callToAction {
      padding: 30px 0; }
      .callToAction .call-toAction--text {
        font-size: 24px; } }

.publications--featured {
  padding: 15px 20px;
  margin-bottom: 20px;
  border: 1px dotted #7a3a89; }
  .publications--featured .publications--featured__title {
    margin: 0 0 4px;
    font-size: 14px; }
  @media screen and (min-width: 768px) {
    .publications--featured {
      padding: 36px 34px; } }

.publications--list {
  margin-bottom: 20px; }
  .publications--list > .delta {
    margin-bottom: 14px; }
  .publications--list .title--link {
    font-family: "theinhardtmedium", "open sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px; }
  .publications--list > ul > li {
    border-bottom: 1px solid #ccc;
    padding: 17px 0 21px; }
    .publications--list > ul > li:first-child {
      border-top: 1px solid #ccc; }
    .publications--list > ul > li:after {
      content: '';
      display: table;
      clear: both; }
  .publications--list .summary {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 23px; }
  .publications--list .documentIcon {
    width: 43px;
    height: 48px;
    overflow: hidden;
    position: relative;
    margin-left: 15px;
    margin-bottom: 15px; }
    .publications--list .documentIcon img {
      left: -213px;
      top: -1px; }
    .publications--list .documentIcon.pdf {
      width: 43px;
      height: 48px; }
      .publications--list .documentIcon.pdf img {
        left: -152px;
        top: -1px; }
    .publications--list .documentIcon.rtf {
      width: 43px;
      height: 48px; }
      .publications--list .documentIcon.rtf img {
        left: -38px;
        top: -1px; }
    .publications--list .documentIcon.doc, .publications--list .documentIcon.docx {
      width: 43px;
      height: 48px; }
      .publications--list .documentIcon.doc img, .publications--list .documentIcon.docx img {
        left: -95px;
        top: -1px; }
    .publications--list .documentIcon img {
      position: absolute; }
  .publications--list .imgWrap img {
    border: 1px solid #e1e1e1; }
  .publications--list a.imgWrap:hover, .publications--list a.imgWrap:focus {
    opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .publications--list .imgWrap {
      width: 100%;
      max-height: 382px;
      margin-bottom: 15px; }
      .publications--list .imgWrap img {
        max-height: inherit; }
    .publications--list .media--content {
      overflow: initial; }
    .publications--list .media--image {
      clear: both; } }
  @media screen and (min-width: 768px) {
    .publications--list {
      padding: 0 12px;
      margin-bottom: 38px; }
      .publications--list > ul {
        clear: both; }
      .publications--list .summary {
        font-size: 13px; }
      .publications--list > ul > li {
        padding: 17px 12px 21px;
        margin: 0 -12px;
        position: relative; }
      .publications--list .title--link {
        font-size: 17px; }
      .publications--list .imgWrap {
        margin-right: 31px;
        height: 130px;
        width: 95px;
        text-align: left; }
      .publications--list .documentIcon {
        margin-left: 15px;
        margin-top: 10px; } }
  @media screen and (min-width: 1200px) {
    .publications--list > .delta {
      font-size: 18px;
      float: left; }
    .publications--list .documentIcon {
      margin-right: 21px;
      margin-left: 30px;
      margin-top: 10px; } }

@media screen and (min-width: 768px) {
  .media--image__left {
    float: left; } }

@media screen and (min-width: 768px) {
  .media--image__right {
    float: right; } }

@media screen and (max-width: 767px) {
  .media--image__rightMobile {
    float: right; } }

.media--content {
  overflow: hidden; }

.clearSearch {
  display: inline-block; }
  @media screen and (max-width: 1199px) {
    .clearSearch {
      margin-bottom: 15px; } }
  @media screen and (min-width: 1200px) {
    .clearSearch {
      float: right;
      margin-bottom: 10px; } }

.meta--categories,
.meta--tags,
.meta--location {
  font-size: 12px;
  line-height: 18px; }

.meta--categories,
.meta--location {
  margin-bottom: 14px; }

.meta--location a {
  display: inline-block; }

.publications--inlineSearch {
  margin-bottom: 20px; }
  .publications--inlineSearch:after {
    content: "";
    display: table;
    clear: both; }
  .publications--inlineSearch .button--icon {
    padding: 9px 25px 8px; }
  .publications--inlineSearch input[type="text"],
  .publications--inlineSearch select {
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 100%; }
  .publications--inlineSearch input[type="text"] {
    padding: 10px 11px 9px; }
  .publications--inlineSearch select {
    padding: 9px 11px 8px; }
  .publications--inlineSearch .inlineSearch--item {
    float: left; }
  .publications--inlineSearch .inlineSearch--short {
    width: 100%; }
  .publications--inlineSearch .inlineSearch--long {
    width: 80%; }
  .publications--inlineSearch .inlineSearch--button {
    width: 20%; }
    .publications--inlineSearch .inlineSearch--button .button--icon {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      .k-ie10 .publications--inlineSearch .inlineSearch--button .button--icon,
      .lt-ie10 .publications--inlineSearch .inlineSearch--button .button--icon {
        height: 42px; }
  .k-ie10 .publications--inlineSearch input[type="text"],
  .lt-ie10 .publications--inlineSearch input[type="text"] {
    padding: 11px 11px 11px; }
  .k-ie10 .publications--inlineSearch select,
  .lt-ie10 .publications--inlineSearch select {
    padding: 10px 11px 10px; }
  @media screen and (max-width: 767px) {
    .publications--inlineSearch {
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .publications--inlineSearch {
      margin-bottom: 44px; }
      .publications--inlineSearch .inlineSearch--long {
        width: 90%; }
      .publications--inlineSearch .inlineSearch--button {
        width: 10%; } }
  @media screen and (min-width: 1200px) {
    .publications--inlineSearch .inlineSearch--short {
      width: 184px; }
    .publications--inlineSearch .inlineSearch--long {
      width: 470px; }
    .publications--inlineSearch .inlineSearch--button {
      width: 45px; } }

.EmptyData,
.pagedList {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .EmptyData,
    .pagedList {
      margin-bottom: 37px; } }

.publications--item > .alpha {
  margin-bottom: 2px;
  text-align: left; }

.publications--item .meta--categories,
.publications--item .meta--tags {
  text-align: left; }

.publications--item .meta--categories {
  clear: both; }

.publications--item .meta--tags {
  margin-bottom: 14px; }

.publications--item .meta--date {
  font-size: 12px;
  color: #3f3f3e;
  margin-bottom: 22px;
  text-align: left; }

.publications--item .sfContentBlock {
  margin-bottom: 20px; }

.publications--item .metainfo {
  margin-bottom: 20px; }

.publications--item .imgWrap {
  max-height: 322px;
  margin-bottom: 40px;
  position: relative; }
  .publications--item .imgWrap img {
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    max-height: initial;
    max-height: inherit; }
  .publications--item .imgWrap:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0px;
    right: 0px;
    height: 5px;
    background: #fff; }

@media screen and (min-width: 1200px) {
  .publications--item {
    text-align: right;
    overflow: hidden; }
    .publications--item .sfContentBlock,
    .publications--item .metainfo {
      display: inline-block;
      vertical-align: top; }
    .publications--item .sfContentBlock {
      float: left;
      width: 425px;
      text-align: left; }
    .publications--item .metainfo {
      text-align: center;
      width: 238px;
      margin-right: 5px; }
      .publications--item .metainfo .meta--tags {
        text-align: center;
        margin-bottom: 15px; } }

.auxHelpers {
  border-top: 1px solid #ccc;
  padding-top: 14px;
  margin-bottom: 20px; }
  .auxHelpers > * {
    margin-right: 10px; }
  .auxHelpers .previousLink {
    color: #3f3f3e;
    text-decoration: none;
    padding: 0 14px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
    vertical-align: top;
    border-radius: 3px;
    line-height: 20px; }
  .auxHelpers .previousLink .fa {
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: #3f3f3e;
    font-size: 20px;
    vertical-align: middle;
    line-height: 20px;
    content: "\f104";
    margin-right: 8px;
    vertical-align: top; }
  .auxHelpers .previousLink:hover,
  .auxHelpers .previousLink:focus {
    background: #666;
    color: #fff; }
    .auxHelpers .previousLink:hover .fa,
    .auxHelpers .previousLink:focus .fa {
      color: #fff; }
  .auxHelpers .printIcon {
    display: inline-block; }
    .auxHelpers .printIcon:hover, .auxHelpers .printIcon:focus {
      filter: alpha(opacity= "80");
      opacity: 0.8; }
  .auxHelpers .stButton {
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .auxHelpers [class*="st_"] {
      display: block; }
    .auxHelpers .previousLink {
      margin-bottom: 15px; } }
  @media screen and (min-width: 768px) {
    .auxHelpers {
      margin-bottom: 35px; } }

.printIcon {
  width: 17px;
  height: 18px; }
  .printIcon img {
    left: -1px;
    top: -1px; }

/*------------------------------------*	!events

	list

	detail


\*------------------------------------*/
.event__info li {
  margin-bottom: 5px; }

.event--list > .delta {
  margin-bottom: 14px; }

.event--list .title--link {
  font-family: "theinhardtregular", "open sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px; }

.event--list .event--fancyDate {
  color: #fff;
  font-size: 14px;
  font-family: "theinhardtmedium", "open sans", sans-serif;
  background: #909090;
  padding: 11px 5px 13px;
  text-align: center;
  min-width: 70px;
  margin-right: 15px;
  float: left; }

.event--list .summary {
  font-size: 12px;
  margin-bottom: 13px;
  line-height: 23px; }

.event--list > ul {
  clear: both; }

.event--list > ul > li {
  border-bottom: 1px solid #ccc;
  padding: 17px 0 21px; }
  .event--list > ul > li:first-child {
    border-top: 1px solid #ccc; }
  .event--list > ul > li:after {
    content: '';
    display: table;
    clear: both; }

.event--list .meta--tags {
  margin-bottom: 14px; }

.event--list .button--reverse {
  padding: 8px 16px 9px; }

@media screen and (min-width: 768px) {
  .event--list {
    padding: 0 12px;
    margin-bottom: 38px; }
    .event--list .event--fancyDate {
      margin-right: 34px;
      font-size: 17px; }
    .event--list > ul > li {
      padding: 17px 12px 21px;
      margin: 0 -12px;
      position: relative; }
    .event--list .title--link {
      font-size: 17px; }
    .event--list .summary {
      font-size: 13px; } }

@media screen and (min-width: 1200px) {
  .event--list > .delta {
    font-size: 18px;
    float: left; }
  .event--list .ws33 {
    text-align: right; }
  .event--list .meta--tags {
    margin-bottom: 3px; } }

@media screen and (min-width: 1200px) {
  .wsCols {
    overflow: hidden; }
    .wsCols .ws66 {
      width: 66%;
      float: left;
      padding-right: 15px; }
    .wsCols .ws33 {
      width: 33%;
      float: right; } }

.event--item .imgWrap img {
  max-height: inherit; }

.event--item .media--image__right {
  margin-bottom: 20px; }

.event--item .media--content {
  margin-bottom: 20px; }

.event--item .button--reverse {
  padding: 8px 18px 9px; }

.event--item .alpha {
  border-bottom: 1px solid #ccc;
  padding-bottom: 13px; }

.event--item .meta--tags {
  margin-bottom: 14px; }

@media screen and (max-width: 767px) {
  .event--item .imgWrap {
    max-height: 248px; }
    .event--item .imgWrap img {
      max-height: inherit; } }

@media screen and (min-width: 768px) {
  .event--item .imgWrap {
    width: 248px;
    max-height: 140px;
    margin-left: 20px; }
  .event--item .media--content {
    margin-bottom: 37px; }
  .event--item .sfContentBlock {
    clear: both; }
  .event--item .alpha {
    margin: 0 -12px 26px;
    padding: 0 12px 19px;
    position: relative; } }

@media screen and (min-width: 1200px) {
  .event--item .imgWrap {
    width: 340px;
    max-height: 192px; } }

.eventInfo {
  font-size: 14px;
  font-family: "theinhardtmedium", "open sans", sans-serif;
  margin-bottom: 20px; }
  .eventInfo .eventInfo--date,
  .eventInfo .eventInfo--street,
  .eventInfo .eventInfo--location,
  .eventInfo .eventInfo--time {
    margin-bottom: 7px;
    padding-left: 30px;
    position: relative; }
    .eventInfo .eventInfo--date:before,
    .eventInfo .eventInfo--street:before,
    .eventInfo .eventInfo--location:before,
    .eventInfo .eventInfo--time:before {
      color: #797979;
      font-size: 16px;
      margin-right: 6px;
      position: absolute;
      left: 10px;
      top: 3px; }
  .eventInfo .eventInfo--date:before {
    content: "\f073"; }
  .eventInfo .eventInfo--street:before {
    content: "\f124"; }
  .eventInfo .eventInfo--location:before {
    content: "\f041"; }
  .eventInfo .eventInfo--time:before {
    content: "\f017"; }
  @media screen and (min-width: 1200px) {
    .eventInfo {
      font-size: 17px; }
      .eventInfo .eventInfo--date,
      .eventInfo .eventInfo--street,
      .eventInfo .eventInfo--location,
      .eventInfo .eventInfo--time {
        padding-left: 40px; } }

.events--past > ul > li {
  position: relative; }

.events--past a.link {
  padding: 15px 22px 15px;
  position: relative;
  display: block;
  background-image: url(/App_Themes/Standard/images/grid--clear3.png);
  background-color: #ccc;
  background-position: bottom left;
  background-repeat: no-repeat; }
  .events--past a.link:hover, .events--past a.link:focus {
    text-decoration: underline; }
    .events--past a.link:hover .event--date, .events--past a.link:focus .event--date {
      text-decoration: underline; }

.events--past .event--title {
  font-family: "theinhardtregular", "open sans", sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 17px; }

.events--past .event--date {
  font-size: 13px; }

@media screen and (max-width: 1199px) {
  .events--past > ul > li {
    margin-bottom: 20px; } }

@media screen and (min-width: 768px) {
  .events--past .event--title {
    font-size: 20px;
    line-height: 24px; } }

@media screen and (min-width: 1200px) {
  .events--past {
    margin-bottom: 33px; }
    .events--past > ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .events--past > ul > li {
        width: 218px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
        .events--past > ul > li + li {
          margin-left: 34px; }
    .events--past a.link {
      padding: 27px 22px 50px; }
    .events--past .event--title {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 29px; }
    .events--past .event--date {
      position: absolute;
      bottom: 16px;
      left: 22px;
      right: 22px; }
    .lt-ie10 .events--past > ul > li,
    .k-ie10 .events--past > ul > li {
      width: 218px; }
      .lt-ie10 .events--past > ul > li a,
      .k-ie10 .events--past > ul > li a {
        width: 100%; }
      .lt-ie10 .events--past > ul > li + li,
      .k-ie10 .events--past > ul > li + li {
        margin-left: 27px; }
    .lt-ie10 .events--past > ul > li {
      display: inline-block;
      vertical-align: top; } }

@media screen and (min-width: 1200px) {
  .events--past .delta {
    font-size: 18px; } }

.ws-search-results label {
  white-space: nowrap;
  display: inline-block;
  margin-right: 15px; }

.ws-search-results .btn.btn-primary {
  white-space: nowrap; }

.ws-search-results .sort-by-flex {
  margin-bottom: 30px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 30px; }

.ws-search-results .sf-search-results h3 {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold; }

.ws-search-results .sf-search-results a {
  color: #94348c;
  text-decoration: none; }

.ws-search-results .truncate {
  margin-bottom: 0; }

.ws-search-results .media.sf-media {
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .ws-search-results label {
    margin-bottom: 10px; }
  .ws-search-results .btn.btn-primary {
    margin-top: 10px; }
  .ws-search-results .sort-by-flex .btn-primary {
    display: block;
    width: 100%; } }

@media screen and (min-width: 768px) {
  .ws-search-results .sort-by-flex select.userSortDropdown {
    display: inline-block;
    width: auto; }
  .ws-search-results .sort-by-flex {
    display: flex;
    align-items: center; }
  .ws-search-results .btn.btn-primary {
    margin-left: 15px; }
  .ws-search-results .pull-right-sm {
    float: right;
    margin-left: 10px; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.pageTiles ul,
.faux--pgWidth,
#hd .pgWidth,
.sf_cols.faux--pgWidth {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .pageTiles ul,
    .faux--pgWidth,
    #hd .pgWidth,
    .sf_cols.faux--pgWidth {
      min-width: 320px;
      max-width: 480px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) {
    .pageTiles ul,
    .faux--pgWidth,
    #hd .pgWidth,
    .sf_cols.faux--pgWidth {
      width: 768px;
      padding-left: 24px;
      padding-right: 24px; } }
  @media screen and (min-width: 1200px) {
    .pageTiles ul,
    .faux--pgWidth,
    #hd .pgWidth,
    .sf_cols.faux--pgWidth {
      width: 1135px;
      padding-left: 20px;
      padding-right: 20px; } }

#hd {
  background: #3c3c3b;
  color: #fff;
  padding: 3px 0; }
  @media screen and (min-width: 768px) {
    #hd {
      padding: 4px 0 0; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    #hd {
      padding-bottom: 43px;
      position: relative; } }
  @media screen and (min-width: 1200px) {
    #hd {
      padding: 14px 0 0; } }

.bg-grey-dark {
  background: #BCBDC0; }

.bg-grey-light {
  background: #DCDDDF; }

.bg--grey {
  background: #f3f3f3; }

#ft .bg--grey {
  padding: 12px 0 15px;
  margin-bottom: 29px;
  border-bottom: 1px solid #7a3a89; }

@media screen and (min-width: 768px) {
  #ft .bg--grey {
    padding: 34px 0 13px; } }

@media screen and (min-width: 1200px) {
  #ft .bg--grey {
    padding: 65px 0 20px; } }

.skip-to a {
  position: absolute;
  left: -300%;
  color: #fff; }
  .skip-to a:focus {
    left: 0; }

.wsColumnsTesting .sf_colsOut {
  background: teal; }

.wsColumnsTesting .sf_colsOut + .sf_colsOut {
  background: tomato; }

.wsColumnsTesting .sfContentBlock {
  color: #222; }

@media (max-width: 767px) {
  .wsColumnsTesting .sf_colsOut {
    width: 100%; }
    .wsColumnsTesting .sf_colsOut .sf_colsIn {
      margin-left: 0; } }

@media screen and (max-width: 767px) {
  .sf_cols .sf_colsOut {
    width: auto;
    float: none; }
    .sf_cols .sf_colsOut .sf_colsIn {
      margin-left: 0; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sf_cols .sf_2cols_1_33,
  .sf_cols .sf_2cols_2_67,
  .sf_cols .sf_2cols_1_67,
  .sf_cols .sf_2cols_2_33 {
    width: 100%;
    float: none; } }

@media screen and (max-width: 1199px) {
  .sf_cols.sfCols-breakOntablet .sf_colsOut {
    width: auto;
    float: none; }
    .sf_cols.sfCols-breakOntablet .sf_colsOut .sf_colsIn {
      margin-left: 0; } }

.sf_cols.mainAuxCols > .sf_colsOut > .sf_colsIn {
  margin-left: 0 !important; }

.sf_cols.mainAuxCols .mainCol,
.sf_cols.mainAuxCols .auxCol {
  padding-bottom: 20px; }

@media screen and (min-width: 768px) {
  .sf_cols.mainAuxCols > .sf_2cols_1_25 {
    width: 31%; }
  .sf_cols.mainAuxCols > .sf_2cols_2_75 {
    width: 64%; } }

@media screen and (min-width: 1200px) {
  .sf_cols.mainAuxCols > .sf_2cols_1_25 {
    width: 340px; }
  .sf_cols.mainAuxCols > .sf_2cols_2_75 {
    width: 720px; } }

@media print {
  .sf_cols.mainAuxCols > .sf_2cols_1_25,
  .sf_cols.mainAuxCols > .sf_2cols_2_75 {
    width: 100%; } }

.header--mainCols .sf_colsIn {
  position: relative; }

@media screen and (max-width: 767px) {
  .header--mainCols .sf_2cols_1_50 {
    position: relative; } }

@media screen and (min-width: 1200px) {
  .header--mainCols .sf_2cols_1_50 {
    width: 35%; }
  .header--mainCols .sf_2cols_2_50 {
    width: 65%; } }

.sf_cols.footerMultiCols h3 {
  font-family: "theinhardtregular", "open sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px; }
  .sf_cols.footerMultiCols h3 a {
    color: #333;
    text-decoration: none; }
    .sf_cols.footerMultiCols h3 a[href]:hover, .sf_cols.footerMultiCols h3 a[href]:focus {
      text-decoration: underline; }
  .sf_cols.footerMultiCols h3 strong {
    font-weight: 400;
    font-family: "theinhardtbold", "open sans", sans-serif; }

.sf_cols.footerMultiCols .sfNavHorizontalWrp li {
  float: none;
  line-height: 1.2em; }

.sf_cols.footerMultiCols .sfNavHorizontalWrp li + li {
  margin-top: 13px; }

.sf_cols.footerMultiCols .sfNavHorizontalWrp a {
  text-decoration: none;
  color: #1e1e1e; }
  .sf_cols.footerMultiCols .sfNavHorizontalWrp a:hover, .sf_cols.footerMultiCols .sfNavHorizontalWrp a:focus {
    text-decoration: underline; }

@media screen and (max-width: 767px) {
  .sf_cols.footerMultiCols h3 {
    font-family: "theinhardtbold", "open sans", sans-serif; }
  .sf_cols.footerMultiCols .sfNavHorizontalWrp {
    margin-bottom: 33px; }
  .sf_cols.footerMultiCols > .sf_2cols_1_75 .sf_colsOut {
    width: 49% !important;
    display: inline-block;
    vertical-align: top; }
  .sf_cols.footerMultiCols > .sf_2cols_1_75 .sf_4cols_1_25,
  .sf_cols.footerMultiCols > .sf_2cols_1_75 .sf_4cols_2_25 {
    padding-bottom: 11px; }
  .sf_cols.footerMultiCols > .sf_2cols_1_75 .sf_4cols_1_25,
  .sf_cols.footerMultiCols > .sf_2cols_1_75 .sf_4cols_3_25 {
    padding-right: 5px; }
  .sf_cols.footerMultiCols > .sf_2cols_1_75 .sf_4cols_2_25,
  .sf_cols.footerMultiCols > .sf_2cols_1_75 .sf_4cols_4_25 {
    padding-left: 5px; }
  .sf_cols.footerMultiCols > .sf_2cols_2_25 {
    padding-top: 24px;
    border-top: 1px solid #cbcbcb;
    width: 100%; } }

@media screen and (min-width: 768px) {
  .sf_cols.footerMultiCols {
    font-size: 12px; }
    .sf_cols.footerMultiCols h3 {
      margin-bottom: 13px; }
    .sf_cols.footerMultiCols .sfNavHorizontalWrp li + li {
      margin-top: 15px; }
    .sf_cols.footerMultiCols > .sf_2cols_1_75,
    .sf_cols.footerMultiCols > .sf_2cols_2_25 {
      margin-top: 5px;
      margin-bottom: 17px; }
      .sf_cols.footerMultiCols > .sf_2cols_1_75 .sf_colsIn,
      .sf_cols.footerMultiCols > .sf_2cols_2_25 .sf_colsIn {
        margin: 0; }
    .sf_cols.footerMultiCols > .sf_2cols_1_75 {
      border-right: 1px solid #ccc;
      width: 83%; }
      .sf_cols.footerMultiCols > .sf_2cols_1_75 .sf_colsIn {
        margin: 0; }
      .sf_cols.footerMultiCols > .sf_2cols_1_75 > .sf_colsIn .sf_colsIn {
        padding-right: 10px; }
    .sf_cols.footerMultiCols > .sf_2cols_2_25 {
      border-left: 1px solid #ccc;
      margin-left: -1px;
      position: relative;
      float: left;
      padding-left: 16px;
      width: 17%; } }

@media screen and (max-width: 1199px) {
  .sf_cols.footerMultiCols h3 {
    font-size: 13px;
    margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .sf_cols.footerMultiCols h3 {
    font-size: 14px; }
  .sf_cols.footerMultiCols .sf_4cols_1_25 h3 strong,
  .sf_cols.footerMultiCols .sf_4cols_2_25 h3 strong {
    display: block; } }

@media screen and (min-width: 1200px) {
  .sf_cols.footerMultiCols h3 {
    font-size: 17px;
    margin-bottom: 18px; }
  .sf_cols.footerMultiCols .sfNavHorizontalWrp li + li {
    margin-top: 18px; }
  .sf_cols.footerMultiCols > .sf_2cols_1_75,
  .sf_cols.footerMultiCols > .sf_2cols_2_25 {
    margin-top: 60px;
    margin-bottom: 55px; }
  .sf_cols.footerMultiCols > .sf_2cols_1_75 {
    width: 75%; }
    .sf_cols.footerMultiCols > .sf_2cols_1_75 > .sf_colsIn .sf_colsIn {
      padding-right: 25px; }
  .sf_cols.footerMultiCols > .sf_2cols_2_25 {
    width: 25%;
    padding-left: 33px; } }

.sf_cols.footer--copyNav {
  margin-bottom: 15px; }
  .sf_cols.footer--copyNav .RadTabStrip .rtsLink,
  .sf_cols.footer--copyNav .RadTabStrip a,
  .sf_cols.footer--copyNav .sfNavWrp .rtsLink,
  .sf_cols.footer--copyNav .sfNavWrp a {
    padding: 0;
    font-size: 12px;
    color: #333;
    background: none;
    text-decoration: none; }
    .sf_cols.footer--copyNav .RadTabStrip .rtsLink span,
    .sf_cols.footer--copyNav .RadTabStrip a span,
    .sf_cols.footer--copyNav .sfNavWrp .rtsLink span,
    .sf_cols.footer--copyNav .sfNavWrp a span {
      padding: 0;
      line-height: 1.2em;
      background: none; }
    .sf_cols.footer--copyNav .RadTabStrip .rtsLink:hover, .sf_cols.footer--copyNav .RadTabStrip .rtsLink:focus,
    .sf_cols.footer--copyNav .RadTabStrip a:hover,
    .sf_cols.footer--copyNav .RadTabStrip a:focus,
    .sf_cols.footer--copyNav .sfNavWrp .rtsLink:hover,
    .sf_cols.footer--copyNav .sfNavWrp .rtsLink:focus,
    .sf_cols.footer--copyNav .sfNavWrp a:hover,
    .sf_cols.footer--copyNav .sfNavWrp a:focus {
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .sf_cols.footer--copyNav .sf_colsOut {
      width: auto !important; }
    .sf_cols.footer--copyNav .sf_2cols_1_25 {
      border-top: 1px solid #e6e6e6;
      padding-top: 16px;
      margin-bottom: 14px; }
    .sf_cols.footer--copyNav .RadTabStrip li,
    .sf_cols.footer--copyNav .sfNavWrp li {
      margin-right: 14px;
      margin-bottom: 8px; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .sf_cols.footer--copyNav .sf_2cols_1_25 {
      width: 20% !important; }
    .sf_cols.footer--copyNav .sf_2cols_2_75 {
      width: 80% !important; } }
  @media screen and (min-width: 768px) {
    .sf_cols.footer--copyNav {
      padding-top: 17px;
      border-top: 1px solid #e6e6e6; }
      .sf_cols.footer--copyNav .RadTabStri,
      .sf_cols.footer--copyNav .sfNavWrp {
        line-height: 1.2em;
        text-align: right; }
        .sf_cols.footer--copyNav .RadTabStri ul,
        .sf_cols.footer--copyNav .sfNavWrp ul {
          display: block;
          float: none;
          text-align: right; }
        .sf_cols.footer--copyNav .RadTabStri li,
        .sf_cols.footer--copyNav .sfNavWrp li {
          display: inline-block;
          float: none;
          margin-left: 11px;
          margin-bottom: 3px; } }
  @media screen and (min-width: 1200px) {
    .sf_cols.footer--copyNav {
      padding-top: 26px; }
      .sf_cols.footer--copyNav .sf_2cols_1_25 {
        width: 15% !important; }
      .sf_cols.footer--copyNav .sf_2cols_2_75 {
        width: 85% !important; } }

.copyrightTag {
  font-size: 12px;
  color: #666; }
  @media screen and (min-width: 768px) {
    .copyrightTag {
      line-height: 1.2em; } }

.victorian-integrity-system ul {
  margin: 0; }
  @media (min-width: 1250px) {
    .victorian-integrity-system ul {
      display: flex; } }
  .victorian-integrity-system ul li {
    padding: 30px 18px 20px 18px;
    margin: 0 11px;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 1250px) {
      .victorian-integrity-system ul li {
        display: flex;
        width: 33.33%; } }
    @media (max-width: 1250px) {
      .victorian-integrity-system ul li {
        margin-bottom: 20px; } }
    .victorian-integrity-system ul li::before {
      display: none; }
    .victorian-integrity-system ul li .logo-cell {
      width: 100%;
      padding: 20px 10px;
      text-align: center;
      height: 180px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      box-shadow: 1px 4px 8px #888888;
      background-color: white; }
      @media (max-width: 1250px) {
        .victorian-integrity-system ul li .logo-cell {
          height: 150px; } }
      .victorian-integrity-system ul li .logo-cell .imgWrap {
        height: 40px;
        line-height: 37px; }
        .victorian-integrity-system ul li .logo-cell .imgWrap img {
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          width: 100%; }
      .victorian-integrity-system ul li .logo-cell h4 {
        font-weight: 700;
        padding: 0 15px;
        width: 100%; }
    .victorian-integrity-system ul li .agency-description {
      padding-top: 20px;
      text-align: center;
      flex-grow: 2; }
  .victorian-integrity-system ul .ibac {
    background-color: #ead6e7; }
  .victorian-integrity-system ul .ombudsman {
    background-color: #e2ecd7; }
  .victorian-integrity-system ul .vago {
    background-color: #dee7ef; }
    .victorian-integrity-system ul .vago img {
      height: 40px;
      margin: auto;
      max-width: 100px; }

.victorian-integrity-system .more-agencies {
  background-color: #e8e8e8;
  padding: 6px 60px;
  text-align: center;
  margin: 20px 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: normal; }
  .victorian-integrity-system .more-agencies p {
    margin: 0; }

@media (min-width: 1200px) {
  .accountability-scheme .row {
    display: flex; } }

.accountability-scheme .row h3 {
  text-align: center; }
  @media (min-width: 1200px) {
    .accountability-scheme .row h3 {
      position: absolute;
      left: -100%;
      width: 0;
      height: 0;
      font-size: 0; } }

@media screen and (min-width: 1200px) {
  .accountability-scheme .row .agency {
    min-height: 260px; } }

.accountability-scheme .row .agency h4 {
  font-size: 15px;
  line-height: 18px;
  border-bottom: 6px solid lightgrey;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  @media screen and (min-width: 1200px) {
    .accountability-scheme .row .agency h4 {
      min-height: 62px; } }

.accountability-scheme .row .agency p, .accountability-scheme .row .agency li {
  font-size: 13px; }

.accountability-scheme .row .agency p {
  line-height: 1.3em; }

.accountability-scheme .col.commonwealth h4 {
  border-bottom: 6px solid grey; }

.accountability-scheme .col.commonwealth img {
  width: 100%;
  height: 225px; }

@media (min-width: 1200px) {
  .accountability-scheme .col.commonwealth {
    max-width: 33.333333%; }
    .accountability-scheme .col.commonwealth img {
      height: 157px;
      width: 215px; } }

@media (max-width: 1200px) {
  .accountability-scheme .col.commonwealth img {
    display: none; } }

@media (max-width: 1200px) {
  .accountability-scheme .col.commonwealth .agencies {
    margin-bottom: 65px; } }

@media (min-width: 1200px) {
  .accountability-scheme .col.commonwealth .agencies .agency {
    padding: 20px 30px; }
    .accountability-scheme .col.commonwealth .agencies .agency p {
      margin-bottom: 2em; } }

@media (max-width: 1200px) {
  .accountability-scheme .col.commonwealth .agencies .agency {
    padding: 20px 10px 0; } }

@media (min-width: 1200px) {
  .accountability-scheme .col.victoria {
    max-width: 66.666667%; }
    .accountability-scheme .col.victoria img {
      height: 157px; } }

@media (max-width: 1200px) {
  .accountability-scheme .col.victoria img {
    display: none; } }

@media (min-width: 1200px) {
  .accountability-scheme .col.victoria .agencies {
    display: flex;
    flex-wrap: wrap; } }

.accountability-scheme .col.victoria .agencies .agency {
  flex-grow: 1;
  width: 33.33%;
  padding: 20px 10px 0; }
  @media (max-width: 1200px) {
    .accountability-scheme .col.victoria .agencies .agency {
      width: 100%; } }

.legislation-table table tr:first-child th {
  border-bottom: inherit; }

.legislation-table th {
  width: 32%; }

.legislation-table .tableResponsive-tablet {
  overflow-x: auto; }
  .legislation-table .tableResponsive-tablet td {
    vertical-align: inherit;
    padding: 15px; }
