@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, .filter_search label, blockquote {
  margin: 0px;
  padding: 0px;
}

form#log-in input.text {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

:focus {
  outline: none;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
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;
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove all default styles on lists.
 */
ul, ol, li {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

/**
 * @license
 * MyFonts Webfont Build ID 2734925, 2014-01-28T17:45:39-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Gibson Light by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/light/
 *
 * Webfont: Gibson Light Italic by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/light-italic/
 *
 * Webfont: Gibson Bold Italic by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/bold-italic/
 *
 * Webfont: Gibson SemiBold Italic by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/semi-bold-italic/
 *
 * Webfont: Gibson Bold by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/bold/
 *
 * Webfont: Gibson by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/regular/
 *
 * Webfont: Gibson SemiBold by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/semi-bold/
 *
 * Webfont: Gibson Italic by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/italic/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2734925
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 2011 Rod McDonald. Published by Canada Type. All rights reserved.
 *
 * © 2014 MyFonts Inc
*/
@font-face {
  font-family: 'Gibson';
  src: url("/fonts/gibson-light.eot");
  src: url("/fonts/gibson-light.eot?#iefix") format("embedded-opentype"), url("/fonts/gibson-light.woff") format("woff"), url("/fonts/gibson-light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Gibson';
  src: url("/fonts/gibson-light-italic.eot");
  src: url("/fonts/gibson-light-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/gibson-light-italic.woff") format("woff"), url("/fonts/gibson-light-italic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Gibson';
  src: url("/fonts/gibson-regular.eot");
  src: url("/fonts/gibson-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/gibson-regular.woff") format("woff"), url("/fonts/gibson-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gibson';
  src: url("/fonts/gibson-italic.eot");
  src: url("/fonts/gibson-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/gibson-italic.woff") format("woff"), url("/fonts/gibson-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Gibson';
  src: url("/fonts/gibson-semi-bold.eot");
  src: url("/fonts/gibson-semi-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/gibson-semi-bold.woff") format("woff"), url("/fonts/gibson-semi-bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/*
@font-face {
	font-family: 'Gibson';
	src: url('/fonts/gibson-semibold-italic.eot');
	src: url('/fonts/gibson-semibold-italic.eot?#iefix') format('embedded-opentype'), url('/fonts/gibson-semibold-italic.woff') format('woff'), url('/fonts/gibson-semibold-italic.ttf') format('truetype');

	font-weight: 600;
	font-style: italic;
}
*/
@font-face {
  font-family: 'Gibson';
  src: url("/fonts/gibson-bold.eot");
  src: url("/fonts/gibson-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/gibson-bold.woff") format("woff"), url("/fonts/gibson-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*
@font-face {
	font-family: 'Gibson';
	src: url('/fonts/gibson-bold-italic.eot');
	src: url('/fonts/gibson-bold-italic.eot?#iefix') format('embedded-opentype'), url('/fonts/gibson-bold-italic.woff') format('woff'), url('/fonts/gibson-bold-italic.ttf') format('truetype');

	font-weight: 700;
	font-style: italic;
}
*/
/* Icon fonts*/
@font-face {
  font-family: "Flaticon";
  src: url("/fonts/flaticon.eot");
  src: url("/fonts/flaticon.eot#iefix") format("embedded-opentype"), url("/fonts/flaticon.woff") format("woff"), url("/fonts/flaticon.ttf") format("truetype"), url("/fonts/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
}

.flaticon-blogger4:before {
  content: "\e000";
}

.flaticon-brochure2:before {
  content: "\e001";
}

.flaticon-caduceus1:before {
  content: "\e002";
}

.flaticon-camera44:before {
  content: "\e003";
}

.flaticon-cinema11:before {
  content: "\e004";
}

.flaticon-city8:before {
  content: "\e005";
}

.flaticon-commercial7:before {
  content: "\e006";
}

.flaticon-diary1:before {
  content: "\e007";
}

.flaticon-facebook21:before {
  content: "\e008";
}

.flaticon-golf17:before {
  content: "\e009";
}

.flaticon-media21:before {
  content: "\e00a";
}

.flaticon-printed7:before {
  content: "\e00b";
}

.flaticon-rss8:before {
  content: "\e00c";
}

@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-family: 'FontAwesome';
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-showme:before {
  content: "\f107";
}

.fa-showme.on:before {
  content: "\f105";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-arrow-circle-o-right:before {
  content: "\f054";
}

.fa-arrow-circle-o-left:before {
  content: "\f053";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

#slideshow .mc-hide-scrolls {
  overflow: hidden;
}
#slideshow .mc-cycle {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
#slideshow div.mc-image {
  transition: opacity 1s ease-in-out;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#slideshow .mc-old-browser .mc-image {
  overflow: hidden;
}
#slideshow #cycle-loader {
  height: 24px;
  left: 33%;
  margin: -30px 0 0 -35px;
  position: absolute;
  top: 50%;
  width: 24px;
  z-index: 999;
}
#slideshow .light-text {
  color: #ddd;
  text-shadow: 0 1px 0 #666;
}
#slideshow .smaller-text {
  font-size: 30px;
}
#slideshow .youtube-video, #slideshow video {
  left: 0;
  position: absolute;
  top: 0;
}
#slideshow .in-slide-content a {
  color: #FCB034;
  text-decoration: none;
}
#slideshow .in-slide-content a:hover {
  text-decoration: underline;
}
#slideshow .in-slide-content .cms {
  margin-bottom: 0;
  padding: 10px 70px 0 0;
}
#slideshow .in-slide-content .cms h2 {
  font-family: "Gibson", sans-serif;
  color: #FFF;
  font-weight: 400;
  font-size: 2.5em;
  line-height: .9em;
  margin-bottom: .5em;
  text-transform: uppercase;
}
#slideshow .in-slide-content .cms p, #slideshow .in-slide-content .cms .filter_search label, .filter_search #slideshow .in-slide-content .cms label {
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #FFF;
  font-size: 1.4em;
  margin-bottom: 1em;
  line-height: 1.4em;
}
#slideshow #arrow_left, #slideshow #arrow_right {
  bottom: 10px;
  padding: 1px 0;
  position: absolute;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#slideshow #arrow_left img, #slideshow #arrow_right img {
  width: 15px;
  display: block;
  margin: 0 auto;
}
#slideshow #arrow_left {
  right: 34px;
}
@media screen and (max-width: 1023px) {
  #slideshow #arrow_left, #slideshow #arrow_right {
    bottom: 50%;
    width: 20px;
    right: 24px;
  }
  #slideshow #arrow_left img, #slideshow #arrow_right img {
    width: 9px;
  }
  #slideshow #arrow_right {
    right: 0;
  }
  #slideshow #cycle-loader {
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
    z-index: 999;
  }
}
#twoColProg #slideshow {
  display: inline;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #twoColProg #slideshow {
    display: block;
    height: 376px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  #twoColProg #slideshow {
    display: block;
    width: 100%;
    height: 376px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
}
#twoColProg #slideshow #maximage {
  display: none;
  position: fixed !important;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  #twoColProg #slideshow #maximage {
    display: none;
    position: absolute !important;
    left: 0;
    top: 0;
  }
  #twoColProg #slideshow #maximage .contest {
    top: 55px;
  }
}
#twoColProg #slideshow .in-slide-content {
  color: #FFF;
  float: left;
  left: 80px;
  padding: 20px 20px 20px 70px;
  position: absolute;
  bottom: 75px;
  width: 34%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7) !important;
  background-image: url(/images/css/MISC/black-70.png);
  background-repeat: repeat;
  background-position: center center;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  #twoColProg #slideshow .in-slide-content {
    color: #FFF;
    float: left;
    left: 0;
    padding: 10px 20px 0 70px;
    position: absolute;
    bottom: 25px;
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  #twoColProg #slideshow .in-slide-content {
    padding: 0 20px;
    bottom: 0;
    min-height: 50px;
    width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.7) !important;
  }
  #twoColProg #slideshow .in-slide-content .cms {
    margin-bottom: 0;
    padding: 10px 40px 0 0;
  }
  #twoColProg #slideshow .in-slide-content .cms p, #twoColProg #slideshow .in-slide-content .cms .filter_search label, .filter_search #twoColProg #slideshow .in-slide-content .cms label {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    color: #FFF;
    font-size: 1.2em;
  }
  #twoColProg #slideshow .in-slide-content .cms p a, #twoColProg #slideshow .in-slide-content .cms .filter_search label a, .filter_search #twoColProg #slideshow .in-slide-content .cms label a {
    color: #FCB034;
  }
  #twoColProg #slideshow .in-slide-content .cms h2 {
    font-family: "Gibson", sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 1.8em;
    line-height: 1.1em;
  }
  #twoColProg #slideshow .in-slide-content .cms h6 {
    display: none;
  }
}
#twoColProg #slideshow .in-slide-content.contest {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: none !important;
}
@media screen and (max-width: 1023px) {
  #twoColProg #slideshow .in-slide-content.contest {
    height: 400px;
  }
}
#twoColProg #slideshow .in-slide-content span.flaticon-camera44 {
  position: absolute;
  left: 22px;
  top: 20px;
  color: #FCB034;
  font-size: 30px;
  display: block;
}
@media screen and (max-width: 480px) {
  #twoColProg #slideshow .in-slide-content span.flaticon-camera44 {
    display: none;
  }
}
#thrColProg #slideshow {
  display: block;
  position: relative;
  height: 300px;
  width: 100%;
}
#thrColProg #slideshow #maximage {
  display: none;
  position: absolute !important;
  left: 0;
  top: 0;
}
#thrColProg #slideshow #arrow_left, #thrColProg #slideshow #arrow_right {
  right: 0;
}
#thrColProg #slideshow #arrow_left {
  right: auto;
  left: 0;
}
#thrColProg #slideshow .in-slide-content {
  color: #FFF;
  float: left;
  left: 0;
  padding: 3% 5% 2%;
  position: absolute;
  bottom: 35%;
  width: 90%;
  z-index: 9999;
  background: none;
  text-align: left;
}
#thrColProg #slideshow .in-slide-content .cms {
  margin-bottom: 0;
  padding: 0;
  height: 400px;
}
#thrColProg #slideshow .in-slide-content .cms h2 {
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  margin-bottom: .25em;
  color: #FFF;
  font-size: 3em;
  display: none;
}
#thrColProg #slideshow .in-slide-content .cms p, #thrColProg #slideshow .in-slide-content .cms .filter_search label, .filter_search #thrColProg #slideshow .in-slide-content .cms label {
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #FFF;
  padding-right: 50px;
  display: none;
}

body {
  font-size: 62.5%;
  font-family: "Gibson", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media screen and (min-width: 1025px) {
  ::-webkit-scrollbar {
    width: 12px;
  }

  ::-webkit-scrollbar-track {
    background: black;
  }

  ::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(left, #FCB034, #c08728);
    border-radius: 100px;
    border: 1px solid #c08728;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  }
}
#social-stream::-webkit-scrollbar-track, .container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}
#social-stream::-webkit-scrollbar-thumb, .container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  border: none;
  box-shadow: none;
}

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

strong, b {
  font-weight: 600;
}

header, footer, article, nav, section {
  display: block;
  width: 100%;
}

.gutter {
  padding: 20px;
}

.flt-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.flt-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

#twoColProg #column-1 .column-pad {
  padding-right: 315px;
  padding-left: 80px;
  padding-bottom: 0;
  padding-top: 0;
  float: left;
  width: 100%;
}

#twoColProg #column-2 .column-pad {
  padding-right: 315px;
  padding-left: 80px;
  float: left;
  width: 100%;
  padding-top: 0;
}

#twoColProg #column-3 .column-pad {
  padding-bottom: 0;
  float: left;
  background: #FFF;
  width: 100%;
  position: relative;
  padding-top: 0;
}

#thrColProg #column-3 .column-pad {
  padding-top: 0;
  padding-bottom: 100px;
  float: left;
  background: #FFF;
  text-align: left;
  width: 100%;
  position: relative;
  padding-top: 0;
}

.clearfloat {
  line-height: 1px;
  height: 0px;
  clear: both;
}

img {
  max-width: 100%;
  height: auto !important;
}

a.general-btn, .general-btn, .submit {
  font-family: "Gibson", sans-serif;
  border: 1px solid #FFF;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  font-size: 1.6em;
  text-transform: none;
  font-weight: 200;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 1em;
  margin-left: 0;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
}
a.general-btn.disabled-btn, .general-btn.disabled-btn, .submit.disabled-btn {
  background: #eee;
  color: #999;
}

a.general-btn.alt, .general-btn.alt, .submit {
  border: 1px solid #0073AE;
  background: #0073AE;
}
a.general-btn.alt.disabled-btn, .general-btn.alt.disabled-btn, .submit.disabled-btn {
  background: #eee;
  color: #999;
}

.submit.disabled {
  background: rgba(77, 156, 187, 0.25);
  pointer-events: none;
  cursor: default;
}

a.general-btn.alt-2, .general-btn.alt-2 {
  border: 1px solid #4d9cbb;
  background: #4d9cbb;
}
a.general-btn.alt-2.disabled-btn, .general-btn.alt-2.disabled-btn {
  background: #eee;
  color: #999;
}

a.general-btn.alt-3, .general-btn.alt-3 {
  border: 1px solid #001722;
  background: #001722;
}
a.general-btn.alt-3.disabled-btn, .general-btn.alt-3.disabled-btn {
  background: #eee;
  color: #999;
}

a[href^=tel] {
  color: #000;
  font-weight: 700;
}

.no-mobile-display {
  display: block;
}

.mobile-only {
  display: none;
}

.show-hide {
  display: none;
}
.show-hide.on {
  display: block;
}

.fa {
  color: #fff;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  overflow: hidden;
  padding-top: 7px;
  font-size: 18px;
  font-weight: 400 !important;
  transition: background .5s;
}
.fa.fa-showme {
  background-color: #4d9cbb;
  color: #fff;
}
.fa.fa-showme.on {
  background: #4d9cbb;
}
.fa.fa-showme.on:hover {
  background: #4d9cbb;
}
.fa.fa-showme:hover {
  color: #4d9cbb;
  background: rgba(77, 156, 187, 0.5);
}

.iframeContent {
  position: relative;
  background: transparent;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}

.iframeContent iframe, .iframeContent object, .iframeContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ad-wrapper {
  position: relative;
  width: 240px;
  margin: 0 auto;
}

.ad-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ad-wrapper iframe, .ad-wrapper object, .ad-wrapper embed {
  max-width: 100%;
}

.leaderboard-ad {
  text-align: center;
  padding: 30px 0;
}

a.button-link, cms a.button-link {
  padding: 10px 15px;
  background: rgba(0, 115, 174, 0.9);
  color: #FFF !important;
  text-decoration: none !important;
  border-radius: 4px;
  border: solid 1px #20538D;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a.button-link:hover, cms a.button-link:hover {
  background: #4d9cbb;
  border: solid 1px #2A4E77;
  text-decoration: none;
}
a.button-link:active, cms a.button-link:active {
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  background: #2E5481;
  border: solid 1px #203E5F;
}

@media screen and (min-width: 1280px) {
  #twoColProg #column-3 .column-pad {
    padding-bottom: 0;
    float: left;
    background-color: #FFF;
  }

  #twoColProg #column-1 .column-pad {
    padding-right: 0;
    padding-left: 200px;
    padding-bottom: 100px;
    float: left;
  }

  #twoColProg #column-2 .column-pad {
    padding-right: 190px;
    padding-left: 0;
    float: left;
    background: #FFF;
  }

  #thrColProg #column-3 .column-pad {
    padding-bottom: 105px;
    float: left;
    background-color: #FFF;
  }
}
@media screen and (max-width: 960px) {
  #thrColProg #column-3 .column-pad {
    padding-bottom: 100px;
    float: left;
  }
}
@media screen and (max-width: 959px) {
  #twoColProg #column-1 .column-pad {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    float: left;
  }

  #twoColProg #column-2 .column-pad {
    padding-right: 315px;
    padding-left: 0;
    padding-top: 0;
    float: left;
  }

  #twoColProg #column-3 .column-pad {
    padding-top: 0;
    padding-bottom: 0;
    float: left;
  }

  #thrColProg #column-3 .column-pad {
    padding-top: 0;
    padding-bottom: 0;
    float: left;
  }
}
@media screen and (max-width: 1023px) {
  .no-mobile-display {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .no-mobile-display {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  #twoColProg #column-1 .column-pad {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    float: left;
  }

  #twoColProg #column-2 .column-pad {
    padding: 0;
    float: left;
  }
}
.homegrown-info {
  min-height: 100px;
}

.neighborhood-content h2 {
  margin-bottom: 16px;
}

#neighborhood-social-info {
  position: relative;
  width: 200px;
}

#nhlanding #neighborhood-social-info {
  margin-right: -4px;
}

#neighborhood-name h1 {
  letter-spacing: -2px;
}

.nhpagetools {
  margin-bottom: 20px;
}

.nh-picks .nhlink {
  font-weight: bold;
}

.nh-picks .nhcat a {
  background: 0;
}

.nhmapholder {
  background: url(/images/css/MAPS/mapback.jpg) no-repeat center top;
  height: 470px;
}

.nhmapholder .nhmap {
  width: 983px;
  margin: 0 auto;
  position: relative;
}

.nhlinks {
  position: absolute;
  left: 20px;
  top: 350px;
  width: 400px;
  z-index: 20;
}

.nhlink {
  display: block;
  text-decoration: none;
}

.nhlinks .col {
  width: 130px;
  text-align: center;
  float: left;
}

.nhlink p, .nhlink .filter_search label, .filter_search .nhlink label {
  font-size: 12px;
  font-weight: bold;
  display: inline;
  margin: 0;
  padding: 0;
}

.nhexplore {
  position: absolute;
  bottom: 15px;
  left: 32px;
}

.vamap {
  position: absolute;
  top: -12px;
  right: -8px;
}

.exlink {
  position: relative;
  margin: 8px 0 0 0;
}

.nhlinktitle, .exlink {
  font-size: 12px;
  font-family: Georgia,Helvetica,sans-serif;
  font-weight: normal;
  color: #cd2b3a;
  font-weight: bold;
  background: url(/m/neighborhoods/adown.png) 208px 0 no-repeat;
  padding-right: 30px;
}

.nhlinktitle {
  padding: 0 0 7px 5px;
  border-bottom: 1px solid #CCC;
  margin: 0 0 10px 0;
  cursor: pointer;
  background: 0;
}

#homegrown-header .homegrown-info .exlink p, #homegrown-header .homegrown-info .exlink .filter_search label, .filter_search #homegrown-header .homegrown-info .exlink label {
  margin: 0;
}

.homegrown-info .exlink {
  background-position: 159px 0;
}

.homegrown-info .exlink {
  width: auto;
  float: none;
  margin-left: 20px;
}

.exlink .nhlinks {
  left: -21px;
  top: -9px;
  background: #FFF;
  border: 1px solid #ccc;
  font-size: 12px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  padding: 8px 15px 20px 15px;
  display: none;
  z-index: 101;
}

.exlink {
  float: left;
}

.nhlink.active {
  background: #EEE;
  color: #666;
}

.exlink .nhlink {
  padding: 2px 0;
}

.neighborhood-highlights {
  margin-right: -15px;
}

.neighborhood-highlights .half.right-half {
  width: 480px;
}

.clearboth {
  clear: both;
}

.nhexcerpt {
  float: left;
  width: 270px;
}

.nhcantmiss {
  float: right;
  width: 160px;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  line-height: 1;
}

.nhcantmiss ul {
  margin-top: 3px;
}

.nhcantmiss li {
  margin-left: 17px;
  padding: 0;
}

.closebox {
  width: 36px;
  height: 34px;
  display: block;
  background: url(/m/neighborhoods/close.png) no-repeat;
  position: absolute;
  top: 25px;
  right: 35px;
}

.closebox:hover {
  background-position: 0 -34px;
}

.nhbox {
  display: none;
}

.nhboxcontents {
  width: 572px;
  height: 462px;
}

.nhboxpad {
  width: 535px;
  height: 442px;
  margin: auto auto;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  background: #FFF;
  border: 1px solid #8e8e8e;
  position: relative;
}

.nhboxinner {
  color: #000;
  padding: 15px 35px;
  font-size: 13px;
  font-family: Georgia,"Times New Roman",Times,serif;
  line-height: 17px;
  color: #333;
}

.nhimage {
  margin-bottom: 15px;
}

#sb-wrapper-inner {
  border: 0 !important;
}

#sb-body {
  background: none !important;
}

#sb-loading {
  background: #FFF !important;
  width: 535px !important;
  height: 442px !important;
  margin: auto auto;
}

#sb-loading-inner, #sb-loading-inner span {
  display: none;
  visibility: hidden;
}

#nhlanding .nhboxinner h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 45px;
  color: #333;
  line-height: 45px;
  padding: 5px 0 10px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #CCC;
  letter-spacing: -2px;
}

#nhlanding .nhboxinner h1 a {
  color: #333;
  text-decoration: none;
  padding: 0;
  margin: 0;
  line-height: 45px;
}

.nhicons img {
  position: absolute;
  top: 0;
  z-index: 9;
}

.nhicons .over {
  z-index: 10;
  display: none;
}

.nhicons .shad {
  z-index: 8;
  display: none;
}

.m01.shad {
  margin-left: -50px;
}

.m14.shad {
  right: -120px;
}

.hovermap {
  position: absolute;
  z-index: 11;
}

.aover {
  color: #7f000c;
  text-decoration: underline;
}

.mapbubble .nhlink {
  display: inline;
}

.mapbubble .nhlink, .mapbubble .nhname {
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

.mapbubble .nhlink a {
  color: #333;
  background: url(/m/homegrown/nh2.png) left 4px no-repeat;
  padding-left: 20px;
  padding-right: 1px;
  padding-top: 4px;
}

.mapbubble .nhlisting span {
  color: #ccc;
  display: inline;
  padding: 0 2px;
}

.mapbubble .nhname .nhlinktemp {
  display: none !important;
}

.mapbubble .nhname .nhlinklive {
  display: inline !important;
}

.mapbubble .nhname div, .mapbubble .nhname span, .mapbubble .nhname a {
  display: inline !important;
}

.mapbubble .nhname {
  margin-top: 0;
  margin-bottom: 4px;
}

.main .video-list, .main .video-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main .video-list {
  margin-right: -15px;
}

.main .video-list li {
  float: left;
  margin: 0 15px 10px 0;
  width: 225px;
}

#content a.goback {
  font-size: 12px;
  margin-bottom: 20px;
  position: absolute !important;
  top: 70px;
  left: 0 !important;
}

#homegrown-landing-page-header {
  position: relative;
}

.upower {
  position: absolute;
  right: -3px;
  bottom: -8px;
}

.featsub {
  color: #666;
  font-weight: normal;
  line-height: 1.3;
}

.feadtitle {
  margin-top: 10px;
}

#nhlanding .nhlisting .nhlink a {
  display: none;
}

#nhlanding .nhlisting .nhlinktemp a {
  display: none;
}

#nhlanding .nhlisting .nhlinklive a {
  display: block;
}

.neighborhood .nhlinklive span {
  display: none;
}

#nh-hero-image-container {
  height: 488px;
}

#nh-hero-image-container .header-caption {
  top: 330px;
  padding-left: 65;
}

.hero-controls-wrap {
  left: 0;
  bottom: 40px;
  margin-left: 0;
}

.hero-controls-wrap .hero-controls {
  margin-left: 855px;
}

.landing .nhlisting span {
  display: none;
}

.leftmore {
  margin-top: 15px;
  display: none;
}

.centermore {
  display: none;
  clear: left;
  padding: 15px 0 0 15px;
}

b.mapname {
  font-weight: inherit;
  line-height: inherit;
}

.nhpagetools {
  padding-right: 10px;
}

.loadingmap {
  position: absolute;
  top: 100px;
  width: 955px;
  z-index: 20;
}

.loadingmap div {
  background: #FFF;
  border: 3px solid #CCC;
  width: 220px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-family: Arial,Helvetica,sans-serif;
}

.vimeo {
  position: relative;
}

.vidplay {
  width: 465px;
  height: 310px;
  position: absolute;
  background: url(/m/neighborhoods/video-play-button.png) no-repeat;
  z-index: 10;
  filter: alpha(opacity=80);
  opacity: .8;
}

.vidsmall {
  background: url(/m/neighborhoods/video-play-button-sm.png) no-repeat;
  width: 225px;
  height: 150px;
}

.vidplay:hover {
  filter: alpha(opacity=100);
  opacity: 1.0;
}

#neighborhood-map .nhlinks a p, #neighborhood-map .nhlinks a .filter_search label, .filter_search #neighborhood-map .nhlinks a label {
  padding-left: 20px;
  background: url("/m/neighborhoods/cbox.png") 0 -19px no-repeat;
}

#neighborhood-map .nhlinks a.active p, #neighborhood-map .nhlinks a.active .filter_search label, .filter_search #neighborhood-map .nhlinks a.active label {
  background-position: 0 -1px;
}

.showall {
  display: none;
}

.alltoggle {
  background: #ddd;
  padding: 2px;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  font-family: Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}

.morephotos {
  background: #FFF;
  margin-top: -43px;
  padding: 0 0 0 6px;
  float: right;
}

#neighborhood-map {
  position: relative;
  width: 100%;
}

#neighborhood-map .nhlinks {
  right: 10px;
  top: 100px;
  left: auto;
  background: #FFF;
  padding: 10px 10px;
  opacity: .9;
}

#neighborhood-map .nhlink {
  padding: 2px 0;
}

#neighborhood-map .exlink {
  margin-top: 0;
  margin-bottom: 9px;
}

#neighborhood-map .nhlinktitle {
  color: #333;
}

#nhmap #homegrown-landing-page-header {
  height: 75px;
  margin-bottom: 0;
  width: auto;
  border-bottom: 0;
}

#neighborhood-map .nhlinks {
  width: auto;
}

#neighborhood-map .nhlink {
  text-align: left;
}

#neighborhood-map .nhlink p, #neighborhood-map .nhlink .filter_search label, .filter_search #neighborhood-map .nhlink label {
  padding-left: 5px;
}

#neighborhood-map .nhlink {
  color: #aaa;
}

#neighborhood-map .nhlink.active {
  background: #fff;
  color: #333;
}

#neighborhood-map .nhlinks .col {
  float: none;
}

a.locationType.checked {
  color: #AAA !important;
}

.ipoints {
  background: #fff;
  position: absolute;
  bottom: 40px;
  border: 1px solid #CCC;
  right: 10px;
  padding: 3px 20px;
  color: #333;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  z-index: 20;
}

.nopoints {
  color: #cd2b3a;
}

#calendar-picker {
  margin: 0 0 3em 0;
}

#date-range, #date-range-interior {
  font-family: "Gibson", sans-serif;
  font-weight: 100;
  font-size: 1.4em;
}

#date-range input,
#date-range-interior input {
  width: 100%;
  padding: 20px;
  color: #999;
  margin-bottom: 1em;
}

#date-range label,
#date-range-interior label {
  display: block;
  margin: 0;
}

#date-range div.button,
#date-range-interior div.button {
  font-size: .7em;
  float: right;
}

#calroot {
  z-index: 1;
  font-family: "Gibson", sans-serif;
  font-weight: 100;
  font-size: 1.4em;
  background-color: #FFF;
  height: 250px;
  width: 227px;
  display: none;
  font-weight: 100;
  border: 1px #EEE solid;
  margin: 0 0 0 -7px;
}

