html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.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: drupal.org/node/897638 */
.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: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

.pull-right, .img_float_right, .image-float-right {
  float: right;
  margin: 0 0 20px 20px; }

.pull-left, .img_float_left, .image-float-left {
  float: left;
  margin: 0 20px 20px 0; }

.zebra td {
  padding: 6px 10px; }
.zebra th {
  text-align: left;
  padding: 6px 10px; }
.zebra td:last-child, .zebra th:last-child {
  text-align: right; }
.zebra tr:nth-child(even) {
  background: white; }
.zebra tr:nth-child(odd) {
  background: #e0dad8; }
.zebra tr:hover {
  background: rgba(139, 30, 65, 0.8);
  color: #fff; }

.category.zebra td:last-child {
  text-align: left; }

.element-invisible {
  display: none; }

.cbshadow {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0; }
  .cbshadow:after {
    content: "";
    width: 80%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: -1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }

.shadow {
  -moz-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.7); }

.photoborder {
  padding: 1px;
  border: 1px #9ca3a7 solid; }

/* _____ GLOBAL DEFAULTS _____ */
*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 100%;
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  min-height: 100%;
  border-top: 5px #8b1e41 solid;
  background: #e2dddb;
  color: #333;
  font-family: interstate_light, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }

h1 {
  font-family: interstate_light, Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1; }

h2 {
  font-family: interstate_light, Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 10px;
  line-height: 1;
  clear: both;
  font-weight: normal; }
  h2.section_head {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    padding: 0;
    margin: 15px 0 5px 0; }

.oldie h2.section_head {
  margin: 0;
  padding: 15px 0 0 0; }

h3 {
  margin-bottom: 0px; }

h3 + ul {
  margin-top: 5px; }

a,
a:visited {
  color: #000;
  text-decoration: none; }
  a:hover,
  a:visited:hover {
    color: #8b1e41; }
  a img,
  a:visited img {
    outline: none;
    border: none; }

.item-page p a, .item-page li a {
  color: #8b1e41;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px #ddd solid; }
  .item-page p a:hover, .item-page li a:hover {
    color: #8b1e41;
    border-bottom: none;
    text-decoration: underline; }

ul {
  list-style: square; }

pre {
  background: #fff;
  padding: 10px; }

p {
  margin: 0 0 20px; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

.contain {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .contain::after {
    clear: both;
    content: "";
    display: table; }

@media all and (max-width: 1024px) {
  .contain {
    margin: 0 10px; } }
.shadeit {
  background: rgba(226, 221, 219, 0.3);
  padding: 5px 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* @include media($phone) { //.phone_hide { display: none; } } */
.button, .direction_button {
  margin: 10px 0 !important;
  padding: 6px 18px !important;
  border: 1px rgba(106, 94, 92, 0.3) solid !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: interstate_light, Helvetica, Arial, sans-serif !important;
  color: #fff !important;
  display: inline-block !important;
  text-decoration: none !important; }
  .button:hover, .direction_button:hover {
    border: 1px #8f7041 solid !important;
    -moz-box-shadow: 0 0 5px #8f7041;
    -webkit-box-shadow: 0 0 5px #8f7041;
    box-shadow: 0 0 5px #8f7041; }

.submit {
  background: #8f7041 !important; }

.red {
  background: #8b1e41 !important; }

.gray {
  background: #999 !important; }

.grayDark {
  background: #555 !important; }

#nav_main {
  height: 30px;
  overflow: hidden;
  background: #8b1e41;
  background: linear-gradient(to bottom, #8b1e41 0%, #691731 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b1e41', endColorstr='darken(#8b1e41, 3%)',GradientType=0 );
  /* IE6-9 */
  position: relative;
  width: 100%; }
  @media all and (min-width: 900px) {
    #nav_main {
      display: block; } }
  @media all and (min-width: 600px) and (max-width: 899px) {
    #nav_main {
      display: none; } }
  @media all and (max-width: 599px) {
    #nav_main {
      display: none; } }
  #nav_main::after {
    clear: both;
    content: "";
    display: table; }
  #nav_main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left; }
    #nav_main ul ul {
      display: none; }
    #nav_main ul li {
      display: inline-block;
      line-height: 30px; }
      #nav_main ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 0 35px; }
      #nav_main ul li.current > a, #nav_main ul li.active > a {
        font-weight: bold;
        font-family: interstate_light, Helvetica, Arial, sans-serif; }
  #nav_main .search {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    float: right; }
    #nav_main .search .inputbox.search-query {
      border: none;
      background: #e2dddb;
      font-size: 12px;
      font-size: 0.75rem;
      margin: 6px 20px 0 0;
      color: #333;
      padding: 2px;
      width: 200px; }

.item-205 {
  display: none !important; }

/* Mobile Navigation */
.nav_top_mobile {
  width: 100%;
  background: #8b1e41;
  color: #fff;
  height: 40px;
  line-height: 40px;
  display: block;
  position: relative;
  z-index: 1000;
  font-size: 22px;
  font-size: 1.375rem; }
  @media all and (min-width: 900px) {
    .nav_top_mobile {
      display: none; } }
  @media all and (min-width: 600px) and (max-width: 899px) {
    .nav_top_mobile {
      display: block; } }
  @media all and (max-width: 599px) {
    .nav_top_mobile {
      display: block; } }

.nav_bottom_mobile {
  width: 100%;
  background: #6a5e5c;
  color: #fff;
  height: 40px;
  line-height: 40px;
  display: block;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem; }
  @media all and (min-width: 900px) {
    .nav_bottom_mobile {
      display: none; } }
  @media all and (min-width: 600px) and (max-width: 899px) {
    .nav_bottom_mobile {
      display: block; } }
  @media all and (max-width: 599px) {
    .nav_bottom_mobile {
      display: block; } }

.nav-toggle {
  position: relative;
  cursor: pointer;
  display: inline-block;
  float: left;
  overflow: hidden;
  height: 40px;
  color: #fff;
  text-decoration: none;
  margin: 0 10px 0 0;
  padding: 0;
  z-index: 9000; }
  .nav-toggle #menu_icon {
    background: transparent;
    z-index: 999;
    width: 40px;
    height: 100%;
    display: inline-block;
    margin: 0 10px 0 20px; }
    .nav-toggle #menu_icon rect {
      fill: #fff; }

#nav_mobile {
  display: none; }

@media all and (max-width: 899px) {
  .backgroundsize #jPanelMenu-menu {
    background: url(../images/mcf_logo_2x.png) no-repeat;
    background-position: center 20px;
    background-size: 120px auto; }

  #jPanelMenu-menu {
    margin: 0 0 0 0;
    padding: 100px 0 0 0;
    background: url(../images/mcf_logo_mobilenav.png) no-repeat;
    background-position: center 20px;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    -moz-box-shadow: -10px 0 15px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: -10px 0 15px rgba(0, 0, 0, 0.4) inset;
    box-shadow: -10px 0 15px rgba(0, 0, 0, 0.4) inset;
    color: #333;
    -webkit-overflow-scrolling: touch;
    font-family: interstate_light, Helvetica, Arial, sans-serif; }
    #jPanelMenu-menu .outer {
      position: relative;
      width: 250px;
      height: 100%;
      overflow: hidden !important; }
    #jPanelMenu-menu .inner {
      position: absolute;
      left: 0;
      overflow-x: hidden;
      overflow-y: scroll;
      height: 100%; }
    #jPanelMenu-menu .menu {
      padding: 0;
      margin: 0;
      width: 250px; }
      #jPanelMenu-menu .menu ul {
        padding: 0;
        margin: 0; }
      #jPanelMenu-menu .menu li {
        margin: 0;
        display: block;
        width: 100%;
        border-bottom: 1px rgba(106, 94, 92, 0.3) solid;
        position: relative; }
        #jPanelMenu-menu .menu li:after {
          content: "";
          border-left: 1px rgba(106, 94, 92, 0.3) solid;
          height: 100%;
          width: 1px;
          position: absolute;
          right: 45px;
          top: 0; }
        #jPanelMenu-menu .menu li a {
          padding: 16px 50px 16px 45px;
          white-space: normal;
          color: #333;
          width: 100%;
          display: block;
          font-size: 13px;
          font-size: 0.8125rem;
          background: url(../images/nav_dot.png) no-repeat 215px; }
        #jPanelMenu-menu .menu li:first-child {
          border-top: 1px rgba(106, 94, 92, 0.3) solid; }
        #jPanelMenu-menu .menu li:nth-child(odd) {
          background: rgba(255, 255, 255, 0.2); }
        #jPanelMenu-menu .menu li li a {
          background-image: none; } }
