/* General Size Settings */
/* Pixels to EM Calculations */
/* 14/16 */
/* 18/16 */
/* 20/16 */
/* 22/16 */
/* 25/16 */
/* 28/16 */
/* 30/16 */
/* 35/16 */
/* 45/16 */
/* 48/16 */
/* 70/16 */
/* 90/16 */
/* 100/16 */
/* 120/16 */
/* Color Variables */
@font-face {
  font-family: 'Museo Slab';
  src: url('/Content/fonts/museo_slab_500-webfont.eot');
  src: url('/Content/fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/museo_slab_500-webfont.woff') format('woff'), url('/Content/fonts/museo_slab_500-webfont.ttf') format('truetype'), url('/Content/fonts/museo_slab_500-webfont.svg#museo_slab500') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Slab';
  src: url('/Content/fonts/museo_slab_700-webfont.eot');
  src: url('/Content/fonts/museo_slab_700-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/museo_slab_700-webfont.woff') format('woff'), url('/Content/fonts/museo_slab_700-webfont.ttf') format('truetype'), url('/Content/fonts/museo_slab_700-webfont.svg#museo_slab700') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Slab';
  src: url('/Content/fonts/museo_slab_900-webfont.eot');
  src: url('/Content/fonts/museo_slab_900-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/museo_slab_900-webfont.woff') format('woff'), url('/Content/fonts/museo_slab_900-webfont.ttf') format('truetype'), url('/Content/fonts/museo_slab_900-webfont.svg#museo_slab900') format('svg');
  font-weight: 900;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  /*font-family: sans-serif;*/
  font-family: "Source Sans Pro";
  font-weight: 400;
}
html em,
button em,
input em,
select em,
textarea em {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: italic;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
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;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  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;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
  background: #efefef;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4;
  color: #444444;
}
body em {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: italic;
}
.clear {
  clear: both;
}
.hide,
.headImg.ie8 {
  display: none !important;
}
.watermark {
  color: #c2c2c2 !important;
}
.atm-i {
  display: none;
}
.ezsearch-summary,
.ezsearch-result-count,
.ezsearch-results {
  margin-right: 25px;
}
.validation-summary-valid {
  display: none;
}
.validation-summary-errors {
  color: red;
}
.validation-summary-errors span {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.validation-summary-errors ul {
  margin: 0 0 20px 0;
  list-style: none;
  padding: 0 0 0 20px;
}
iframe {
  display: block;
  border: 1px solid #efefef;
  width: 100%;
  height: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 0 0 5px;
}
.signframe iframe { 
    width:100%;
    height:335px;
    border: 2px solid #CCC;
    padding:0;
    margin:0;
} 
.eventframe iframe { 
    width:100%;
    height:900px;
    padding:0;
    margin:0;
    border:0;
} 
.homeframe iframe  { 
    width:100%;
    height:275px;
    overflow:hidden;
    border:0;
    padding:0;
    margin:0;
} 
.event-details {
  background: none repeat scroll 0 0 #fff;
  margin-right: 34px;
  margin-bottom: 50px;
  overflow: auto;
}
.event-details .detail-content {
  margin: 51px;
}
.event-details .detail-content span.drop-shadow {
  margin: 0 0 20px;
}
.mobile-login {
  display: none;
  text-align: center;
  width: auto;
  margin: 25px 0 0 28px;
}
.mobile-login span {
  float: left;
}
.mobile-login span.inline-block {
  margin: 18px 8px 0;
  color: #fff;
}
.mobile-login span .btn {
  font-size: 16px !important;
  line-height: 35px;
}
/* column container */
.colmask {
  position: relative;
  /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear: both;
  float: left;
  width: 100%;
  /* width of whole page */
  overflow: hidden;
  /* This chops off any overhanging divs */
  background: #2C3133;
}
.colmask .colleft {
  float: left;
  width: 200%;
  margin-left: 0;
  position: relative;
  right: 100%;
  background: #fff;
}
.colmask .colleft .col1wrap {
  float: left;
  width: 50%;
  position: relative;
  left: 50%;
  padding-bottom: 1em;
}
.colmask .colleft .col1wrap .col1 {
  margin: 0;
  overflow: hidden;
}
.colmask .colleft .col2 {
  float: right;
  width: 0;
  position: relative;
  left: 0;
}
.colmask.open .colleft {
  margin-left: -366px;
}
.colmask.open .colleft .col1wrap .col1 {
  margin: 0 0 0 366px;
}
.colmask.open .colleft .col2 {
  width: 366px;
  left: 366px;
}
.inner-wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  padding: 0 5%;
}
h1 {
  font-size: 6.25em;
  line-height: 0.9em;
  margin: 0;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-family: "Museo Slab";
  font-weight: 900;
}
h2 {
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 1.875em;
  color: #444444;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1em;
}
h3 {
  font-family: "Source Sans Pro";
  font-weight: 700;
}
h3.tableHeader {
  background: #575757;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  margin: 0;
  height: 60px;
  width: 100%;
  text-transform: uppercase;
}
h3.tableHeader a {
  color: #fff;
  text-decoration: none;
}
h3.tableHeader a:hover {
  color: #d5d5d5;
}
p {
  font-size: 1.25em;
}
p.noMargin {
  margin: 0 !important;
}
p.quote {
  font-size: 1em;
}
img {
  display: block;
}
img.fullHeight {
  height: 100%;
}
img.fullWidth {
  width: 100%;
}
img.left {
  float: left;
  margin: 0 20px 20px 0;
}
img.right {
  float: right;
  margin: 0 0 20px 20px;
}
a {
  color: #5489a2;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  color: #497488;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
form .input-wrapper {
  margin-bottom: 30px;
}
form label {
  font-size: 1.25em;
}
form .field-validation-error {
  color: #a23a3a;
}
form .required-field:before {
  content: "*";
}
.relative {
  position: relative;
}
.align-left {
  float: left;
  margin: 0 10px 10px 0;
}
.align-right {
  float: right;
  margin: 0 0 10px 10px;
}
.menuButton {
  background: url(/Content/images/layout/hamburger.png) right center no-repeat;
  padding-right: 45px;
  text-align: right;
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 1em 0;
  cursor: pointer;
}
.menuButton:hover {
  color: #fff;
}
#fullNavigation {
  text-align: center;
  display: none;
  background: #2c3133;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 263px;
}
#fullNavigation input[type=text].search,
#fullNavigation input[type=submit].search {
  float: left;
}
#fullNavigation input[type=text].search {
  width: 133px;
  margin: 10px;
  padding: 7px 10px;
}
#fullNavigation input[type=submit].search {
  width: 80px;
  margin: 10px 0 10px;
  height: 35px;
  padding: 0;
}
#fullNavigation .menuButton {
  text-align: left;
  display: inline-block;
  margin: 1.25em 0 1.25em 2.8125em;
}
#fullNavigation .break {
  display: block;
  height: 1px;
}
#fullNavigation #searchSite {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  min-width: 300px;
  border: 4px solid #fff;
  margin: 1.25em 0 1.25em 2.8125em;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#fullNavigation #searchSite:hover,
#fullNavigation #searchSite:focus {
  border: 4px solid #d5d5d5;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background: #d5d5d5;
}
#fullNavigation #searchSite input[type=text] {
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 11px 5%;
  text-align: left;
  border: none;
  color: #444444;
}
#fullNavigation #searchSite input[type=text]:hover,
#fullNavigation #searchSite input[type=text]:focus {
  background: #d5d5d5 !important;
}
#fullNavigation #searchSite input[type=submit] {
  display: inline-block;
  text-indent: -2000px;
  overflow: hidden;
  margin: 0;
  vertical-align: middle;
  width: 45px;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: url(/Content/images/layout/icon-search.png) no-repeat 7px center #58a532;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#fullNavigation #searchSite input[type=submit]:hover,