#calhead {
  height: 35px;
  color: #FFF;
  background-color: #4d9cbb;
  background-repeat: repeat-x;
  padding-right: 0;
  padding-left: 0;
  padding-top: 7px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
}

#caltitle {
  color: #fff;
  float: left;
  text-align: center;
  width: 60%;
  line-height: 25px;
  font-family: "Gibson", sans-serif;
  font-weight: 600;
  font-size: 1em;
}

#calnext, #calprev {
  display: block;
  width: 20%;
  height: 25px;
  float: left;
  cursor: pointer;
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(/images/css/CALENDAR/arrow-prev.png);
  background-repeat: no-repeat;
  background-position: top center;
}

#calnext {
  background-image: url(/images/css/CALENDAR/arrow-next.png);
  float: right;
}

#calprev.caldisabled, #calnext.caldisabled {
  visibility: hidden;
}

#caltitle select {
  font-size: 10px;
}

#caldays {
  height: 25px;
  border-bottom: 1px solid #ddd;
  background-color: #EEE;
}

#caldays span {
  display: block;
  float: left;
  width: 32px;
  text-align: center;
  font-size: .9em;
  text-transform: uppercase;
  line-height: 25px;
}

#calweeks {
  margin-top: 4px;
}

.calweek {
  clear: left;
  height: 30px;
}

.calweek a {
  display: block;
  float: left;
  width: 31px;
  height: 30px;
  text-decoration: underline;
  font-size: 11px;
  margin-left: 1px;
  text-align: center;
  line-height: 30px;
  color: #454545;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.calweek a:hover, .calfocus {
  background-color: #ddd;
}

a.calsun {
  color: #185B9E;
}

a.caloff {
  color: #ccc;
}

a.caloff:hover {
  background-color: #f5f5fa;
}

a.caldisabled {
  color: #DDD !important;
  cursor: default;
}

#calcurrent {
  background-color: #0073AE;
  color: #fff;
}

#caltoday {
  background-color: #666;
  color: #FFF;
}

a.map_expanded_tab, a.map_expanded_tab.active {
  width: 100%;
  font-family: "Gibson", sans-serif;
  font-size: 1.8em;
  line-height: 2.4em;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 1em;
  background-image: url(/images/css/MAPS/btn-view.png);
  background-repeat: no-repeat;
  background-position: center top;
  cursor: pointer;
  text-shadow: #000 1px 1px 0;
  float: left;
}

#map_wrap {
  width: 100%;
}

#map img, #map_canvas img, #map_canvas_2 img {
  max-width: none;
}

#map_canvas, #map_canvas_2 {
  height: 350px;
  margin-bottom: 2em;
}

#map_canvas h3, #map_canvas_2 h3 {
  color: #23466A;
  font-family: "Arial black", Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2em;
  text-align: left;
  text-decoration: none;
  padding-top: .5em;
  padding-right: 0;
  padding-bottom: .5em;
  padding-left: 0;
  margin: 0;
}

#map_canvas p, #map_canvas .filter_search label, .filter_search #map_canvas label, #map_canvas_2 p, #map_canvas_2 .filter_search label, .filter_search #map_canvas_2 label {
  font-size: 1.1em;
  line-height: 1.4em;
  font-family: "Gibson", sans-serif;
  font-weight: 100;
  padding-bottom: 1em;
}

#map_canvas .flt-right, #map_canvas_2 .flt-right {
  float: right;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-right: 2em;
  width: 25%;
}

#map_canvas a.btn, #map_canvas_2 a.btn {
  background: -o-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  box-shadow: inset #ffe8bc 0 1px 0, #ffb965 0 1px 0;
  background-color: #ffb965;
  color: #9B5101;
  text-shadow: #FFE8BC 1px 1px 0;
  font-family: "Gibson", sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-left: .75em;
  padding-right: .75em;
  text-decoration: none;
  display: block;
  float: left;
  cursor: pointer;
  margin-bottom: 1em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 1em 0;
}

#things-to-do {
  width: 100%;
  color: #36647e;
  text-shadow: 0 1px 0 #ddf0fb;
  background: -o-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-color: #7db0ca;
  position: relative;
  float: left;
  height: 40px;
}

#things-to-do h2 {
  font-family: "Gibson", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 40px;
  padding: 0 1em 0 2em;
  float: left;
}

#map_options {
  font-family: "Gibson", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 40px;
}

#map_options label {
  margin-right: 1em;
}

#map {
  height: 500px;
  width: 60%;
}

#map-listings-wrap {
  width: 35%;
  height: 470px;
  padding: 2% 0;
  float: right;
  background-color: #f9f9f9;
  overflow: auto;
}

#map-listings-wrap h2 {
  font-family: "Gibson", sans-serif;
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 400;
  color: #000000;
  padding-bottom: 0.5em;
}

#map-listings-wrap p.total, #map-listings-wrap .filter_search label.total, .filter_search #map-listings-wrap label.total {
  color: #000;
  text-decoration: none;
  text-shadow: #FFF 1px 1px 0;
  font-family: "Gibson", sans-serif;
  font-size: 1.2em;
  font-weight: 100;
  text-decoration: none;
  line-height: 1.5em;
  padding-bottom: 1em;
}

#map-listings ul {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  clear: left;
}

#map-listings ul li {
  text-align: left;
}

#map-listings ul li a {
  font-family: "Gibson", sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #004490;
  text-decoration: none;
  font-weight: 400;
  padding: 0 3em 1em 0;
  display: block;
  background-repeat: no-repeat;
  background-position: right top;
}

#map-listings ul li.lodging a {
  background-image: url(/images/css/MAPS/ICONS/lodging-mini.png);
}

#map-listings ul li.featured-dining a {
  background-image: url(/images/css/MAPS/ICONS/featured-dining-mini.png);
}

#map-listings ul li.snowmobile-tours a {
  background-image: url(/images/css/MAPS/ICONS/snowmobile-tours-mini.png);
}

#map-listings {
  padding: 2em;
  border: 1px #CCC solid;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: #FFF;
}

#map-container {
  width: 100%;
  position: relative;
  font-family: "Gibson", sans-serif;
  font-weight: 100;
  margin: 0 auto;
}

#map-container p, #map-container .filter_search label, .filter_search #map-container label {
  font-size: 1.2em;
  padding-bottom: 1em;
  font-weight: 100;
  font-family: "Gibson", sans-serif;
  color: #000;
  line-height: 1.5em;
}

#map-container a.btn {
  background: -o-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  box-shadow: inset #ffe8bc 0 1px 0, #ffb965 0 1px 0;
  background-color: #ffb965;
  color: #9B5101;
  text-shadow: #FFE8BC 1px 1px 0;
  font-family: "Gibson", sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-left: .75em;
  padding-right: .75em;
  text-decoration: none;
  display: block;
  float: left;
  cursor: pointer;
  margin-bottom: 1em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 1em 0;
}

#map-container a.btn:hover {
  background-color: #9b5101;
  background: -o-linear-gradient(#c3741f, #9b5101);
  box-shadow: inset #bb6d19 0 1px 0, #bb6d19 0 1px 0;
  background-color: #ffb965;
  color: #FFF;
  text-shadow: #6e3900 0 -1px 0;
  cursor: pointer;
}

#map-container .flt-right {
  float: right;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-right: 2em;
  width: 30%;
}

#map-container blockquote {
  color: #666;
  font-family: "Gibson", sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.4em;
  padding: 0 0 1em 0;
}

#map-container h3 {
  color: #000;
  font-family: "Gibson", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
  text-align: left;
  text-decoration: none;
  padding-right: 0;
  padding-bottom: .75em;
  padding-left: 0;
  margin: 0;
}

#map-container h3.total {
  padding-bottom: 1em;
}

#map-container #loading {
  width: 100%;
  height: 540px;
  position: absolute;
  z-index: 9999;
  background-color: #FFF;
  background-image: url(/images/css/MAPS/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  left: 0px;
  top: 0px;
  text-align: center;
}

#map-container #loading h2 {
  font-family: "Gibson", sans-serif;
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 100;
  color: #666;
  text-decoration: none;
}

#map-container #loading img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
}

#directory {
  padding: 3%;
}

ul#filter_search {
  float: left;
}

ul#filter_search li {
  display: block;
  float: left;
}

#filters {
  background-color: #fff;
  border: 1px #EEE solid;
}

#filters h2 {
  font-family: "Gibson", sans-serif;
  font-size: 1.8em;
  color: #CCC;
  font-weight: 200;
  line-height: 1.1em;
  padding-bottom: .25em;
  text-transform: uppercase;
}

#column_3 #map {
  height: 300px;
  width: 100%;
}

#column_3 #map-listings-wrap {
  display: none;
}

#column_3 #map-container #loading {
  height: 300px;
}

@media screen and (max-width: 767px) {
  #map {
    height: 300px;
    width: 100%;
  }

  #map-listings-wrap {
    display: none;
  }

  #map-container #loading {
    height: 300px;
  }
}
#breadcrumb-wrap {
  padding: 0 10px 0 23px;
}

#twoColWide #breadcrumb-wrap {
  padding: 0 10px 0 20px;
}

#breadcrumb ul {
  text-align: left;
  padding-left: 0;
  line-height: 55px;
  color: #666;
}
#breadcrumb li {
  border: none !important;
  display: inline;
  font-size: 18px;
  font-weight: 200;
  text-transform: lowercase;
}
#breadcrumb li a {
  padding-left: 6px !important;
  padding-right: 6px !important;
  font-size: 18px;
}
#breadcrumb span {
  cursor: default;
  padding-left: 6px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  display: none;
}
#breadcrumb a {
  color: #FCB034;
}

@media only screen and (max-width: 767px) {
  #breadcrumb-wrap {
    padding: 0;
  }
  #twoColWide #breadcrumb-wrap {
    padding: 0;
  }

  #breadcrumb ul {
    padding-left: 20px;
    line-height: 35px;
  }
  #breadcrumb li {
    border: none !important;
    display: inline;
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
  }
  #breadcrumb li a {
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-size: 14px;
  }
}
#fixed-book-wrap {
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 3em;
}
#fixed-book-wrap h2 {
  font-size: 2.8em;
  line-height: 1em;
  color: #aaa;
  font-family: "Gibson", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: .1em;
}
#fixed-book-wrap h6 {
  font-size: 1.4em;
  color: #999;
  font-family: "Gibson", sans-serif;
  font-weight: 200;
  margin-bottom: 2em;
  text-transform: uppercase;
}
#fixed-book-wrap h6 a {
  color: #0073AE;
}
#fixed-book-wrap ul.tabs {
  width: 100%;
  float: left;
  margin-bottom: 2em;
}
#fixed-book-wrap ul.tabs li {
  width: 33.33333%;
  float: left;
}
#fixed-book-wrap ul.tabs li a {
  background: url(/images/css/BOOKING/sprite-booking.png) no-repeat left bottom;
  display: block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  margin: 0 auto;
}
#fixed-book-wrap ul.tabs li a#hotel {
  background: url(/images/css/BOOKING/sprite-booking.png) no-repeat -200px bottom;
}
#fixed-book-wrap ul.tabs li a#hotel.current {
  background: url(/images/css/BOOKING/sprite-booking.png) no-repeat -200px top;
}
#fixed-book-wrap ul.tabs li a#flight {
  background: url(/images/css/BOOKING/sprite-booking.png) no-repeat -150px bottom;
}
#fixed-book-wrap ul.tabs li a#flight.current {
  background: url(/images/css/BOOKING/sprite-booking.png) no-repeat -150px top;
}
#fixed-book-wrap ul.tabs li a#auto {
  background: url(/images/css/BOOKING/sprite-booking.png) no-repeat -100px bottom;
}
#fixed-book-wrap ul.tabs li a#auto.current {
  background: url(/images/css/BOOKING/sprite-booking.png) no-repeat -100px top;
}
#fixed-book-wrap ul.tabs li a#attractions {
  background: url(/images/css/BOOKING/sprite-booking.png) no-repeat 0px bottom;
}
#fixed-book-wrap ul.tabs li a#attractions.current {
  background: url(/images/css/BOOKING/sprite-booking.png) no-repeat 0px top;
}
#fixed-book-wrap ul.tabs li a#deals {
  background: url(/images/css/BOOKING/sprite-booking.png) no-repeat -50px bottom;
}
#fixed-book-wrap ul.tabs li a#deals.current {
  background: url(/images/css/BOOKING/sprite-booking.png) no-repeat -50px top;
}

/* tooltip styling */
.imagemap-tooltip {
  display: none;
  position: absolute;
  opacity: 1;
  padding: 15px;
  background: #4d9cbb;
  width: 320px;
  color: #fff;
  z-index: 9999;
  border: white solid 5px;
}
.imagemap-tooltip h2 {
  font-size: 2em;
  color: white;
  font-weight: 400;
  margin-bottom: .5em;
}
.imagemap-tooltip p, .imagemap-tooltip .filter_search label, .filter_search .imagemap-tooltip label {
  color: white;
  font-size: 1.6em;
  font-weight: 100;
}
.imagemap-tooltip img {
  float: right;
  margin: 0 0 15px 15px;
  width: 75px;
}

#twoColProg #column-2 .cms h1 {
  font-family: "Gibson", sans-serif;
  color: #aaa;
  font-weight: 200;
  font-size: 3em;
  line-height: 1.2em;
  margin-bottom: .5em;
  text-transform: UPPERCASE;
}

.page-content {
  margin: 0 auto 2em;
}

.cms {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
  color: #454545;
}
.cms.extended-top {
  padding: 20px 0 0;
  margin: 0;
}
.cms .widget {
  background: #fff;
}
.cms.widget-wrap {
  padding: 25px;
}
@media screen and (min-width: 1640px) {
  .cms.widget-wrap {
    padding: 40px;
  }
}
.cms p, .cms .filter_search label, .filter_search .cms label, .cms ol, .cms ul {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 1.5em;
  font-weight: 200;
}
.cms p.summary, .cms .filter_search label.summary, .filter_search .cms label.summary {
  font-family: "Gibson", sans-serif;
  font-size: 2.4em;
  line-height: 1.4em;
  font-weight: 400;
  display: block;
  margin-bottom: .75em;
}
.cms h1 {
  font-family: "Gibson", sans-serif;
  color: #666;
  font-weight: 200;
  font-size: 3.8em;
  line-height: 1.1em;
  margin-bottom: .5em;
  text-transform: uppercase;
}
.cms h1.no-case {
  text-transform: none;
}
.cms h1 em {
  color: #4d9cbb;
  font-family: 'Give You Glory', Helvetica, Arial, sans-serif;
  font-size: 2.4em;
  text-transform: uppercase;
  line-height: 1.4em;
}
.cms h2, .cms h3, .cms h4, .cms h5 {
  font-family: "Gibson", sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1.1em;
  margin-bottom: .5em;
  color: #4d9cbb;
  text-transform: none;
}
.cms h2 span, .cms h3 span, .cms h4 span, .cms h5 span {
  font-size: .7em;
  display: block;
  font-weight: 400;
}
.cms h2.h1-faux, .cms h3.h1-faux, .cms h4.h1-faux, .cms h5.h1-faux {
  font-family: "Gibson", sans-serif;
  color: #666;
  font-weight: 200;
  font-size: 3.8em;
  line-height: 1.1em;
  margin-bottom: .5em;
  text-transform: uppercase;
}
.cms h6 {
  font-size: 1.1em;
  line-height: 1.4em;
  padding-bottom: 1em;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
}
.cms h6.title {
  font-family: "Gibson", sans-serif;
  color: #FFF;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: .5em;
  text-transform: uppercase;
}
.cms h6.title em {
  color: #FCB034;
  font-family: 'Give You Glory', Helvetica, Arial, sans-serif;
  font-size: 2.4em;
  text-transform: uppercase;
  line-height: 1.4em;
}
.cms h1 a, .cms h2 a, .cms h3 a, .cms h4 a, .cms h5 a, .cms h1 a:hover, .cms h2 a:hover, .cms h3 a:hover, .cms h4 a:hover, .cms h5 a:hover {
  color: #666;
  text-decoration: none;
}
.cms thrColProg #column-1 .cms h1 {
  font-family: 'Give You Glory', Helvetica, Arial, sans-serif;
  color: #4d9cbb;
}
.cms thrColProg #column-1 .cms h2, .cms thrColProg #column-1 .cms h3, .cms thrColProg #column-1 .cms h4, .cms thrColProg #column-1 .cms h5, .cms thrColProg #column-1 .cms h6, .cms thrColProg #column-1 .cms p, .cms thrColProg #column-1 .cms .filter_search label, .filter_search .cms thrColProg #column-1 .cms label {
  color: #FFF;
  font-size: 2em;
}
.cms thrColProg #column-1 .cms p, .cms thrColProg #column-1 .cms .filter_search label, .filter_search .cms thrColProg #column-1 .cms label {
  font-size: 1.4em;
  line-height: 1.3em;
}
.cms thrColProg #column-1 .cms p.summary, .cms thrColProg #column-1 .cms .filter_search label.summary, .filter_search .cms thrColProg #column-1 .cms label.summary {
  font-size: 2.2em;
  line-height: 1.3em;
}
.cms #column-3 .cms h2, .cms #column-3 .cms h3, .cms #column-3 .cms h4, .cms #column-3 .cms h5 {
  font-family: 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
  color: #999;
  text-decoration: none;
  font-weight: 700;
  font-size: 2em;
  text-transform: none;
  letter-spacing: 0;
}
.cms p a, .cms .filter_search label a, .filter_search .cms label a, .cms ul a, .cms ol a, .cms blockquote a {
  color: #0073AE;
  text-decoration: underline;
  cursor: pointer;
}
.cms blockquote {
  font-size: 100%;
  padding: 0 3em 2em;
}
.cms ol li {
  list-style-type: decimal;
  margin-right: 4em;
  margin-left: 4em;
  margin-bottom: .5em;
}
.cms ol li li {
  list-style-type: decimal;
  margin-right: 4em;
  margin-left: 4em;
  margin-bottom: .5em;
}
.cms ul li {
  list-style-type: square;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 0.5em;
}
.cms ul li li {
  list-style-type: square;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 0.5em;
}
.cms hr {
  border: 0;
  width: 100%;
  color: #CCC;
  background-color: #ccc;
  height: 1px;
  display: block;
  margin: 5em 0;
}
.cms em {
  font-style: italic;
}
.cms strong {
  font-weight: 600;
}
.cms ol, .cms ul {
  padding-left: 1em;
}
.cms .flt-left {
  float: left;
  margin-right: 2em;
  margin-bottom: 3em;
}
.cms .flt-right {
  float: right;
  margin-bottom: 3em;
  margin-left: 2em;
}
.cms .pullquote {
  font-size: 2.4em;
  text-align: center;
  line-height: 1.4em;
  font-weight: 100;
  max-width: 1240px;
  width: 94%;
  color: #FFF;
  padding: 3%;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  margin: 0 auto;
}
.cms .pullquote a.view-all {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1em;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  font-style: normal;
  letter-spacing: 4px;
  background-color: #FFFFFF;
  line-height: 2em;
  position: absolute;
  top: -15px;
  padding-left: 1em;
  padding-right: 1em;
}
.cms .pullquote span {
  display: block;
  font-size: 1.2em;
  line-height: 1.5em;
  font-style: normal;
  font-weight: 100;
  margin-top: 1em;
}
.cms .pullquote span em {
  text-transform: none;
  font-style: normal;
  font-weight: 100;
  font-size: 0.8em;
  line-height: 1.2em;
}
.cms .pullquote div {
  font-weight: 700;
  display: block;
  font-size: 6em;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: .2em;
  float: right;
}
.cms table {
  font-size: 1.2em;
  margin-bottom: 3em;
  font-weight: 100;
  border-collapse: collapse;
  border: 1px #EEE solid;
  vertical-align: top;
  width: 100%;
  clear: both;
}
.cms table th, .cms table thead td {
  height: 100%;
  background-color: #B20838;
  color: #FFFFFF;
  text-shadow: none;
  padding: .5em;
  font-weight: 700;
  vertical-align: top;
}
.cms table tbody td {
  padding: .5em;
  vertical-align: top;
}
.cms table tbody td a {
  cursor: pointer;
  text-decoration: underline;
}
.cms table ol, .cms table ul {
  padding-bottom: 1em;
  padding-left: 2em;
}
.cms img.main {
  margin-bottom: 2em;
  clear: both;
}
.cms .img.ci-image, .cms p img.ci-image, .cms .filter_search label img.ci-image, .filter_search .cms label img.ci-image {
  margin: 0 0 1em 2em;
  float: right;
  width: 180px;
}

.fullscreen .cms img.ci-image, .fullscreen .cms .p img.ci-image {
  margin: 0 auto 2em;
  float: none;
  width: 100%;
}

.caption {
  float: left;
  margin: 0 30px 20px 0;
  width: 35%;
  background-color: #4d9cbb;
}

.caption-text {
  font-family: "Roboto Slab", serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: normal;
  color: #FFFFFF;
  padding: 1em;
}

.author {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 2em 2em 0 2em;
}

.author h2 a {
  font-size: 1.8em;
  line-height: 1.4em;
  color: #F95E25;
  font-family: Gibson-Light, Helvetica, Arial, sans-serif;
  padding-bottom: .25em;
  display: block;
}

.author h6 {
  font-size: 1.1em;
  line-height: 1.4em;
  color: #666;
  font-family: Gibson-Light, Helvetica, Arial, sans-serif;
  padding-bottom: .5em;
  display: block;
  text-transform: uppercase;
}

.author p, .author .filter_search label, .filter_search .author label {
  font-size: 1.5em;
  line-height: 1.2em;
  padding-bottom: 1em;
  color: #333;
  font-family: Gibson-Light, Helvetica, Arial, sans-serif;
}

div.general-directory article .content-holder a img.mini-author {
  float: left;
  width: 10%;
  margin: 0;
  margin-right: 1em;
  border: none;
}

.author a {
  cursor: pointer;
  text-decoration: none;
}

.author img {
  float: right;
  margin: 0 2em 3em 3em;
  width: 35%;
}

.author img.right {
  float: right;
  margin: 0 0 1em 2em;
  width: 25%;
}

@media screen and (min-width: 1440px) {
  .fullscreen #cms.cms {
    margin: 0 5px 5px;
  }

  .fullscreen .cms img.ci-image, .fullscreen .cms p img.ci-image, .fullscreen .cms .filter_search label img.ci-image, .filter_search .fullscreen .cms label img.ci-image {
    margin: 0 0 2em 2em;
    float: right;
    width: 175px;
  }
}
@media screen and (min-width: 1280px) {
  .splitscreen #column-1 .cms, .splitscreen #column-2 .cms {
    padding: 30px;
    margin: 0;
  }
}
@media screen and (max-width: 1279px) {
  #thrColProg #column-2 .cms {
    padding: 20px;
    margin: 0;
  }

  .cms img.ci-image,
  .cms p img.ci-image,
  .cms .filter_search label img.ci-image,
  .filter_search .cms label img.ci-image {
    margin: 0 0 2em 2em;
    float: right;
    width: 175px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1400px) {
  /*
  table {
    
    display:block;
    width:100%;
    border:none;
    
  	tr {
  		display:block;
  		width:100%;
  		border:none;
  	}
  		   
  		   
  	td {
  		display:block;
  		width:100%;
  		border:none;
  	}
    
    
  }
  */
}
@media screen and (max-width: 767px) {
  /*
  table {
    display:block;
    width:100%;
    border:none;
  }
  table tr {
    display:block;
    width:100%;
    border:none;
  }
     
     
  table td {
    display:block;
    width:100%;
    border:none;
  }
  */
  #thrColProg #column-3 .cms,
  #thrColProg #column-2 .cms,
  #thrColProg #column-1 .cms {
    padding: 20px;
    margin: 0;
  }

  .cms h1 {
    font-size: 4em;
  }

  .cms h2, .cms h3, .cms h4, .cms h5 {
    font-size: 2.4em;
    line-height: 1.1em;
    margin-bottom: .5em;
  }
}
widget-wrap ul.general-directory.horz {
  float: left;
  margin: 0 0 30px;
}

#blog-categories {
  font-size: 0;
  text-align: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#blog-categories li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#blog-categories li.here a {
  background: #4d9cbb;
  border-color: #4d9cbb;
  color: white;
}
#blog-categories li a {
  display: inline-block;
  padding: 5px 10px 3px;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: "Gibson", sans-serif;
  color: #999;
  border-radius: 100px;
  font-weight: 100;
  margin: 3px;
  text-decoration: none;
  transition: background .3s;
  text-transform: lowercase;
  line-height: normal;
}
#blog-categories li a:hover {
  background: #4d9cbb;
  border-color: #4d9cbb;
  color: white;
}

.content-heading a.tags {
  display: inline-block;
  padding: 5px 10px 3px;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: "Gibson", sans-serif;
  color: #999;
  border-radius: 100px;
  font-weight: 100;
  margin: 3px;
  text-decoration: none;
  transition: background .3s;
  text-transform: lowercase;
}
.content-heading a.tags.here {
  background: #4d9cbb;
  border-color: #4d9cbb;
  color: white;
}
.content-heading a.tags:hover {
  background: #4d9cbb;
  border-color: #4d9cbb;
  color: white;
}

.related-links {
  position: relative;
  margin: 0 auto 3em;
  overflow: hidden;
  padding: 20px 20px 0 20px;
  color: #666;
}
.related-links p, .related-links .filter_search label, .filter_search .related-links label, .related-links ol, .related-links ul {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 1em;
  font-weight: 600;
}
.related-links p a, .related-links .filter_search label a, .filter_search .related-links label a, .related-links ol a, .related-links ul a {
  color: #0073AE;
}
.related-links p.summary, .related-links .filter_search label.summary, .filter_search .related-links label.summary {
  font-family: "Gibson", sans-serif;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 600;
  display: block;
  margin-bottom: .25em;
}
.related-links h2, .related-links h3, .related-links h4, .related-links h5, .related-links h6 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 1em;
  font-weight: 400;
}
.related-links h2 a, .related-links h3 a, .related-links h4 a, .related-links h5 a, .related-links h6 a {
  color: #0073AE;
}

ul.pic-nav.horz-two li img {
  display: block;
  float: right;
  width: 40%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 1em;
}

ul.pic-nav.horz-two li blockquote {
  color: #666;
  font-family: "Roboto Slab", serif;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 100;
  line-height: 1.4em;
  padding-bottom: 1em;
}

ul.pic-nav.horz-two li h3 {
  color: #23466A;
  font-family: "Gibson", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: .5em;
}

ul.pic-nav.horz-two li h3 a {
  color: #23466A;
  text-decoration: none;
}

ul.pic-nav.horz-two li p a, ul.pic-nav.horz-two li .filter_search label a, .filter_search ul.pic-nav.horz-two li label a {
  color: #C60;
  text-decoration: none;
}

ul.pic-nav.horz-two li p, ul.pic-nav.horz-two li .filter_search label, .filter_search ul.pic-nav.horz-two li label {
  color: #333;
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 100;
  line-height: 1.4em;
  padding-bottom: 1em;
}

ul#partner-directory.general-directory li img {
  border-radius: 0;
}