@media all and (max-width: 899px) {
  .i_donate {
    font-size: 18px !important; }

  .i_angel img,
  .i_funded img {
    background: url(../images/i_mobile.png) no-repeat;
    height: 26px;
    width: 26px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 10px; }

  .i_angel img {
    background-position: left -27px; }

  .i_funded img {
    background-position: left 0; }

  .backgroundsize .i_angel img,
  .backgroundsize .i_funded img {
    background: url(../images/i_mobile_2x.png) no-repeat;
    background-size: 26px auto; }
  .backgroundsize .i_angel img {
    background-position: left -27px; }
  .backgroundsize .i_funded img {
    background-position: left 0; } }
/* Select Locations Mobile */
.mobile_select_location {
  display: block;
  clear: both;
  width: 90%;
  margin: 20px 0;
  font-size: 16px;
  font-size: 1rem; }
  @media all and (min-width: 900px) {
    .mobile_select_location {
      display: none; } }
  .mobile_select_location .item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 2% 2% 0; }
    .mobile_select_location .item a {
      display: block;
      width: 100%;
      background: #eee;
      padding: 10px 20px;
      vertical-align: middle;
      text-align: center;
      text-decoration: none;
      font-family: interstate_light, Helvetica, Arial, sans-serif;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px; }
      .mobile_select_location .item a img {
        display: none; }