#fullNavigation #searchSite input[type=submit]:focus {
  background: url(/Content/images/layout/icon-search.png) no-repeat 7px center #4b8c2b;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#fullNavigation .ezsearch-no-results,
#fullNavigation .ezsearch-summary,
#fullNavigation .ezsearch-result-count,
#fullNavigation .ezsearch-results {
  color: #fff;
}
#fullNavigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  clear: both;
}
#fullNavigation ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}
#fullNavigation ul li a {
  color: #fff;
  padding: 5px 27px;
  display: block;
  text-decoration: none;
}
#fullNavigation ul li a:hover {
  background: #717171;
}
#fullNavigation ul li a.odd {
  background: #3e3e3e;
}
#fullNavigation ul li a.odd:hover {
  background: #717171;
}
#fullNavigation ul li.even a {
  background: none;
}
#fullNavigation ul li ul li a {
  padding-left: 41px;
}
span.company {
  display: block;
  line-height: 30px;
  color: #489b9a;
}
span.drop-shadow {
  position: relative;
  display: block;
}
span.drop-shadow.back {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.875em;
}
span.drop-shadow input[type=submit],
span.drop-shadow input[type=text],
span.drop-shadow button,
span.drop-shadow a {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
span.drop-shadow .shadow {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  z-index: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
span.drop-shadow .shadow.btn100 {
  background: #2c3133;
  height: 44px;
}
span.drop-shadow .shadow.btn {
  background: #4a4a4a;
}
span.drop-shadow .shadow.teal {
  background: #3c7f7e;
}
span.drop-shadow .shadow.green {
  background: #4b8c2b;
}
span.drop-shadow .shadow.red {
  background: #833030;
}
span.drop-shadow .shadow.blue {
  background: #497488;
}
span.drop-shadow .shadow.tan {
  background: #aa773c;
}
span.drop-shadow .shadow.purple {
  background: #8c689d;
}
span.drop-shadow:hover .shadow.btn100 {
  background: #202425;
}
span.drop-shadow:hover .shadow.btn {
  background: #202425;
}
span.drop-shadow:hover .shadow.teal {
  background: #346e6d;
}
span.drop-shadow:hover .shadow.green {
  background: #417825;
}
span.drop-shadow:hover .shadow.red {
  background: #702929;
}
span.drop-shadow:hover .shadow.tan {
  background: #976a35;
}
span.drop-shadow:hover .shadow.purple {
  background: #7f5d8f;
}
input[type=text],
input[type=tel],
input[type=number],
input[type=url] {
  width: 90%;
  padding: 13px 5%;
  background-color: #7a7a7a;
  color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid transparent;
}
input[type=text]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=url]:hover,
input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=url]:focus {
  background-color: #757575 !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
input[type=submit] {
  width: 100%;
  margin-top: 10px;
  font-weight: 700;
}
textarea {
  width: 90%;
  padding: 13px 5%;
  background-color: #7a7a7a;
  color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid transparent;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
textarea:hover,
textarea:focus {
  background-color: #757575 !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.light .watermark {
  color: #738085 !important;
}
.light input[type=text] {
  background: #d5d5d5;
  color: #575757;
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px 2%;
}
.light input[type=text]:hover,
.light input[type=text]:focus {
  background-color: #d0d0d0 !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.light input[type=text].left {
  float: left;
  width: 49%;
}
.light input[type=text].right {
  float: right;
  width: 49%;
}
.light input[type=submit] {
  display: block;
}
.light textarea {
  background: #d5d5d5;
  color: #2c3133;
  text-align: left;
  min-height: 200px;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.light textarea:hover,
.light textarea:focus {
  background-color: #d0d0d0 !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.left66 {
  position: relative;
  overflow: auto;
  float: left;
  width: 64.22413793103448%;
  margin-right: 3.01724137931034%;
}
.right33 {
  position: relative;
  overflow: auto;
  float: right;
  width: 32.75862068965517%;
}
.column-left,
.column-right {
  float: left;
}
.how-to-join .column-left h2 {
  margin: 0 85px 20px !important;
}
.career-connector .container-padding {
  padding: 0 25px 0 0;
}
.career-connector .container-padding .first {
  padding: 44px 50px 27px;
  background-color: #fff;
  margin-bottom: 50px;
}
.column-left {
  width: 67%;
}
.column-left h2,
.column-left p,
.column-left ul,
.column-left ol,
.column-left .InfoTable {
  margin: 0 25px 20px 0;
}
.column-left span.drop-shadow {
  margin: 0 85px 20px;
}
.column-left .article {
  display: block;
  overflow: auto;
  margin: 0 85px 50px;
}
.column-left .article.wide {
  margin: 0 25px 50px 0 !important;
}
.column-left .article.wide h3 {
  margin: 20px 40px 20px;
}
.column-left .article.wide audio {
  margin: 0 40px 20px;
}
.column-left .article div {
  width: 50%;
  float: left;
}
.column-left .article div h2 {
  margin: 40px 40px 20px;
}
.column-left .article div p {
  margin: 0 40px 20px;
  font-size: 1em;
}
.column-left .article div.right-text {
  margin: 0 0 0 50%;
}
.column-left .article div.confined {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 48px;
  left: 0;
  z-index: 10;
}
.column-left .article div.confined img {
  margin: 40px auto 10px;
}
.column-left .article div.confined h2 {
  color: #FFFFFF;
  font-family: "Museo Slab";
  font-size: 2.1875em;
  font-weight: 700;
  line-height: 35px;
  margin: 0 auto;
  text-align: center;
}
.column-left .article a {
  color: #fff;
  text-decoration: none;
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 1.25em;
  text-align: center;
  text-transform: lowercase;
  padding: 10px;
  display: block;
  clear: both;
}
.column-right {
  width: 33%;
}
.column-right .advertisements {
  text-align: center;
  padding: 50px 20px;
  background: #d5d5d5;
}
.column-right .advertisements img {
  margin: 0 auto 10px auto;
}
header {
  background-size: cover;
  min-height: 378px;
  color: #ffffff;
}
header .headerLeft {
  float: left;
  padding-top: 40px;
  position: relative;
  z-index: 10;
}
header .headerRight {
  float: right;
  padding-top: 40px;
  position: relative;
  z-index: 10;
}
header .headerRight .btn {
  font-size: 16px !important;
  line-height: 35px;
}
header .headerRight .button {
  display: inline-block;
  font-family: "Source Sans Pro";
  font-weight: 700;
}
header .headerRight .inline-block {
  display: inline-block;
  margin: 0 4px;
}
#container {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  -ms-overflow-y: scroll;
  position: relative;
  left: 0;
}
#container header {
  background-size: cover;
}
#container .wrap {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 3;
}
#container .wrap .column {
  margin-top: 50px;
}
#container .wrap .column.first {
  padding-top: 50px;
}
#container .wrap.white {
  background: #fff;
}
#container .wrap.white .column {
  padding-top: 50px;
  overflow: auto;
}
#container .wrap.gray {
  background: #efefef;
}
#container .wrap.gray .column {
  padding-top: 50px;
}
#container .wrap.dark {
  background: #2c3133;
}
#container .wrap.dark .column {
  padding-top: 50px;
}
#container .wrap.dark h2 {
  color: #fff;
}
#container .wrap.dark p {
  color: #fff;
}
#container .wrap .column.noSpace {
  padding-top: 0;
}
#container .wrap.twoColumn .column.first {
  padding-top: 0 !important;
}
.InfoTable {
  position: relative;
  overflow: auto;
  background: #d5d5d5;
  width: 100%;
  margin: 50px 0 25px;
}
.InfoTable .InfoTableWrap {
  display: table;
  width: 100%;
}
.InfoTable .tableRowWrap {
  height: 60px;
  line-height: 30px;
  width: 86.66666666667%;
  padding: 50px 6.666666666667%;
  display: table-row;
}
.InfoTable .tableRowWrap.alt {
  background: #c2c2c2;
}
.InfoTable .tableRowWrap .tableCell {
  display: table-cell;
  padding: 0;
  vertical-align: middle !important;
  position: relative;
}
.InfoTable .tableRowWrap .tableCell .tableLeft {
  float: left;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 75%;
}
.InfoTable .tableRowWrap .tableCell .tableRight {
  float: right;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 23%;
}
.InfoTable .tableRowWrap .tableCell .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.InfoTable .tableLeft {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
  font-weight: 700;
  line-height: 18px;
}
.InfoTable .tableRight {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 50px;
  min-width: 130px;
}
.sidebar {
  width: 100%;
  margin-top: 0;
}
.sidebar .InfoTable {
  margin: 0;
}
.sidebarSearch,
.dark {
  background: #575757;
  /*width: 86.66666666667%;*/
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 6.666666666667%;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}
.sidebarSearch input[type=text],
.dark input[type=text] {
  /*background:url(/Content/images/layout/icon-search.png) no-repeat center right @midGray;*/
  background: #7a7a7a;
  margin-bottom: 10px;
}
.sidebarSearch input[type=submit],
.dark input[type=submit] {
  margin: 0;
}
.sidebarSearch .btn,
.dark .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebarSearch .btn.teal,
.dark .btn.teal {
  width: 100%;
  font-weight: 700;
}
.home-page header {
  min-height: 655px !important;
  color: #fff;
  background: #2c3133;
  position: relative;
  overflow: hidden;
}
.home-page .pagerWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.32);
  padding: 10px 0;
}
.home-page .pagerWrap .inner-wrap {
  position: relative;
}
.home-page .pagerWrap #pager {
  display: inline-block;
  vertical-align: middle;
}
.home-page .pagerWrap #pager .item {
  display: inline-block;
  margin: 5px 5px 5px 0;
  position: relative;
  text-decoration: none;
  max-width: 100px;
  vertical-align: middle;
}
.home-page .pagerWrap #pager .item.cycle-pager-active {
  /*.text { display:block; }*/
}
.home-page .pagerWrap #pager .item.cycle-pager-active .overlay {
  display: none;
}
.home-page .pagerWrap #pager .item:hover .text {
  display: block;
}
.home-page .pagerWrap #pager .item:hover .overlay {
  display: block;
}
.home-page .pagerWrap #pager .item .table {
  display: table;
}
.home-page .pagerWrap #pager .item .cell {
  display: table-cell;
}
.home-page .pagerWrap #pager .item .table,
.home-page .pagerWrap #pager .item .table .cell {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.home-page .pagerWrap #pager .item .text {
  color: #fff;
  font-family: "Source Sans Pro";
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  vertical-align: middle;
  display: none;
  font-size: 0.875em;
  line-height: 1em;
}
.home-page .pagerWrap #pager .item img {
  width: 100%;
  max-width: 100px;
  z-index: 1;
  position: relative;
  vertical-align: middle;
}
.home-page .pagerWrap #pager .item .overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.home-page .pagerWrap .prev {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.home-page .pagerWrap .prev .on {
  display: none;
}
.home-page .pagerWrap .prev:hover .off {
  display: none;
}
.home-page .pagerWrap .prev:hover .on {
  display: block;
}
.home-page .pagerWrap .next {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.home-page .pagerWrap .next .on {
  display: none;
}
.home-page .pagerWrap .next:hover .off {
  display: none;
}
.home-page .pagerWrap .next:hover .on {
  display: block;
}
.home-page #features {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home-page #features .feature {
  height: 100%;
  width: 100%;
}
.home-page #features .feature .content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: table;
  height: inherit;
  min-height: 655px;
  vertical-align: middle;
}
.home-page #features .feature .content .cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.home-page #features .feature .content .header {
  font-size: 6.25em;
  line-height: 0.9em;
  margin: 0 auto;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-family: "Museo Slab";
  font-weight: 900;
}
.home-page #features .feature .content .header img {
  margin: 0 auto;
}
.home-page #features .feature .content .description {
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 1.5625em;
  width: 70%;
  margin: 3% auto;
  position: relative;
}
.home-page #features .feature .content .description .text {
  font-size: 1.375em;
  position: relative;
  z-index: 2;
}
.home-page #features .feature .content .description .bg {
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
  /* IE 8 */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  /* IE 5-7 */
  filter: alpha(opacity=50);
  background: #000;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 1;
}
.home-page #features .feature .content .drop-shadow {
  display: inline-block;
}
.home-page #features .feature .content .drop-shadow a.btn {
  font-size: 1.5625em;
}
.home-page #features .feature .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.home-page #features .feature .image.council {
  background: url(/Content/images/home/features/council.png) center center no-repeat;
  background-size: cover;
}
.home-page #features .feature .image.career {
  background: url(/Content/images/home/features/career.png) bottom center no-repeat;
  background-size: cover;
}
.home-page #features .feature .image.tech50 {
  background: url(/Content/images/home/features/tech50.png) center bottom no-repeat;
  background-size: cover;
}
.home-page #features .feature .image.events {
  background: url(/Content/images/home/features/events.png) center bottom no-repeat;
  background-size: cover;
}
.home-page #features .feature .image.make-connections {
  background: url(/Content/images/home/features/make-connections.png) center bottom no-repeat;
  background-size: cover;
}
.home-page #features .feature .image.pittsburgh {
  background: url(/Content/images/home/features/pittsburgh.png) center center no-repeat;
  background-size: cover;
}
.home-page #features .feature .image.word-cloud {
  background: url(/Content/images/home/features/word-cloud.png) center center no-repeat;
  background-size: cover;
}
.home-page #features .feature .image img {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.home-page #features .feature .image.ie8 {
  display: none;
}
.home-page .about {
  padding: 30px 50px;
  margin: 0 auto;
  overflow: auto;
  max-width: 1240px;
  /*
        .introduction {display:table; width:100%; height:100%;} 
        .cell {
            padding:0 10px;
            display:table-cell;
            width:33.333333%;
            vertical-align:top !important;
            .box-sizing;
            
            .InfoTable { background:@bgGray; }
            .tableLeft { padding: 6px 0 6px 15px; }
            .tableRight { padding: 6px 15px 6px 0; }

            .more {
                padding:15px 15px 20px 15px;
            }
        }
        .upcoming {
            display:block;
            vertical-align:middle;
            .icon { display:inline-block; vertical-align:middle; margin-right:10px; }
            .text { display:inline-block; vertical-align:middle; }
        }
        */
}
.home-page .about .split,
.home-page .about .cal {
  float: left;
}
.home-page .about .split .content,
.home-page .about .cal .content {
  margin: 0 20px;
}
.home-page .about .split {
  width: 33%;
}
.home-page .about .cal {
  width: 34%;
}
.home-page .about .cal h2 {
  padding-left: 28px;
  background: url(/Content/images/layout/icon-calendar.gif) no-repeat left 12px;
}
.home-page .about .cal table {
  background: #efefef;
  width: 100%;
}
.home-page .about .cal table .tableRowWrap {
  height: auto;
  padding: 0;
}
.home-page .about .cal table .tableRowWrap.alt {
  background: #d5d5d5;
}
.home-page .about .cal table td {
  vertical-align: top;
}
.home-page .about .cal table td.date {
  white-space: nowrap;
}
.home-page .about .cal table td.title a {
  font-weight: 700;
}
.home-page .about .cal table td.date a,
.home-page .about .cal table td.title a {
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  color: #444444;
}
.home-page .about .cal .more {
  background: #efefef;
  padding: 15px 15px 20px 15px;
}
.home-page .buzz {
  background: #efefef;
}
.home-page .buzz .column {
  max-width: 1224px !important;
  margin-top: 0;
}
.home-page .buzz .column h2 {
  margin: 0 0 25px 11px;
}
.home-page .buzz .social {
  position: relative;
  text-align: center;
}
.home-page .buzz .social .buzz-cell {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 242px;
  height: 242px;
  padding: 20px;
  margin: 0 12px 24px;
  background: #2c3133;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.home-page .buzz .social .buzz-cell .info {
  color: #fff;
  font-size: 1.25em;
  position: relative;
  z-index: 11;
  overflow: hidden;
}
.home-page .buzz .social .buzz-cell .info p {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.home-page .buzz .social .buzz-cell .info h3 {
  padding: 0;
  margin: 0;
}
.home-page .buzz .social .buzz-cell .info ul,
.home-page .buzz .social .buzz-cell .info ol {
  margin: 0;
  padding: 0;
}
.home-page .buzz .social .buzz-cell .info .icon {
  display: block;
  height: 28px;
  margin-bottom: 20px;
  background: url(/Content/images/home/icon-ptc.png) right top no-repeat;
  z-index: 12;
}
.home-page .buzz .social .buzz-cell .info a {
  color: #5489a2;
  text-decoration: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.home-page .buzz .social .buzz-cell .info a:hover {
  color: #497488;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.home-page .buzz .social .buzz-cell.status .info .icon {
  background: url(/Content/images/home/icon-tweet.png) right top no-repeat;
}
.home-page .buzz .social .buzz-cell.image .info .icon {
  background: url(/Content/images/home/icon-camera.png) right top no-repeat;
}
.home-page .buzz .social .buzz-cell .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -1000px;
  z-index: 12;
  overflow: hidden;
}
.home-page .buzz .social .buzz-cell.image .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  background: url(/Content/images/layout/bg-opake.png);
  z-index: 10;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.home-page .buzz .social .buzz-cell.image .text-wrap p {
  font-size: 1.5625em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.home-page .buzz .social .buzz-cell.image .text-wrap .table {
  width: 100%;
  vertical-align: middle;
  height: 100%;
  display: table;
}
.home-page .buzz .social .buzz-cell.image .text-wrap .table .cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle !important;
  padding: 0 20px;
}
.home-page .footer {
  margin-top: 0;
}
#bodyText {
  margin: 0 auto 4.375em;
}
.usefulLinks ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.usefulLinks li {
  display: block;
}
.usefulLinks li a {
  display: block;
  padding: 3% 5%;
  text-align: center;
  text-decoration: none;
  color: #444444;
  background: #d5d5d5;
  font-size: 1.25em;
  font-family: "Source Sans Pro";
  font-weight: 900;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.usefulLinks li a:hover {
  background: #c8c8c8;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.usefulLinks li.odd a {
  background: #c2c2c2;
}
.usefulLinks li.odd a:hover {
  background: #b5b5b5;
}
.usefulLinks li.archive a {
  color: #fff;
  text-transform: uppercase;
}
.usefulLinks li.archive a.teal {
  background: #489b9a;
}
.usefulLinks li.archive a.teal:hover {
  background: #3c7f7e;
}
.usefulLinks li.archive a.red {
  background: #a23a3a;
}
.usefulLinks li.archive a.red:hover {
  background: #833030;
}
.usefulLinks li.archive a.tan {
  background: #bd8748;
}
.usefulLinks li.archive a.tan:hover {
  background: #aa773c;
}
.usefulLinks li.archive a.blue {
  background: #5489a2;
}
.usefulLinks li.archive a.blue:hover {
  background: #497488;
}
.usefulLinks li.archive a.green {
  background: #58a532;
}
.usefulLinks li.archive a.green:hover {
  background: #4b8c2b;
}
.usefulLinks li.archive a.purple {
  background: #a278b6;
}
.usefulLinks li.archive a.purple:hover {
  background: #8c689d;
}
.usefulLinks li.archive a.gray {
  background: #7a7a7a;
}
.usefulLinks li.archive a.gray:hover {
  background: #575757;
}
.column {
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.column.event-blocks {
  max-width: 1260px;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.column.event-blocks h2 {
  margin: 0 20px 20px;
}
.column.first {
  padding-top: 0;
}
.column.noSpace {
  padding: 0;
}
.column.section {
  margin-top: 0 !important;
}
.column .table {
  display: table;
  width: 100%;
}
.column .table .row {
  display: table-row;
}
.column .table .cell {
  display: table-cell;
  vertical-align: middle;
}
.column .featured {
  background: #efefef;
  width: 100%;
  margin-bottom: 50px;
}
.column .featured .description {
  padding: 20px;
}
.column .featured .description h2 {
  margin: 0;
}
.column .featured .description p {
  margin: 10px 0 0 0;
}
.column .featured .description .btn {
  font-size: 1.25em;
  font-family: "Source Sans Pro";
  font-weight: 700;
}
.column .eventsTable {
  vertical-align: top;
  text-align: center;
  /*
        .cell:first-child {
            .image { margin: 0 20px 0 0;}
            .description { margin: 0 20px 40px 0; }
            }
        .cell:last-child {
            .image { margin:0 0 0 20px; }
            .description { margin: 0 0 40px 20px; }
            }
        */
}
.column .eventsTable .cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  width: 380px;
  display: inline-block;
  margin: 0 20px 50px;
}
.column .eventsTable .cell .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-indent: -2000px;
  overflow: hidden;
}
.column .eventsTable .image {
  text-align: center;
  padding: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.column .eventsTable .image img {
  display: inline-block;
  margin: 0 auto;
}
.column .eventsTable .description {
  padding: 20px;
  background: #efefef;
  position: relative;
  z-index: 1;
}
.column .eventsTable .description h4 {
  margin: 0 0 0.25em 0;
  font-family: "Source Sans Pro";
  font-weight: 900;
  line-height: 1;
}
.column .eventsTable .description p {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.column .calendar {
  background: #efefef;
  padding: 20px;
  vertical-align: top;
}
.column .calendar .button {
  width: 30%;
  margin-left: auto;
}
.column .calendar .calendarLabel {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.column .calendar .calendarLabel h2 {
  display: table-cell;
  width: auto;
  text-align: center;
  padding: 0 10px;
  width: 50%;
}
.column .calendar .calendarLabel .months {
  color: #5489a2;
  text-decoration: none;
  font-family: "Source Sans Pro";
  font-weight: 700;
  width: 25%;
}
.column .calendar .calendarLabel .months .text {
  display: inline-block;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.column .calendar .calendarLabel .months .arrow.left {
  border-left: 5px solid transparent;
  border-right: 5px solid #5489a2;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  height: 0;
  width: 0;
  display: block;
  display: inline-block;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.column .calendar .calendarLabel .months .arrow.right {
  border-left: 5px solid #5489a2;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  height: 0;
  width: 0;
  display: block;
  display: inline-block;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.column .calendar .calendarLabel .months.prev {
  display: table-cell;
  text-align: left;
}
.column .calendar .calendarLabel .months.next {
  display: table-cell;
  text-align: right;
}
.column .calendar .calendarLabel .months:hover .text {
  color: #497488;
  display: inline-block;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.column .calendar .calendarLabel .months:hover .arrow.left {
  border-left: 5px solid transparent;
  border-right: 5px solid #497488;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  height: 0;
  width: 0;
  display: block;
  display: inline-block;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.column .calendar .calendarLabel .months:hover .arrow.right {
  border-left: 5px solid #497488;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  height: 0;
  width: 0;
  display: block;
  display: inline-block;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.column .calendar table {
  width: 100%;
  margin: 20px 0;
}
.column .calendar table td span.no-events {
  font-weight: 700;
}
.column .calendar table td a,
.column .calendar table td span.no-events {
  display: block;
  padding: 19px 30px;
  color: #444444;
  text-decoration: none;
}
.column .calendar table td a span.left,
.column .calendar table td span.no-events span.left {
  font-weight: 700;
}
.column .calendar table td a span.right,
.column .calendar table td span.no-events span.right {
  float: right;
}
.column .calendar .InfoTable {
  background: none;
}
.column .calendar .tableRowWrap {
  position: relative;
  z-index: 1;
}
.column .calendar .tableRowWrap .cell {
  position: relative;
  display: table-cell;
  height: 60px;
  line-height: 30px;
  width: 86.66666666667%;
  vertical-align: middle;
}
.column .calendar .tableRowWrap.alt {
  background: #d5d5d5;
}
.column .calendar .tableRowWrap .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-indent: -2000px;
  overflow: hidden;
  height: 60px;
}
.column .calendar .tableRowWrap .tableLeft {
  padding-left: 30px;
  display: block;
  float: left;
}
.column .calendar .tableRowWrap .tableRight {
  padding-right: 30px;
  display: block;
  float: right;
}
.board {
  display: table;
  width: 100%;
  vertical-align: top;
}
.board .row {
  display: table-row;
  width: 100%;
  vertical-align: top;
}
.board .cell {
  display: table-cell;
  width: 25%;
  vertical-align: top !important;
}
.board .photo {
  background: #efefef;
  margin: 0 40px 20px 0;
  min-height: 250px;
  display: block;
}
.board .name {
  margin-right: 40px;
  text-align: center;
  font-size: 1.25em;
}
.board .name strong {
  display: block;
}
.about-us .map {
  clear: both;
}
.map #map_canvas {
  width: 100%;
  height: 350px;
}
.mapContent h3 {
  margin: 0;
}
.mapContent p {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.mapContent p.phone {
  font-style: italic;
}
.anchors {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.anchors a {
  color: #575757;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0 4px;
  background-color: #ccc;
  white-space: nowrap;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 40px;
}
.anchors a:hover {
  color: #2c3133;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #8e8e8e;
}
.anchor {
  position: relative;
  display: block;
}
.top {
  text-align: right;
  font-size: 0.875em !important;
  display: block;
  color: #5489a2;
  text-decoration: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 20px;
  background: url(/Content/images/layout/icon-top.png) no-repeat right center;
  padding-right: 20px;
  clear: both;
}
.top:hover {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #497488;
}
.event .back {
  margin-bottom: 50px !important;
}
.event .head {
  margin: 0 -7.66666667%;
  padding-bottom: 50px;
}
.event .head img {
  width: 100%;
}
.event .light input[type=text] {
  margin-bottom: 0 !important;
  text-align: center;
}
.step {
  color: #fff;
  text-align: center;
  padding: 40px;
  position: relative;
  margin: 0 85px 20px;
}
.step.tan:hover {
  background: #bd8748;
}
.step.teal:hover {
  background: #489b9a;
}
.step.red:hover {
  background: #a23a3a;
}
.step h2 {
  color: #fff;
  font-size: 2.1875em;
  margin: 10px 0 0 0;
  font-family: "Museo Slab";
  font-weight: 700;
  text-transform: lowercase;
  position: relative;
  z-index: 1;
}
.step img {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.step p {
  font-size: 2.1875em;
  font-family: "Source Sans Pro";
  font-weight: 200;
  margin: 0;
  padding: 0;
  line-height: 35px;
  position: relative;
  z-index: 1;
}
.step .stepLink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  text-indent: -1000px;
  overflow: hidden;
}
.article {
  position: relative;
  margin-bottom: 50px;
  display: table;
  height: 100%;
  background: #fff;
}
.article .article-text-header {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #7a7a7a;
}
.article .image {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.article .image img {
  width: 100%;
  margin-bottom: 48px;
}
.article .image h2 {
  text-align: center;
  color: #fff;
  font-size: 2.1875em;
  line-height: 35px;
  width: 80%;
  margin: 0 auto;
  font-family: "Museo Slab";
  font-weight: 700;
}
.article .text {
  width: 50%;
  position: relative;
  display: table-cell;
  vertical-align: top;
  height: 100%;
  margin-bottom: 50px;
}
.article .text p {
  font-size: 1em;
}
.article .more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-decoration: none;
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 1.25em;
  text-align: center;
  text-transform: lowercase;
  padding: 10px;
  display: block;
}
.articleList li a {
  font-size: 1em;
  font-family: "Source Sans Pro";
  font-weight: 400;
  text-align: left;
  background: #d5d5d5 !important;
}
.articleList li a em {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: italic;
}
.articleList li a:hover {
  background: #efefef !important;
}
.article .image.confined img {
  max-width: 48%;
  margin: 0 auto 20px auto;
}
ul.articleList {
  display: none;
}
#sitemap ul {
  padding: 0;
  margin: 0;
}
#sitemap ul li ul {
  margin-left: 1.25em;
}
.oneColumn {
  text-align: center;
  margin: 0 auto;
  padding: 1.25em 0;
  max-width: 100%;
  background: #fff;
}
.oneColumn h3 {
  margin: 0 0 1.25em 0;
  padding: 0;
}
.oneColumn .advertisements {
  display: inline-block;
  text-align: center;
}
.oneColumn .advertisements a {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.oneColumn .advertisements img {
  display: block;
  width: auto;
  vertical-align: top;
}
.drop-shadow.staffBtn {
  margin-bottom: 40px;
}
.staffTable {
  display: none;
  text-align: center;
}
.staffTable.staffTableft {
  text-align: left;
}
.staffTable .table {
  width: 100%;
}
.staffTable .cell {
  vertical-align: top;
  width: 150px;
  margin: 0 20px 40px;
  display: inline-block;
}
.staffTable .cell .image {
  margin-bottom: 20px;
}
.staffTable .cell .image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
}
.staffTable .cell p {
  margin: 0;
  padding: 0;
  text-align: left;
}
.staffTable .cell p.name {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 20px;
}
.staffTable .cell p.quote {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  font-style: italic;
}
.staffTable .cell p.title {
  font-size: 1em;
  margin: 10px 0;
  padding: 0;
  line-height: 20px;
}
.staffTable .cell p.phone {
  font-size: 1em;
  margin-bottom: 10px;
}
.staffTable .cell p.email {
  font-size: .8em;
}
.txtSearch,
.search-submit-btn {
  border: 0 !important;
}
.ezsearch-no-results p:first-child,
.ezsearch-summary p:first-child {
  margin: 0;
}
.ezsearch-result-count p {
  margin-top: 0;
}
.ezsearch-result {
  margin: 0.75em 0;
}
.ezsearch-result a {
  font-size: 1.25em;
  text-decoration: none;
}
.ezsearch-pager .prev {
  margin-right: 0.5em;
}
.ezsearch-pager .next {
  margin-left: 0.5em;
}
.ezsearch-pager a {
  text-decoration: none;
}
.membership-form {
  width: 80%;
  margin: 3em auto;
}
.membership-form input {
  display: block;
  text-align: left;
}
.membership-form input[type=submit] {
  margin-top: 57px;
  max-width: 330px;
  text-align: center;
}
.membership-form input[type=checkbox] {
  display: inline-block;
}
.membership-form label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.articleWrap p strong {
  font-family: "Source Sans Pro";
  font-weight: 900;
}
.articleWrap header {
  min-height: 683px;
}
.articleWrap header .articleTitle {
  margin-top: 12%;
  text-shadow: 3px 3px 2px #000000;
}
.articleWrap header h1 {
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 3em;
  text-transform: none;
  position: relative;
}
.articleWrap header h1 .text {
  position: relative;
  z-index: 2;
}
.articleWrap header h1 .shadow {
  position: absolute;
  top: 3px;
  left: 3px;
  color: #2c3133;
  z-index: 1;
  display: block;
  width: 100%;
}
.articleWrap header .author {
  margin-top: 1em;
  position: relative;
  font-size: 1.75em;
  font-family: "Source Sans Pro";
  font-weight: 900;
  text-align: center;
}
.articleWrap header .author .text {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  color: #fff;
}
.articleWrap header .author .shadow {
  position: absolute;
  top: 3px;
  left: 3px;
  color: #2c3133;
  z-index: 1;
  display: block;
  width: 100%;
}
.articleWrap .column {
  margin-top: -100px !important;
  background: #fff;
  padding: 20px 50px;
  max-width: 960px;
}
.articleWrap .column .details {
  margin-bottom: 50px;
}
.articleWrap .column .details p {
  margin: 0;
  padding: 0;
}
.articleWrap .column .details .social {
  text-align: right;
  vertical-align: middle;
}
.articleWrap .column .details .social .text {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.articleWrap .column .details .social .share {
  display: inline;
  vertical-align: middle;
}
.articleWrap .column .details .social .share .addthis_toolbox {
  display: inline-block !important;
  vertical-align: middle;
}
.articleWrap .column .left,
.articleWrap .column .right {
  float: left;
}
.articleWrap .column .left {
  width: 70%;
}
.articleWrap .column .left p,
.articleWrap .column .left h1,
.articleWrap .column .left h2,
.articleWrap .column .left h3,
.articleWrap .column .left h4,
.articleWrap .column .left ul,
.articleWrap .column .left ol {
  margin: 0 25px 1em 0;
}
.articleWrap .column .right {
  width: 30%;
  background: #efefef;
}
.articleWrap .column .right h3 {
  margin: 10px 25px;
  line-height: 1.17em;
}
.articleWrap .column .right .relatedArticles a {
  display: table;
  width: 100%;
  vertical-align: middle;
  margin: 10px 0 20px;
  text-decoration: none;
}
.articleWrap .column .right .relatedArticles a:hover {
  background: #e2e2e2;
}
.articleWrap .column .right .relatedArticles a img {
  margin: 5px 0 0 25px;
  max-width: 85px;
  float: left;
}
.articleWrap .column .right .relatedArticles a .title {
  color: #444444;
  float: left;
  margin-left: 25px;
  width: 40%;
}
.articleWrap .column .right .InfoTable h3 {
  margin: 0;
  line-height: 60px;
}
.articleWrap .column .right .advertisements {
  margin: 20px 0 50px;
  text-align: center;
}
.articleWrap .column .right .advertisements img {
  display: block;
  width: 80%;
  margin: 10px auto;
  max-width: 250px;
}
.articleWrap .articlesFooter {
  display: block;
  vertical-align: top;
}
.articleWrap .articlesFooter .relatedArticles {
  display: table;
  width: 100%;
}
.articleWrap .articlesFooter .relatedArticles a {
  display: table-cell;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  text-decoration: none;
  color: #444444;
  padding-right: 20px;
}
.articleWrap .articlesFooter .relatedArticles a img {
  margin: 0 auto;
  margin-bottom: 15px;
  width: 100%;
}
.articleWrap .articlesFooter .relatedArticles a .title {
  font-size: 1.25em;
  text-align: center;
  display: block;
}
.left66Content {
  position: relative;
  overflow: auto;
  width: 100%;
  margin: 25px 0;
  background: none;
}
.left66Content.white {
  background: #ffffff;
}
.left66Content.first {
  margin-top: 0 !important;
}
.left66Content .left66ContentWrap {
  width: 86.66666666667%;
  padding: 50px 6.666666666667%;
}
.left66Content .left66ContentWrap.noPadding {
  padding: 0;
  width: 100%;
}
a.btn {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 44px;
  text-transform: lowercase;
  font-size: 1.25em;
  font-family: "Source Sans Pro";
  font-weight: 700;
}
.jobs {
  height: 37px;
  background: #575757;
  color: #ffffff;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 20px 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.jobs:hover {
  background: #2c3133;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
.jobs.short {
  height: 35px;
}
.btn {
  height: 44px;
  background: #575757;
  color: #ffffff;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
}
.btn:hover {
  background: #2c3133;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
.btn.short {
  height: 35px;
}
.btn .image {
  vertical-align: middle;
  display: inline-block;
  margin-right: 2px;
  margin-top: -2px;
}
.btn .text {
  vertical-align: middle;
  display: inline-block;
}
.btn100 {
  font-family: "Source Sans Pro";
  font-weight: 700;
  padding: 10px;
  font-size: 1.2em;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  -webkit-appearance: none;
  border: 0;
  text-transform: uppercase;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  text-decoration: none;
}
.btn100:hover {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
.footer {
  background: #2c3133;
  padding: 50px 0;
  color: #ffffff;
  margin-top: 50px;
  float: left;
  width: 100%;
}
.footer .footer-links,
.footer .footer-content {
  margin: 0 auto;
  max-width: 990px;
  overflow: auto;
}
.footer .footer-content .footer-block {
  width: 50%;
  float: left;
}
.footer .footer-content .footer-block h2 {
  color: #fff;
}
.footer .footer-content .footer-block .block-content {
  margin: 0 15px;
}
.footer .footer-content .footer-block .block-content input[type=text] {
  float: left;
  width: 60%;
  background-color: #3b4244;
  color: #c2c2c2;
  text-align: left;
  font-weight: 700;
}
.footer .footer-content .footer-block .block-content input[type=text]:focus,
.footer .footer-content .footer-block .block-content input[type=text]:hover {
  background-color: #373e40 !important;
}
.footer .footer-content .footer-block .block-content input[type=submit] {
  float: left;
  width: 20%;
  height: 49px !important;
  margin: 0 0 0 10px !important;
}
.footer .footer-content .footer-block .block-content iframe {
  width: 100%;
  height: 250px;
}
.footer .footer-links {
  text-align: center;
  margin-top: 50px;
}
.footer .footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-links ul li {
  display: inline;
  line-height: 30px;
}
.footer .footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.25em;
  text-transform: lowercase;
  margin: 0 15px;
  white-space: nowrap;
}
.footer .footer-links ul li a:hover {
  color: #c2c2c2;
}
.footer .footer-links ul li a.btn {
  font-size: 1em;
  font-family: "Source Sans Pro";
  font-weight: 400;
  text-transform: capitalize;
}
.footer .footer-links ul li a.btn em {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: italic;
}
.footer .footer-links ul li a.btn:hover {
  color: #ffffff;
}
.footer .footer-links ul li.social ul {
  margin: 10px 0;
}
.footer .footer-links ul li.social ul li a {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 5px;
  padding: 34px 0 0 34px;
  overflow: hidden;
  background: url(/Content/images/layout/sprite-icons-social.png) no-repeat;
}
.footer .footer-links ul li.social ul li a.facebook {
  background-position: 0 top;
}
.footer .footer-links ul li.social ul li a.twitter {
  background-position: -44px top;
}
.footer .footer-links ul li.social ul li a.linkedin {
  background-position: -88px top;
}
.footer .footer-links ul li.social ul li a.youtube {
  background-position: -132px top;
}
/* Over-riding Color Classes */
.red {
  background: #a23a3a;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.red:hover {
  background: #833030;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.blue {
  background: #5489a2;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.blue:hover {
  background: #497488;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.teal {
  background: #489b9a;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.teal:hover {
  background: #3c7f7e;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.green {
  background: #58a532;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.green:hover {
  background: #4b8c2b;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.tan {
  background: #bd8748;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.tan:hover {
  background: #aa773c;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.purple {
  background: #a278b6;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.purple:hover {
  background: #8c689d;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.grad-red {
  background: #a23a3a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a23a3a 0%, #5e2222 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a23a3a), color-stop(100%, #5e2222));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a23a3a 0%, #5e2222 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a23a3a 0%, #5e2222 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a23a3a 0%, #5e2222 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a23a3a 0%, #5e2222 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a23a3a', endColorstr='#5e2222', GradientType=0);
  /* IE6-9 */
}
.grad-blue {
  background: #5489a2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5489a2 0%, #375867 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5489a2), color-stop(100%, #375867));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5489a2 0%, #375867 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5489a2 0%, #375867 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5489a2 0%, #375867 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5489a2 0%, #375867 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5489a2', endColorstr='#375867', GradientType=0);
  /* IE6-9 */
}
.grad-teal {
  background: #489b9a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #489b9a 0%, #2c5c5c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #489b9a), color-stop(100%, #2c5c5c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #489b9a 0%, #2c5c5c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #489b9a 0%, #2c5c5c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #489b9a 0%, #2c5c5c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #489b9a 0%, #2c5c5c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#489b9a', endColorstr='#2c5c5c', GradientType=0);
  /* IE6-9 */
}
.grad-green {
  background: #58a532;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58a532 0%, #36651f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58a532), color-stop(100%, #36651f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #58a532 0%, #36651f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #58a532 0%, #36651f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #58a532 0%, #36651f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #58a532 0%, #36651f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58a532', endColorstr='#36651f', GradientType=0);
  /* IE6-9 */
}
.grad-tan {
  background: #bd8748;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bd8748 0%, #845d2f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bd8748), color-stop(100%, #845d2f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bd8748 0%, #845d2f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bd8748 0%, #845d2f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bd8748 0%, #845d2f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bd8748 0%, #845d2f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd8748', endColorstr='#845d2f', GradientType=0);
  /* IE6-9 */
}
.grad-purple {
  background: #a278b6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a278b6 0%, #71537f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a278b6), color-stop(100%, #71537f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a278b6 0%, #71537f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a278b6 0%, #71537f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a278b6 0%, #71537f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a278b6 0%, #71537f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a278b6', endColorstr='#71537f', GradientType=0);
  /* IE6-9 */
}
.lt-ie9 header,
.no-backgroundsize header {
  background: none;
  position: relative;
  overflow: hidden;
}
.lt-ie9 header .inner-wrap,
.no-backgroundsize header .inner-wrap {
  position: relative;
  z-index: 2;
}
.lt-ie9 header .headImg.ie8,
.no-backgroundsize header .headImg.ie8 {
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.lt-ie9 header .headImg.ie8.center,
.no-backgroundsize header .headImg.ie8.center {
  top: 0;
  bottom: 0;
  vertical-align: middle;
}
.lt-ie9 header .headImg.ie8.center img,
.no-backgroundsize header .headImg.ie8.center img {
  vertical-align: middle;
}
.lt-ie9 header .headImg.ie8.top,
.no-backgroundsize header .headImg.ie8.top {
  top: 0;
  bottom: auto;
  margin: 0;
  padding: 0;
}
.lt-ie9 header .headImg.ie8.bottom,
.no-backgroundsize header .headImg.ie8.bottom {
  bottom: 0;
  top: auto;
}
.lt-ie9 header .headImg.ie8 img,
.no-backgroundsize header .headImg.ie8 img {
  display: block;
  width: 100%;
}
.lt-ie9 .home-page #features .feature,
.no-backgroundsize .home-page #features .feature {
  position: relative;
}
.lt-ie9 .home-page #features .feature .image,
.no-backgroundsize .home-page #features .feature .image {
  display: none;
}
.lt-ie9 .home-page #features .feature .image.ie8,
.no-backgroundsize .home-page #features .feature .image.ie8 {
  overflow: hidden;
  background: none !important;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}
.lt-ie9 .home-page #features .feature .image.ie8.center,
.no-backgroundsize .home-page #features .feature .image.ie8.center {
  top: 0;
  bottom: 0;
  vertical-align: middle;
}
.lt-ie9 .home-page #features .feature .image.ie8.center img,
.no-backgroundsize .home-page #features .feature .image.ie8.center img {
  vertical-align: middle;
}
.lt-ie9 .home-page #features .feature .image.ie8.top,
.no-backgroundsize .home-page #features .feature .image.ie8.top {
  top: 0;
  bottom: auto;
}
.lt-ie9 .home-page #features .feature .image.ie8.bottom,
.no-backgroundsize .home-page #features .feature .image.ie8.bottom {
  bottom: 0;
  top: auto;
}
.lt-ie9 .home-page #features .feature .image.ie8 img,
.no-backgroundsize .home-page #features .feature .image.ie8 img {
  width: 100%;
  max-width: 100%;
}
.lt-ie9 header .inner-wrap,
.no-backgroundsize header .inner-wrap {
  min-height: 655px;
}
.lt-ie9 header .pagerWrap .inner-wrap,
.no-backgroundsize header .pagerWrap .inner-wrap {
  min-height: 0;
}
.lt-ie9 .bg,
.no-backgroundsize .bg,
.lt-ie9 .pagerWrap,
.no-backgroundsize .pagerWrap {
  background: url(/Content/images/layout/bg-opake.png);
}
/*
    -------------------
     - MEDIA QUERIES -
    ------------------- 
*/
@media all and (max-width: 1180px) {
  .how-to-join .column-left h2 {
    margin: 0 25px 20px !important;
  }
  .column-left .article,
  .column-left .step,
  .column-left span.drop-shadow {
    margin: 0 25px 50px;
  }
}
@media all and (max-width: 990px) {
  .column-left .article div {
    display: block;
    float: left;
    width: 100%;
    position: relative;
  }
  .column-left .article div h2 {
    margin: 25px 40px 20px;
  }
  .column-left .article div.right-text {
    margin: 0;
  }
  .column-left .article div.confined {
    position: relative;
    padding-bottom: 25px;
  }
  .column-left .article div.confined h2 {
    padding: 0 20px;
  }
  .column-right .advertisements img {
    width: 100%;
  }
  .article .image img {
    margin-bottom: 0;
  }
}
@media all and (max-width: 957px) {
  .news-publications .column .eventsTable .cell,
  .events .column .eventsTable .cell {
    width: 290px;
  }
  .column .calendar table td a,
  .column .calendar table td span.no-events {
    overflow: auto;
  }
  .column .calendar table td a span.left,
  .column .calendar table td span.no-events span.left {
    float: left;
  }
  .column .calendar table td a span.right,
  .column .calendar table td span.no-events span.right {
    clear: both;
    float: left;
  }
}
@media all and (max-width: 925px) {
  h1 {
    font-size: 5.25em;
  }
  .events .featured .description .table .cell {
    display: block;
    clear: both;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 880px) {
  .home-page .pagerWrap .next,
  .home-page .pagerWrap .prev {
    display: none;
  }
  .home-page #features .feature .content .header {
    font-size: 5.25em;
  }
}
@media all and (max-width: 866px) {
  .articleWrap .column .right .relatedArticles a .title {
    margin-left: 25px;
    margin-right: 25px;
    display: block;
    width: auto;
  }
  .event-details img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 817px) {
  .home-page .about .split {
    width: 50%;
  }
  .home-page .about .cal {
    clear: both;
    width: 100%;
  }
  .footer .footer-content .footer-block .block-content input[type="text"] {
    width: 70%;
  }
  .footer .footer-content .footer-block .block-content input[type="submit"] {
    margin: 10px 0 0 !important;
    width: 80.5%;
  }
}
@media all and (max-width: 790px) {
  h1 {
    font-size: 4.25em;
    margin-top: 30px;
  }
}
@media all and (max-width: 777px) {
  .news-publications .column .eventsTable .cell,
  .events .column .eventsTable .cell {
    width: 230px;
    margin: 0 10px 20px;
  }
  .news-publications .column .eventsTable .image img,
  .events .column .eventsTable .image img {
    width: 100%;
  }
}
@media all and (max-width: 785px) {
  .home-page #features .feature .content .description {
    font-size: 1em;
  }
}
@media all and (max-width: 740px) {
  .articleWrap .column .details {
    margin-bottom: 10px;
  }
  .articleWrap .column .details .cell {
    float: left;
    margin-bottom: 20px;
    text-align: left;
  }
}
@media all and (max-width: 721px) {
  .column-left .article.wide audio {
    width: 200px;
  }
}
@media all and (max-width: 700px) {
  .events .column .calendar .calendarLabel .months .text {
    display: none;
  }
  .column .calendar .calendarLabel .months .arrow.right,
  .column .calendar .calendarLabel .months .arrow.left,
  .column .calendar .calendarLabel .months:hover .arrow.right,
  .column .calendar .calendarLabel .months:hover .arrow.left {
    border-width: 15px;
  }
  .how-to-join .step p {
    font-size: 1.75em;
    line-height: 30px;
  }
}
@media all and (max-width: 650px) {
  h1 {
    font-size: 3.25em;
  }
  header {
    min-height: 308px;
  }
}
@media all and (max-width: 617px) {
  .home-page #features .feature .content .header {
    font-size: 4.25em;
  }
  .home-page .buzz .column {
    padding: 0;
  }
  .home-page .buzz .social .buzz-cell {
    margin: 0 8px 24px;
  }
  .footer .footer-content .footer-block {
    clear: both;
    width: 100%;
  }
  .footer .footer-content .footer-block .form {
    text-align: center;
  }
  .footer .footer-content .footer-block .block-content input[type="text"],
  .footer .footer-content .footer-block .block-content input[type="submit"] {
    float: none;
  }
  .footer .footer-content .footer-block h2 {
    margin: 20px 0 0;
  }
  .footer .footer-content .footer-block p {
    margin: 0 0 20px;
    font-size: 1em;
  }
  .staffTable .cell {
    margin: 0 5px 40px;
  }
  .staffTable .cell p.email {
    font-size: 0.8em;
  }
  .column-left,
  .column-right {
    width: 100%;
  }
  .column-right .advertisements img {
    max-width: 244px;
  }
  .career-connector .container-padding {
    padding: 0;
  }
  .career-connector .InfoTable .tableRight {
    padding-right: 20px;
  }
  .career-connector .InfoTable .tableLeft {
    padding: 10px 0 10px 20px;
  }
  .news-publications .column .eventsTable .cell,
  .events .column .eventsTable .cell {
    width: 170px;
  }
  .news-publications .column .eventsTable .description p,
  .events .column .eventsTable .description p {
    font-size: 0.9em;
    line-height: 1.2;
  }
  .events .featured .table .cell {
    display: block;
    clear: both;
    margin-bottom: 20px;
  }
  .events .featured .table .cell img.fullHeight {
    margin: 0 auto;
  }
  .column-left .article.wide {
    margin: 0 0 50px 0 !important;
  }
  .articleWrap .column .left,
  .articleWrap .column .right {
    width: auto;
  }
  .articleWrap .column .left p,
  .articleWrap .column .left h1,
  .articleWrap .column .left h2,
  .articleWrap .column .left h3,
  .articleWrap .column .left h4,
  .articleWrap .column .left ul,
  .articleWrap .column .left ol {
    margin: 0 0 1em 0;
  }
  .articleWrap .column .right .relatedArticles a .title {
    width: 60%;
  }
  .ezsearch-summary,
  .ezsearch-result-count,
  .ezsearch-results {
    margin-right: 25px;
  }
  .column-right .txtSearch {
    margin-top: 25px;
  }
  .event-details {
    margin-right: 0;
  }
}
@media all and (max-width: 497px) {
  .articleWrap .column .right .relatedArticles a .title {
    width: 40%;
  }
}
@media all and (max-width: 497px) {
  .home-page #features .feature .content .header {
    font-size: 3.25em;
  }
  .home-page .about {
    padding: 30px 10px;
  }
  .home-page .about .split {
    clear: both;
    width: 100%;
  }
  .home-page .buzz .social .buzz-cell {
    width: 121px;
    height: 121px;
    padding: 10px;
  }
  .home-page .buzz .social .buzz-cell .info {
    font-size: .6em;
  }
  .home-page .buzz .social .buzz-cell .info .icon {
    margin: 0;
  }
  .home-page .buzz .social .buzz-cell.image .text-wrap .table .cell {
    padding: 0;
    font-size: .6em;
  }
  .home-page .buzz .social .buzz-cell.status .info .icon,
  .home-page .buzz .social .buzz-cell .info .icon {
    background-size: 17.5px 14px;
  }
  .home-page .buzz .social .buzz-cell.image .info .icon {
    background-size: 17.5px 13.5px;
  }
  .column.section img {
    width: 100%;
    height: auto;
  }
  p {
    font-size: 1em;
  }
  .about-us .map {
    display: none;
  }
  .light input.right[type="text"],
  .light input.left[type="text"] {
    width: 100%;
  }
  h2 {
    margin: 0 0 10px;
  }
  h3 {
    margin: 0;
  }
  .column {
    padding: 50px 20px 20px;
  }
  .column-left .article,
  .column-left .step,
  .column-left span.drop-shadow {
    margin: 0 0 25px;
  }
  .column-right .InfoTable {
    margin: 30px 0 25px;
  }
  .events .oneColumn .advertisements,
  .events .oneColumn .advertisements a,
  .events .oneColumn .advertisements a img {
    width: 100%;
  }
  .events .oneColumn .advertisements a {
    margin: 0;
  }
}
@media all and (max-width: 496px) {
  .news-publications .column .eventsTable .cell,
  .events .column .eventsTable .cell {
    width: 125px;
    margin: 0 5px 20px;
  }
  .news-publications .column .eventsTable .description p,
  .events .column .eventsTable .description p {
    font-size: 0.75em;
    line-height: 1.2;
  }
}
@media all and (max-width: 477px) {
  header .headerRight .button,
  header .headerRight .inline-block {
    display: none;
  }
  .mobile-login {
    display: block;
  }
  header .headerLeft img {
    width: 146px;
  }
  h1 {
    font-size: 2em;
  }
  header {
    min-height: 225px;
  }
}
@media all and (max-width: 422px) {
  .events .featured .table .cell img.fullHeight {
    width: 100%;
  }
}
@media all and (max-width: 385px) {
  .hide-385 {
    display: none;
  }
  .footer .footer-links ul li a {
    font-size: 1em;
  }
  .articleWrap .column .right .relatedArticles a .title {
    width: auto;
  }
}
@media all and (max-width: 337px) {
  .home-page #features .feature .content .header {
    font-size: 2.25em;
  }
  .home-page #features .feature {
    height: 90%;
  }
  .home-page #features .feature .content {
    min-height: 565px;
  }
  .home-page .about .split p {
    font-size: 1em;
  }
  .home-page .about .split h2 {
    margin: 0;
  }
  #container .wrap .column {
    padding: 20px;
  }
  h2 {
    font-size: 1.6em;
  }
  .column.landing {
    padding: 50px 10px 20px;
  }
}
/*# sourceMappingURL=main.css.map */