ul.general-directory {
  color: #666;
  width: 100%;
}
ul.general-directory.horz {
  float: left;
  margin: 0 0 30px;
}
ul.general-directory.horz.authors li {
  padding: 20px 20px 20px 110px;
}
ul.general-directory.horz.authors li a img {
  width: 75px;
}
ul.general-directory.no-pad li {
  padding: 0 20px;
}
ul.general-directory.no-pad li.no-img {
  padding: 0 20px;
}
ul.general-directory li {
  padding: 20px 20px 20px 135px;
  width: 100%;
  position: relative;
}
ul.general-directory li li {
  padding: 0;
  list-style: square;
  margin: 0 0 0 50px;
}
ul.general-directory li li a.relatedDownload {
  text-decoration: none;
  padding-right: 5%;
}
ul.general-directory li.no-img {
  padding: 20px;
}

#column-3 ul.general-directory.horz.double li {
  padding: 20px;
  width: 50%;
  position: relative;
  float: left;
}

#column-1 ul#relatedDL.general-directory.horz li, #column-3 ul#relatedDL.general-directory.horz li {
  width: 50%;
  transition: background .3s ease-in-out;
  padding: 30px;
}
#column-1 ul#relatedDL.general-directory.horz li p a, #column-1 ul#relatedDL.general-directory.horz li .filter_search label a, .filter_search #column-1 ul#relatedDL.general-directory.horz li label a, #column-3 ul#relatedDL.general-directory.horz li p a, #column-3 ul#relatedDL.general-directory.horz li .filter_search label a, .filter_search #column-3 ul#relatedDL.general-directory.horz li label a {
  text-decoration: none;
  width: 100%;
  display: block;
}
#column-1 ul#relatedDL.general-directory.horz li p a span, #column-1 ul#relatedDL.general-directory.horz li .filter_search label a span, .filter_search #column-1 ul#relatedDL.general-directory.horz li label a span, #column-3 ul#relatedDL.general-directory.horz li p a span, #column-3 ul#relatedDL.general-directory.horz li .filter_search label a span, .filter_search #column-3 ul#relatedDL.general-directory.horz li label a span {
  float: right;
  color: #fcb034;
  font-size: 2em;
}
#column-1 ul#relatedDL.general-directory.horz li:hover, #column-3 ul#relatedDL.general-directory.horz li:hover {
  background: rgba(0, 0, 0, 0.1);
}

#column-2 .flip-info ul.general-directory {
  background: #6F133A;
}
#column-2 ul.general-directory {
  background: #4d9cbb;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}
#column-2 ul.general-directory li {
  padding: 20px;
  min-height: 0;
  width: 100%;
  clear: both;
}
#column-2 ul.general-directory li img {
  position: relative;
  float: right;
  margin: 0 0 2em 2em;
  padding: 0;
  top: auto;
  left: 0;
  width: 50px;
}
#column-2 ul.general-directory li h2, #column-2 ul.general-directory li h3, #column-2 ul.general-directory li h4, #column-2 ul.general-directory li h5 {
  font-family: "Gibson", sans-serif;
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.2em;
  padding-bottom: .15em;
  color: #fff;
}
#column-2 ul.general-directory li h2 a, #column-2 ul.general-directory li h3 a, #column-2 ul.general-directory li h4 a, #column-2 ul.general-directory li h5 a {
  color: #fff;
  text-decoration: none;
}
#column-2 ul.general-directory li h2 a.relatedDownload, #column-2 ul.general-directory li h3 a.relatedDownload, #column-2 ul.general-directory li h4 a.relatedDownload, #column-2 ul.general-directory li h5 a.relatedDownload {
  text-decoration: none;
}
#column-2 ul.general-directory li h6 {
  font-size: 1.1em;
  line-height: 1.4em;
  padding-bottom: 1em;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
#column-2 ul.general-directory li ul, #column-2 ul.general-directory li ol {
  font-family: 'Roboto Slab',serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}
#column-2 ul.general-directory li p, #column-2 ul.general-directory li .filter_search label, .filter_search #column-2 ul.general-directory li label {
  font-family: "Gibson", sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 300;
  padding-bottom: 1em;
  color: #fff;
}
#column-2 ul.general-directory li p em, #column-2 ul.general-directory li .filter_search label em, .filter_search #column-2 ul.general-directory li label em {
  font-size: .9em;
  font-style: italic;
  line-height: 1.4em;
}
#column-2 ul.general-directory li p a, #column-2 ul.general-directory li .filter_search label a, .filter_search #column-2 ul.general-directory li label a {
  cursor: pointer;
  text-decoration: underline;
  color: #fff;
}
#column-2 ul.general-directory li p a img, #column-2 ul.general-directory li .filter_search label a img, .filter_search #column-2 ul.general-directory li label a img {
  border: none;
}
#column-2 ul#relatedDL.general-directory.horz li {
  position: relative;
  width: 100%;
  transition: background .3s ease-in-out;
}
#column-2 ul#relatedDL.general-directory.horz li p a, #column-2 ul#relatedDL.general-directory.horz li .filter_search label a, .filter_search #column-2 ul#relatedDL.general-directory.horz li label a {
  text-decoration: none;
  width: 100%;
  display: block;
}
#column-2 ul#relatedDL.general-directory.horz li p a span, #column-2 ul#relatedDL.general-directory.horz li .filter_search label a span, .filter_search #column-2 ul#relatedDL.general-directory.horz li label a span {
  float: right;
  color: #fcb034;
  font-size: 2em;
}
#column-2 ul#relatedDL.general-directory.horz li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.text-wrap {
  padding: 20px;
}

.general-directory.horz.solid {
  background: #f0f7fa;
  border: none;
}
.general-directory.horz.solid li {
  padding: 0;
}
.general-directory.horz.solid li img {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  margin-bottom: 10px;
}
.general-directory li {
  width: 100%;
}
.general-directory li h2 {
  font-weight: 700;
  font-size: 2.4em;
  line-height: 1.2em;
  padding-bottom: .25em;
  font-family: 'Roboto Slab',serif;
  color: #4d9cbb;
}
.general-directory li h2 a {
  color: #4d9cbb;
  text-decoration: none;
}
.general-directory li h3 {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}
.general-directory li h6 {
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 1em;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
}
.general-directory li ul, .general-directory li ol {
  font-family: 'Roboto Slab',serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}
.general-directory li p, .general-directory li .filter_search label, .filter_search .general-directory li label {
  font-family: 'Roboto Slab',serif;
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: 300;
  padding-bottom: 1em;
}
.general-directory li p em, .general-directory li .filter_search label em, .filter_search .general-directory li label em {
  font-size: .9em;
  font-style: italic;
  line-height: 1.4em;
}
.general-directory li p a, .general-directory li .filter_search label a, .filter_search .general-directory li label a {
  cursor: pointer;
  text-decoration: underline;
  color: #0073AE;
}
.general-directory li p a img, .general-directory li .filter_search label a img, .filter_search .general-directory li label a img {
  border: none;
}
.general-directory li img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100px;
}
@media screen and (max-width: 320px) {
  .general-directory li img {
    width: 75px;
  }
}
.general-directory li #directory-links {
  float: left;
  height: 50px;
  margin-bottom: 2em;
  text-align: left;
  width: 100%;
}
.general-directory li #directory-links img {
  position: relative;
  width: auto;
  height: auto;
}
.general-directory li blockquote {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: .25em;
  margin-bottom: 10px;
  font-family: 'Roboto Slab',serif;
  background: #fff;
  padding: 10px 20px;
  float: left;
  border: 1px solid #EEE;
  margin: -1px;
  color: #333;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
}

#directory-wrap h2.directory-title {
  border-bottom: 1px solid #EEE;
  padding: 10px 20px;
}
#directory-wrap a.view-all {
  display: block;
  float: right;
  background-color: #222;
  color: #FFF;
  font-size: 1.1em;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration: none;
  font-weight: 700;
}

.pagination-wrap {
  height: 30px;
  position: relative;
}

.pages {
  font-size: 1.2em;
  text-align: right;
  color: #000;
  font-weight: 100;
  width: 20%;
  line-height: 30px;
  height: 30px;
  float: right;
  font-style: italic;
  text-transform: uppercase;
}

.pages-links {
  display: block;
  position: relative;
  float: left;
}
.pages-links strong {
  -webkit-appearance: none;
  border-radius: 100px;
  background-clip: padding-box;
  background: #FCB034;
  border: 1px solid;
  border-color: #FCB034;
  cursor: pointer;
  color: #FFF;
  display: inline-block;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
}
.pages-links a {
  -webkit-appearance: none;
  border-radius: 100px;
  background-clip: padding-box;
  background: #4d9cbb;
  border: 1px solid;
  border-color: #4d9cbb;
  cursor: pointer;
  color: #FFF;
  display: inline-block;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
}

ul.directory-amenities {
  float: left;
  list-style-type: none;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0;
  background: #f5f5f5;
  border: 1px solid #eee;
}

ul.directory-amenities li {
  list-style-type: none;
  float: left;
  width: 25%;
  margin: 0;
  padding: 10px 20px;
}

ul.directory-amenities li p, ul.directory-amenities li .filter_search label, .filter_search ul.directory-amenities li label {
  font-family: "Gibson", sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 14px;
  font-weight: 200;
  color: #666;
}

table#directory-meeting-rooms {
  font-size: 100%;
  margin-top: 1em;
  margin-bottom: 30px;
  border: 1px solid #E8E8E8;
  width: 97%;
  background-color: #FFF;
  padding: 0;
}

table#directory-meeting-rooms .cell-one {
  text-align: left;
}

table#directory-meeting-rooms th {
  font-weight: 600;
  font-size: 14px;
  font-family: "Gibson", sans-serif;
  line-height: 16px;
  background-color: #07243D;
  text-align: left;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #07243D;
  color: #FFF;
  padding: 10px;
}

table#directory-meeting-rooms td {
  font-size: 14px;
  font-family: "Gibson", sans-serif;
  line-height: 18px;
  text-align: left;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #E8E8E8;
  border-right-color: #E8E8E8;
  padding: 10px;
}

.photo-masonry {
  width: auto;
  padding: 10px;
}

.logo {
  margin: 30px 0;
}

ul#testimonials {
  margin: 0 0 25px;
  float: left;
  width: 100%;
}
ul#testimonials li {
  width: 100%;
  float: none;
  padding: 20px;
}
ul#testimonials li p, ul#testimonials li .filter_search label, .filter_search ul#testimonials li label {
  color: #333;
  font-family: 'Roboto Slab',Georgia,"Times New Roman",Times,serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6em;
  margin-left: 25px;
}
ul#testimonials li span {
  color: #CCC;
  display: block;
  float: left;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 4em;
  font-weight: 100;
  line-height: 1em;
  width: 20px;
}
ul#testimonials li a {
  color: #23466A;
  display: block;
  font-weight: 700;
  margin-top: .5em;
  text-decoration: none;
}

#column-3 h2.icon-small {
  padding: 15px 0 15px 55px;
  background: url(/images/css/ICONS/ico-sun.png) no-repeat 20px center;
}

h2.icon-small {
  margin: 30px 0 0 0;
  padding: 15px 0 15px 35px;
  background: url(/images/css/ICONS/ico-sun.png) no-repeat left center;
  width: 100%;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.4em;
}

#twitter-feed {
  padding: 10px 20px;
  background: #fff;
}

ul#tweets {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom-width: 3px;
  border-bottom-style: double;
  border-bottom-color: #EDEDED;
  margin-bottom: 3em;
}
ul#tweets li {
  color: #666;
  font-family: 'Roboto Slab', Georgia,"Times New Roman",Times,serif;
  font-size: 1.1em;
  width: 100%;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 1em;
  position: relative;
  padding-left: 60px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}
ul#tweets li img {
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
ul#tweets li a {
  color: #3FBDE0;
  font-weight: 100;
  text-decoration: none;
  word-wrap: break-word;
}
ul#tweets li em {
  display: block;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: .9em;
  font-style: italic;
}

@media screen and (min-width: 1640px) {
  #column-2 .widget-wrap ul.general-directory.horz li {
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
  }
  #column-2 ul.general-directory.horz.no-float li {
    width: 100%;
  }
  #column-2 ul.general-directory.horz.no-float li img {
    width: 100px;
  }
  #column-2 ul.general-directory.horz li {
    margin: 0;
    position: relative;
    float: left;
    width: 50%;
    clear: none;
  }
  #column-2 ul.general-directory.horz li.odd {
    clear: left;
  }
  #column-2 ul#testimonials li {
    margin-bottom: 2em;
    width: 50%;
    float: left;
  }
  #column-2 ul#relatedDL.general-directory.horz li {
    width: 50%;
  }

  #column-1 .widget-wrap ul.general-directory.horz li {
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
  }
  #column-1 .widget-wrap ul.general-directory.horz li.no-pad {
    padding: 0 20px;
  }
  #column-1 ul#relatedDL.general-directory.horz li {
    width: 50%;
  }
  #column-1 ul.general-directory.horz.no-pad li {
    padding: 0 20px;
  }
  #column-1 ul.general-directory.horz.no-float li {
    width: 100%;
  }
  #column-1 ul.general-directory.horz.no-float li img {
    width: 100px;
  }
  #column-1 ul.general-directory.horz li {
    margin: 0;
    position: relative;
    float: left;
    width: 50%;
    padding: 30px;
  }
  #column-1 ul.general-directory.horz li.one {
    clear: both;
  }
  #column-1 ul.general-directory.horz li img {
    position: relative;
    float: right;
    width: 75px;
    margin: 2em 0 2em 2em;
    left: auto;
    top: auto;
  }
  #column-1 ul.general-directory.horz li.odd {
    clear: left;
  }
  #column-1 ul#testimonials li {
    margin-bottom: 2em;
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 651px) and (max-width: 1630px) {
  #column-1 ul#relatedDL.general-directory.horz li {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 650px) {
  #column-1 ul#relatedDL.general-directory.horz li {
    width: 100%;
    padding: 5px;
  }
}
@media screen and (max-width: 480px) {
  ul.general-directory li {
    padding: 20px;
    min-height: 0;
  }
  ul.general-directory li img {
    position: relative;
    float: right;
    margin: 1em 0 2em 2em;
    padding: 0;
    top: auto;
    left: 0;
  }

  ul.directory-amenities li {
    width: 50%;
  }
}
@media screen and (max-width: 1340px) {
  #column-3 ul.general-directory.solid li {
    padding: 0;
  }
  #column-3 ul.general-directory.solid li img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
    float: none;
  }
  #column-3 ul.general-directory.solid li h2 {
    font-size: 1.8em;
  }
  #column-3 ul.general-directory li {
    padding: 10px 20px;
    width: auto;
    position: relative;
    min-height: 100px;
  }
  #column-3 ul.general-directory li h2 {
    font-size: 1.4em;
  }
  #column-3 ul.general-directory li img {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 0 1em 1em;
    float: right;
    width: 50px;
  }
  #column-3 ul.general-directory.horz.double li {
    padding: 20px;
    width: 50%;
    position: relative;
    float: left;
  }
}
.content-heading {
  padding: 0 0 10px 0;
}

.general-directory {
  *zoom: 1;
}
.general-directory:before, .general-directory:after {
  content: "";
  display: table;
}
.general-directory:after {
  clear: both;
}
.general-directory.loading, .general-directory .loading {
  min-height: 50px;
}
.general-directory article {
  *zoom: 1;
  width: 100%;
  display: block;
  float: left;
  position: relative;
}
.general-directory article:before, .general-directory article:after {
  content: "";
  display: table;
}
.general-directory article:after {
  clear: both;
}
.general-directory h4 {
  font-weight: 100;
  font-size: 3em;
  line-height: 1.1em;
  margin-bottom: .5em;
  font-family: "Gibson", sans-serif;
  color: #4d9cbb;
}
#column-3 .general-directory h4 {
  font-weight: 100;
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: .5em;
  font-family: "Gibson", sans-serif;
  color: #4d9cbb;
}
.general-directory h4 a {
  color: #666;
  text-decoration: none;
}
#column-3 .general-directory h4 a {
  color: #4d9cbb;
}
.general-directory .widget-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: .25em;
  font-family: "Roboto Slab", serif;
  color: #4d9cbb;
}
.general-directory .widget-title a {
  color: #4d9cbb;
  text-decoration: none;
}
.general-directory p, .general-directory .filter_search label, .filter_search .general-directory label {
  font-family: "Gibson", sans-serif;
  font-size: 1.6em;
  color: #454545;
  line-height: 1.6em;
  font-weight: 300;
  padding-bottom: 1em;
}
.general-directory p em, .general-directory .filter_search label em, .filter_search .general-directory label em {
  font-size: .9em;
  font-style: italic;
  line-height: 1.4em;
}
.general-directory p a, .general-directory .filter_search label a, .filter_search .general-directory label a {
  cursor: pointer;
  text-decoration: underline;
  color: #0073AE;
}
.general-directory p a img, .general-directory .filter_search label a img, .filter_search .general-directory label a img {
  border: none;
}
.general-directory h6 {
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: .5em;
  color: #999;
  font-weight: 100;
  text-transform: uppercase;
}
.general-directory blockquote {
  font-weight: 500;
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0 0 20px 0;
  font-family: 'Roboto Slab',serif;
  background: #fff;
  padding: 10px 20px;
  float: left;
  border: 1px solid #EEE;
  color: #333;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
}
.general-directory #directory-links {
  float: left;
  clear: left;
  height: 50px;
  margin-bottom: 2em;
  text-align: left;
  width: 100%;
}
.general-directory #directory-links img {
  position: relative;
  width: auto;
  height: auto;
}
.general-directory.vert article {
  *zoom: 1;
  position: relative;
  float: left;
  display: block;
  margin: 0 0 30px 0;
}
.general-directory.vert article:before, .general-directory.vert article:after {
  content: "";
  display: table;
}
.general-directory.vert article:after {
  clear: both;
}
.general-directory.vert .image-holder {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.general-directory.vert .image-holder img {
  display: block;
  width: 100%;
}
.general-directory.vert .content-holder {
  border-top: none;
  padding: 20px 20px 0;
}
.general-directory.vert.no-image .content-holder {
  padding-left: 0;
}
.general-directory.horz article {
  *zoom: 1;
  position: relative;
  display: block;
  clear: both;
  border-top: 2px solid #ccc;
  margin-bottom: 0;
  width: 100%;
  padding: 28px 0;
}
.general-directory.horz article:before, .general-directory.horz article:after {
  content: "";
  display: table;
}
.general-directory.horz article:after {
  clear: both;
}
.general-directory.horz article h4 {
  font-size: 30px;
  text-align: left;
}
.general-directory.horz article .image-holder {
  float: right;
  margin: 0 0 10px 62px;
}
.general-directory.horz article .image-holder img {
  border: 2px solid #ccc;
}
.general-directory.horz article .content-heading,
.general-directory.horz article .content-holder {
  display: inline;
}
.general-directory.horz article .content-holder p, .general-directory.horz article .content-holder .filter_search label, .filter_search .general-directory.horz article .content-holder label {
  margin-bottom: 20px;
}
.general-directory.pin article {
  *zoom: 1;
  position: relative;
  display: block;
  float: left;
  color: #666;
}
.general-directory.pin article:before, .general-directory.pin article:after {
  content: "";
  display: table;
}
.general-directory.pin article:after {
  clear: both;
}
.general-directory.pin article.one {
  float: left;
  width: 100%;
  padding: 20px 20px 0;
  clear: both;
  border-right: none;
  border-top: none;
  top: -1px;
  background: rgba(0, 115, 174, 0.04);
}
.general-directory.pin article.two {
  float: right;
  width: 100%;
  padding: 20px 20px 0;
  border-left: none;
  border-top: none;
  position: relative;
  top: -1px;
  left: -1px;
}
.general-directory.pin article.two .image-holder {
  position: relative;
  right: -1px;
}
.general-directory.pin .image-holder {
  float: right;
  margin: 0 0 20px 40px;
  display: block;
}
.general-directory.pin .image-holder img {
  width: 200px;
}
.general-directory.pin .content-holder {
  width: 100%;
  margin: 0 auto;
}
.general-directory.pin h4 {
  margin-top: 0;
}
.general-directory.pin .general-btn {
  margin-bottom: 0;
}
.general-directory #infscr-loading {
  clear: both;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
}
.general-directory #infscr-loading img {
  margin: 10px auto;
  width: auto;
  height: auto;
}

.directory-pagination {
  *zoom: 1;
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
}
.directory-pagination:before, .directory-pagination:after {
  content: "";
  display: table;
}
.directory-pagination:after {
  clear: both;
}
.directory-pagination.loading, .directory-pagination .loading {
  min-height: 50px;
}

.listing-counter {
  *zoom: 1;
  text-align: center;
  padding: 10px;
  font-family: "Gibson", sans-serif;
  font-size: 14px;
  clear: both;
}
.listing-counter:before, .listing-counter:after {
  content: "";
  display: table;
}
.listing-counter:after {
  clear: both;
}

.filter-heading {
  background: rgba(77, 156, 187, 0.6);
  float: left;
  padding: 5px 20px;
  width: 100%;
}
.filter-heading a.show-hide.on {
  display: inline-block;
}
.filter-heading h2 {
  font-family: "Gibson", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  color: white;
  font-size: 18px;
  display: block;
  float: right;
  line-height: 36px;
  padding: 0 10px;
  cursor: pointer;
}

.filters {
  *zoom: 1;
  float: left;
  width: 100%;
  padding: 20px;
  background: rgba(0, 115, 174, 0.1);
  border-radius: 3px;
}
.filters:before, .filters:after {
  content: "";
  display: table;
}
.filters:after {
  clear: both;
}
.filters ul {
  width: 100%;
  margin: 0;
}
.filters li {
  float: left;
  position: relative;
  display: block;
  margin-bottom: 5px;
  width: 50%;
}
.filters li input.uniform-input {
  height: 40px;
  margin: 4px 0 8px;
  width: 70%;
}
.filters .general-btn {
  position: relative;
  margin: 23px 0 8px;
  height: 40px;
  padding: 7px 40px;
  font-size: 14px;
  text-shadow: none;
}

.filter_keywords {
  width: 50%;
}

.filter_search label {
  text-transform: none;
  color: #666;
  margin-bottom: 0;
}

.partner-articles {
  clear: both;
}

ul.mashup {
  float: right;
  width: 100%;
  padding: 0 0 20px 0px;
  text-align: center;
}

ul.mashup h2 {
  margin-bottom: 1em;
  font-family: 'Roboto Slab',Georgia,"Times New Roman",Times,serif;
  font-weight: 700;
  font-size: 1.2em;
  color: #FCB034;
}

ul.mashup {
  float: left;
  width: 100%;
}

ul.mashup li {
  width: 100%;
  padding: 0 10px 30px 0;
  float: none;
  text-align: center;
  line-height: 1.2em;
  font-size: 1.6em;
}
ul.mashup li .ad-wrapper {
  font-family: 'Roboto Slab',Georgia,"Times New Roman",Times,serif;
  color: #4d9cbb;
  font-weight: 700;
  text-decoration: none;
}
ul.mashup li .ad-wrapper div:first-child {
  width: 240px !important;
  height: 200px !important;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

ul.mashup li a {
  font-family: 'Roboto Slab',Georgia,"Times New Roman",Times,serif;
  color: #4d9cbb;
  font-weight: 700;
  text-decoration: none;
}

ul.mashup li img {
  display: block;
  margin-bottom: 1em;
  border: 1px #ccc solid;
  margin: 0 auto 1em;
}

@media only screen and (min-width: 1640px) {
  ul.mashup li {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 1140px) {
  ul.mashup li {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 500px) {
  ul.mashup li {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 1440px) {
  .general-directory.pin article {
    *zoom: 1;
    position: relative;
    display: block;
    float: left;
    border-top: 2px solid #ccc;
    margin-bottom: 0;
  }
  .general-directory.pin article:before, .general-directory.pin article:after {
    content: "";
    display: table;
  }
  .general-directory.pin article:after {
    clear: both;
  }
  .general-directory.pin article.one, .general-directory.pin article.two {
    float: none;
    width: 100%;
    padding: 20px;
    clear: both;
    border-left: none;
    border-right: none;
  }
  .general-directory.pin article.two {
    position: relative;
    left: auto;
  }
  .general-directory.pin article.two .image-holder {
    position: static;
    left: auto;
  }
  .general-directory.pin article .content-heading,
  .general-directory.pin article .content-holder {
    clear: left;
    width: auto;
  }
  .general-directory.pin article.has-image .content-heading,
  .general-directory.pin article.has-image .content-holder {
    padding-right: 170px;
  }
  .general-directory.pin article .content-holder {
    clear: left;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1141px) {
  .general-directory blockquote {
    width: 100%;
  }
  .general-directory.pin article {
    *zoom: 1;
    min-height: 0;
  }
  .general-directory.pin article:before, .general-directory.pin article:after {
    content: "";
    display: table;
  }
  .general-directory.pin article:after {
    clear: both;
  }
  .general-directory.pin article .content-heading,
  .general-directory.pin article .content-holder,
  .general-directory.pin article .image-holder {
    float: none;
    position: relative;
    width: 100%;
    padding: 0;
    min-height: 0;
  }
  .general-directory.pin article .image-holder {
    float: none;
    position: relative;
    width: 100%;
    padding: 0;
    min-height: 0;
    margin: 0 0 20px 0;
    text-align: left;
  }
  .general-directory.pin article.has-image .content-heading,
  .general-directory.pin article.has-image .content-holder {
    padding-right: 0;
  }
  .general-directory.pin article.two {
    position: relative;
    left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .general-directory blockquote {
    width: 100%;
  }
  .general-directory.pin article {
    *zoom: 1;
    min-height: 0;
  }
  .general-directory.pin article:before, .general-directory.pin article:after {
    content: "";
    display: table;
  }
  .general-directory.pin article:after {
    clear: both;
  }
  .general-directory.pin article .content-heading,
  .general-directory.pin article .content-holder,
  .general-directory.pin article .image-holder {
    float: none;
    position: relative;
    width: 100%;
    padding: 0;
    min-height: 0;
  }
  .general-directory.pin article p, .general-directory.pin article .filter_search label, .filter_search .general-directory.pin article label {
    display: none;
  }
  .general-directory.pin article .image-holder {
    float: none;
    position: relative;
    width: 100%;
    padding: 0;
    min-height: 0;
    margin: 0 0 20px 0;
    text-align: left;
  }
  .general-directory.pin article.has-image .content-heading,
  .general-directory.pin article.has-image .content-holder {
    padding-right: 0;
  }
  .general-directory.pin article.two {
    position: relative;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .general-directory.horz article .image-holder {
    float: none;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .filters {
    *zoom: 1;
    float: left;
    width: 100%;
    padding: 20px;
    background: rgba(0, 115, 174, 0.1);
    border-radius: 3px;
  }
  .filters:before, .filters:after {
    content: "";
    display: table;
  }
  .filters:after {
    clear: both;
  }
  .filters ul {
    width: 100%;
    margin: 0;
  }
  .filters li {
    float: left;
    position: relative;
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }
  .filters li input.uniform-input {
    height: 40px;
    margin: 4px 0 8px;
    width: 70%;
  }
  .filters .general-btn {
    position: relative;
    margin: 23px 0 8px;
    height: 40px;
    padding: 7px 40px;
    font-size: 14px;
    text-shadow: none;
  }

  .filter_keywords {
    width: 50%;
  }

  .filter_search label {
    text-transform: none;
    color: #666;
    margin-bottom: 0;
  }
}
#event-filters {
  display: block;
  position: fixed;
  top: 54px;
  right: -320px;
  z-index: 9999;
  transition: .3s all;
  text-align: center;
  width: 360px;
  height: 480px;
  background: white;
  padding: 0 20px;
  padding-bottom: 100px;
  opacity: 0;
}
#event-filters.open {
  right: 0 !important;
  opacity: 1;
}
#event-filters .close {
  display: none;
}
@media screen and (max-width: 767px) {
  #event-filters .close {
    display: inline-block;
    background: #FCB034;
  }
}
#event-filters .close .fa {
  position: absolute;
  top: 0;
  right: 0;
  color: #0073AE;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  #event-filters {
    width: 100% !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 30px;
  }
  #event-filters.open {
    right: 0 !important;
    opacity: 1;
  }
}
#event-filters::-webkit-scrollbar {
  display: none;
}
#event-filters .event-categories, #event-filters .event-daterange, #event-filters .event-keyword {
  width: 100%;
  text-align: left;
}
#event-filters .event-categories .check-nav label, #event-filters .event-daterange .check-nav label, #event-filters .event-keyword .check-nav label {
  margin: 0;
}
#event-filters .event-categories .check-nav .checker, #event-filters .event-daterange .check-nav .checker, #event-filters .event-keyword .check-nav .checker {
  margin: 0px 5px 18px 0;
  height: 20px;
}
#event-filters .event-categories .check-nav .checker span, #event-filters .event-daterange .check-nav .checker span, #event-filters .event-keyword .check-nav .checker span {
  height: 20px;
}
#event-filters .event-categories .check-nav .checker span input, #event-filters .event-daterange .check-nav .checker span input, #event-filters .event-keyword .check-nav .checker span input {
  height: 20px;
}
#event-filters .event-categories h2, #event-filters .event-daterange h2, #event-filters .event-keyword h2 {
  cursor: pointer;
  padding: 12px 0;
}
#event-filters .event-categories h2 a.fa, #event-filters .event-daterange h2 a.fa, #event-filters .event-keyword h2 a.fa {
  float: right;
}
#event-filters .event-categories h2.closed a.fa.fa-showme:before, #event-filters .event-daterange h2.closed a.fa.fa-showme:before, #event-filters .event-keyword h2.closed a.fa.fa-showme:before {
  content: "\f107";
}
#event-filters .event-daterange article, #event-filters .event-keyword article {
  display: none;
}
#event-filters .event-date-shortcuts .selected {
  font-weight: 600;
}
#event-filters.open {
  right: 0;
}
#event-filters .event-date-shortcuts {
  width: 100%;
  text-align: center;
  margin: 0 auto 1rem;
}
#event-filters .event-date-shortcuts li {
  display: inline-block;
}
#event-filters .event-date-shortcuts li a {
  display: block;
  padding: 5px 10px 3px;
  border: 1px solid #ccc;
  font-size: .8rem;
  font-family: "Gibson", sans-serif;
  color: #999;
  border-radius: 100px;
  font-weight: 100;
  margin: 3px;
}
#event-filters .event-date-shortcuts li a.selected {
  background: #4d9cbb;
  border: #4d9cbb solid 1px;
  color: white;
}