.mobile_home_link {
  display: block;
  position: absolute !important;
  width: 250px;
  height: 100px;
  background: transparent;
  top: 0; }

/* Flexnav Base Styles */
.menu-flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%; }
  .menu-flexnav.opacity {
    opacity: 1; }
  .menu-flexnav.menu-flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .menu-flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden; }
  .menu-flexnav li a {
    position: relative;
    display: block;
    padding: 1em 1em 1em 60px;
    z-index: 2;
    overflow: hidden;
    color: #222;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .menu-flexnav li ul {
    width: 100%; }
    .menu-flexnav li ul li {
      font-size: 100%;
      position: relative;
      overflow: hidden; }
  .menu-flexnav li ul.menu-flexnav-show li {
    overflow: visible; }
  .menu-flexnav li ul li a {
    display: block;
    background: #484848; }
  .menu-flexnav ul li ul li a {
    background: #3b3b3b; }
  .menu-flexnav ul li ul li ul li a {
    background: #2f2f2f; }

.inner .search {
  display: block;
  width: 100%;
  margin: 5px 5px 10px 5px; }
  .inner .search .inputbox.search-query {
    border: none;
    background: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 6px 0 0 0;
    color: #333;
    padding: 10px 5px;
    width: 200px; }

.nav_left ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0; }
  .nav_left ul ul {
    margin: 10px 0 0 10px; }
    .nav_left ul ul li {
      background: #f8f6f6; }
    .nav_left ul ul a {
      color: #666666; }
.nav_left li {
  padding: 8px;
  margin: 2px 0;
  line-height: 1;
  background: #f3f1f1; }
  .nav_left li a {
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    color: #333; }
    .nav_left li a:hover {
      color: #8b1e41; }
  .nav_left li.current > a, .nav_left li.active > a {
    color: #8b1e41;
    font-weight: bold; }

.news {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0;
  margin: 0; }
  @media all and (min-width: 900px) {
    .news {
      height: 215px; } }
  .news:last-child {
    margin-right: 0; }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    .news {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .news:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    .news {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 100%; }
      .news:last-child {
        margin-right: 0; } }
  .news a {
    text-decoration: none;
    color: #fff; }

.no-js .news_item {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 100%; }
  .no-js .news_item:last-child {
    margin-right: 0; }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    .no-js .news_item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .no-js .news_item:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    .no-js .news_item {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 31.22104%; }
      .no-js .news_item:last-child {
        margin-right: 0; } }

.news_item {
  padding: 0 5px;
  position: relative;
  vertical-align: top; }
  .news_item .news_wrap {
    position: relative;
    vertical-align: top; }
    .news_item .news_wrap a:hover {
      text-decoration: none !important;
      border-bottom: none !important; }
  .news_item .news_photo {
    display: block;
    vertical-align: top;
    border: 1px #6a5e5c solid; }
    .news_item .news_photo img {
      display: block;
      width: 100%;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      z-index: 10;
      margin: 0;
      padding: 0; }
  .news_item .news_caption {
    background: #8f7041;
    background: rgba(143, 112, 65, 0.8);
    z-index: 20;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2; }
    @media all and (min-width: 900px) {
      .news_item .news_caption {
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        padding: 15% 5%;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
    @media all and (min-width: 600px) and (max-width: 899px) {
      .news_item .news_caption {
        padding: 5%; } }
    @media all and (max-width: 599px) {
      .news_item .news_caption {
        padding: 5%; } }
    .news_item .news_caption h5 {
      color: #fff;
      white-space: normal;
      font-family: interstate_light, Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 18px;
      font-size: 1.125rem;
      padding: 0;
      margin: 0 0 10px 0; }
      @media all and (min-width: 600px) and (max-width: 899px) {
        .news_item .news_caption h5 {
          font-size: 14px;
          font-size: 0.875rem;
          margin: 5px 10px; } }
      @media all and (max-width: 599px) {
        .news_item .news_caption h5 {
          font-size: 11px;
          font-size: 0.6875rem;
          margin: 5px 0; } }
    .news_item .news_caption p {
      color: #fff;
      white-space: normal;
      font-family: interstate_light, Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      margin: 0 0 20px 0;
      padding: 0; }
      @media all and (min-width: 600px) and (max-width: 899px) {
        .news_item .news_caption p {
          font-size: 11px;
          font-size: 0.6875rem; } }
      @media all and (max-width: 599px) {
        .news_item .news_caption p {
          font-size: 11px;
          font-size: 0.6875rem;
          margin: 10px 0; } }
  .news_item:hover .news_caption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.oldie .news_item {
  padding: 0;
  margin: 0; }

.blog h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2; }
.blog .items-row {
  border-bottom: 1px rgba(106, 94, 92, 0.3) solid;
  padding-bottom: 10px;
  margin-bottom: 10px; }
.blog .item-image {
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  line-height: .9; }

label {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  margin: 0 0 2px 2px;
  display: block; }

.ui-datepicker-trigger {
  background-image: url("../images/Calendar-Logo.png");
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
  border: none;
  width: 32px;
  height: 32px;
  color: transparent; }

.error {
  color: red;
  font-weight: bold; }

.request_form {
  display: table; }
  .request_form .t_row {
    display: block;
    padding: 15px 10px; }
  .request_form .t_cell {
    display: block;
    padding: 0; }
  .request_form input {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
    border: 1px #ccc solid;
    background: #fff;
    outline: none; }
    .request_form input:focus {
      border: 1px #666 solid; }
  .request_form .eqlength {
    width: 70%; }
  .request_form select {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px;
    border: 1px #ccc solid;
    background: #fff; }

.fontsizer span {
  color: #fff;
  cursor: pointer;
  display: inline-block; }
.fontsizer #decfont {
  font-size: 80%; }
.fontsizer #incfont {
  font-size: 120%; }

#nav_main .fontsizer {
  margin: 3px 10px 0 30px;
  text-align: left;
  display: inline-block; }

#homepage .fontsizer, .inner .fontsizer {
  display: none; }

#fontsizer_mobile .fontsizer {
  display: block;
  position: absolute;
  right: 0;
  top: 0; }
  #fontsizer_mobile .fontsizer span {
    color: #333; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
#header {
  background: url(../images/bg_header_full.jpg) no-repeat left top;
  width: 100%;
  height: 127px;
  display: block;
  position: relative;
  clear: both;
  height: 127px; }
  #header .cta {
    width: 380px;
    position: absolute;
    right: 0; }
    #header .cta a {
      display: inline-block;
      background: #6a5e5c;
      padding: 0 20px;
      margin: 10px 20px;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.5;
      font-weight: bold;
      color: #fff;
      float: right; }
    @media all and (min-width: 600px) and (max-width: 899px) {
      #header .cta {
        display: none; } }
    @media all and (max-width: 599px) {
      #header .cta {
        display: none; } }

@media all and (min-width: 900px) {
  #logo {
    width: 187px;
    height: 111px;
    position: absolute;
    top: 10px;
    left: 30px; }
    #logo img {
      width: 100%;
      height: auto; }

  #boy {
    width: 140px;
    height: 55px;
    position: absolute;
    top: 40px;
    left: 280px; }
    #boy img {
      width: 100%;
      height: auto; } }