a.itinerary-add {
  font-family: "Gibson", sans-serif;
  background: #0073AE;
  color: white;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  font-size: .8em;
  text-transform: none;
  font-weight: 100;
  margin: 0;
  padding: 5px 10px;
}
a.itinerary-add.general-btn {
  font-family: "Gibson", sans-serif;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  font-size: 1.3em;
  text-transform: none;
  font-weight: 200;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 1em;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
a.itinerary-add.disabled-btn {
  background: #f5f5f5;
  color: #999;
}
a.event-category-link {
  font-family: "Gibson", sans-serif;
  background: #4d9cbb;
  color: white;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  font-size: .8em;
  text-transform: none;
  font-weight: 100;
  margin: 0;
  padding: 5px 10px;
}
a.general-btn.filters {
  font-family: "Gibson", sans-serif;
  background: #4d9cbb;
  color: white;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  font-size: 20px;
  text-transform: none;
  font-weight: 100;
  margin: 0 0 1em;
  padding: 0px 10px 5px;
}
a.general-btn.filters.open {
  background: #eee;
  color: #999;
}
a.general-btn.filters.open .fa {
  color: #999;
}
a.general-btn.filters .fa {
  color: white;
  font-size: 16px;
  height: 25px;
  width: 40px;
  padding: 9px 0 0;
}

.event-selectors {
  *zoom: 1;
  float: left;
  width: 100%;
  background: #eee;
  padding: 20px 0;
  transition: all .3s;
  background: white;
}
.event-selectors:before, .event-selectors:after {
  content: "";
  display: table;
}
.event-selectors:after {
  clear: both;
}
.event-selectors label {
  font-family: "Gibson", sans-serif;
  font-weight: 100;
}
.event-selectors .calendar-container {
  width: 100%;
  float: left;
  padding-left: 0;
  margin-bottom: 20px;
}
.event-selectors.day-view .calendar-container {
  float: left;
  width: 100%;
}
.event-selectors .event-categories {
  width: 50%;
  float: left;
  padding-right: 5px;
  margin-bottom: 5px;
}
.event-selectors .event-daterange {
  width: 20%;
  float: left;
  padding-right: 5px;
  margin-bottom: 5px;
}
.event-selectors .event-daterange .event-input-field {
  width: 50%;
  float: left;
}
.event-selectors .event-daterange p, .event-selectors .event-daterange .filter_search label, .filter_search .event-selectors .event-daterange label {
  font-size: 1.2em;
}
.event-selectors .event-links {
  clear: both;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 20px;
}
.event-selectors .event-links a.general-btn {
  font-size: 15px;
  height: 40px;
  position: relative;
  text-shadow: none;
  background: none repeat scroll 0 0 #4d9cbb;
  border: 1px solid #4d9cbb;
  color: #fff;
  text-decoration: none;
  padding: 8px 10px;
}
.event-selectors .event-keyword {
  width: 30%;
  float: left;
  padding-right: 5px;
  margin-bottom: 5px;
}
.event-selectors .event-keyword .dform input.uniform-input {
  width: 100%;
  margin-bottom: 0;
}
.event-selectors .event-keyword p, .event-selectors .event-keyword .filter_search label, .filter_search .event-selectors .event-keyword label {
  font-size: 1.2em;
}
.event-selectors .event-keyword .eSearch-btn {
  padding-top: 10px;
}
.event-selectors .event-keyword .eSearch-btn a.general-btn {
  font-size: 15px;
  height: 40px;
  margin: 0;
  padding: 8px 45px;
  position: relative;
  text-shadow: none;
  background: none repeat scroll 0 0 #4d9cbb;
  border: 1px solid #4d9cbb;
  display: none;
}

.calendar-container {
  width: 100%;
  padding: 20px 20px 0 20px;
}

.calendar-holder {
  position: relative;
}

.loading {
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
  background: rgba(255, 255, 255, 0.8) url(/images/css/MISC/loader.gif) top center no-repeat;
}

#no-results {
  box-shadow: none;
  width: 100%;
}

.event-categories {
  position: relative;
}
.event-categories .checker {
  display: inline-block;
  margin-right: 5px;
}
.event-categories ul {
  margin: 0;
  position: relative;
  width: 100%;
}
.event-categories li {
  float: left;
  width: 50%;
  padding: 10px 10px 0;
  border: solid 1px rgba(77, 156, 187, 0);
}
.event-categories li:first-child {
  background: rgba(77, 156, 187, 0.1);
  border: solid 1px rgba(77, 156, 187, 0.5);
}

.event-day-pagination {
  float: left;
  width: 100%;
  padding: 30px;
}
.event-day-pagination .left {
  float: left;
  width: 23%;
  text-align: left;
}
.event-day-pagination .top {
  float: left;
  width: 54%;
  text-align: center;
  font-family: "Gibson", sans-serif;
  color: #aaa;
  font-weight: 200;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}
.event-day-pagination .right {
  float: right;
  width: 23%;
  text-align: right;
}

#mc_calendar table {
  width: 100%;
  font-weight: 200;
  padding: 0px;
  margin-bottom: 30px;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
}
#mc_calendar table thead {
  background-color: white;
}
#mc_calendar table thead tr {
  background-color: white;
}
#mc_calendar table th, #mc_calendar table th a {
  font-family: "Gibson", sans-serif;
  text-decoration: none;
  font-size: 18px;
  font-weight: 200;
  color: #aaa;
  line-height: 50px;
}
#mc_calendar table tr {
  background: #FFF;
}
#mc_calendar table tr#mc_days {
  background: #fff;
}
#mc_calendar table tr#mc_days th {
  height: 25px;
  background: #dbebf1;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  text-decoration: none;
  color: #4d9cbb;
  font-size: 12px;
  line-height: 50px;
}
#mc_calendar table td {
  font-size: 12px;
  color: #ddd;
  text-decoration: none;
  font-weight: 200;
  line-height: 50px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFF;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FFF;
  margin: 0px;
  padding: 0px;
}
#mc_calendar table td.has_events {
  background-repeat: repeat-x;
  background-position: center bottom;
}
#mc_calendar table td.has_events {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFF;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FFF;
}
#mc_calendar table td.has_events.today a {
  background: #4d9cbb;
  color: #fff;
}
#mc_calendar table td.has_events.selectedDateDay a {
  background: #fcb034;
  color: #fff;
}
#mc_calendar table td.has_events a {
  text-decoration: none;
  color: #aaa;
  background-color: #FFF;
  display: block;
}
#mc_calendar table td, #mc_calendar table th {
  text-align: center;
  width: 14%;
}
#mc_calendar table td strong.middot {
  font-weight: 600;
  line-height: 30px;
  background-color: #ecf6f5;
  height: 30px;
  width: 100%;
  display: block;
  color: #4d9cbb;
}
#mc_calendar table a.icon {
  display: block;
  height: 30px;
  width: 100%;
}

#mc_prev_month, #mc_next_month {
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(/images/css/MISC/arrow-prev.png);
  background-repeat: no-repeat;
  background-position: top center;
}

#mc_next_month {
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(/images/css/MISC/arrow-next.png);
  background-repeat: no-repeat;
  background-position: top center;
}

#twoColWide .event-articles {
  float: left;
  width: 100%;
  *zoom: 1;
  clear: both;
}
#twoColWide .event-articles:before, #twoColWide .event-articles:after {
  content: "";
  display: table;
}
#twoColWide .event-articles:after {
  clear: both;
}
#twoColWide .event-articles article {
  margin: 0 0 60px;
  width: calc(33.333% - 60px);
  border: solid 1px #EEE;
}
#twoColWide .event-articles article.big-events {
  background: rgba(77, 156, 187, 0.1);
  border: solid 1px rgba(77, 156, 187, 0.5);
}
#twoColWide .event-articles article .tags {
  padding: 20px;
  border-top: 1px solid #EEE;
  font-weight: 100;
  font-size: 1rem;
  text-transform: lowercase;
  color: #666;
}
@media screen and (max-width: 1530px) {
  #twoColWide .event-articles article {
    width: calc(50% - 60px);
  }
}
#twoColWide .event-articles .image-holder {
  display: block;
  position: relative;
}
#twoColWide .event-articles .has-image .event-date {
  width: 70px;
  height: auto !important;
  text-align: center;
  position: relative;
  float: right;
  margin: 10px 20px;
}
#twoColWide .event-articles .has-image .event-date .event-month,
#twoColWide .event-articles .has-image .event-date .event-day {
  position: relative;
  padding: 3px 10px;
  float: none;
}

.event-articles {
  float: left;
  width: 100%;
  *zoom: 1;
  clear: both;
}
.event-articles:before, .event-articles:after {
  content: "";
  display: table;
}
.event-articles:after {
  clear: both;
}
.event-articles article {
  margin: 0;
  width: calc(50% - 40px );
  		/*&:nth-child(odd) {
  			clear: both;
  			float: left;
  			padding-right: 10px;
  		}
  
  		&:nth-child(even) {
  			float: right;
  			padding-left: 10px;
  		}*/
}
.event-articles .image-holder {
  display: block;
  position: relative;
}
.event-articles .has-image .event-date {
  width: 70px;
  height: auto !important;
  text-align: center;
  position: relative;
  float: right;
  margin: 10px 20px;
}
.event-articles .has-image .event-date .event-month,
.event-articles .has-image .event-date .event-day {
  position: relative;
  padding: 3px 10px;
  float: none;
}

.masonry.event-articles {
  width: 100%;
}

.event-date {
  *zoom: 1;
  display: block;
  position: relative;
  color: white;
  padding: 0 !important;
  text-transform: none !important;
  width: 70px;
  height: auto !important;
  text-align: center;
  border: 3px solid #4d9cbb;
  float: right;
  margin: 10px 20px;
  background: white;
}
.event-date:before, .event-date:after {
  content: "";
  display: table;
}
.event-date:after {
  clear: both;
}
.event-date .event-month {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  background: #4d9cbb;
  margin-bottom: 5px;
  padding: 3px 10px;
  font-weight: 100;
}
.event-date .event-day {
  display: block;
  font-weight: 100;
  font-size: 30px;
  color: #666;
  padding: 3px 10px;
}

.events-pagination {
  *zoom: 1;
  clear: both;
}
.events-pagination:before, .events-pagination:after {
  content: "";
  display: table;
}
.events-pagination:after {
  clear: both;
}

/* ---------------- Events Detail ---------------- */
.events-detail {
  *zoom: 1;
}
.events-detail:before, .events-detail:after {
  content: "";
  display: table;
}
.events-detail:after {
  clear: both;
}
.events-detail .event-date {
  width: 100%;
  margin-bottom: 29px;
  cursor: default;
}
.style-1 .events-detail .event-date {
  background-color: #e08d19;
}
.style-2 .events-detail .event-date {
  background-color: #782445;
}
.style-3 .events-detail .event-date {
  background-color: #3d6f6a;
}

.events-detail-left {
  *zoom: 1;
  float: left;
  width: 57%;
}
.events-detail-left:before, .events-detail-left:after {
  content: "";
  display: table;
}
.events-detail-left:after {
  clear: both;
}
.events-detail-left h1 {
  text-transform: capitalize;
}

.events-detail-right {
  *zoom: 1;
  float: right;
  width: 36%;
}
.events-detail-right:before, .events-detail-right:after {
  content: "";
  display: table;
}
.events-detail-right:after {
  clear: both;
}

.event-slider,
.events-upcoming,
.event-submit-hoder,
.events-detail .map {
  margin-bottom: 20px !important;
}

.events-upcoming ul {
  margin: 0;
  height: 300px;
  overflow: auto;
}

@media screen and (max-width: 1400px) {
  .event-selectors .event-categories {
    width: 100%;
    margin-bottom: 20px;
  }
  .event-selectors .event-daterange {
    width: 50%;
    clear: both;
    margin-bottom: 20px;
  }
  .event-selectors .event-keyword {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .event-selectors {
    padding: 10px;
  }
  .event-selectors .event-categories {
    width: 100%;
    margin-bottom: 10px;
  }
  .event-selectors .event-daterange {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
  }
  .event-selectors .event-keyword {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  #twoColWide .event-articles article, .event-articles article {
    margin: 0 0 30px;
    width: calc(100% );
  }
}
/* Details pages */
#twoColWideProg .collection {
  display: block;
  text-align: center;
  margin: 0 auto 30px;
}
#twoColWideProg .collection a {
  display: inline-block;
}
#twoColWideProg .flexslider {
  margin: 0 0 30px;
  width: 100%;
}
#twoColWideProg .main {
  margin-bottom: 30px;
  clear: both;
}
#twoColWideProg .logo {
  width: 100px;
  display: block;
  margin: 0 auto 30px;
}
#twoColWideProg #breadcrumb-wrap {
  padding: 0;
}
#twoColWideProg #main-content {
  max-width: 1440px;
  margin: 0 105px;
  width: calc(100% - 210px);
}
@media screen and (min-width: 1480px) {
  #twoColWideProg #main-content {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #twoColWideProg #main-content {
    max-width: 1440px;
    margin: 0 auto;
    width: 94%;
  }
}
#twoColWideProg #column-2 {
  float: left;
  width: calc(100% - 400px);
}
@media screen and (max-width: 1023px) {
  #twoColWideProg #column-2 {
    float: none;
    width: 100%;
    max-width: 640px;
    margin: 0 auto 30px;
  }
}
#twoColWideProg #column-2 .cms {
  padding: 0;
  margin: 0;
}
#twoColWideProg #column-2 .cms.recurring {
  float: right;
  width: 300px;
  margin: 0 0 30px 30px;
}
@media screen and (max-width: 1280px) {
  #twoColWideProg #column-2 .cms.recurring {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
}
#twoColWideProg #column-2 .cms.recurring .container {
  padding: 10px;
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: solid #CCC 1px;
}
@media screen and (max-width: 1280px) {
  #twoColWideProg #column-2 .cms.recurring .container {
    max-height: 90px;
  }
}
#twoColWideProg #column-3 {
  width: 340px;
  float: right;
}
@media screen and (max-width: 1023px) {
  #twoColWideProg #column-3 {
    float: none;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}
#twoColWideProg #column-3 .cms h2 {
  color: white;
}

.widget-wrap {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  background-color: #FFF;
  width: 100%;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.addthis_sharing_toolbox {
  padding: 20px;
  margin: 0 0 20px 0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  height: 75px;
  width: 225px;
}
#column-3 .addthis_sharing_toolbox {
  margin: 0 auto;
}
.cms .addthis_sharing_toolbox {
  float: left;
  padding: 0;
  margin: 0;
  border: none;
  border: none !important;
}

.map {
  margin-bottom: 30px;
}

#column-3 .widget-wrap {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#thrColProg #column-1 .widget-wrap .cms,
#thrColProg #column-2 .widget-wrap .cms {
  padding: 10px 20px;
  margin: 0;
}

#column-2 .flip-grid .widget-wrap {
  float: right;
  border: none;
  width: 100%;
  height: 100%;
}

.cms.widget-wrap {
  margin: 10px 10px 0 0;
  background: #FFF;
  width: calc(100% - 10px);
  float: left;
}

article.widget-wrap.relatedEvents {
  box-shadow: 0 0 4px rgba(34, 25, 25, 0.4);
  text-align: center;
}
article.widget-wrap.relatedEvents .cms {
  vertical-align: middle;
}
article.widget-wrap.relatedEvents .cms h4 {
  line-height: 1.1em;
  margin-bottom: 0;
}

#column-1 article.widget-wrap.relatedEvents {
  width: 47%;
  float: left;
  margin-right: 1%;
}

.flip-info-back .cms p, .flip-info-back .cms .filter_search label, .filter_search .flip-info-back .cms label, .flip-info-back .cms ol, .flip-info-back .cms ul {
  color: #FFF;
}

.widget-wrap .cms p.summary, .widget-wrap .cms .filter_search label.summary, .filter_search .widget-wrap .cms label.summary {
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.4em;
}

.widget-wrap .cms p, .widget-wrap .cms .filter_search label, .filter_search .widget-wrap .cms label, .widget-wrap ul.general-directory li p, .widget-wrap ul.general-directory li .filter_search label, .filter_search .widget-wrap ul.general-directory li label, .widget-wrap div.adr {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.5em;
}

#second-nav h6.widget-title {
  font-family: "Gibson", sans-serif;
  font-weight: 400;
  color: #fff;
  color: rgba(255, 255, 255, 0.7) !important;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 10px 0;
  margin-bottom: 1em;
  font-size: 1.8em;
}

.widget-wrap h2.widget-title, h2.widget-title {
  font-family: "Roboto Slab", serif;
  font-weight: 100;
  color: #999;
  border-bottom: 1px solid #CCC;
  padding: 8px 0;
  margin-bottom: 20px;
  font-size: 1.4em;
  width: 100%;
  clear: both;
  text-align: left;
}
.widget-wrap h2.widget-title a, h2.widget-title a {
  color: #4d9cbb;
  text-decoration: none;
}
.widget-wrap h2.widget-title.override, h2.widget-title.override {
  background: #4d9cbb;
  border: none !important;
  text-align: center;
  margin: 0;
  padding: 10px 0 0;
}
.widget-wrap h2.widget-title.override a, h2.widget-title.override a {
  color: black;
}
.widget-wrap h2.widget-title.override a .fa, h2.widget-title.override a .fa {
  font-size: 50px;
  width: 50px;
  height: 50px;
  color: white;
}

.widget-wrap h6.widget-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #999;
  border-bottom: 1px solid #EEE;
  padding: 5px 20px;
  font-size: 1.2em;
}

.widget-wrap a.view-all {
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-size: 1.1em;
  display: block;
  float: right;
  background-color: #4d9cbb;
  color: #FFFFFF;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  text-decoration: none;
  font-weight: 300;
}

.widget-wrap.image-only {
  text-align: center;
  background: none;
  border: none;
  margin: 0;
  padding: 20px;
  background: #002436;
}
@media screen and (max-width: 320px) {
  .widget-wrap.image-only {
    padding: 5px 0;
  }
}
.widget-wrap.image-only div {
  margin: 0 auto;
}

.widget-wrap.image-only img {
  display: block;
  float: none;
  margin: 0 auto;
}

.widget-wrap .cms h3 {
  font-size: 1.8em;
}

.widget-wrap .cms .widget-column {
  padding-left: 120px;
}

.widget-wrap .cms img {
  margin: 0 0 1em 0;
  width: auto;
}

.widget-wrap .cms h6 {
  color: #FFF;
}

.cms .widget-icon {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  float: right;
  text-align: right;
  color: #FFF;
}

.cms .widget-icon img {
  margin: 0 auto 5px;
  width: auto;
  display: block;
}

.widget-wrap .ico-events {
  width: 60px;
  margin: 0 auto;
  text-align: center;
  float: right;
  margin: 0 0 0 20px;
  color: #FFF;
}

.widget-wrap .ico-events a {
  color: #FFF;
  text-decoration: none;
}

.widget-wrap .ico-events a:hover {
  text-decoration: none;
}

.widget-wrap .ico-events a div em {
  padding-top: 0;
  font-style: normal;
}

#testimonials {
  padding: 10px 20px;
}

.widget-general {
  *zoom: 1;
  clear: both;
  float: left;
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
.widget-general:before, .widget-general:after {
  content: "";
  display: table;
}
.widget-general:after {
  clear: both;
}
.widget-general.booking {
  margin-bottom: 30px;
}
.widget-general.booking label {
  margin-bottom: 0;
}
.widget-general.booking label span {
  width: 70px;
  display: block;
  float: left;
  line-height: 48px;
}
.widget-general.sidebar {
  padding: 20px;
  background: white;
  margin: 0 0 30px 0;
}
.widget-general h6 {
  font-family: "Roboto Slab", serif;
  font-size: 12px;
  color: #aaa;
  margin-bottom: 12px;
}

#relatedVideos.event-articles articles {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .widget-wrap .cms img {
    margin: 0 0 1em 0;
    width: 75px;
  }

  .cms.widget-wrap {
    margin: 20px 10px 20px 0;
    background: #FFF;
    box-shadow: none;
  }
}
@media screen and (max-width: 500px) {
  .cms.widget-wrap {
    margin: 20px 10px;
  }
}
@media screen and (max-width: 1300px) {
  #column-1 article.widget-wrap.relatedEvents {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .cms.widget-wrap {
    background: #FFF;
  }
}
@media screen and (min-width: 1640px) {
  #column-2 article.widget-wrap.relatedEvents {
    width: 47%;
    float: left;
    margin-right: 1%;
  }
}
/* General Wireframe Styles */
aside {
  position: relative;
  display: block;
  scrollbar-base-color: #0073ad;
  scrollbar-3dlight-color: #0073ad;
  scrollbar-highlight-color: #1993d0;
  scrollbar-track-color: #0073ad;
  scrollbar-arrow-color: #ccc;
  scrollbar-shadow-color: #006aa0;
  scrollbar-darkshadow-color: #00699e;
}

#column-1, #column-2, #column-3 {
  position: relative;
  display: block;
  scrollbar-base-color: #f5f5f5;
  scrollbar-3dlight-color: #f5f5f5;
  scrollbar-highlight-color: #fff;
  scrollbar-track-color: #f5f5f5;
  scrollbar-arrow-color: #ccc;
  scrollbar-shadow-color: #eee;
  scrollbar-darkshadow-color: #ccc;
}

#main-content-wrap {
  padding: 54px 0 100px;
}

#thrColProg #main-content-wrap {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 42px 0 50px;
}

/* 2 Column */
#twoColProg #column-2 {
  width: 250px;
  float: right;
  position: relative;
  height: 100%;
  margin-right: 380px;
  margin-top: 440px;
  padding-bottom: 60px;
}
#twoColProg #column-3 {
  width: 340px;
  padding: 0;
  float: right;
  position: absolute;
  top: 54px;
  right: 35px;
  padding-top: 200px;
}

/* 2 Column Wide */
#twoColWide.has-video #column-3 {
  position: relative;
  top: 0;
}
#twoColWide.signature #main-content {
  padding: 0 340px 0 0;
}
#twoColWide #main-content {
  text-align: left;
  padding: 0 340px 0 65px;
  transition: padding .1s;
}
#twoColWide #column-1 {
  float: none;
  width: calc(100% - 400px );
  position: absolute;
  padding: 0 30px 50px;
}
#twoColWide #column-2 {
  float: none;
  margin-right: 355px;
  position: absolute;
  padding: 0 30px 50px;
}
#twoColWide #column-3 {
  width: 340px;
  float: right;
  position: absolute;
  top: 54px;
  right: 0;
  padding-top: 0;
}

/* 3 Column */
#thrColProg.has-video #column-3 {
  position: relative;
  top: 0;
}
#thrColProg.signature #main-content {
  padding: 0 340px 0 0;
}
@media screen and (max-width: 1023px) {
  #thrColProg.signature #main-content {
    padding: 0;
  }
}
#thrColProg #main-content {
  text-align: left;
  padding: 0 340px 0 65px;
  transition: padding .1s;
}
#thrColProg #column-1 {
  float: left;
  width: calc(100% - 720px );
  margin: 0;
  position: absolute;
  padding: 0 30px 50px;
}
#thrColProg #column-2 {
  float: right;
  width: 250px;
  margin-right: 30px;
}
#thrColProg #column-3 {
  width: 340px;
  float: right;
  position: absolute;
  height: 100%;
  top: 54px;
  right: 0;
  padding-top: 0;
}