.co_appo,
.co_pres,
.co_paym {
  position: relative;
  width: 80px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 20px 5% 0 5%; }
  .co_appo img,
  .co_pres img,
  .co_paym img {
    width: 46px;
    height: 46px; }
  .co_appo h4,
  .co_pres h4,
  .co_paym h4 {
    line-height: 1;
    font-family: interstate_light, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    margin: 2px 0 0 0;
    padding: 0;
    font-weight: normal;
    color: #6a5e5c; }

@media all and (min-width: 600px) and (max-width: 899px) {
  #header {
    height: 110px;
    border-bottom: 5px #6a5e5c solid; }

  #logo {
    width: 160px;
    height: 100px;
    position: absolute;
    top: 7px;
    left: 30px; }
    #logo img {
      width: 100%;
      height: auto; }

  #boy {
    width: 121px;
    height: 48px;
    position: absolute;
    top: 32px;
    left: 280px; }
    #boy img {
      width: 100%;
      height: auto; } }
@media all and (max-width: 599px) {
  #header {
    height: 110px;
    border-bottom: 5px #6a5e5c solid;
    background-image: none;
    background: #fff; }

  #logo {
    width: 160px;
    height: auto;
    position: absolute;
    top: 7px;
    left: 20px; }
    #logo img {
      width: 100%;
      height: auto; }

  #boy {
    width: 90px;
    height: auto;
    position: absolute;
    top: 20px;
    right: 10px; }
    #boy img {
      width: 100%;
      height: auto; } }
#footer {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  #footer::after {
    clear: both;
    content: "";
    display: table; }

.footer_left {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 32.55661%;
  font-size: 12px;
  font-size: 0.75rem; }
  .footer_left:last-child {
    margin-right: 0; }
  @media all and (min-width: 600px) and (max-width: 899px) {
    .footer_left {
      display: none; } }
  @media all and (max-width: 599px) {
    .footer_left {
      display: none; } }

.footer_center {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 40.98703%;
  font-size: 12px;
  font-size: 0.75rem; }
  .footer_center:last-child {
    margin-right: 0; }
  @media all and (min-width: 600px) and (max-width: 899px) {
    .footer_center {
      display: none; } }
  @media all and (max-width: 599px) {
    .footer_center {
      display: none; } }
  .footer_center a {
    text-decoration: none;
    color: #333; }
    .footer_center a:hover {
      text-decoration: underline; }
  .footer_center ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3; }
  .footer_center li {
    display: block;
    line-height: 1.8; }

.footer_right {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 24.12618%;
  border-left: 1px rgba(106, 94, 92, 0.4) solid;
  margin-top: 41px; }
  .footer_right:last-child {
    margin-right: 0; }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    #homepage .footer_right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      margin-left: 8.5298%;
      margin-right: 0; }
      #homepage .footer_right:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    .footer_right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      .footer_right:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    .footer_right {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 100%;
      margin-right: 0; }
      .footer_right:last-child {
        margin-right: 0; } }
  @media all and (min-width: 900px) {
    .footer_right {
      margin-right: 0; } }
  .footer_right h6 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0 0 0 15px;
    padding: 0; }
  .footer_right p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 15px 15px; }
  @media all and (min-width: 600px) and (max-width: 899px) {
    #homepage .footer_right {
      border-left: 1px rgba(106, 94, 92, 0.4) solid;
      text-align: left; } }
  @media all and (min-width: 600px) and (max-width: 899px) {
    .footer_right {
      border-left: none;
      text-align: center; } }
  @media all and (max-width: 599px) {
    .footer_right {
      border-left: none;
      text-align: center; } }

#homepage .footer_left_mobile {
  margin: 50px 0 0 0;
  padding: 20px;
  border: 1px #8f7041 solid;
  background: rgba(255, 255, 255, 0.8); }
  @media all and (min-width: 900px) {
    #homepage .footer_left_mobile {
      display: none; } }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    #homepage .footer_left_mobile {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      margin-right: 0; }
      #homepage .footer_left_mobile:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    #homepage .footer_left_mobile {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 100%;
      margin-right: 0; }
      #homepage .footer_left_mobile:last-child {
        margin-right: 0; } }

.footer_left_mobile {
  display: none; }

.copyright {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 100%;
  margin-right: 0;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  color: #999;
  margin: 20px 0; }
  .copyright:last-child {
    margin-right: 0; }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    .copyright {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .copyright:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    .copyright {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 100%; }
      .copyright:last-child {
        margin-right: 0; } }

.home_primary {
  min-height: 245px;
  position: relative;
  background: #e2dddb;
  z-index: 10;
  border-bottom: 1px rgba(106, 94, 92, 0.2) solid; }
  .home_primary .cbshadow {
    padding: 15px 0;
    background: #e2dddb; }

.oldie .home_primary .cbshadow {
  padding-bottom: 0; }

.home_slider {
  position: relative;
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 74.70873%;
  height: auto;
  overflow: hidden; }
  .home_slider:last-child {
    margin-right: 0; }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    .home_slider {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin: 10px 0; }
      .home_slider:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    .home_slider {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 100%;
      margin: 10px 0; }
      .home_slider:last-child {
        margin-right: 0; } }
  .home_slider img {
    width: 100%;
    height: auto;
    display: block;
    clear: both; }