@media screen and (max-width: 1140px) {
  #thrColProg #column-1 {
    float: none;
    margin-right: 0;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
  }
  #thrColProg #column-2 {
    float: none;
    max-width: 500px;
    width: auto;
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  #twoColProg #main-content-wrap {
    background: #FFF;
  }
  #twoColProg #main-content {
    width: calc(100% - 340px);
    float: left;
  }
  #twoColProg #column-2 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    float: none;
    position: relative;
    margin: 0 auto;
    padding: 0;
  }
  #twoColProg #column-3 {
    width: 340px;
    float: right;
    position: relative;
    top: auto;
    right: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
  #twoColProg #column-3.contest {
    width: 100%;
  }

  #thrColProg #column-2 {
    max-width: 500px;
    width: auto;
    margin: 0 auto;
  }

  #thrColProg #main-content-wrap, #twoColWide #main-content-wrap {
    padding: 54px 0 0;
  }
  #thrColProg #column-1, #twoColWide #column-1 {
    margin-right: 0;
    position: relative;
    width: 100%;
  }
  #thrColProg #column-3, #twoColWide #column-3 {
    width: 340px;
    float: right;
    position: relative;
    height: auto;
    top: auto;
    right: auto;
    margin-top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
  #thrColProg #main-content, #twoColWide #main-content {
    text-align: left;
    float: left;
    padding: 0;
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 768px) {
  #twoColProg #main-content-wrap {
    padding: 0;
  }
  #twoColProg #main-content {
    width: 100%;
    margin-bottom: 3em;
    float: none;
  }
  #twoColProg #column-2 {
    float: none;
    width: 96%;
    max-width: 500px;
    width: auto;
    margin: 0 auto;
  }
  #twoColProg #column-3 {
    width: 96%;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    position: relative;
    height: auto;
    top: auto;
    right: auto;
    overflow: auto;
    -webkit-overflow-scrolling: none;
    padding: 0;
    box-shadow: none;
  }

  #thrColProg.signature #main-content, #twoColWide.signature #main-content {
    padding: 0;
  }
  #thrColProg #main-content-wrap, #twoColWide #main-content-wrap {
    padding: 0;
  }
  #thrColProg #column-1, #twoColWide #column-1 {
    float: none;
    margin-right: 0;
    position: relative;
    width: 96%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
  }
  #thrColProg #column-2, #twoColWide #column-2 {
    float: none;
    width: 96%  !important;
    max-width: 500px;
    width: auto;
    margin: 0 auto;
  }
  #thrColProg #column-3, #twoColWide #column-3 {
    width: 96% !important;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    position: relative;
    height: auto;
    top: auto;
    right: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    box-shadow: none;
  }
  #thrColProg #main-content, #twoColWide #main-content {
    text-align: left;
    padding: 0;
    margin: 0 auto 1em;
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 1640px) {
  #thrColProg #column-1 {
    float: left;
    width: calc(100% - 950px );
    position: absolute;
  }
  #thrColProg #column-2 {
    float: right;
    width: 500px;
  }

  /* 2 Column */
  #twoColProg #column-2 {
    width: 500px;
    margin-top: 380px;
  }
}
@media screen and (min-width: 1800px) {
  /* 2 Column */
}
.jax-ale-trail .html-dd-copy .cms p.summary, .jax-ale-trail .html-dd-copy .cms .filter_search label.summary, .filter_search .jax-ale-trail .html-dd-copy .cms label.summary, .jax-ale-trail .html-dd-copy .cms .filter_search label.summary, .jax-ale-trail .filter_search .html-dd-copy .cms label.summary, .jax-ale-trail .cms p.summary, .jax-ale-trail .cms .filter_search label.summary, .filter_search .jax-ale-trail .cms label.summary, .jax-ale-trail .cms .filter_search label.summary, .jax-ale-trail .filter_search .cms label.summary {
  color: #103350;
}
.jax-ale-trail .ale-trail-map {
  padding: 0 20px 20px;
}
.jax-ale-trail#thrColProg #main-content {
    text-align: left;
    padding: 0 340px 0 0;
}
.jax-ale-trail#thrColProg #column-1 {
  float: left;
  width: calc(100% - 590px );
  margin: 0;
  position: absolute;
  padding: 0 30px 50px;
}
.jax-ale-trail ul.general-directory li h2 a {
  color: #103350;
  text-decoration: none;
}
.jax-ale-trail ul#top-nav > li > a {
  font-size: 2.4em;
}
.jax-ale-trail.default {
  background: #fff url(/images/css/ALE-TRAIL/bg-tile.jpg) repeat;
}
.jax-ale-trail .cms h1 {
  font-family: "Anton", sans-serif;
  font-weight: normal;
  font-size: 5em;
  line-height: .9em;
  margin-bottom: .5em;
  text-transform: uppercase;
}
.jax-ale-trail .slider h2 {
  font-family: "Anton", sans-serif;
  color: #FFF;
  font-weight: 200;
  font-size: 3.5em;
  line-height: 1em;
  margin-bottom: .25em;
  text-transform: uppercase;
}
.jax-ale-trail a.anchor {
  width: 120px;
  display: block;
  text-align: center;
  padding: 5px;
  float: left;
  background: none;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -60px;
}
.jax-ale-trail header {
  background-color: #8ad2d8;
  height: 55px;
}
.jax-ale-trail aside#dock {
  background-color: #fdbf1a;
  background-color: rgba(253, 191, 26, 0.9) !important;
  display: none;
}
.jax-ale-trail #siteSearch input[type="text"] {
  background-color: #aae7ec;
  border-color: #cffbff;
}
.jax-ale-trail #ale-trail {
  margin: 0;
}
.jax-ale-trail .flex-caption {
  background: rgba(0, 0, 0, 0.7) !important;
}
.jax-ale-trail .addthis_sharing_toolbox {
  border: medium none !important;
  float: left;
  padding: 0 0 0 50px;
  margin: 0px 0px 20px;
}

@media screen and (max-width: 1024px) {
  .jax-ale-trail .flex-caption {
    background: none !important;
  }
}
@media screen and (max-width: 1140px) {
  .jax-ale-trail#thrColProg #column-1 {
    float: none;
    margin-right: 0;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .jax-ale-trail#thrColProg #column-2 {
    float: none;
    max-width: 500px;
    width: auto;
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .jax-ale-trail#thrColProg #column-1 {
    margin-right: 0;
    position: relative;
    width: 100%;
  }
  .jax-ale-trail#thrColProg #main-content {
    text-align: left;
    padding: 0;
    width: 100%;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .jax-ale-trail#thrColProg #column-1 {
    float: none;
    margin-right: 0;
    position: relative;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .jax-ale-trail#thrColProg #column-1 {
    float: none;
    margin-right: 0;
    position: relative;
    width: 96%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1640px) {
  .jax-ale-trail#thrColProg #column-1 {
    float: left;
    width: calc(100% - 820px );
    position: absolute;
  }
  .jax-ale-trail#thrColProg #column-2 {
    margin-right: 0;
  }
}
header {
  width: 100%;
  background: #FCB034;
  display: block;
  position: fixed;
  height: 54px;
  z-index: 99;
  left: 0;
  top: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.signature header {
  background: #0073AE;
}

ul#top-nav {
  display: block;
  float: left;
  margin-right: 20px;
}

ul#top-nav > li {
  display: block;
  float: left;
}

ul#top-nav > li > a {
  font-family: "Gibson", sans-serif;
  font-size: 1.5em;
  line-height: 54px;
  text-transform: none;
  color: #FFF;
  font-weight: 100;
  padding: 0 15px;
  color: #FFF;
  text-decoration: none;
  transition: font-size .5s;
  -moz-box-transition: font-size .5s;
  -webkit-transition: font-size .5s;
}

ul#top-nav > li.current > a {
  color: #c17903;
  text-decoration: none;
}

ul#top-nav > li > a:hover {
  color: #FFF;
  text-decoration: underline;
}

/* Drop Down */
.html-dd-wrap {
  display: none;
  background-color: #FFF;
  color: #666;
  position: absolute;
  left: 0;
  top: 54px;
  z-index: 10;
  width: 100%;
  max-width: 1024px;
  text-shadow: none;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.5);
}

.html-dd-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  float: left;
}

.html-dd-copy {
  float: left;
  width: 70%;
  padding: 0;
}

.html-dd-copy .cms {
  padding: 40px;
  margin: 0;
}

.html-dd-copy .cms h3 {
  font-family: "Gibson", sans-serif;
  color: #999;
  font-weight: 200;
  font-size: 3.8em;
  line-height: 1.2em;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.html-dd-copy .cms h3 em {
  font-family: 'Give You Glory',Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: .5em;
  text-transform: uppercase;
  color: #4d9cbb;
}

.html-dd-copy > span {
  font-size: 1.8em;
  line-height: 1.2em;
  padding-bottom: .5em;
  display: block;
}

.html-dd-copy > img {
  float: left;
  margin-right: 2em;
  width: auto;
}

.html-dd-listNav {
  float: right;
  width: 26%;
  margin: 2%;
  padding: 2%;
  border: 3px double #EEE;
}

.html-dd-listNav ul {
  margin-left: 0;
  padding: 0;
  float: left;
  width: 100%;
}

.html-dd-listNav h6 {
  margin-bottom: 1em;
  font-family: 'Roboto Slab',Georgia,"Times New Roman",Times,serif;
  font-weight: 700;
  font-size: 1.2em;
  color: #999;
}

.html-dd-listNav ul li {
  list-style: none;
  margin-bottom: .25em;
  font-family: 'Roboto Slab',Georgia,"Times New Roman",Times,serif;
  font-weight: 700;
  font-size: 1.2em;
}

.html-dd-featured {
  float: right;
  width: 100%;
  padding: 10px;
  background: #032435;
  text-align: center;
}

.html-dd-featured h2 {
  margin-bottom: 1em;
  font-family: 'Roboto Slab',Georgia,"Times New Roman",Times,serif;
  font-weight: 700;
  font-size: 1.2em;
  color: #FCB034;
}

.html-dd-featured ul {
  float: left;
  width: 100%;
}

.html-dd-featured ul li {
  width: 25%;
  padding: 0 10px;
  float: left;
  text-align: left;
  font-size: 1.2em;
}

.html-dd-featured ul li a {
  font-family: 'Roboto Slab',Georgia,"Times New Roman",Times,serif;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
}

.html-dd-featured ul li img {
  display: block;
  margin-bottom: 1em;
}

.html-dd-listNav ul li a {
  color: #4d9cbb;
}

.html-dd a:hover {
  text-decoration: underline;
}

a.anchor {
  width: 120px;
  display: block;
  text-align: center;
  padding: 7px;
  float: left;
  background: #fff;
}

ul#sub-nav {
  display: block;
  float: left;
  width: 140px;
  position: relative;
}

ul#sub-nav > li {
  display: block;
  float: left;
  width: 50%;
  -webkit-font-smoothing: antialiased;
}
ul#sub-nav > li:last-child {
  position: absolute;
  width: 54px;
  height: 54px;
  left: 140px;
  top: 0;
  text-align: center;
}

ul#sub-nav > li a.meetings {
  background: rgba(0, 0, 0, 0.2);
  font-family: "Roboto Slab", serif;
}

ul#sub-nav > li a.media {
  background: rgba(0, 0, 0, 0.2);
  font-family: "Roboto Slab", serif;
}

ul#sub-nav > li a.partners {
  background: rgba(0, 0, 0, 0.2);
  font-family: "Roboto Slab", serif;
}

ul#sub-nav > li a.about {
  background: rgba(0, 0, 0, 0.2);
  font-family: "Roboto Slab", serif;
}

ul#sub-nav > li a {
  color: #FFF;
  text-decoration: none;
  padding: 6px 5%;
  font-family: "Gibson", sans-serif;
  text-transform: lowercase;
  font-size: 1.1em;
  line-height: 15px;
  font-weight: 600;
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
ul#sub-nav > li a#itineraryLink {
  background: #0073AE;
  padding: 5px 12px 4px;
}

ul#sub-nav > li a:hover {
  color: #FFF;
  text-decoration: none;
  background: #001722;
}

/* Sidebar Nav */
#second-nav {
  width: 100%;
  margin: 0;
  padding: 10px 25px 20px;
  background: #0073AE;
}

ul#sidebar-nav {
  display: block;
  width: 100%;
}

ul#sidebar-nav li {
  display: block;
  width: 100%;
  padding: 0 0 3px;
}

ul#sidebar-nav li a {
  background-image: url(/images/css/SPRITES/sub-nav.png);
  background-repeat: no-repeat;
  background-position: -7px -1px;
  display: block;
  padding: 3px 25px;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1.4em;
  font-family: "Gibson", sans-serif;
  color: #FFF;
}

ul#sidebar-nav li.here a {
  font-weight: 600;
  font-family: "Gibson", sans-serif;
}

ul#sidebar-nav li.selected ul {
  margin: .8em 0 .8em 2.2em;
}

ul#sidebar-nav li.here a, ul#sidebar-nav li a:hover {
  background-image: url(/images/css/SPRITES/sub-nav.png);
  background-repeat: no-repeat;
  background-position: -7px -51px;
}

#siteSearch {
  position: absolute;
  height: 32px;
  right: 20px;
  bottom: 15px;
}

#siteSearch input[type="text"] {
  height: 40px;
  width: 200px;
  font-size: 1.6em;
  font-weight: 300;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  border: rgba(0, 0, 0, 0.2) 1px solid;
  padding: 0 .75em;
  color: #FFF;
  font-family: "Gibson", sans-serif;
  font-weight: 200;
}

#siteSearch input:focus[type="text"] {
  outline: none;
}

#siteSearch input[type="image"] {
  position: absolute;
  right: 7px;
  top: 7px;
}

@media screen and (max-width: 1023px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FCB034;
  }

  ul#top-nav, ul#sub-nav {
    display: none;
  }

  a.anchor {
    display: block;
    text-align: right;
    padding: 7px 13px 7px 45px;
    margin: 0;
    width: 175px;
  }
}
@media screen and (max-width: 1068px) {
  #siteSearch input[type="text"] {
    width: 140px;
  }
}
@media screen and (max-width: 480px) {
  #siteSearch input[type="text"] {
    width: 170px;
  }

  #siteSearch {
    right: 10px;
  }
}
@media screen and (max-width: 420px) {
  #siteSearch input[type="text"] {
    width: 120px;
  }
}
@media screen and (min-width: 1140px) {
  ul#top-nav > li > a {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1280px) {
  ul#top-nav > li > a {
    font-size: 2.4em;
  }

  a.anchor {
    width: 119px;
    padding: 7px;
  }

  #siteSearch input[type="text"] {
    width: 200px;
  }
}
#column_2 #tabs, #column_3 #tabs {
  margin: 0 auto 3em;
  text-align: left;
}

#tabs {
  text-align: left;
}
#tabs.widget-wrap {
  margin: 0;
}

#tabs.widget-wrap {
  padding: 0;
}

#tabs .nested-pane {
  display: none;
}

#tabs .pane {
  display: none;
  width: 100%;
  clear: both;
  text-align: center;
  background: #4d9cbb;
  padding: 0 20px;
  float: left;
}
#tabs .pane h6.widget-title {
  color: white;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  border: none;
  padding: 10px;
  font-size: 1.4em;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.1);
}

#tabs .pane .cms {
  background-color: #FFF;
  padding: 2em;
  border: #DDD 1px solid;
  border-top: none;
  margin: 0;
}

ul.tab-wrap {
  padding: 10px 0;
  border-bottom: 1px solid #EEE;
  font-size: 1.2em;
}

ul.tab-wrap li {
  list-style: none;
  margin: 0 0px 0 5px;
  display: inline;
}

ul.tab-wrap li h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  padding: 10px;
  border: 1px solid #EEE;
  border-bottom: none;
  background: #EEE;
  color: #999;
  text-decoration: none;
  display: inline;
  white-space: nowrap;
}

ul.tab-wrap li h3:hover {
  color: #FFF;
  background: #032435;
  cursor: pointer;
}

ul.tab-wrap li h3.current {
  background: white;
  color: #000;
  border-bottom: 1px solid white;
}

ul.tab-wrap.img-trigger {
  padding: 10px 20px;
  border: none;
  width: 100%;
  display: block;
}

ul.tab-wrap.img-trigger {
  text-align: center;
  background: #4d9cbb;
}
ul.tab-wrap.img-trigger li {
  list-style: none;
  margin: 0 5px 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
}

ul.tab-wrap.img-trigger li img {
  border-radius: 100px;
  -moz-opacity: 0.30;
  -khtml-opacity: 0.30;
  opacity: 0.30;
  filter: alpha(opacity=30);
  width: 40px;
}

ul.tab-wrap.img-trigger li:hover img {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

ul.tab-wrap.img-trigger li .current img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 479px) {
  ul.tab-wrap li {
    display: block;
  }

  ul.tab-wrap li h3 {
    display: block;
  }

  ul.tab-wrap li h3.current {
    display: block;
    background-color: #C21105;
    color: #FFF;
    border: 1px solid #C21105;
  }
}
footer {
  width: 100%;
  background-color: #001722;
  background-color: rgba(0, 23, 34, 0.9) !important;
  display: block;
  position: fixed;
  height: 50px;
  z-index: 999;
  left: 0;
  bottom: 0;
  opacity: 1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  transition: all .3s;
}
.headroom--unpinned footer {
  bottom: -100px;
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .headroom--unpinned footer {
    opacity: 1;
  }
}
footer #certs {
  position: absolute;
  left: 50%;
  margin-left: -154px;
  top: 0;
  width: 309px;
}
@media screen and (max-width: 960px) {
  footer #certs {
    position: relative;
    left: auto;
    top: auto;
    width: 309px;
    margin: 0 auto;
    height: 80px;
  }
}
footer #certs a {
  display: block;
  float: left;
  padding: 5px;
}
footer #certs img {
  display: block;
  height: 40px !important;
}

#opt-in {
  position: absolute;
  height: 32px;
  left: 10px;
  bottom: 13px;
  width: 320px;
}

#opt-in input[type="text"] {
  height: 3em;
  width: 320px;
  font-size: 1.2em;
  font-weight: 300;
  border: none;
  background-color: #fff;
  color: #666;
  border: #001722 1px solid;
  padding: 0 .75em;
  font-size: 1.3em;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}

#opt-in input:focus[type="text"] {
  outline: none;
}

#opt-in input[type="image"] {
  position: absolute;
  right: 7px;
  top: 7px;
}

footer #weather-footer {
  font-family: "Gibson", sans-serif;
  font-weight: 600;
  width: 280px;
  position: absolute;
  height: 65px;
  top: -20px;
  right: 20px;
  margin-left: -150px;
  text-shadow: -1px -1px 0 black;
}

#weather-footer img {
  width: 35%;
}

#weather-footer #currentWeather {
  font-size: 1.2em;
  color: #FFF;
  text-align: left;
  position: absolute;
  right: 10px;
  top: 30px;
  z-index: 2;
  font-weight: 300;
}

#weather-footer #currentWeather a {
  text-decoration: underline;
  color: #FBD457;
}

#weather-footer #digits {
  font-size: 3em;
  font-weight: 600;
  line-height: 1em;
  color: #FFF;
  text-align: left;
  position: absolute;
  right: 130px;
  top: 30px;
  z-index: 2;
  letter-spacing: -1px;
}

footer #weather-footer #digits {
  right: 130px;
}

footer #weather-footer #highlow {
  font-size: 1.2em;
  color: #FFF;
  text-align: left;
  position: absolute;
  right: 10px;
  top: 48px;
  z-index: 2;
  font-weight: 300;
}

@media screen and (max-width: 959px) {
  #opt-in input[type="text"] {
    width: 220px;
  }
}
@media screen and (max-width: 959px) {
  footer {
    position: relative;
    left: auto;
    bottom: auto;
    height: auto;
    padding: 20px 0 0;
    clear: both;
    float: left;
  }

  footer #weather-footer {
    font-family: "Gibson", sans-serif;
    width: 280px;
    position: relative;
    height: 65px;
    top: auto;
    right: auto;
    margin: 0 auto;
  }

  footer #weather-footer-wrap {
    background: #000d13;
    padding-bottom: 20px;
  }

  #opt-in {
    position: relative;
    height: 32px;
    left: auto;
    bottom: auto;
    width: 240px;
    margin: 0 auto;
  }

  #opt-in input[type="image"] {
    position: absolute;
    right: 25px;
    top: 7px;
  }
}
aside#dock {
  width: 65px;
  display: block;
  position: fixed;
  height: 100%;
  z-index: 98;
  top: 54px;
  opacity: 1;
  left: 0;
  overflow: auto;
  transition: all .3s;
}
.headroom--not-top aside#dock {
  left: -100px;
  opacity: 0;
}

#mobile-dock {
  width: 100%;
  background-color: #0073AE;
  display: block;
  position: relative;
  float: left;
}
#mobile-dock ul.mobile-dock {
  width: 100%;
  display: block;
  padding-bottom: 0;
  float: left;
  background-color: #0073AE;
  padding: 10px 0 20px;
}
#mobile-dock ul.mobile-dock li {
  background-color: #0073AE;
  display: block;
  width: 33.33333%;
  float: left;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  transition: background-color .5s;
  -moz-box-transition: background-color .5s;
  -webkit-transition: background-color .5s;
}
#mobile-dock ul.mobile-dock li:active {
  background-color: #4d9cbb;
}
#mobile-dock ul.mobile-dock li.sel {
  background: none;
}
#mobile-dock ul.mobile-dock li a {
  font-family: "Gibson", sans-serif;
  font-size: 11px;
  line-height: 12px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 15px 5px 10px;
  color: #fff;
  height: 80px;
  width: 60px;
  margin: 0 auto;
}
#mobile-dock ul.mobile-dock li a:hover {
  color: #fff;
}
#mobile-dock ul.mobile-dock li a span {
  font-size: 24px;
  padding-bottom: 15px;
  padding-top: 10px;
  display: block;
}
#mobile-dock ul.mobile-dock li a span.fa.fa-envelope {
  width: 52px;
  height: 32px;
  font-size: 24px;
  padding-bottom: 0;
  padding-top: 0;
}
#mobile-dock ul.mobile-dock li a span:hover {
  color: #fff;
}

ul.dock {
  width: 100%;
  display: block;
  padding-bottom: 100px;
}
ul.dock li {
  display: block;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  transition: background-color .5s;
}
ul.dock li:hover {
  background-color: #4d9cbb;
}
ul.dock li.sel {
  background-color: #002436;
}
ul.dock li:nth-child(4n + 1) {
  background: #4d9cbb;
}
ul.dock li:nth-child(4n + 2) {
  background: #0073AE;
}
ul.dock li:nth-child(4n + 3) {
  background: #FCB034;
}
ul.dock li:nth-child(4n + 4) {
  background: #6F133A;
}
ul.dock li a {
  font-family: "Gibson", sans-serif;
  font-size: 11px;
  line-height: 12px;
  color: #FFFFFF;
  font-weight: 400;
  text-transform: lowercase;
  text-decoration: none;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 10px 5px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
ul.dock li a:hover {
  color: #fff;
}
ul.dock li a span {
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
}
ul.dock li a span.flaticon-facebook21 {
  font-size: 60px;
}
ul.dock li a span.fa.fa-envelope {
  width: 55px;
  height: 28px;
  font-size: 24px;
  padding-bottom: 0;
  padding-top: 0;
}
ul.dock li a span:hover {
  color: #fff;
}

.ico-events a {
  padding: 0;
}

.ico-events a div {
  font-size: 1.3em;
  font-family: "Gibson", sans-serif;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.ico-events a div em {
  font-weight: 700;
  font-size: 2.2em;
  display: block;
  border-top: 1px solid #FFF;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 3px;
}

ul.dock li a img {
  display: block;
  margin: 0 auto;
  width: 50%;
}

@media screen and (max-width: 1023px) {
  aside#dock {
    display: none;
  }
}
.powertip {
  padding: 10px;
}
.powertip p, .powertip .filter_search label, .filter_search .powertip label {
  font-size: 16px;
  font-weight: 100;
}

/* PowerTip Plugin */
#powerTip {
  cursor: default;
  background-color: #001722;
  border-radius: 6px;
  color: white;
  display: none;
  padding: 10px;
  position: absolute;
  z-index: 1000;
  width: 200px;
}
@media screen and (max-width: 1023px) {
  #powerTip {
    display: none !important;
  }
}

#powerTip:before {
  content: "";
  position: absolute;
}

#powerTip.n:before, #powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
}

#powerTip.e:before, #powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%;
}

#powerTip.n:before {
  border-top: 10px solid #001722;
  bottom: -10px;
}

#powerTip.e:before {
  border-right: 10px solid #001722;
  left: -10px;
}

#powerTip.s:before {
  border-bottom: 10px solid #001722;
  top: -10px;
}

#powerTip.w:before {
  border-left: 10px solid #001722;
  right: -10px;
}

#powerTip.ne:before, #powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px;
}

#powerTip.nw:before, #powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px;
}

#powerTip.ne:before, #powerTip.nw:before {
  border-top: 10px solid #001722;
  bottom: -10px;
}

#powerTip.se:before, #powerTip.sw:before {
  border-bottom: 10px solid #001722;
  top: -10px;
}

#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: 10px solid #001722;
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px;
}

#powerTip.ne-alt:before {
  left: auto;
  right: 10px;
}

#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: none;
  border-bottom: 10px solid #001722;
  bottom: auto;
  top: -10px;
}

#powerTip.se-alt:before {
  left: auto;
  right: 10px;
}

.cms .people-social {
  float: left;
  background: #0073AE;
  margin-bottom: 3em;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}
.cms .people-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cms .people-social ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.people-social {
  float: left;
  background: #0073AE;
  margin-bottom: 3em;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}
.people-social .social_bookmarks {
  margin: 0;
}

#social {
  left: 20px;
  position: absolute;
}

ul.social_bookmarks {
  height: 30px;
  float: left;
  margin-top: 8px;
}

.social_bookmarks li {
  height: 100%;
  float: left;
  padding: 0;
  transition: all 0.2s ease-in-out;
}

.social_bookmarks li a {
  float: left;
  width: 50px;
  line-height: 50px;
  display: block;
  margin: 0px;
  outline: none;
  padding: 0;
  min-height: 50px;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}

.social_bookmarks_rss {
  background: transparent url(/images/css/SOCIAL/icon-rss.png) center -5px no-repeat;
}

.social_bookmarks_facebook {
  background: transparent url(/images/css/SOCIAL/icon-facebook.png) center -5px no-repeat;
}

.social_bookmarks_twitter {
  background: transparent url(/images/css/SOCIAL/icon-twitter.png) center -5px no-repeat;
}

.social_bookmarks_youtube {
  background: transparent url(/images/css/SOCIAL/icon-youtube.png) center -5px no-repeat;
}

.social_bookmarks_gplus {
  background: transparent url(/images/css/SOCIAL/icon-gplus.png) center -5px no-repeat;
}

.social_bookmarks_instagram {
  background: transparent url(/images/css/SOCIAL/icon-instagram.png) center -5px no-repeat;
}

.social_bookmarks_rss:hover {
  background-position: center -47px;
  background-color: #ffa133;
}

.social_bookmarks_facebook:hover {
  background-position: center -47px;
  background-color: #37589b;
}

.social_bookmarks_twitter:hover {
  background-position: center -47px;
  background-color: #46d4fe;
}

.social_bookmarks_youtube:hover {
  background-position: center -47px;
  background-color: #F70015;
}

.social_bookmarks_gplus:hover {
  background-position: center -47px;
  background-color: #D2342B;
}

.social_bookmarks_instagram:hover {
  background-position: center -47px;
  background-color: #25211C;
}