.cycle-pager {
  position: absolute;
  bottom: 10px;
  z-index: 1000;
  left: 10px; }
  .cycle-pager a {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #d2b682;
    margin: 0 5px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset; }
    .cycle-pager a.cycle-pager-active {
      background: #8b1e41; }

.co_home, .co_ga, .co_pf, .co_donate {
  text-align: center; }
  .co_home a, .co_ga a, .co_pf a, .co_donate a {
    text-decoration: none;
    color: #333; }
  .co_home img, .co_ga img, .co_pf img, .co_donate img {
    width: 60px;
    height: 60px;
    margin: 0 auto; }
    @media all and (max-width: 599px) {
      .co_home img, .co_ga img, .co_pf img, .co_donate img {
        float: left;
        margin: 0; } }
  .co_home h4, .co_ga h4, .co_pf h4, .co_donate h4 {
    line-height: 1;
    font-family: interstate_light, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0;
    padding: 0;
    font-weight: normal; }
    @media all and (max-width: 599px) {
      .co_home h4, .co_ga h4, .co_pf h4, .co_donate h4 {
        text-align: left;
        line-height: 1;
        margin: 15px 0 0 70px;
        font-size: 16px;
        font-size: 1rem; } }

@media all and (min-width: 900px) {
  .co_home {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 24.12618%;
    margin-right: 0; }
    .co_home:last-child {
      margin-right: 0; } }
@media screen and (min-width: 600px) and (max-width: 899px) {
  .co_home {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .co_home:last-child {
      margin-right: 0; } }
@media screen and (max-width: 599px) {
  .co_home {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 100%;
    margin-right: 0; }
    .co_home:last-child {
      margin-right: 0; } }

.co_ga {
  text-align: center; }
  @media all and (min-width: 900px) {
    .co_ga {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%;
      margin-top: 30px; }
      .co_ga:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    .co_ga {
      float: left;
      display: block;
      margin-right: 10.1484%;
      width: 26.56773%;
      margin-top: 8px; }
      .co_ga:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    .co_ga {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%;
      margin-top: 10px; }
      .co_ga:last-child {
        margin-right: 0; } }
  .co_ga img {
    width: 60px;
    height: 60px;
    margin: 0 auto; }

.co_pf {
  text-align: center; }
  @media all and (min-width: 900px) {
    .co_pf {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%;
      margin-right: 0;
      margin-top: 30px; }
      .co_pf:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    .co_pf {
      float: left;
      display: block;
      margin-right: 10.1484%;
      width: 26.56773%;
      margin-top: 8px; }
      .co_pf:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    .co_pf {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%;
      margin-right: 0;
      margin-top: 10px; }
      .co_pf:last-child {
        margin-right: 0; } }
  .co_pf img {
    width: 60px;
    height: 60px;
    margin: 0 auto; }

.co_donate {
  text-align: center; }
  @media all and (min-width: 900px) {
    .co_donate {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      margin-right: 0;
      margin-top: 30px; }
      .co_donate:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    .co_donate {
      float: left;
      display: block;
      margin-right: 10.1484%;
      width: 26.56773%;
      margin-top: 8px; }
      .co_donate:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    .co_donate {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 5px; }
      .co_donate:last-child {
        margin-right: 0; } }
  .co_donate a {
    display: block;
    background: #6a5e5c;
    padding: 20px 0px;
    margin: 10px 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: bold;
    color: #fff; }
    @media all and (max-width: 599px) {
      .co_donate a {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 20px 0 0 0; } }

.home_secondary {
  position: relative;
  background: #f9f8f8;
  z-index: 9;
  border-bottom: 1px rgba(106, 94, 92, 0.3) solid;
  padding-top: 5px; }
  .home_secondary .cbshadow {
    background: #f9f8f8;
    padding-bottom: 5px; }

.page_main {
  background: #f9f8f8;
  border-bottom: 1px rgba(106, 94, 92, 0.3) solid; }
  .page_main .cbshadow {
    position: relative;
    background: #f9f8f8;
    padding-bottom: 5px; }

.page_content {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 100%;
  margin-right: 0; }
  .page_content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    .page_content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .page_content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    .page_content {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 100%; }
      .page_content:last-child {
        margin-right: 0; } }

.page_content_narrow {
  position: relative;
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 74.70873%;
  margin-left: 25.29127%; }
  .page_content_narrow:last-child {
    margin-right: 0; }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    .page_content_narrow {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .page_content_narrow:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    .page_content_narrow {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 100%;
      margin-left: 0%; }
      .page_content_narrow:last-child {
        margin-right: 0; } }

.page_left {
  position: relative;
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 24.12618%;
  margin-left: -101.16509%;
  margin-right: 0; }
  .page_left:last-child {
    margin-right: 0; }
  @media all and (min-width: 600px) and (max-width: 899px) {
    .page_left {
      display: none; } }
  @media all and (max-width: 599px) {
    .page_left {
      display: none; } }

.half_page {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 49.41745%;
  padding: 0 20px 0 0; }
  .half_page:last-child {
    margin-right: 0; }
  @media screen and (max-width: 599px) {
    .half_page {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .half_page:last-child {
        margin-right: 0; } }
  .half_page:last-child {
    margin-right: 0; }

#breadcrumbs {
  font-size: 10px;
  font-size: 0.625rem;
  margin: 5px 0;
  color: #999; }
  #breadcrumbs a {
    text-decoration: none;
    color: #999; }
    #breadcrumbs a:hover {
      text-decoration: underline;
      color: #555; }

.item-page > img {
  max-width: 100%;
  height: auto; }
  @media all and (min-width: 600px) and (max-width: 899px) {
    .item-page > img {
      max-width: 50%; } }

.img-fulltext-none img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 1px;
  border: 1px #9ca3a7 solid;
  -moz-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.7); }

.board_member {
  float: left;
  display: block;
  margin-right: 16.03631%;
  width: 41.98184%; }
  .board_member:last-child {
    margin-right: 0; }
  .board_member:nth-of-type(2n+1) {
    margin-right: 0; }
  .board_member .board_photo {
    margin: 15px 0 0 0;
    padding: 1px;
    border: 1px #9ca3a7 solid;
    -moz-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.7); }
  .board_member h3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
    margin: 0 0 5px 0;
    padding: 0; }
  .board_member p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3; }

.angel {
  float: left;
  display: block;
  margin-right: 10.1484%;
  width: 26.56773%; }
  .angel:last-child {
    margin-right: 0; }
  .angel:nth-of-type(3n+2) {
    margin-right: 0; }
  .angel .angel_photo {
    margin: 15px 0 0 0;
    padding: 1px;
    border: 1px #9ca3a7 solid;
    -moz-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.7);
    width: 100%;
    max-width: 100%;
    height: auto; }
  .angel p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3; }

blockquote {
  background: #ede2cd;
  border-top: 2px solid #d2b682;
  border-bottom: 2px solid #d2b682;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  position: relative; }

blockquote p {
  margin: 5px 40px;
  padding: 10px 0;
  z-index: 2;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem; }

blockquote p:before {
  content: "\201C";
  color: #d2b682;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
  position: absolute;
  left: 5px;
  top: 10px;
  z-index: 1; }

blockquote p:after {
  content: "\201D";
  color: #d2b682;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
  position: absolute;
  z-index: 1; }

.cp {
  display: inline-block;
  margin: 0 15px 15px 0; }

#providers .page_content {
  line-height: 2; }

.prov_search {
  display: block; }
  .prov_search .row {
    display: block;
    margin-bottom: 20px; }
  .prov_search label, .prov_search .cell {
    display: block; }
  .prov_search select, .prov_search input[type="text"] {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
    border: 1px #ccc solid;
    background: #fff;
    outline: none; }
    .prov_search select:focus, .prov_search input[type="text"]:focus {
      border: 1px #666 solid; }

#physicanNameFinder {
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  border: 1px #ccc solid;
  background: #fff;
  outline: none; }
  #physicanNameFinder:focus {
    border: 1px #666 solid; }

@media all and (max-width: 599px) {
  #physicanNameFinder {
    width: 100% !important; } }
#providers .item-page h1 {
  margin: 20px 0 0 0; }
#providers .item-page h6 {
  color: #8f7041;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 15px 0; }

.profile_left {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 28.34139%;
  line-height: 1.5; }
  .profile_left:last-child {
    margin-right: 0; }
  @media screen and (max-width: 599px) {
    .profile_left {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 100%;
      margin-right: 0; }
      .profile_left:last-child {
        margin-right: 0; }
      .profile_left #back-to-results {
        margin: 0;
        padding: 0; }
      .profile_left .button, .profile_left .direction_button {
        font-size: 13px;
        font-size: 0.8125rem;
        margin-right: 10px;
        display: block;
        width: 100%;
        text-align: center; } }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    .profile_left .button, .profile_left .direction_button {
      display: block;
      width: 80%;
      text-align: center; } }
  @media screen and (min-width: 900px) {
    .profile_left .button, .profile_left .direction_button {
      display: block;
      width: 80%;
      text-align: center; } }
  .profile_left .physicianImage {
    width: 100%;
    height: auto;
    max-width: 196px; }
    .profile_left .physicianImage img {
      width: 100%;
      height: auto; }
  .profile_left h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 5px; }
    .profile_left h3 a {
      text-decoration: none;
      color: #333; }
  .profile_left p {
    font-size: 13px;
    font-size: 0.8125rem; }
    .profile_left p a {
      text-decoration: none;
      color: #333; }

.profile_right {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 70.49352%;
  margin-right: 0; }
  .profile_right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 599px) {
    .profile_right {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 100%;
      margin-right: 0; }
      .profile_right:last-child {
        margin-right: 0; } }
  .profile_right h2 {
    margin: 0; }
  .profile_right h3 {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #8f7041;
    margin: 15px 0 0 0;
    border-bottom: 1px rgba(106, 94, 92, 0.3) solid; }
    .profile_right h3:first-child {
      margin-top: 0; }

.physList {
  display: table;
  width: 100%; }
  .physList .p_cell {
    display: table-cell;
    width: 30%;
    padding: 5px 0; }
    .physList .p_cell:last-child {
      width: 40%; }
    @media all and (max-width: 599px) {
      .physList .p_cell {
        display: block;
        width: 100%;
        padding: 0; } }
  .physList .p_row {
    display: table-row;
    width: 100%; }
    .physList .p_row:nth-of-type(even) {
      background: #eee; }
    .physList .p_row:hover {
      background: #ddd; }
    @media all and (max-width: 599px) {
      .physList .p_row {
        display: block;
        width: 100%;
        padding: 10px 0; } }
  .physList .titles {
    font-size: 18px;
    font-size: 1.125rem; }
    @media all and (max-width: 599px) {
      .physList .titles {
        font-size: 14px;
        font-size: 0.875rem; } }
  .physList .p_name {
    color: #333;
    font-family: interstate_regular, Helvetica, Arial, sans-serif; }
    .physList .p_name a, .physList .p_name a:visited {
      color: #8b1e41; }
  .physList .p_spec {
    font-style: italic; }
  .physList a, .physList a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #333; }
    .physList a:hover, .physList a:visited:hover {
      text-decoration: underline; }

#map_canvas {
  height: 550px;
  width: 100%;
  max-width: 100%;
  position: relative;
  display: block;
  border: 1px rgba(106, 94, 92, 0.3) solid; }
  @media all and (min-width: 600px) and (max-width: 899px) {
    #map_canvas {
      margin: 0 auto 20px auto; } }
  @media all and (max-width: 599px) {
    #map_canvas {
      margin: 0 auto 20px auto; } }

.bubble {
  min-width: 210px;
  min-height: 90px; }

.practice-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 22px; }