@media screen and (max-width: 960px) {
  #social {
    left: auto;
    position: relative;
    width: 150px;
    margin: 0 auto 50px;
  }
}
ul.social-list {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 0;
  text-align: center;
}
ul.social-list#partner-social {
  text-align: left;
  width: auto;
}
ul.social-list#main-social {
  position: absolute;
  top: 7px;
  left: 20px;
  z-index: 9999;
  float: left;
  width: auto;
}
@media screen and (max-width: 960px) {
  ul.social-list#main-social {
    right: auto;
    left: auto;
    position: relative;
    width: 100%;
    float: none;
    margin: 0 auto 30px;
  }
}
ul.social-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.social-list li a.blog {
  color: #fff;
  display: block;
  background: #FCB034;
  width: 35px;
  height: 35px;
  text-align: center;
  overflow: hidden;
  padding-top: 11px;
  font-size: 10px;
  margin-right: 5px;
  font-weight: 400 !important;
  text-decoration: none;
  transition: background .5s;
  border-radius: 100px;
}
ul.social-list li a.blog:hover {
  background: white;
  color: #FCB034;
}
ul.social-list li a.fa {
  color: #fff;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  overflow: hidden;
  padding-top: 8px;
  font-size: 20px;
  margin-right: 5px;
  font-weight: 400 !important;
  text-decoration: none;
  transition: background .5s;
  font-family: 'FontAwesome';
  border-radius: 100px;
}
ul.social-list li a.fa.fa-facebook {
  background-color: #4a6eaa;
  color: #fff;
}
ul.social-list li a.fa.fa-facebook:hover {
  color: #4a6eaa;
  background-color: #fff;
}
ul.social-list li a.fa.fa-facebook:before {
  content: "\f09a";
}
ul.social-list li a.fa.fa-twitter {
  background-color: #34bafd;
  color: #fff;
}
ul.social-list li a.fa.fa-twitter:hover {
  color: #34bafd;
  background-color: #fff;
}
ul.social-list li a.fa.fa-twitter:before {
  content: "\f099";
}
ul.social-list li a.fa.fa-googleplus {
  background-color: #d63f36;
  color: #fff;
}
ul.social-list li a.fa.fa-googleplus:hover {
  color: #d63f36;
  background-color: #fff;
}
ul.social-list li a.fa.fa-googleplus:before {
  content: "\f0d5";
}
ul.social-list li a.fa.fa-linkedin {
  background-color: #1298bd;
  color: #fff;
}
ul.social-list li a.fa.fa-linkedin:hover {
  color: #1298bd;
  background-color: #fff;
}
ul.social-list li a.fa.fa-linkedin:before {
  content: "\f0e1";
}
ul.social-list li a.fa.fa-youtube {
  background-color: #c8312b;
  color: #fff;
}
ul.social-list li a.fa.fa-youtube:hover {
  color: #c8312b;
  background-color: #fff;
}
ul.social-list li a.fa.fa-youtube:before {
  content: "\f167";
}
ul.social-list li a.fa.fa-pinterest {
  background-color: #c8312b;
  color: #fff;
}
ul.social-list li a.fa.fa-pinterest:hover {
  color: #c8312b;
  background-color: #fff;
}
ul.social-list li a.fa.fa-pinterest:before {
  content: "\f0d2";
}
ul.social-list li a.fa.fa-instagram {
  background-color: #18aa18;
  background-color: #4e7fa6;
  color: #fff;
}
ul.social-list li a.fa.fa-instagram:hover {
  color: #4e7fa6;
  background-color: #fff;
}
ul.social-list li a.fa.fa-instagram:before {
  content: "\f16d";
}

label {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  display: inline;
  margin: 0 0 14px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 18px;
  clear: both;
  display: block;
}
label .req {
  color: #FCB034;
}

ul.tab-wrap.tabs {
  font-size: 1em;
  line-height: 1em;
  float: left;
  width: 100%;
  margin-bottom: 3em;
  border: none;
}
ul.tab-wrap.tabs li {
  list-style: none;
  margin: 0 10px 0 0;
  display: block;
  float: left;
}
ul.tab-wrap.tabs li h3 {
  font-family: "Gibson", sans-serif;
  border: none;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ccc;
  transition: all .2s;
  -moz-box-transition: all .2s;
  -webkit-transition: all .2s;
  padding: 7px 17px;
  border-bottom: none;
  background: #fff;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}
ul.tab-wrap.tabs li h3:hover {
  color: #0073AE;
  border-bottom: 7px solid #ccc;
  cursor: pointer;
}
ul.tab-wrap.tabs li.current h3 {
  background: #4d9cbb;
  border-bottom: 7px solid #0073AE;
  color: #fff;
}

.dform h1, .dform h2, .dform h3, .dform h4, .dform h5, .dform h6 {
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #4d4d4d;
}
.dform .dform_container .dfcolumns .column {
  float: left;
}
.dform .dform_container .dfinput_phones > div input {
  margin-bottom: 5px;
}
.dform .dform_container .dfinput_phones > div label {
  font-size: 13px;
  font-weight: 400;
}
.dform .dform_container .dfinput_phones .phone_area {
  float: left;
  width: 25%;
}
.dform .dform_container .dfinput_phones .phone_number {
  float: left;
  width: 65%;
}

.dform, #event-selectors {
  /* Input & Textarea */
  /* Remove default webkit and possible mozilla .search styles.
   * Keeping this as :active to remove browser styles */
  /* Select */
  /* Checkbox */
  /* Radio */
  /* Uploader */
  /* Buttons */
  /* INPUT & TEXTAREA */
  /* PRESENTATION */
  /* Buttons */
  /* Select */
  /* Checker */
  /* Radio */
  /* Uploader */
  /* Text */
}
.dform div.selector, .dform div.selector span, .dform div.checker span, .dform div.radio span, .dform div.uploader, .dform div.uploader span.action, .dform div.button, .dform div.button span, #event-selectors div.selector, #event-selectors div.selector span, #event-selectors div.checker span, #event-selectors div.radio span, #event-selectors div.uploader, #event-selectors div.uploader span.action, #event-selectors div.button, #event-selectors div.button span {
  background-image: url(/images/css/UNIFORM/uniform-sprite-tempest.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
.dform div.selector, .dform div.checker, .dform div.button, .dform div.radio, .dform div.uploader, #event-selectors div.selector, #event-selectors div.checker, #event-selectors div.button, #event-selectors div.radio, #event-selectors div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}
.dform div.selector:focus, .dform div.checker:focus, .dform div.button:focus, .dform div.radio:focus, .dform div.uploader:focus, #event-selectors div.selector:focus, #event-selectors div.checker:focus, #event-selectors div.button:focus, #event-selectors div.radio:focus, #event-selectors div.uploader:focus {
  outline: 0;
}
.dform div.selector, .dform div.selector *, .dform div.radio, .dform div.radio *, .dform div.checker, .dform div.checker *, .dform div.uploader, .dform div.uploader *, .dform div.button, .dform div.button *, #event-selectors div.selector, #event-selectors div.selector *, #event-selectors div.radio, #event-selectors div.radio *, #event-selectors div.checker, #event-selectors div.checker *, #event-selectors div.uploader, #event-selectors div.uploader *, #event-selectors div.button, #event-selectors div.button * {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
.dform .highContrastDetect, #event-selectors .highContrastDetect {
  width: 0;
  height: 0;
}
.dform input.uniform-input, .dform select.uniform-multiselect, .dform textarea.uniform, #event-selectors input.uniform-input, #event-selectors select.uniform-multiselect, #event-selectors textarea.uniform {
  padding: .5em;
  outline: 0;
  border: 1px solid #ddd;
  font-size: 1.2em;
  color: #4d4d4d;
}
.dform input.uniform-input, #event-selectors input.uniform-input {
  height: 40px;
}
.dform div.checker input, .dform input[type="search"], .dform input[type="search"]:active, #event-selectors div.checker input, #event-selectors input[type="search"], #event-selectors input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.dform div.selector, #event-selectors div.selector {
  background-position: 0 -290px;
  line-height: 58px;
  height: 58px;
  padding: 0 0 0 14px;
  position: relative;
  overflow: hidden;
}
.dform div.selector span, #event-selectors div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 48px;
  line-height: 48px;
  padding-right: 68px;
  cursor: pointer;
  width: 100%;
  display: block;
}
.dform div.selector.fixedWidth, #event-selectors div.selector.fixedWidth {
  width: 230px;
}
.dform div.selector.fixedWidth span, #event-selectors div.selector.fixedWidth span {
  width: 200px;
}
.dform div.selector select, #event-selectors div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 50px;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  color: #4d4d4d;
  padding: 0;
}
.dform div.selector.active, #event-selectors div.selector.active {
  background-position: 0 -348px;
}
.dform div.selector.active span, #event-selectors div.selector.active span {
  background-position: right -58px;
}
.dform div.selector.hover, .dform div.selector.focus, #event-selectors div.selector.hover, #event-selectors div.selector.focus {
  background-position: 0 -406px;
}
.dform div.selector.hover span, .dform div.selector.focus span, #event-selectors div.selector.hover span, #event-selectors div.selector.focus span {
  background-position: right -116px;
}
.dform div.selector.hover.active, .dform div.selector.focus.active, #event-selectors div.selector.hover.active, #event-selectors div.selector.focus.active {
  background-position: 0 -464px;
}
.dform div.selector.hover.active span, .dform div.selector.focus.active span, #event-selectors div.selector.hover.active span, #event-selectors div.selector.focus.active span {
  background-position: right -174px;
}
.dform div.selector.disabled, .dform div.selector.disabled.active, #event-selectors div.selector.disabled, #event-selectors div.selector.disabled.active {
  background-position: 0 -522px;
}
.dform div.selector.disabled span, .dform div.selector.disabled.active span, #event-selectors div.selector.disabled span, #event-selectors div.selector.disabled.active span {
  background-position: right -232px;
}
.dform div.checker, #event-selectors div.checker {
  position: relative;
}
.dform div.checker, .dform div.checker span, .dform div.checker input, #event-selectors div.checker, #event-selectors div.checker span, #event-selectors div.checker input {
  width: 28px;
  height: 28px;
}
.dform div.checker span, #event-selectors div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -584px;
}
.dform div.checker span.checked, #event-selectors div.checker span.checked {
  background-position: -112px -584px;
}
.dform div.checker input, #event-selectors div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.dform div.checker.active span, #event-selectors div.checker.active span {
  background-position: -28px -584px;
}
.dform div.checker.active span.checked, #event-selectors div.checker.active span.checked {
  background-position: -140px -584px;
}
.dform div.checker.hover span, .dform div.checker.focus span, #event-selectors div.checker.hover span, #event-selectors div.checker.focus span {
  background-position: -56px -584px;
}
.dform div.checker.hover span.checked, .dform div.checker.focus span.checked, #event-selectors div.checker.hover span.checked, #event-selectors div.checker.focus span.checked {
  background-position: -140px -584px;
}
.dform div.checker.hover.active span, .dform div.checker.focus.active span, #event-selectors div.checker.hover.active span, #event-selectors div.checker.focus.active span {
  background-position: -84px -584px;
}
.dform div.checker.hover.active span.checked, .dform div.checker.focus.active span.checked, #event-selectors div.checker.hover.active span.checked, #event-selectors div.checker.focus.active span.checked {
  background-position: -196px -584px;
}
.dform div.checker.disabled, .dform div.checker.disabled.active, #event-selectors div.checker.disabled, #event-selectors div.checker.disabled.active {
  background-position: -224px -584px;
}
.dform div.checker.disabled span.checked, .dform div.checker.disabled.active span.checked, #event-selectors div.checker.disabled span.checked, #event-selectors div.checker.disabled.active span.checked {
  background-position: -252px -584px;
}
.dform div.radio, #event-selectors div.radio {
  position: relative;
}
.dform div.radio, .dform div.radio span, .dform div.radio input, #event-selectors div.radio, #event-selectors div.radio span, #event-selectors div.radio input {
  width: 28px;
  height: 28px;
}
.dform div.radio span, #event-selectors div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -608px;
}
.dform div.radio span.checked, #event-selectors div.radio span.checked {
  background-position: -112px -608px;
}
.dform div.radio input, #event-selectors div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
.dform div.radio.active span, #event-selectors div.radio.active span {
  background-position: -28px -608px;
}
.dform div.radio.active span.checked, #event-selectors div.radio.active span.checked {
  background-position: -112px -608px;
}
.dform div.radio.hover span, .dform div.radio.focus span, #event-selectors div.radio.hover span, #event-selectors div.radio.focus span {
  background-position: -56px -608px;
}
.dform div.radio.hover span.checked, .dform div.radio.focus span.checked, #event-selectors div.radio.hover span.checked, #event-selectors div.radio.focus span.checked {
  background-position: -140px -608px;
}
.dform div.radio.hover.active span, .dform div.radio.focus.active span, #event-selectors div.radio.hover.active span, #event-selectors div.radio.focus.active span {
  background-position: -84px -608px;
}
.dform div.radio.hover.active span.checked, .dform div.radio.focus.active span.checked, #event-selectors div.radio.hover.active span.checked, #event-selectors div.radio.focus.active span.checked {
  background-position: -196px -608px;
}
.dform div.radio.disabled span, .dform div.radio.disabled.active span, #event-selectors div.radio.disabled span, #event-selectors div.radio.disabled.active span {
  background-position: -144px -608px;
}
.dform div.radio.disabled span.checked, .dform div.radio.disabled.active span.checked, #event-selectors div.radio.disabled span.checked, #event-selectors div.radio.disabled.active span.checked {
  background-position: -224px -608px;
}
.dform div.uploader, #event-selectors div.uploader {
  background-position: 0 -636px;
  height: 45px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.dform div.uploader span.action, #event-selectors div.uploader span.action {
  color: #FFF;
  background-position: right -810px;
  height: 45px;
  line-height: 47px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
  padding: 0 1.5em;
}
.dform div.uploader span.filename, #event-selectors div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 45px;
  line-height: 47px;
  padding: 0 10px;
}
.dform div.uploader input, #event-selectors div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}
.dform div.uploader.active span.action, #event-selectors div.uploader.active span.action {
  background-position: right -984px;
}
.dform div.uploader.hover, .dform div.uploader.focus, #event-selectors div.uploader.hover, #event-selectors div.uploader.focus {
  background-position: 0 -752px;
}
.dform div.uploader.hover span.action, .dform div.uploader.focus span.action, #event-selectors div.uploader.hover span.action, #event-selectors div.uploader.focus span.action {
  background-position: right -926px;
}
.dform div.uploader.hover.active span.action, .dform div.uploader.focus.active span.action, #event-selectors div.uploader.hover.active span.action, #event-selectors div.uploader.focus.active span.action {
  background-position: right -1042px;
}
.dform div.uploader.disabled, .dform div.uploader.disabled.active, #event-selectors div.uploader.disabled, #event-selectors div.uploader.disabled.active {
  background-position: 0 -694px;
}
.dform div.uploader.disabled span.action, .dform div.uploader.disabled.active span.action, #event-selectors div.uploader.disabled span.action, #event-selectors div.uploader.disabled.active span.action {
  background-position: right -810px;
}
.dform div.button, #event-selectors div.button {
  background-position: 0 -1332px;
  height: 48px;
  cursor: pointer;
  position: relative;
  color: #FFF;
  /* Keep buttons barely visible so they can get focus */
}
.dform div.button a, .dform div.button button, .dform div.button input, #event-selectors div.button a, #event-selectors div.button button, #event-selectors div.button input {
  opacity: .01;
  filter: alpha(opacity=1);
  -moz-opacity: .01;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 48px;
  line-height: 40px;
}
.dform div.button span, #event-selectors div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 48px;
  text-align: center;
  background-position: right -810px;
  height: 48px;
  margin-left: 13px;
  padding: 0 15px 0 2px;
}
.dform div.button.active, #event-selectors div.button.active {
  background-position: 0 -1390px;
}
.dform div.button.active span, #event-selectors div.button.active span {
  background-position: right -1160px;
  cursor: default;
}
.dform div.button.hover, .dform div.button.focus, #event-selectors div.button.hover, #event-selectors div.button.focus {
  background-position: 0 -1506px;
}
.dform div.button.hover span, .dform div.button.focus span, #event-selectors div.button.hover span, #event-selectors div.button.focus span {
  background-position: right -984px;
}
.dform div.button.disabled, .dform div.button.disabled.active, #event-selectors div.button.disabled, #event-selectors div.button.disabled.active {
  background-position: 0 -1506px;
}
.dform div.button.disabled span, .dform div.button.disabled.active span, #event-selectors div.button.disabled span, #event-selectors div.button.disabled.active span {
  background-position: right -1276px;
  cursor: default;
}
.dform input.text, .dform input.email, .dform select.uniform-multiselect, .dform textarea, #event-selectors input.text, #event-selectors input.email, #event-selectors select.uniform-multiselect, #event-selectors textarea {
  color: #666;
  font-weight: 200;
  border: solid 1px #ddd;
  box-shadow: 0 0 4px transparent;
  transition: box-shadow .5s;
  -moz-box-transition: -moz-box-shadow .5s;
  -webkit-transition: -webkit-box-shadow .5s;
}
.dform input.text.datepicker, #event-selectors input.text.datepicker {
  padding-left: 55px;
  background: url(/images/css/CALENDAR/calendar.gif) no-repeat 10px 5px;
}
.dform input.text.hover, .dform input.email.hover, .dform select.uniform-multiselect.hover, .dform textarea.hover, #event-selectors input.text.hover, #event-selectors input.email.hover, #event-selectors select.uniform-multiselect.hover, #event-selectors textarea.hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.dform input.text.focus, .dform input.email.focus, .dform select.uniform-multiselect.focus, .dform textarea.uniform.focus, #event-selectors input.text.focus, #event-selectors input.email.focus, #event-selectors select.uniform-multiselect.focus, #event-selectors textarea.uniform.focus {
  box-shadow: 0 0 4px #635c9f;
  color: #4d4d4d;
}
.dform .form-input-btn, #event-selectors .form-input-btn {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.dform div.button span, #event-selectors div.button span {
  font-size: 1.6em;
  color: #FFF;
  font-weight: 300;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-family: "Gibson", sans-serif;
}
.dform div.button span.fb_comments_count, #event-selectors div.button span.fb_comments_count {
  font-size: 1.2em;
}
.dform div.button.hover span, .dform div.button.focus span, #event-selectors div.button.hover span, #event-selectors div.button.focus span {
  color: #FFF;
}
.dform div.button.disabled span, .dform div.button.disabled.active span, #event-selectors div.button.disabled span, #event-selectors div.button.disabled.active span {
  color: #FFF;
}
.dform .form-select, #event-selectors .form-select {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.dform .form-select label, #event-selectors .form-select label {
  line-height: 30px;
  text-align: left;
  display: block;
}
.dform div.selector, #event-selectors div.selector {
  font-weight: 100;
}
.dform div.selector span, #event-selectors div.selector span {
  color: #333;
}
.dform div.selector.disabled span, .dform div.selector.disabled.active span, #event-selectors div.selector.disabled span, #event-selectors div.selector.disabled.active span {
  color: #bbb;
}
.dform .form-input-checkbox, #event-selectors .form-input-checkbox {
  /* float:left; */
  width: 100%;
  margin-bottom: 20px;
}
.dform .form-input-checkbox label, #event-selectors .form-input-checkbox label {
  line-height: 18px;
  text-align: left;
  display: inline;
}
.dform div.checker, #event-selectors div.checker {
  margin-right: 5px;
  margin-bottom: 10px;
  display: block;
  float: left;
}
.dform .form-input-radio, #event-selectors .form-input-radio {
  float: left;
  width: 30%;
  margin-bottom: 30px;
}
.dform .form-input-radio label, #event-selectors .form-input-radio label {
  line-height: 30px;
  text-align: left;
  display: inline;
}
.dform div.radio, #event-selectors div.radio {
  margin-right: 10px;
  float: left;
}
.dform div.uploader span.action, #event-selectors div.uploader span.action {
  background-color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}
.dform div.uploader span.filename, #event-selectors div.uploader span.filename {
  color: #777;
  font-size: 1.2em;
}
.dform div.uploader.disabled span.action, .dform div.uploader.disabled.active span.action, #event-selectors div.uploader.disabled span.action, #event-selectors div.uploader.disabled.active span.action {
  color: #aaa;
}
.dform div.uploader.disabled span.filename, .dform div.uploader.disabled.active span.filename, #event-selectors div.uploader.disabled span.filename, #event-selectors div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa;
}
.dform .dform, #event-selectors .dform {
  width: 100%;
}
.dform label, #event-selectors label {
  text-align: left;
  display: block;
}
.dform input.text, .dform textarea, .dform input.email, #event-selectors input.text, #event-selectors textarea, #event-selectors input.email {
  width: 90%;
  font-size: 1.4em;
  font-weight: 200;
}
.dform input.uniform-input, .dform input.uniform-input:focus, #event-selectors input.uniform-input, #event-selectors input.uniform-input:focus {
  background-color: #fff;
  margin-bottom: 18px;
}

/* STANDARD FIELDS */
.dform_container {
  outline-style: none;
  font-family: inherit;
  letter-spacing: normal;
  width: 100%;
  font-family: "Gibson", sans-serif;
}

.dform_desc {
  font-family: "Gibson", sans-serif;
  font-size: 14px;
  font-weight: 200;
  padding: 20px 0;
  color: #C00;
}

ul.checkboxes label,
.radios label {
  font-size: 14px;
  text-transform: none;
  font-family: "Gibson", sans-serif;
  font-weight: 200;
  color: #4d4d4d;
}

.dform_container input.text {
  outline-style: none;
  font-family: inherit;
  letter-spacing: normal;
  width: 80%;
}

.dform_container textarea {
  outline-style: none;
  font-family: inherit;
  letter-spacing: normal;
  padding: .5em;
  resize: none;
  border: 1px CCC solid;
  width: 80%;
  font-size: 1.4em;
}

.dform_container select {
  font-family: inherit;
  padding: 3px 0;
  letter-spacing: normal;
  width: 90%;
}

.dform_container label {
  display: block;
}

.dform_element {
  margin: 0 0 1em;
}

/* FIELD LABEL */
.dform_element .dform_label {
  font-weight: 700;
}

.dftop_label .dform_label {
  display: -moz-inline-stack;
  display: inline-block;
  clear: both;
}

.dfbottom_label .dform_label {
  margin: 4px 0 10px;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3em;
  clear: both;
}

.dfleft_label .dform_label {
  float: left;
  margin: 2px 15px 0 0;
  width: 29%;
}

.dfright_label .dform_label {
  float: left;
  margin: 0 15px 0 0;
  width: 29%;
  text-align: right;
}

/* FIELD ERROR */
.dform_element .dform_error {
  font-family: "Gibson", sans-serif;
  font-size: 14px;
  color: #C00;
}

/* INPUT CONTAINER */
.dfleft_label div.dform_container, .dfright_label div.dform_container {
  float: left;
  width: 64%;
}

#recaptcha_area {
  margin-bottom: 3em;
}

#recaptcha_privacy {
  display: block;
  position: absolute;
  top: 6em;
  left: 0;
}

/* Partner Application Form */
.minor-cat-container {
  padding-left: 2em;
}

.partner-application-category-summary {
  margin-bottom: 2em;
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .dform {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    padding: 0;
  }
}
#wrapper {
  background: transparent;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  transition: background .5s;
}
#wrapper.sidr-open {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 99;
}

#sidr, #mobile-nav {
  display: none;
}

a#simple-menu {
  height: 54px;
  width: 54px;
  text-decoration: none;
  display: none;
  cursor: pointer;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
}
a#simple-menu:before {
  background: 0 0;
  height: 54px;
  line-height: 54px;
  width: 54px;
  color: #666;
  font-size: 2rem;
  font-family: FontAwesome;
  content: "\f0c9";
}

.sidr {
  /* Default Settings */
  display: none;
  position: fixed;
  top: 54px;
  height: 100%;
  z-index: 9999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 200;
  background: #032435;
  color: #FFF;
}

/* Alt Nav Mobile */
#top-nav-mobile {
  clear: left;
}

#alt-nav-mobile h2 {
  padding: 10px;
}

#alt-nav-mobile {
  width: 100%;
  background-color: #FCB034;
  display: block;
  float: left;
  margin-bottom: 50px;
}

ul#top-nav-mobile {
  float: left;
  width: 100%;
}
ul#top-nav-mobile li {
  display: block;
  float: left;
  width: 100%;
}
ul#top-nav-mobile li.home a {
  font-weight: 800;
}
ul#top-nav-mobile li.parent a {
  font-weight: 800;
}
ul#top-nav-mobile li a {
  font-family: "Gibson", sans-serif;
  color: #FFF;
  font-size: 1em;
  font-weight: 100;
  line-height: 20px;
  padding: 15px 20px;
  text-decoration: none;
  text-align: left;
  width: 100%;
  float: left;
  display: block;
}
ul#top-nav-mobile li a:hover {
  background-color: #FCB034;
}

#alt-nav-mobile ul {
  float: left;
  width: 100%;
}
#alt-nav-mobile ul li {
  display: block;
  float: left;
  width: 50%;
}
#alt-nav-mobile ul li a {
  font-family: "Roboto Slab", serif;
  color: #FFF;
  font-size: .8em;
  font-weight: 100;
  line-height: 20px;
  padding: 10px 20px;
  text-decoration: none;
  text-align: left;
  float: left;
  display: block;
  width: 100%;
}
#alt-nav-mobile ul li a:hover {
  background-color: #4d9cbb;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

@media screen and (max-width: 1023px) {
  a#simple-menu, #mobile-nav {
    display: block;
  }
}
#signup {
  display: none;
  max-width: 500px;
  text-align: center;
}
#signup h2 {
  font-weight: 100;
  font-size: 5em;
  text-align: center;
}
#signup h2 span {
  font-size: 90px;
  color: #4d9cbb;
  width: 135px;
  height: 135px;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100px;
  border: 2px solid #4d9cbb;
  line-height: 110px;
}
@media screen and (max-width: 600px) {
  #signup h2 {
    font-size: 3em;
  }
  #signup h2 span {
    font-size: 50px;
    width: 85px;
    height: 85px;
    line-height: 65px;
  }
}
@media screen and (max-width: 480px) {
  #signup h2 {
    font-size: 2em;
  }
  #signup h2 span {
    font-size: 30px;
    width: 55px;
    height: 55px;
    line-height: 35px;
  }
}
@media screen and (max-width: 600px) {
  #signup h2 {
    font-size: 3em;
  }
  #signup h2 span {
    font-size: 50px;
    width: 85px;
    height: 85px;
    line-height: 65px;
  }
}
@media screen and (max-width: 480px) {
  #signup h2 {
    font-size: 2em;
  }
  #signup h2 span {
    font-size: 30px;
    width: 55px;
    height: 55px;
    line-height: 35px;
  }
  #signup p, #signup .filter_search label, .filter_search #signup label {
    font-size: 1.4em;
    line-height: 1.6em;
  }
  #signup p.summary, #signup .filter_search label.summary, .filter_search #signup label.summary {
    font-size: 1.8em;
    line-height: 1.1em;
    font-weight: 100;
  }
}
#signup .general-btn {
  font-size: 2.3em;
}
@media screen and (max-width: 600px) {
  #signup .general-btn {
    font-size: 1.6em;
  }
}

.grid-sizer {
  width: 50%;
}

#column-1 .flip-wrap {
  float: left;
}

#column-3 .flip-wrap {
  float: none;
  margin: 0 auto 3em;
}

.flip-wrap {
  width: 240px;
  margin: 10px 10px 0 0;
  height: auto;
  display: block;
  float: right;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity .5s;
  -moz-box-transition: opacity .5s;
  -webkit-transition: opacity  .5s;
}
.flip-wrap .widget-wrap {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  background: none;
  overflow: auto;
  -webkit-overflow-scrolling: none;
}
.flip-wrap .widget-wrap::-webkit-scrollbar {
  width: 12px;
}
.flip-wrap .widget-wrap::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.flip-wrap .widget-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
}
.flip-wrap .widget-wrap > .cms {
  padding: 10px 20px;
  margin: 0;
}
.flip-wrap .flip-info-back.events .widget-wrap > .cms {
  padding: 10px 20px 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
}
.flip-wrap .flip-info-back .widget-wrap ul img {
  width: 65px;
  margin: 0 0 10px 20px;
  float: right;
  padding: 5px;
  background: rgba(255, 255, 255, 0.4);
}
.flip-wrap .widget-wrap img {
  display: block;
}
.flip-wrap .widget-wrap img.th {
  width: 75px;
  float: none;
  border-radius: 100px;
}
.flip-wrap .widget-wrap .widget-icon img {
  width: auto;
}
.flip-wrap.wide .widget-wrap img {
  display: block;
  float: none;
  margin: 10px 0;
}
.flip-wrap.wide, .flip-wrap .flip-wrap.wide .widget-wrap {
  width: 490px;
}