.practice-image {
  display: block;
  float: right;
  margin: 0 20px 10px 10px; }
  @media all and (max-width: 599px) {
    .practice-image {
      float: none;
      width: 95%;
      height: auto; }
      .practice-image img {
        width: 100%;
        height: auto; } }

.practice-desc {
  clear: both; }

.direction_button {
  background: #eee;
  margin: 0 0 15px 0; }

h3 {
  font-size: 18px;
  font-size: 1.125rem; }

.accordion {
  font-size: 14px;
  font-size: 0.875rem; }
  .accordion h3 {
    font-size: 14px;
    font-size: 0.875rem; }
  .accordion h6 {
    font-size: 16px;
    font-size: 1rem;
    font-family: interstate_light, Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
    color: #8f7041; }
  .accordion a {
    text-decoration: none;
    color: #333; }
    .accordion a:hover {
      color: #8b1e41; }

.oldie {
  /*	.home_slider article { 
  		-ms-behavior: url(/templates/mcmg_responsive/css/backgroundsize.min.htc);
  	}
  */ }

/*! jQuery UI - v1.10.4 - 2014-06-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */ }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("../images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("../images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("../images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_222222_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("../images/ui-icons_888888_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../images/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("../images/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("../images/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cd0a0a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("../images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("../images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000; }

#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(../images/controls.png) no-repeat 0 0; }

#cboxTopCenter {
  height: 14px; }

#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(../images/controls.png) no-repeat -36px 0; }

#cboxBottomLeft {
  display: none; }

#cboxBottomCenter {
  display: none; }

#cboxBottomRight {
  display: none; }

#cboxMiddleLeft {
  width: 14px;
  background: url(../images/controls.png) repeat-y -175px 0; }

#cboxMiddleRight {
  width: 14px;
  background: url(../images/controls.png) repeat-y -211px 0; }

#cboxContent {
  background: #fff;
  overflow: visible; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 5px; }

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center; }

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C; }

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  position: absolute;
  bottom: -29px;
  background: url(../images/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px; }

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px; }

#cboxPrevious:hover {
  background-position: -51px 0px; }

#cboxNext {
  left: 27px;
  background-position: -75px -25px; }

#cboxNext:hover {
  background-position: -75px 0px; }

#cboxClose {
  right: 0;
  background-position: -100px -25px; }

#cboxClose:hover {
  background-position: -100px 0px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px; }
  
  /* Columns */
.cols_1 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 100%;
  margin-right: 0; }
  .cols_1:last-child {
    margin-right: 0; }

.cols_2 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 49.22024%; }
  .cols_2:last-child {
    margin-right: 0; }
  @media screen and (max-width: 599px) {
    .cols_2 {
      float: left;
      display: block;
      margin-right: 1.55951%;
      width: 100%;
      margin-right: 0; }
      .cols_2:last-child {
        margin-right: 0; } }

.cols_3 {
  float: left;
  display: block;
  margin-right: 1.55951%;
  width: 32.29366%; }
  .cols_3:last-child {
    margin-right: 0; }
  @media screen and (max-width: 599px) {
    .cols_3 {
      float: left;
      display: block;
      margin-right: 1.55951%;
      width: 100%;
      margin-right: 0; }
      .cols_3:last-child {
        margin-right: 0; } }

.last {
  margin-right: 0; }