.flip-item.tall {
  height: 410px;
}
.flip-item.tall .widget-wrap img.th {
  width: 75px;
  float: none;
  border-radius: 100px;
}
.flip-item.tall .widget-wrap img.th.square {
  border-radius: 0;
}

.flip-item {
  width: 100%;
  position: relative;
  cursor: default;
  -webkit-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
}

.flip-info {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-info > div {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center center;
  transition: all 0.3s linear;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.flip-info .flip-info-front {
  display: table;
  vertical-align: middle;
  background: url(/images/css/ICONS/ico-flip.png) no-repeat left bottom;
}

.flip-info .flip-info-back {
  -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
  filter: alpha(opacity=0);
}

/*.flip-item:focus .flip-info-front,
.flip-item:hover .flip-info-front{
	-webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	opacity: 0;
}
.flip-item:focus .flip-info-back,
.flip-item:hover .flip-info-back{
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	-moz-transform: rotate3d(1, 0, 0, 0deg);
	-o-transform: rotate3d(1, 0, 0, 0deg);
	-ms-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
	opacity: 1;
}*/
.flip-item.on .flip-info-front {
  -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  filter: alpha(opacity=0);
}

.flip-item.on .flip-info-back {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
  filter: alpha(opacity=100);
}

.flip-wrap ul.general-directory {
  background: none;
  color: #fff;
}

.flip-wrap ul.general-directory li {
  background: none;
  padding: 10px;
  width: auto;
  position: relative;
  min-height: 0;
  float: left;
}

.flip-wrap ul.general-directory li.odd {
  background: rgba(0, 0, 0, 0.1);
}

.flip-wrap ul.general-directory li h2 {
  font-size: 1.8em;
  color: #fff;
  font-family: "Gibson", sans-serif;
  font-weight: 600;
}

.flip-wrap ul.general-directory li h6 {
  color: #EEE;
}

.flip-wrap ul.general-directory li h2 a {
  color: #FFF;
}

.flip-wrap ul.general-directory li img {
  position: relative;
  left: auto;
  top: auto;
  margin: 0 10px 0 0;
  float: left;
  width: 50px;
}

.bg {
  background-color: #FFF;
}

.bg .cms h2, .bg .cms h3, .bg .cms h4, .bg .cms h5 {
  font-family: "Gibson", sans-serif;
  color: #4d9cbb;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  font-size: 2.2em;
}

.bg .cms p, .bg .cms .filter_search label, .filter_search .bg .cms label {
  font-size: 1.4em;
  line-height: 1.6em;
}

.bg.default {
  background-color: #f9f9f9;
}

.bg.back.default {
  background-color: #999;
}

.bg.primary {
  background-color: #032435;
  color: #FFF;
}

.bg.back.primary {
  background-color: #0d4662;
  color: #FFF;
}

.bg.primary .cms h2, .bg.primary .cms h3, .bg.primary .cms h4, .bg.primary .cms h5 {
  color: #7fc5e0;
}

.bg.primary .cms p, .bg.primary .cms .filter_search label, .filter_search .bg.primary .cms label, .bg.primary div.adr {
  color: #FFF;
}

.bg.secondary {
  background-color: #0073AE;
  color: #FFF;
}

.bg.back.secondary {
  background-color: #005987;
  color: #FFF;
}

.bg.secondary .cms h2, .bg.secondary .cms h3, .bg.secondary .cms h4, .bg.secondary .cms h5 {
  color: #FFF;
}

.bg.secondary .cms p, .bg.secondary .cms .filter_search label, .filter_search .bg.secondary .cms label, .bg.secondary div.adr {
  color: #FFF;
}

.bg.tertiary {
  background-color: #4d9cbb;
  color: #FFF;
}

.bg.back.tertiary {
  background-color: #3b778e;
  color: #FFF;
}

.bg.tertiary .cms h2, .bg.tertiary .cms h3, .bg.tertiary .cms h4, .bg.tertiary .cms h5 {
  color: #FFF;
}

.bg.tertiary .cms p, .bg.tertiary .cms .filter_search label, .filter_search .bg.tertiary .cms label, .bg.tertiary div.adr {
  color: #FFF;
}

.bg.hot {
  background-color: #FCB034;
  color: #FFF;
}

.bg.back.hot {
  background-color: #c08728;
  color: #FFF;
}

.bg.hot .cms h2, .bg.hot .cms h3, .bg.hot .cms h4, .bg.hot .cms h5 {
  color: #FFF;
}

.bg.hot .cms p, .bg.hot .cms .filter_search label, .filter_search .bg.hot .cms label, .bg.hot div.adr {
  color: #FFF;
}

.bg.mc {
  background-color: #6F133A;
  color: #FFF;
}

.bg.back.mc {
  background-color: #6F133A;
  color: #FFF;
}

.bg.mc .cms h2, .bg.mc .cms h3, .bg.mc .cms h4, .bg.mc .cms h5 {
  color: #FFF;
}

.bg.mc .cms p, .bg.mc .cms .filter_search label, .filter_search .bg.mc .cms label, .bg.mc div.adr {
  color: #FFF;
}

.bg.back {
  background-color: #999;
  background: url(/images/css/ICONS/ico-flip.png) no-repeat right bottom;
}

.bg.back .cms h3 {
  font-family: "Gibson", sans-serif;
  color: #FFF;
}

@media screen and (min-width: 1440px) {
  .flip-wrap {
    width: 240px;
    height: auto;
    display: block;
    float: left;
  }
}
@media screen and (max-width: 1440px) {
  .flip-wrap.wide, .flip-wrap.wide .widget-wrap {
    width: 240px;
  }

  .flip-wrap.wide .flip-item {
    height: 410px;
  }
}
@media screen and (max-width: 1024px) {
  .flip-wrap.wide, .flip-wrap.wide .widget-wrap {
    width: 100%;
  }

  .flip-wrap.wide .flip-item {
    height: 200px;
  }
}
@media screen and (max-width: 1280px) {
  .flip-wrap {
    height: auto;
    display: block;
    float: left;
    width: 240px;
  }
}
@media screen and (max-width: 620px) {
  .grid-sizer {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .grid-sizer {
    width: 100%;
  }

  .flip-wrap {
    width: 100%;
    max-width: 250px;
    float: none;
    margin: 0 auto 10px;
    clear: both;
  }
}
body .html-dd-copy .cms p.summary, body .html-dd-copy .cms .filter_search label.summary, .filter_search body .html-dd-copy .cms label.summary, body .cms p.summary, body .cms .filter_search label.summary, .filter_search body .cms label.summary {
  color: #4d9cbb;
}
body.default {
  background-color: #FFF;
}
body.default cms h1 {
  color: #CCC;
}

body.blue {
  background-image: url(/images/css/BG/bg-sun.png);
}
body.teal {
  background-image: url(/images/css/BG/bg-teal.png);
}
body.night {
  background-image: url(/images/css/BG/bg-night.png);
}
body.blue, body.teal, body.night {
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed;
  background-color: #0073ae;
}
body.blue #breadcrumb li, body.teal #breadcrumb li, body.night #breadcrumb li {
  color: #fff;
}
body.blue #column-1 .cms, body.blue #column-2 .cms, body.teal #column-1 .cms, body.teal #column-2 .cms, body.night #column-1 .cms, body.night #column-2 .cms {
  color: #FFF;
}
body.blue #column-1 .cms h1, body.blue #column-2 .cms h1, body.teal #column-1 .cms h1, body.teal #column-2 .cms h1, body.night #column-1 .cms h1, body.night #column-2 .cms h1 {
  color: #85cbe6;
}
body.blue #column-1 .cms p.summary, body.blue #column-1 .cms .filter_search label.summary, .filter_search body.blue #column-1 .cms label.summary, body.blue #column-2 .cms p.summary, body.blue #column-2 .cms .filter_search label.summary, .filter_search body.blue #column-2 .cms label.summary, body.teal #column-1 .cms p.summary, body.teal #column-1 .cms .filter_search label.summary, .filter_search body.teal #column-1 .cms label.summary, body.teal #column-2 .cms p.summary, body.teal #column-2 .cms .filter_search label.summary, .filter_search body.teal #column-2 .cms label.summary, body.night #column-1 .cms p.summary, body.night #column-1 .cms .filter_search label.summary, .filter_search body.night #column-1 .cms label.summary, body.night #column-2 .cms p.summary, body.night #column-2 .cms .filter_search label.summary, .filter_search body.night #column-2 .cms label.summary {
  color: #fff;
}
body.blue #column-1 ul.general-directory li.even, body.blue #column-2 ul.general-directory li.even, body.teal #column-1 ul.general-directory li.even, body.teal #column-2 ul.general-directory li.even, body.night #column-1 ul.general-directory li.even, body.night #column-2 ul.general-directory li.even {
  background-color: rgba(205, 205, 205, 0.1);
}
body.blue #column-1 ul.general-directory li h2, body.blue #column-2 ul.general-directory li h2, body.teal #column-1 ul.general-directory li h2, body.teal #column-2 ul.general-directory li h2, body.night #column-1 ul.general-directory li h2, body.night #column-2 ul.general-directory li h2 {
  color: #85cbe6;
}
body.blue #column-1 ul.general-directory li blockquote, body.blue #column-2 ul.general-directory li blockquote, body.teal #column-1 ul.general-directory li blockquote, body.teal #column-2 ul.general-directory li blockquote, body.night #column-1 ul.general-directory li blockquote, body.night #column-2 ul.general-directory li blockquote {
  color: #FFF;
  background: none;
  border: 1px solid #0073ae;
}
body.blue #column-1 ul.general-directory li h2 a, body.blue #column-2 ul.general-directory li h2 a, body.teal #column-1 ul.general-directory li h2 a, body.teal #column-2 ul.general-directory li h2 a, body.night #column-1 ul.general-directory li h2 a, body.night #column-2 ul.general-directory li h2 a {
  color: #85cbe6;
  text-decoration: none;
}
body.blue #column-1 .flip-wrap ul.general-directory li h2, body.blue #column-2 .flip-wrap ul.general-directory li h2, body.teal #column-1 .flip-wrap ul.general-directory li h2, body.teal #column-2 .flip-wrap ul.general-directory li h2, body.night #column-1 .flip-wrap ul.general-directory li h2, body.night #column-2 .flip-wrap ul.general-directory li h2 {
  color: #fff;
  text-decoration: none;
}
body.blue #column-1 ul.general-directory li p, body.blue #column-1 ul.general-directory li .filter_search label, .filter_search body.blue #column-1 ul.general-directory li label, body.blue #column-2 ul.general-directory li p, body.blue #column-2 ul.general-directory li .filter_search label, .filter_search body.blue #column-2 ul.general-directory li label, body.teal #column-1 ul.general-directory li p, body.teal #column-1 ul.general-directory li .filter_search label, .filter_search body.teal #column-1 ul.general-directory li label, body.teal #column-2 ul.general-directory li p, body.teal #column-2 ul.general-directory li .filter_search label, .filter_search body.teal #column-2 ul.general-directory li label, body.night #column-1 ul.general-directory li p, body.night #column-1 ul.general-directory li .filter_search label, .filter_search body.night #column-1 ul.general-directory li label, body.night #column-2 ul.general-directory li p, body.night #column-2 ul.general-directory li .filter_search label, .filter_search body.night #column-2 ul.general-directory li label {
  color: #FFF;
}
body.blue #column-1 ul.general-directory li p a, body.blue #column-1 ul.general-directory li .filter_search label a, .filter_search body.blue #column-1 ul.general-directory li label a, body.blue #column-2 ul.general-directory li p a, body.blue #column-2 ul.general-directory li .filter_search label a, .filter_search body.blue #column-2 ul.general-directory li label a, body.teal #column-1 ul.general-directory li p a, body.teal #column-1 ul.general-directory li .filter_search label a, .filter_search body.teal #column-1 ul.general-directory li label a, body.teal #column-2 ul.general-directory li p a, body.teal #column-2 ul.general-directory li .filter_search label a, .filter_search body.teal #column-2 ul.general-directory li label a, body.night #column-1 ul.general-directory li p a, body.night #column-1 ul.general-directory li .filter_search label a, .filter_search body.night #column-1 ul.general-directory li label a, body.night #column-2 ul.general-directory li p a, body.night #column-2 ul.general-directory li .filter_search label a, .filter_search body.night #column-2 ul.general-directory li label a {
  cursor: pointer;
  text-decoration: underline;
  color: #85cbe6;
}
body.blue #column-1 .widget-wrap h2.widget-title, body.blue #column-1 h2.widget-title, body.blue #column-2 .widget-wrap h2.widget-title, body.blue #column-2 h2.widget-title, body.teal #column-1 .widget-wrap h2.widget-title, body.teal #column-1 h2.widget-title, body.teal #column-2 .widget-wrap h2.widget-title, body.teal #column-2 h2.widget-title, body.night #column-1 .widget-wrap h2.widget-title, body.night #column-1 h2.widget-title, body.night #column-2 .widget-wrap h2.widget-title, body.night #column-2 h2.widget-title {
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

map {
  display: none;
}

@media screen and (min-width: 1280px) {
  /* tooltip styling */
  map {
    position: relative;
    width: 100%;
    display: block;
  }

  .area {
    position: absolute;
    right: 13%;
    bottom: 0;
    padding: 20px;
    background-image: url(/images/css/MISC/white-90.png);
    background-repeat: repeat;
    background-position: center center;
    background: rgba(255, 255, 255, 0.9) !important;
    width: 320px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
    -moz-box-transition: all .3s;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
  }
  .area.cms img {
    border-radius: 100px;
  }
  .area.cms h2 {
    color: #0073AE;
  }
}
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("/fonts/flexslider-icon.eot");
  src: url("/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/fonts/flexslider-icon.woff") format("woff"), url("/fonts/flexslider-icon.ttf") format("truetype"), url("/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li span.mask {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/maximage/demo/gradient.png) bottom left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .flexslider .slides > li span.mask {
    display: none;
  }
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 0;
  position: relative;
  border-radius: 0;
  -o-box-shadow: none;
  box-shadow: none;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: none;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #fff;
  color: rgba(255, 255, 255, 0.8) !important;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -22px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #000;
  background: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 0;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #ccc;
  background: rgba(0, 0, 0, 0.7) !important;
}

.flex-control-paging li a.flex-active {
  background: #ccc;
  background: rgba(0, 0, 0, 0.9) !important;
  cursor: default;
}

.flex-control-thumbs {
  position: absolute;
  bottom: 20px;
  right: 25px;
  left: auto;
  width: auto;
  z-index: 2;
}

.flex-control-thumbs li {
  float: left;
  margin: 0;
  background: #000;
}

.flex-control-thumbs img {
  width: 75px;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* Custom Styles
*********************************/
.flexslider {
  margin: 0 0 20px;
  width: calc(100% - 40px);
  width: 100%;
}

.flexslider.loading {
  background-image: url(/images/css/MISC/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.flex-caption {
  position: absolute;
  bottom: 0px;
  text-align: left;
  background: none;
  padding: 35px 35px 25px 70px;
  color: #FFF;
  left: 0;
  transition: all .5s;
  -moz-box-transition: all .5s;
}
.flex-caption span.flaticon-camera44 {
  position: absolute;
  left: 22px;
  top: 30px;
  color: #FCB034;
  font-size: 30px;
}

.flex-caption .cms {
  margin: 0;
}

.slider h2, .slider p, .slider .filter_search label, .filter_search .slider label, .slider h6 {
  transition: all .5s;
  -moz-box-transition: all .5s;
}

.slider h2 {
  font-family: "Gibson", sans-serif;
  color: #FFF;
  font-weight: 200;
  font-size: 3.5em;
  line-height: 1em;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.slider h6 {
  font-family: "Gibson", sans-serif;
  color: #ccc;
  font-weight: 200;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: .75em;
  text-transform: uppercase;
}

.slider h5 {
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 1em;
}

.slider p, .slider .filter_search label, .filter_search .slider label {
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #FFF;
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.5em;
}

.slider p a, .slider .filter_search label a, .filter_search .slider label a {
  color: #FCB034;
  text-decoration: underline;
}

@media screen and (min-width: 1440px) {
  .slider h2 {
    font-size: 3.5em;
    margin-bottom: .25em;
  }
  .slider p, .slider .filter_search label, .filter_search .slider label {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 1540px) {
  .slider h2 {
    font-size: 4em;
    margin-bottom: .25em;
  }

  .slider p, .slider .filter_search label, .filter_search .slider label {
    font-size: 1.8em;
    line-height: 1.6em;
  }

  .slider h6 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1024px) {
  .flexslider {
    width: 100%;
  }

  .flex-caption {
    bottom: 0px;
  }

  .slider h2 {
    font-size: 3em;
    line-height: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .flex-caption {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 15px 70px;
    color: #FFF;
    left: 0;
  }

  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .flexslider {
    position: relative;
    border-radius: 0;
    -o-box-shadow: none;
    box-shadow: none;
    zoom: 1;
    background-color: #032435;
  }

  .flex-direction-nav a {
    top: 40%;
  }

  .flex-control-nav {
    width: 100%;
    position: relative;
    bottom: 20px;
    text-align: center;
    z-index: 2;
  }

  .flex-control-nav.flex-control-thumbs {
    position: absolute;
    bottom: -60px;
    right: auto;
    left: auto;
    width: auto;
    z-index: 99;
  }

  .flex-control-nav.flex-control-thumbs img {
    width: 60px;
    display: block;
    opacity: .7;
    cursor: pointer;
  }

  .flex-caption {
    background: none !important;
    position: relative;
    bottom: auto;
    text-align: left;
    margin-top: 0;
    height: auto;
    width: auto;
  }

  .flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f001';
  }

  .slider h2 {
    font-family: "Gibson", sans-serif;
    font-weight: 100;
    font-size: 2.4em;
    line-height: 1em;
    margin-bottom: .5em;
  }
}
@media screen and (max-width: 959px) {
  .flexslider {
    margin: 0 auto 20px;
  }

  .slider h2 {
    font-family: "Gibson", sans-serif;
    font-weight: 100;
    font-size: 2em;
    line-height: 1em;
    margin-bottom: .5em;
  }
}
/* Weather */
@font-face {
  font-family: 'weather';
  src: url("/fonts/weather_icons-webfont.eot");
  src: url("/fonts/weather_icons-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/weather_icons-webfont.woff") format("woff"), url("/fonts/weather_cons-webfont.ttf") format("truetype"), url("/fonts/weather_icons-webfont.svg#clean_weather_iconsRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
#weather {
  margin: 0px 0 0 auto;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  width: 300px;
}
@media screen and (max-width: 960px) {
  #weather {
    float: none;
    padding: 10px;
    width: 100%;
    margin: 0px auto 15px;
  }
}
#weather article {
  text-align: center;
  width: 100%;
  font-size: 0;
  display: inline-block;
}
#weather .city {
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 300;
  text-transform: capitalize;
  float: left;
}
#weather .temp {
  font-size: 12px;
  font-weight: 100;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 10px;
  height: 50px;
  vertical-align: top;
}
#weather .temp p, #weather .temp .filter_search label, .filter_search #weather .temp label {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 2px;
  letter-spacing: 0;
  margin: 0;
  font-size: 8px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  font-family: "Gibson", sans-serif;
}
#weather .temp h2 {
  font-size: 23px;
  margin: 0;
  line-height: 23px;
  text-align: center;
  color: white;
}
#weather .temp h6 {
  font-size: 8px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Gibson", sans-serif;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  color: white;
  padding: 2px;
}
#weather .temp em {
  font-style: normal;
  display: block;
  height: 30px;
  width: 30px;
  background: #FCB034;
  border-radius: 100px;
  color: white;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
}
#weather .high-low {
  float: left;
  padding: 20px;
  text-align: right;
}
#weather .high-low p, #weather .high-low .filter_search label, .filter_search #weather .high-low label {
  font-size: 8px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  font-family: "Gibson", sans-serif;
}
#weather .alt-temp {
  font-size: 1.6rem;
  line-height: 1.7rem;
  margin-bottom: 1rem;
  font-weight: 300;
  float: left;
}
#weather .wind {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
  float: left;
}
#weather .desc {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: .5rem;
  font-weight: 300;
  text-transform: capitalize;
  float: left;
}
#weather span {
  color: #FCB034;
  font-family: weather;
  font-size: 45px;
  font-weight: normal;
  font-style: normal;
  line-height: 0;
  display: inline-block;
  position: relative;
  padding: 30px 10px 7px;
  text-align: center;
  white-space: nowrap;
}
#weather span p, #weather span .filter_search label, .filter_search #weather span label {
  font-size: 8px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  font-family: "Gibson", sans-serif;
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  line-height: 10px;
}
#weather .icon-0:before {
  content: ":";
}
#weather .icon-1:before {
  content: "p";
}
#weather .icon-2:before {
  content: "S";
}
#weather .icon-3:before {
  content: "Q";
}
#weather .icon-4:before {
  content: "S";
}
#weather .icon-5:before {
  content: "W";
}
#weather .icon-6:before {
  content: "W";
}
#weather .icon-7:before {
  content: "W";
}
#weather .icon-8:before {
  content: "W";
}
#weather .icon-9:before {
  content: "I";
}
#weather .icon-10:before {
  content: "W";
}
#weather .icon-11:before {
  content: "I";
}
#weather .icon-12:before {
  content: "I";
}
#weather .icon-13:before {
  content: "I";
}
#weather .icon-14:before {
  content: "I";
}
#weather .icon-15:before {
  content: "W";
}
#weather .icon-16:before {
  content: "I";
}
#weather .icon-17:before {
  content: "W";
}
#weather .icon-18:before {
  content: "U";
}
#weather .icon-19:before {
  content: "Z";
}
#weather .icon-20:before {
  content: "Z";
}
#weather .icon-21:before {
  content: "Z";
}
#weather .icon-22:before {
  content: "Z";
}
#weather .icon-23:before {
  content: "Z";
}
#weather .icon-24:before {
  content: "E";
}
#weather .icon-25:before {
  content: "E";
}
#weather .icon-26:before {
  content: "3";
}
#weather .icon-27:before {
  content: "a";
}
#weather .icon-28:before {
  content: "A";
}
#weather .icon-29:before {
  content: "a";
}
#weather .icon-30:before {
  content: "A";
}
#weather .icon-31:before {
  content: "6";
}
#weather .icon-32:before {
  content: "1";
}
#weather .icon-33:before {
  content: "6";
}
#weather .icon-34:before {
  content: "1";
}
#weather .icon-35:before {
  content: "W";
}
#weather .icon-36:before {
  content: "1";
}
#weather .icon-37:before {
  content: "S";
}
#weather .icon-38:before {
  content: "S";
}
#weather .icon-39:before {
  content: "S";
}
#weather .icon-40:before {
  content: "M";
}
#weather .icon-41:before {
  content: "W";
}
#weather .icon-42:before {
  content: "I";
}
#weather .icon-43:before {
  content: "W";
}
#weather .icon-44:before {
  content: "a";
}
#weather .icon-45:before {
  content: "S";
}
#weather .icon-46:before {
  content: "U";
}
#weather .icon-47:before {
  content: "S";
}

#weather p, #weather .filter_search label, .filter_search #weather label {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

#weather ul {
  margin: 0;
  padding: 0;
}

#weather li {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}

.forecast table {
  border: none;
  font-size: 1.6em;
  color: #454545;
  font-weight: 100;
  margin-bottom: 2em;
}
@media screen and (min-width: 1140px) and (max-width: 1640px) {
  #thrColProg #column-2 .forecast table {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 479px) {
  .forecast table {
    font-size: 1.1em;
  }
}
.forecast table tbody td {
  padding: 5px;
  vertical-align: middle;
  border: none;
}
.forecast table tbody td.temperature p strong, .forecast table tbody td.temperature .filter_search label strong, .filter_search .forecast table tbody td.temperature label strong {
  display: block;
  color: white;
  background: #FCB034;
  border-radius: 100px;
  padding: 5px;
}

/*! Social Stream SCSS */
#social-content-wrap {
  max-width: 1440px;
  width: 100%;
  margin: 30px auto;
  border: 1px #eee solid;
  padding: 10px;
  position: relative;
  background: #FFF;
  clear: both;
}
#column-1 #social-content-wrap {
  border: none;
}
#social-content-wrap img.overlay {
  position: absolute;
  z-index: 999;
  bottom: 32px;
  left: 0;
  height: 100px;
}

/* Main styles */
#social-stream {
  height: 500px;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
#column-1 #social-stream {
  height: auto;
  overflow: visible;
}
#social-stream .loading {
  background: url(/images/socialstream/loading_dark.gif) no-repeat center center;
}

/* Feeds */
.dcsns {
  color: #454545;
  list-style: none outside none;
  margin: 0;
  /* Reset */
}
.dcsns .dcsns-content {
  opacity: 1;
  transition: all 0.6s ease;
  height: 100%;
  position: relative;
  padding: 0;
}
.dcsns .dcsns-content.loader {
  opacity: .1;
}
.dcsns ul, .dcsns li {
  padding: 0;
  margin: 0;
  list-style: none !important;
  background: none;
}
.dcsns h1, .dcsns h2, .dcsns h3 {
  line-height: 1.35em;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
.dcsns h1 {
  width: auto;
  position: relative;
}

.dcsns-loading {
  background: url(/images/socialstream/loading_light.gif) no-repeat 0 0;
  height: 24px;
  padding: 6px 0 0 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.stream {
  /* END stream li */
}
.stream p, .stream .filter_search label, .filter_search .stream label {
  margin: 0;
  padding: 0;
}
.stream li a {
  color: #2DB6E8;
}
.stream li {
  background-color: #FFF;
  width: 100%;
  margin: 0 auto 10px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  float: left;
  /* Content blocks */
  /* END stream li .section-share */
}
#column-1 .stream li {
  width: calc(25% - 20px);
  margin: 0 20px 20px 0;
  border: 1px #ccc solid;
}
@media screen and (max-width: 1500px) {
  #column-1 .stream li {
    width: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 1300px) and (min-width: 960px) {
  #column-1 .stream li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 959px) {
  #column-1 .stream li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.stream li:nth-child(even) {
  float: right;
}
.stream li .inner {
  overflow: hidden;
  margin-bottom: 10px;
}
.stream li .icon {
  position: absolute;
  left: 5px;
  bottom: 3px;
  z-index: 3;
}
.stream li .section-intro {
  padding: 10px;
  width: 100%;
  display: block;
  position: relative;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  z-index: 2;
}
.stream li .clear {
  clear: both;
}
.stream li .section-intro a {
  text-decoration: underline;
  color: #fff;
  margin-left: 32px;
}
.stream li .section-title {
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.4em;
  line-height: 1.6em;
}
.stream li .section-title a {
  color: #555;
}
.stream li .section-title a:hover {
  color: #2DB6E8;
}
.stream li .section-thumb {
  display: block;
  text-align: center;
}
.stream li .section-thumb a {
  display: block;
  margin: 0 auto 1em;
}
.stream li .section-thumb img {
  background: #fff;
}
.stream li .section-text {
  display: block;
  margin-bottom: 1em;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 200;
  padding: 10px 20px;
}
.stream li .section-text strong {
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2.4em;
  line-height: 1em;
}
.stream li .section-text br {
  display: block;
}
.stream li .section-user {
  clear: both;
  display: block !important;
  font-style: italic;
  margin: 0 0 15px 0;
  display: block;
  float: left;
  padding: 25px 40px 0 20px;
  line-height: 20px;
  background: url(/images/socialstream/profile.png) no-repeat 20px 7px;
}
.stream li .meta {
  display: block;
  font-size: 90%;
  color: #999;
}
.stream li .meta span {
  margin: 0 8px 5px 0;
  display: block;
  float: left;
  padding: 0 0 0 15px;
  line-height: 12px;
}
.stream li .meta span.shares {
  background: url(/images/socialstream/shares.png) no-repeat 0 0;
  padding-left: 20px;
}
.stream li .meta span.views {
  background: url(/images/socialstream/views.png) no-repeat 0 0;
  padding-left: 18px;
}
.stream li .meta span.likes {
  background: url(/images/socialstream/likes.png) no-repeat 0 0;
  padding-left: 16px;
}
.stream li .meta span.comments {
  background: url(/images/socialstream/comments.png) no-repeat 0 0;
}
.stream li .meta span.users {
  background: url(/images/socialstream/users.png) no-repeat 0 0;
}
.stream li .meta span.videos {
  background: url(/images/socialstream/videos.png) no-repeat 0 0;
  padding-left: 16px;
}
.stream li .meta.item-comments {
  padding: 0 0 0 35px;
  margin: 0 0 5px 0;
  min-height: 30px;
  position: relative;
  clear: both;
  line-height: 1.3em;
}
.stream li .meta.item-comments img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}
.stream li .meta.item-likes {
  padding: 0;
  width: 100%;
  overflow: hidden;
  clear: both;
  line-height: 1.3em;
}
.stream li .meta.item-likes img {
  float: left;
  margin: 0 5px 5px 0;
  width: 30px;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
}
.stream li .section-meta {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}
.stream li.dcsns-error {
  color: #990000;
}
.stream li .section-share {
  display: block;
  margin: 0 0 5px 0;
  padding: 4px 20px 0;
  float: right;
}
.stream li .section-share a {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 2px 0 0;
  background: url(/images/socialstream/share.png) no-repeat 0 0;
}
.stream li .section-share a.share-twitter {
  background-position: 0 -16px;
}
.stream li .section-share a.share-reply {
  background-position: 0 -32px;
}
.stream li .section-share a.share-retweet {
  background-position: 0 -48px;
}
.stream li .section-share a.share-favorite {
  background-position: 0 -64px;
}
.stream li .section-share a.share-google {
  background-position: 0 -80px;
}
.stream li .section-share a.share-linkedin {
  background-position: 0 -96px;
}
.stream li .section-share a.share-facebook:hover {
  background-position: -16px 0;
}
.stream li .section-share a.share-twitter:hover {
  background-position: -16px -16px;
}
.stream li .section-share a.share-reply:hover {
  background-position: -16px -32px;
}
.stream li .section-share a.share-retweet:hover {
  background-position: -16px -48px;
}
.stream li .section-share a.share-favorite:hover {
  background-position: -16px -64px;
}
.stream li .section-share a.share-google:hover {
  background-position: -16px -80px;
}
.stream li .section-share a.share-linkedin:hover {
  background-position: -16px -96px;
}

/* END stream  */
/* Toolbar */
#wall {
  padding-top: 15px;
}

.dcsns-toolbar {
  padding: 1% 1% 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transition: all 0.6s ease;
  /* Filter */
}
.dcsns-toolbar .dcsns-loading {
  right: 10px;
  left: auto;
}
#wall .dcsns-toolbar {
  margin-bottom: 25px;
}
.dcsns-toolbar.loader {
  padding: 1%;
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
}
.dcsns-toolbar .filter {
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
  float: left;
  text-align: center;
}
.dcsns-toolbar .filter li {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0;
}
.dcsns-toolbar .filter li a {
  padding: 5px;
  /* margin: 0 1px 1px 0; */
  display: block;
  float: left;
  background: #777;
  height: 35px;
  font-size: 12px;
}
.dcsns-toolbar .filter li img {
  margin: 0;
  height: 24px;
}
.dcsns-toolbar .filter .link-all {
  color: #fff;
  /* height: 21px; */
  padding: 10px;
  text-shadow: 0 0 1px #555;
  font-weight: normal;
}

/* Controls */
.dcsns .controls {
  position: absolute;
  right: 0;
  top: 7px;
  height: 22px;
  padding: 0;
  z-index: 12;
}
.dcsns .controls li {
  display: inline;
  background: none;
}
.dcsns .controls a {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 0 0 2px;
  background: url(/images/socialstream/controls.png) no-repeat 0 0;
}
.dcsns .controls .prev {
  background-position: -44px 0;
}
.dcsns .controls .next {
  background-position: -66px 0;
}
.dcsns .controls .play {
  background-position: 0 0;
}
.dcsns .controls .pause {
  background-position: -22px 0;
}
.dcsns .controls .prev:hover {
  background-position: -44px -22px;
}
.dcsns .controls .next:hover {
  background-position: -66px -22px;
}
.dcsns .controls .play:hover {
  background-position: 0 -22px;
}
.dcsns .controls .pause:hover {
  background-position: -22px -22px;
}

/* feeds network specific styles */
.stream li.dcsns-rss .section-intro, .filter .f-rss a.iso-active, .filter .f-rss a:hover {
  background-color: #FF9800;
  background-color: #4d9cbb;
}

.stream li.dcsns-flickr .section-intro, .filter .f-flickr a.iso-active, .filter .f-flickr a:hover {
  background-color: #f90784;
  background-color: #4d9cbb;
}

.stream li.dcsns-delicious .section-intro, .filter .f-delicious a.iso-active, .filter .f-delicious a:hover {
  background-color: #3271CB;
  background-color: #4d9cbb;
}

.stream li.dcsns-twitter .section-intro, .filter .f-twitter a.iso-active, .filter .f-twitter a:hover {
  background-color: #4ec2dc;
  background-color: #4d9cbb;
}

.stream li.dcsns-facebook .section-intro, .filter .f-facebook a.iso-active, .filter .f-facebook a:hover {
  background-color: #3b5998;
  background-color: #4d9cbb;
}

.stream li.dcsns-google .section-intro, .filter .f-google a.iso-active, .filter .f-google a:hover {
  background-color: #2d2d2d;
  background-color: #4d9cbb;
}

.stream li.dcsns-youtube .section-intro, .filter .f-youtube a.iso-active, .filter .f-youtube a:hover {
  background-color: #DF1F1C;
  background-color: #4d9cbb;
}

.stream li.dcsns-pinterest .section-intro, .filter .f-pinterest a.iso-active, .filter .f-pinterest a:hover {
  background-color: #CB2528;
  background-color: #4d9cbb;
}

.stream li.dcsns-lastfm .section-intro, .filter .f-lastfm a.iso-active, .filter .f-lastfm a:hover {
  background-color: #C90E12;
  background-color: #4d9cbb;
}

.stream li.dcsns-dribbble .section-intro, .filter .f-dribbble a.iso-active, .filter .f-dribbble a:hover {
  background-color: #F175A8;
  background-color: #4d9cbb;
}

.stream li.dcsns-vimeo .section-intro, .filter .f-vimeo a.iso-active, .filter .f-vimeo a:hover {
  background-color: #4EBAFF;
  background-color: #4d9cbb;
}

.stream li.dcsns-stumbleupon .section-intro, .filter .f-stumbleupon a.iso-active, .filter .f-stumbleupon a:hover {
  background-color: #EB4924;
  background-color: #4d9cbb;
}

.stream li.dcsns-deviantart .section-intro, .filter .f-deviantart a.iso-active, .filter .f-deviantart a:hover {
  background-color: #EB4924;
  background-color: #4d9cbb;
}

.stream li.dcsns-tumblr .section-intro, .filter .f-tumblr a.iso-active, .filter .f-tumblr a:hover {
  background-color: #365472;
  background-color: #4d9cbb;
}

.stream li.dcsns-instagram .section-intro, .filter .f-instagram a.iso-active, .filter .f-instagram a:hover {
  background-color: #413A33;
  background-color: #4d9cbb;
}

/* Facebook */
.stream li.dcsns-facebook .section-thumb img {
  width: 100%;
}

.stream li.dcsns-facebook .section-text img {
  margin: 5px auto;
  display: block;
  background: #fff;
}

.stream li.dcsns-facebook .section-intro a {
  margin-left: 25px;
}

.stream li.dcsns-facebook .meta {
  display: block;
  clear: both;
}

.stream li.dcsns-facebook .meta.item-comments {
  padding: 0;
  min-height: auto;
}

.stream li.dcsns-facebook .meta.item-comments a {
  display: block;
  margin: 0 0 2px 0;
}

.stream li.dcsns-facebook .share-facebook {
  display: none;
}

/* twitter */
.stream li.dcsns-twitter .section-thumb {
  margin-top: 3px;
}

.stream li.dcsns-twitter .section-thumb img {
  width: 48px;
  height: 48px;
}

.stream li.dcsns-twitter .section-user {
  background: none;
}

.stream li.dcsns-twitter .section-text img {
  margin: 15px 0 0;
  padding: 0;
  background: #fff;
}

.stream li.dcsns-twitter a {
  color: #38AEAE;
}

.stream li.dcsns-twitter .section-intro a, .stream li.dcsns-twitter .section-intro a:hover {
  color: #fff;
}

.stream li.dcsns-twitter .section-intro span a {
  text-decoration: none;
  margin-left: 0;
}

.stream li.dcsns-twitter .section-intro span a:hover {
  text-decoration: underline;
}

.stream li.dcsns-twitter a:hover {
  color: #38AEAE;
  text-decoration: underline;
}

.stream li.dcsns-twitter .twitter-user {
  margin-bottom: 2px;
  display: block;
}

.stream li.dcsns-twitter .twitter-user a {
  color: #999;
  line-height: 1.35em;
}

.stream li.dcsns-twitter .twitter-user a:hover {
  color: #999;
  text-decoration: none;
}

.stream li.dcsns-twitter .twitter-user a strong {
  color: #444;
}

.stream li.dcsns-twitter .twitter-user a:hover strong {
  color: #38AEAE;
  text-decoration: underline;
}

/* google */
.stream li.dcsns-google .section-title {
  margin-bottom: 5px;
}

.dcsns .stream li.dcsns-google .section-thumb img {
  max-width: 192px;
}

.stream li.dcsns-google .meta span.plusones {
  padding-left: 0;
}

/* rss */
.stream li.dcsns-rss .section-text img {
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}

/* stumbleupon */
.dcsns .stream li.dcsns-stumbleupon .section-title {
  display: block;
  clear: both;
}

.dcsns .stream li.dcsns-stumbleupon .section-thumb img {
  max-width: 192px;
}

/* youtube */
/* vimeo */
.stream li.dcsns-vimeo .section-thumb img {
  max-width: 175px;
}

.dcsns .stream li.dcsns-vimeo .section-title {
  display: block;
  clear: both;
}

.stream li.dcsns-vimeo .section-text {
  margin-bottom: 5px;
}

.stream li.dcsns-vimeo .section-text .meta {
  padding-top: 5px;
}

.stream li.dcsns-vimeo .logo {
  margin-bottom: 3px;
}

/* Flickr */
.stream li.dcsns-flickr .section-thumb {
  margin: 0;
}

.stream li.dcsns-flickr .section-thumb img {
  max-width: 192px;
}

/* Pinterest */
.stream li.dcsns-pinterest .section-thumb {
  display: block;
}

.stream li.dcsns-pinterest .section-text {
  clear: both;
}

.stream li.dcsns-pinterest .section-thumb img {
  width: 190px;
}

/* dribbble */
.stream li.dcsns-dribbble .inner img {
  margin-bottom: 5px;
  max-width: 192px;
}

/* lastfm */
.stream li.dcsns-lastfm .section-title {
  background: url(/images/socialstream/tracks.png) no-repeat 0 0;
  padding-left: 17px;
  margin-bottom: 0;
}

/* deviantart */
.stream li.dcsns-deviantart .section-thumb {
  display: block;
  float: none;
}

.stream li.dcsns-deviantart .section-thumb img {
  max-width: 192px;
}

/* tumblr */
.stream li.dcsns-tumblr .section-text img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}

.stream li.dcsns-tumblr .track {
  display: block;
  background: url(/images/socialstream/tracks.png) no-repeat 0 5px;
  padding: 5px 0 0 17px;
  margin-bottom: 0;
}

/* instagram */
.stream li.dcsns-instagram {
  padding-bottom: 0;
}

.stream li.dcsns-instagram .section-title {
  font-weight: normal;
  clear: both;
}

.stream li.dcsns-instagram .section-thumb img {
  margin: 0;
  float: none;
  border: none;
  padding: 0;
  background: #fff;
}

.stream li.dcsns-instagram .meta {
  clear: both;
}

.stream li.dcsns-instagram .section-meta .meta .comments, .stream li.dcsns-instagram .section-meta .meta .likes {
  margin: 0 0 5px 0;
  padding-top: 5px;
  background-position: 0px 5px;
  float: none;
  font-size: 100%;
  font-weight: bold;
}

/*isotope */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  transition-duration: 0.8s;
}

.isotope {
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  transition-duration: 0s;
}

@media screen and (max-width: 768px) {
  .stream li {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media screen and (max-width: 600px) {
  .stream li {
    width: calc(100% - 10px);
    margin: 5px;
  }
}
.postcard-wrap {
  top: 54px;
}
@media screen and (max-width: 1023px) {
  .postcard-wrap {
    top: 0;
  }
}

#select_photo_form {
  height: auto;
}

#postcard-select {
  width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  #postcard-select {
    max-width: 480px;
    width: 100%;
  }
}
#postcard-select h6 {
  text-align: center;
  font-size: .5rem;
}

#postcard-thumbs {
  height: 205px;
}
@media screen and (max-width: 1023px) {
  #postcard-thumbs {
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    height: auto !important;
  }
}
#postcard-thumbs #carousel {
  margin: 10px auto;
}
#postcard-thumbs #carousel .bx-wrapper img, #postcard-thumbs #carousel .bx-wrapper .slide {
  display: block;
  min-width: 100px;
}
#postcard-thumbs #carousel .bx-wrapper .bx-controls-direction a {
  width: 30px;
  height: 30px;
  top: 49px;
}
#postcard-thumbs #carousel .bx-wrapper .bx-controls-direction .bx-prev {
  left: 0;
  background: url(/images/bxslider/controls.png) no-repeat 0px -32px;
}
#postcard-thumbs #carousel .bx-wrapper .bx-controls-direction .bx-next {
  right: 0;
  background: url(/images/bxslider/controls.png) no-repeat -43px -32px;
}

.postcard.dform {
  opacity: 0;
  transition: opacity .6s;
}
.postcard .submit {
  font-size: 1.4em;
  padding: 10px;
  margin: 4px 0;
}
.postcard .dform_container #first_name {
  width: 40%;
}
.postcard .dform_container #last_name {
  width: 40%;
}
.postcard .template-select-box {
  width: calc(33.3333% - 30px);
  float: left;
  margin-right: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .postcard .template-select-box {
    width: calc(50% - 30px);
  }
}
.postcard .preview_image_box {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 12px;
  padding-top: 54px;
}
.postcard .preview_image_box #preview_image_loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto !important;
  height: auto !important;
}
.postcard .preview_image_box #preview_image_container {
  display: block;
  transition: opacity .3s;
  padding-top: 20px;
  max-height: 600px;
}
@media screen and (max-width: 1023px) {
  .postcard .preview_image_box #preview_image_container {
    opacity: 1 !important;
    height: auto !important;
  }
}
.postcard .preview_image_box #preview_image_container #preview_image {
  max-height: 600px;
  height: 100% !important;
  display: block;
}
@media screen and (max-width: 1023px) {
  .postcard .preview_image_box #preview_image_container #preview_image {
    height: auto !important;
  }
}
.postcard div.radio {
  margin-top: -5px;
}

.rateit p, .rateit .filter_search label, .filter_search .rateit label {
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 0;
  vertical-align: 3px;
  font-size: 12px;
  padding-right: 5px;
}

p.leaderboard-copy, .filter_search label.leaderboard-copy {
  padding: 20px;
  font-size: 14px;
  padding: 0 0 0 20px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s, -webkit-transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/**
 * bxslider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
#carousel {
  margin: 0 auto 30px;
  float: left;
}
#carousel .carousel {
  opacity: 0;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  /** RESET AND LAYOUT
  ===================================*/
  /** THEME
  ===================================*/
  /** Loader
  ===================================*/
  /** Pager
  ===================================*/
  /** DIRECTION CONTROLS (NEXT / PREV)
  ===================================*/
  /** AUTO CONTROLS (START / STOP)
  ===================================*/
  /** PAGER WITH AUTO-CONTROLS HYBRID LAYOUT
  ==========================================*/
  /** IMAGE CAPTIONS
  ==========================================*/
}
.bx-wrapper .slide {
  margin: 0px;
  border: 1px solid #fff;
  min-width: 100px;
}
.bx-wrapper .slide a {
  display: block;
  float: left;
}
.bx-wrapper .slide a:hover {
  border: 1px solid white;
}
.bx-wrapper img {
  display: block;
  min-width: 100px;
}
.bx-wrapper .bx-viewport {
  left: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #222;
  background-image: url(/images/bxslider/bx_loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  color: #fff;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-pager .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager .bx-default-pager a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 0;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  margin: 0 5px;
  outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  outline: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 499;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
}
.bx-wrapper .bx-controls-direction .bx-prev {
  left: 15px;
  background: url(/images/bxslider/controls.png) no-repeat 0px -32px;
}
.bx-wrapper .bx-controls-direction .bx-prev:hover {
  background-position: 0px -32px;
}
.bx-wrapper .bx-controls-direction .bx-next {
  right: 15px;
  background: url(/images/bxslider/controls.png) no-repeat -44px -32px;
}
.bx-wrapper .bx-controls-direction .bx-next:hover {
  background-position: -44px -32px;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: relative;
  bottom: 0;
  left: 0;
  background: #FFF;
  width: 100%;
}
.bx-wrapper .bx-caption span {
  display: block;
  font-size: 1.4em;
  padding: 10px;
}

.scroll {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 30px;
  right: 50px;
  margin-right: -37px;
  z-index: 99;
  color: white;
  transition: opacity .2s;
  opacity: 1;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.4);
  font-weight: 700;
  padding-top: 25px;
  display: block;
  text-align: center;
  border-radius: 100px;
  padding-left: 2px;
  line-height: 15px;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .signature .scroll {
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: 10%;
    right: 50%;
    margin-right: -37px;
    z-index: 99;
    color: white;
    transition: opacity .2s;
    opacity: 1;
    border-radius: 100px;
    font-weight: 700;
    padding-top: 25px;
    display: block;
    text-align: center;
    border-radius: 100px;
    padding-left: 2px;
    line-height: 15px;
    cursor: pointer;
  }
}
.scroll.headroom--not-top, .scroll.headroom--unpinned {
  opacity: 0;
}
.scroll span {
  display: block;
  width: 75px;
  height: 20px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .scroll {
    display: none;
  }
}

#maximage, .mc-image {
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
  #maximage, .mc-image, .width.height {
    width: 100% !important;
    height: 376px !important;
  }
}
#maximage-combo {
  background: #222;
  width: 100%;
  position: fixed;
  z-index: 0;
  /*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
  /*Set my gradient above all images*/
}
#twoColWide #maximage-combo {
  position: relative;
}
@media screen and (max-width: 1023px) {
  #maximage-combo {
    display: block;
    height: 500px !important;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #maximage-combo {
    height: 376px !important;
  }
}
#maximage-combo .mc-hide-scrolls {
  overflow: hidden;
}
#maximage-combo .mc-cycle {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
#maximage-combo div.mc-image {
  transition: opacity 1s ease-in-out;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#maximage-combo .mc-old-browser .mc-image {
  overflow: hidden;
}
#maximage-combo #cycle-loader {
  height: 32px;
  left: 50%;
  margin: -8px 0 0 -16px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 999;
}
#maximage-combo #holder {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #maximage-combo #holder {
    height: 500px !important;
  }
}
@media screen and (max-width: 767px) {
  #maximage-combo #holder {
    height: 376px !important;
  }
}
#maximage-combo #maximage {
  display: none;
  /* Only use this if you fade it in again after the images load */
  position: fixed !important;
  position: relative !important;
  left: auto;
  top: auto;
  height: 100% !important;
}
#maximage-combo .gradient {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9998;
  display: block;
}
@media screen and (max-width: 768px) {
  #maximage-combo .gradient {
    display: none;
  }
}
#maximage-combo .dot-matrix {
  left: 0;
  max-width: none;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: 9998;
  display: block;
}
@media screen and (max-width: 768px) {
  #maximage-combo .dot-matrix {
    display: none;
  }
}
#maximage-combo .overlay {
  display: table;
  height: 100%;
  width: 100%;
  opacity: 1;
}
#maximage-combo .overlay .icon-img {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  display: block;
}
@media screen and (max-width: 767px) {
  #maximage-combo .overlay .icon-img {
    display: none;
  }
}
#maximage-combo #arrow_left, #maximage-combo #arrow_right {
  bottom: 85px;
  height: 40px;
  position: absolute;
  left: 410px;
  width: 40px;
  z-index: 2;
  font-size: 25px;
  background: rgba(255, 255, 255, 0.2);
  transition: all .2s;
  line-height: 43px;
  border-radius: 100px;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1025px) {
  .signature #maximage-combo #arrow_left, .signature #maximage-combo #arrow_right {
    bottom: 55%;
    left: calc(50% + 20px);
    background: rgba(0, 0, 0, 0.52);
  }
}
@media screen and (max-width: 1023px) {
  #maximage-combo #arrow_left, #maximage-combo #arrow_right {
    left: auto;
    right: 20px;
    bottom: 20px;
  }
}
#maximage-combo #arrow_left:hover, #maximage-combo #arrow_right:hover {
  text-decoration: none;
  color: white;
}
#maximage-combo #arrow_left {
  left: 365px;
  right: auto;
}
@media screen and (min-width: 1025px) {
  .signature #maximage-combo #arrow_left {
    left: calc(50% - 60px);
  }
}
@media screen and (max-width: 1023px) {
  #maximage-combo #arrow_left {
    left: auto;
    right: 65px;
  }
}
#maximage-combo #arrow_left:hover {
  color: white;
}
#maximage-combo a {
  color: #FFF;
  text-decoration: none;
}
#maximage-combo a:hover {
  text-decoration: underline;
}
#maximage-combo .in-slide-content {
  color: #FFF;
  float: left;
  left: 80px;
  padding: 0;
  position: absolute;
  bottom: 75px;
  top: auto;
  width: 380px;
  z-index: 9999;
  background: none;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .signature #maximage-combo .in-slide-content {
    color: #FFF;
    float: left;
    left: 0;
    padding: 0;
    position: absolute;
    bottom: auto;
    top: 45%;
    width: 100%;
    z-index: 9999;
    background: none;
    text-align: center;
  }
  .signature #maximage-combo .in-slide-content .cms {
    text-align: center;
  }
  .signature #maximage-combo .in-slide-content .cms h2 {
    font-family: "Gibson", sans-serif;
    color: #FFF;
    font-weight: 700;
    font-size: 8.5em;
    line-height: .9em;
    margin-bottom: .5em;
    text-transform: uppercase;
  }
}
#maximage-combo .in-slide-content .cms {
  padding: 30px;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 480px) {
  #maximage-combo .in-slide-content .cms {
    padding: 20px 110px 20px 20px;
  }
}
@media screen and (max-width: 1023px) {
  #maximage-combo .in-slide-content {
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) !important;
  }
}
#maximage-combo .in-slide-content a {
  color: #FCB034;
  text-decoration: none;
}
#maximage-combo .in-slide-content a:hover {
  text-decoration: underline;
}
#maximage-combo .in-slide-content .cms h2 {
  font-family: "Gibson", sans-serif;
  color: #FFF;
  font-weight: 400;
  font-size: 2.5em;
  line-height: .9em;
  margin-bottom: .5em;
  text-transform: uppercase;
}
#maximage-combo .in-slide-content .cms p, #maximage-combo .in-slide-content .cms .filter_search label, .filter_search #maximage-combo .in-slide-content .cms label {
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #FFF;
  font-size: 1.4em;
  margin-bottom: 0;
  line-height: 1.4em;
}
#maximage-combo .light-text {
  color: #FFF;
}
#maximage-combo .smaller-text {
  font-size: 30px;
}
#maximage-combo .youtube-video, #maximage-combo video {
  left: 0;
  position: absolute;
  top: 0;
}

#cycle-loader {
  height: 32px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 999;
}

/*! fancyBox v2.0.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

body.lightbox-container {
  background: none !important;
  padding: 10px 5px 10px 10px;
}
body.lightbox-container div.media img {
  float: left;
  height: auto;
  margin-bottom: 1em;
  margin-right: 1em;
  max-width: 50%;
}
body.lightbox-container div.cms h3 {
  padding-bottom: 1em;
}
body.lightbox-container div.article {
  clear: both;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
}

.fancybox-outer {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 1003;
}

.fancybox-opened .fancybox-outer {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  overflow: hidden;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Gibson", sans-serif;
  margin: 0;
  padding: 10px;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url("/images/fancybox2/fancybox_loading.gif");
  opacity: 0.8;
  cursor: pointer;
  z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox2/fancybox_sprite.png");
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1004;
}

.fancybox-prev, .fancybox-next {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url("/images/fancybox2/blank.gif");
  /* helps IE */
  z-index: 1003;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-prev span, .fancybox-next span {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1003;
}

.fancybox-prev span {
  background-position: 0 -36px;
}

.fancybox-next span {
  background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
  visibility: visible;
}

.fancybox-prev:hover span {
  left: 20px;
}

.fancybox-next:hover span {
  left: auto;
  right: 20px;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}

/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1001;
  background: #000;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Gibson", sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 1005;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1003;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  margin-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

#fancybox-thumbs {
  position: fixed;
  bottom: 2px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  z-index: 1005;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
}

#fancybox-buttons {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 1005;
}

#fancybox-buttons ul {
  display: block;
  width: 170px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: #111;
  -webkit-box-shadow: 0 1px 3px #000, 0 0 0 1px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0 1px 3px #000, 0 0 0 1px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #111 -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.15) 100%);
  border-radius: 3px;
}

#fancybox-buttons ul li {
  float: left;
}

#fancybox-buttons a {
  display: block;
  width: 30px;
  line-height: 30px;
  text-indent: -9999px;
  background-image: url("/images/fancybox2/fancybox_buttons.png");
  background-repeat: no-repeat;
}

#fancybox-buttons a.btnPrev {
  width: 32px;
  background-position: 6px 0;
}

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 38px;
  background-position: -57px 0px;
}

#fancybox-buttons a.btnDisabled {
  opacity: 0.5;
  cursor: default;
}
