@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/font-awesome//fontawesome-webfont.eot?v=4.2.0");
  src: url("fonts/font-awesome//fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("fonts/font-awesome//fontawesome-webfont.woff?v=4.2.0") format("woff"), url("fonts/font-awesome//fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("fonts/font-awesome//fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

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

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

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

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

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  border-radius: 0px;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
button:hover,
input[type="submit"]:hover {
  background-color: black;
  color: white;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

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

html,
body,
button {
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-family: "Gill Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6250em;
  /* 26px */
  font-weight: 300;
  color: #333333;
}

pre {
  background: #333333;
  padding: 13px;
}

button,
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

fieldset {
  background: white;
  border: 1px solid #eeeeee;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Gill Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color;
  -o-transition: border-color;
  -webkit-transition: border-color;
  transition: border-color;
  background-color: #FFFFFF;
  border-radius: 0;
  border: 1px solid #000000;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Gill Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: black;
}
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #000000;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.3);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

.row {
  width: 100%;
  max-width: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row.fullwidth {
  max-width: 100%;
}
.row.spaced {
  margin-top: 35px;
}
.row.spaced:first-child {
  margin-top: 0;
}
.row:before, .row:after {
  display: table;
  content: "";
}
.row .row {
  width: auto;
  max-width: none;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.spaced {
  width: 102.0833333333333334%;
  margin-left: -1.0416666666666667%;
  margin-right: -1.0416666666666667%;
}
.row .row.spaced [class*="desktop-"], .row .row.spaced [class*="tablet-"], .row .row.spaced [class*="mobile-"],
.row .row.spaced [class^="desktop-"], .row .row.spaced [class^="tablet-"], .row .row.spaced [class^="mobile-"] {
  margin-left: 1.0416666666666667%;
  margin-right: 1.0416666666666667%;
}
.row.equal-height {
  display: table;
  table-layout: fixed;
}
.row.equal-height [class*="desktop-"], .row.equal-height [class*="tablet-"], .row.equal-height [class*="mobile-"],
.row.equal-height [class^="desktop-"], .row.equal-height [class^="tablet-"], .row.equal-height [class^="mobile-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 40em) {
  .row.equal-height {
    display: inline;
  }
  .row.equal-height [class*="desktop-"], .row.equal-height [class*="tablet-"], .row.equal-height [class*="mobile-"],
  .row.equal-height [class^="desktop-"], .row.equal-height [class^="tablet-"], .row.equal-height [class^="mobile-"] {
    display: inline;
    float: left;
  }
}

[class*="desktop-"], [class*="tablet-"], [class*="mobile-"],
[class^="desktop-"], [class^="tablet-"], [class^="mobile-"] {
  float: left;
}

@media screen and (min-width: 64.066em) {
  .desktop-1 {
    width: 8.333333333333333%;
  }

  .desktop-2 {
    width: 16.66666666666667%;
  }

  .desktop-3 {
    width: 25%;
  }

  .desktop-4 {
    width: 33.33333333333333%;
  }

  .desktop-5 {
    width: 41.66666666666667%;
  }

  .desktop-6 {
    width: 50%;
  }

  .desktop-7 {
    width: 58.33333333333333%;
  }

  .desktop-8 {
    width: 66.66666666666673%;
  }

  .desktop-9 {
    width: 75%;
  }

  .desktop-10 {
    width: 83.33333333333333%;
  }

  .desktop-11 {
    width: 91.66666666666683%;
  }

  .desktop-12 {
    width: 100%;
  }

  .desktop-push-1 {
    margin-left: 8.333333333333333%;
  }

  .desktop-push-2 {
    margin-left: 16.66666666666667%;
  }

  .desktop-push-3 {
    margin-left: 25%;
  }

  .desktop-push-4 {
    margin-left: 33.33333333333333%;
  }

  .desktop-push-5 {
    margin-left: 41.66666666666667%;
  }

  .desktop-push-6 {
    margin-left: 50%;
  }

  .desktop-push-7 {
    margin-left: 58.33333333333333%;
  }

  .desktop-push-8 {
    margin-left: 66.66666666666673%;
  }

  .desktop-push-9 {
    margin-left: 75%;
  }

  .desktop-push-10 {
    margin-left: 83.33333333333333%;
  }

  .desktop-push-11 {
    margin-left: 91.66666666666683%;
  }

  .spaced .desktop-1 {
    width: 6.25%;
  }
  .spaced .desktop-2 {
    width: 14.5833333333333333%;
  }
  .spaced .desktop-3 {
    width: 22.9166666666666667%;
  }
  .spaced .desktop-4 {
    width: 31.25%;
  }
  .spaced .desktop-5 {
    width: 39.5833333333333333%;
  }
  .spaced .desktop-6 {
    width: 47.9166666666666667%;
  }
  .spaced .desktop-7 {
    width: 56.25%;
  }
  .spaced .desktop-8 {
    width: 64.5833333333333333%;
  }
  .spaced .desktop-9 {
    width: 72.9166666666666667%;
  }
  .spaced .desktop-10 {
    width: 81.25%;
  }
  .spaced .desktop-11 {
    width: 89.5833333333333333%;
  }
  .spaced .desktop-12 {
    width: 97.9166666666666667%;
  }

  .spaced .desktop-push-1 {
    margin-left: 9.375%;
  }
  .spaced .desktop-push-2 {
    margin-left: 17.7083333333333333%;
  }
  .spaced .desktop-push-3 {
    margin-left: 26.0416666666666667%;
  }
  .spaced .desktop-push-4 {
    margin-left: 34.375%;
  }
  .spaced .desktop-push-5 {
    margin-left: 42.7083333333333334%;
  }
  .spaced .desktop-push-6 {
    margin-left: 51.0416666666666667%;
  }
  .spaced .desktop-push-7 {
    margin-left: 59.375%;
  }
  .spaced .desktop-push-8 {
    margin-left: 67.7083333333334%;
  }
  .spaced .desktop-push-9 {
    margin-left: 76.0416666666668%;
  }
  .spaced .desktop-push-10 {
    margin-left: 84.375%;
  }
  .spaced .desktop-push-11 {
    margin-left: 92.7083333333335%;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .tablet-1 {
    width: 12.5%;
  }

  .tablet-2 {
    width: 25%;
  }

  .tablet-3 {
    width: 37.5%;
  }

  .tablet-4 {
    width: 50%;
  }

  .tablet-5 {
    width: 62.5%;
  }

  .tablet-6 {
    width: 75%;
  }

  .tablet-7 {
    width: 87.5%;
  }

  .tablet-8 {
    width: 100%;
  }

  .tablet-push-1 {
    margin-left: 12.5%;
  }

  .tablet-push-2 {
    margin-left: 25%;
  }

  .tablet-push-3 {
    margin-left: 37.5%;
  }

  .tablet-push-4 {
    margin-left: 50%;
  }

  .tablet-push-5 {
    margin-left: 62.5%;
  }

  .tablet-push-6 {
    margin-left: 75%;
  }

  .tablet-push-7 {
    margin-left: 87.5%;
  }

  .spaced .tablet-1 {
    width: 10.41666666666667%;
  }
  .spaced .tablet-2 {
    width: 22.91666666666667%;
  }
  .spaced .tablet-3 {
    width: 35.41666666666667%;
  }
  .spaced .tablet-4 {
    width: 47.91666666666667%;
  }
  .spaced .tablet-5 {
    width: 60.41666666666667%;
  }
  .spaced .tablet-6 {
    width: 72.91666666666667%;
  }
  .spaced .tablet-7 {
    width: 85.41666666666667%;
  }
  .spaced .tablet-8 {
    width: 97.91666666666667%;
  }

  .spaced .tablet-push-1 {
    margin-left: 11.45833333333334%;
  }
  .spaced .tablet-push-2 {
    margin-left: 23.95833333333334%;
  }
  .spaced .tablet-push-3 {
    margin-left: 26.45833333333334%;
  }
  .spaced .tablet-push-4 {
    margin-left: 48.95833333333334%;
  }
  .spaced .tablet-push-5 {
    margin-left: 61.45833333333334%;
  }
  .spaced .tablet-push-6 {
    margin-left: 73.95833333333334%;
  }
  .spaced .tablet-push-7 {
    margin-left: 86.45833333333334%;
  }
}
@media screen and (max-width: 40em) {
  .mobile-1 {
    width: 12.5%;
  }

  .mobile-2 {
    width: 25%;
  }

  .mobile-3 {
    width: 37.5%;
  }

  .mobile-4 {
    width: 50%;
  }

  .mobile-5 {
    width: 62.5%;
  }

  .mobile-6 {
    width: 75%;
  }

  .mobile-7 {
    width: 87.5%;
  }

  .mobile-8 {
    width: 100%;
  }

  .mobile-push-1 {
    margin-left: 12.5%;
  }

  .mobile-push-2 {
    margin-left: 25%;
  }

  .mobile-push-3 {
    margin-left: 37.5%;
  }

  .mobile-push-4 {
    margin-left: 50%;
  }

  .mobile-push-5 {
    margin-left: 62.5%;
  }

  .mobile-push-6 {
    margin-left: 75%;
  }

  .mobile-push-7 {
    margin-left: 87.5%;
  }

  .spaced .mobile-1 {
    width: 10.41666666666667%;
  }
  .spaced .mobile-2 {
    width: 22.91666666666667%;
  }
  .spaced .mobile-3 {
    width: 35.41666666666667%;
  }
  .spaced .mobile-4 {
    width: 47.91666666666667%;
  }
  .spaced .mobile-5 {
    width: 60.41666666666667%;
  }
  .spaced .mobile-6 {
    width: 72.91666666666667%;
  }
  .spaced .mobile-7 {
    width: 85.41666666666667%;
  }
  .spaced .mobile-8 {
    width: 97.91666666666667%;
  }

  .spaced .mobile-push-1 {
    margin-left: 11.45833333333334%;
  }
  .spaced .mobile-push-2 {
    margin-left: 23.95833333333334%;
  }
  .spaced .mobile-push-3 {
    margin-left: 26.45833333333334%;
  }
  .spaced .mobile-push-4 {
    margin-left: 48.95833333333334%;
  }
  .spaced .mobile-push-5 {
    margin-left: 61.45833333333334%;
  }
  .spaced .mobile-push-6 {
    margin-left: 73.95833333333334%;
  }
  .spaced .mobile-push-7 {
    margin-left: 86.45833333333334%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 20.1em) {
  .row [class*="desktop-"], .row [class*="tablet-"], .row [class*="mobile-"],
  .row [class^="desktop-"], .row [class^="tablet-"], .row [class^="mobile-"] {
    width: 100%;
  }
}
[class*="desktop-"].right, [class*="tablet-"].right, [class*="mobile-"].right,
[class^="desktop-"].right, [class^="tablet-"].right, [class^="mobile-"].right {
  float: right;
}

[class*="desktop-"].center, [class*="tablet-"].center, [class*="mobile-"].center,
[class^="desktop-"].center, [class^="tablet-"].center, [class^="mobile-"].center {
  float: none;
  margin: 0 auto;
}

[class*="desktop-"].text-left, [class*="tablet-"].text-left, [class*="mobile-"].text-left,
[class^="desktop-"].text-left, [class^="tablet-"].text-left, [class^="mobile-"].text-left {
  text-align: left;
}

[class*="desktop-"].text-center, [class*="tablet-"].text-center, [class*="mobile-"].text-center,
[class^="desktop-"].text-center, [class^="tablet-"].text-center, [class^="mobile-"].text-center {
  text-align: center;
}

[class*="desktop-"].text-right, [class*="tablet-"].text-right, [class*="mobile-"].text-right,
[class^="desktop-"].text-right, [class^="tablet-"].text-right, [class^="mobile-"].text-right {
  text-align: right;
}

.row.padded [class*="desktop-"], .row.padded [class*="tablet-"], .row.padded [class*="mobile-"],
.row.padded [class^="desktop-"], .row.padded [class^="tablet-"], .row.padded [class^="mobile-"],
.row.padded [class*="desktop-"],
.row.padded [class*="tablet-"],
.row.padded [class*="mobile-"],
.row.padded [class^="desktop-"],
.row.padded [class^="tablet-"],
.row.padded [class^="mobile-"] {
  margin: 0;
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}
@media screen and (max-width: 40em) {
  .row.padded [class*="desktop-"], .row.padded [class*="tablet-"], .row.padded [class*="mobile-"],
  .row.padded [class^="desktop-"], .row.padded [class^="tablet-"], .row.padded [class^="mobile-"],
  .row.padded [class*="desktop-"],
  .row.padded [class*="tablet-"],
  .row.padded [class*="mobile-"],
  .row.padded [class^="desktop-"],
  .row.padded [class^="tablet-"],
  .row.padded [class^="mobile-"] {
    margin: 0;
    padding: 0;
  }
}
.row.padded [class*="desktop-"]:first-child, .row.padded [class*="tablet-"]:first-child, .row.padded [class*="mobile-"]:first-child,
.row.padded [class^="desktop-"]:first-child, .row.padded [class^="tablet-"]:first-child, .row.padded [class^="mobile-"]:first-child,
.row.padded [class*="desktop-"]:first-child,
.row.padded [class*="tablet-"]:first-child,
.row.padded [class*="mobile-"]:first-child,
.row.padded [class^="desktop-"]:first-child,
.row.padded [class^="tablet-"]:first-child,
.row.padded [class^="mobile-"]:first-child {
  margin-left: -35px;
}
@media screen and (max-width: 40em) {
  .row.padded [class*="desktop-"]:first-child, .row.padded [class*="tablet-"]:first-child, .row.padded [class*="mobile-"]:first-child,
  .row.padded [class^="desktop-"]:first-child, .row.padded [class^="tablet-"]:first-child, .row.padded [class^="mobile-"]:first-child,
  .row.padded [class*="desktop-"]:first-child,
  .row.padded [class*="tablet-"]:first-child,
  .row.padded [class*="mobile-"]:first-child,
  .row.padded [class^="desktop-"]:first-child,
  .row.padded [class^="tablet-"]:first-child,
  .row.padded [class^="mobile-"]:first-child {
    margin-left: 0;
  }
}

/* IE GRID */
.lt-ie9 .desktop-1 {
  width: 8.33333%;
}

.lt-ie9 .desktop-2 {
  width: 16.66667%;
}

.lt-ie9 .desktop-3 {
  width: 25%;
}

.lt-ie9 .desktop-4 {
  width: 33.33333%;
}

.lt-ie9 .desktop-5 {
  width: 41.66667%;
}

.lt-ie9 .desktop-6 {
  width: 50%;
}

.lt-ie9 .desktop-7 {
  width: 58.33333%;
}

.lt-ie9 .desktop-8 {
  width: 66.66667%;
}

.lt-ie9 .desktop-9 {
  width: 75%;
}

.lt-ie9 .desktop-10 {
  width: 83.33333%;
}

.lt-ie9 .desktop-11 {
  width: 91.66667%;
}

.lt-ie9 .desktop-12 {
  width: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.accordion-map .accordion-content ul, .download ul, .content-area-control ul {
  list-style-position: inside;
  list-style-type: disc;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
  overflow: hidden;
}
.accordion-map .accordion-content ol,
.download ol,
.content-area-control ol {
  list-style-position: inside;
  list-style-type: decimal;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
  overflow: hidden;
}

dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: 400;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #c8c8c8;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #f9f9f9;
  color: #333333;
  font-family: "Gill Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gill Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0 0 14px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 600;
}

h1 {
  font-size: 24.5px;
}

h2 {
  font-size: 22.75px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19.25px;
}

h5 {
  font-size: 17.5px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 0.75em;
}

a {
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: black;
}
a:active, a:focus {
  color: black;
  outline: none;
}

hr {
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

blockquote {
  border-left: 2px solid #eeeeee;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}
cite:before {
  content: "\2014 \00A0";
}

.list {
  position: relative;
  margin-left: 20px;
}
.list li {
  margin-bottom: 4px;
}
.list > ul {
  margin: 8px 0;
  padding-left: 17px;
}

.push-left > ul {
  margin: 8px 0;
  padding-left: 17px;
}

.list-disc {
  list-style: disc;
}

.list-circle {
  list-style: circle;
}

.list-num {
  list-style: decimal;
}

.nav-bar-main {
  height: 62px;
}
@media all and (max-width: 63.99em) {
  .nav-bar-main {
    display: none;
  }
}

.nav-mobile-close {
  position: absolute;
  top: 16px;
  right: 45px;
  float: right;
  width: 32px;
  height: 32px;
  background: url("../css/img/icon-close.png");
  background-size: contain;
  display: none;
}

.open-close {
  display: block;
}

.nav-mobile-controls {
  position: absolute;
  top: 10px;
  right: 20px;
  float: right;
}
.nav-mobile-controls a {
  display: inline-block;
  width: 42px;
  padding: 5px;
}
.nav-mobile-controls .sep {
  display: inline-block;
  height: 28px;
  width: 2px;
  margin: 0 5px 0 5px;
  background-color: #FFFFFF;
  position: relative;
  top: -2px;
}

.logo-mobile {
  display: block;
  max-width: 140px;
}
.logo-mobile img {
  margin-top: 5px;
}

.lt-ie9 .nav-bar-mobile {
  display: none;
}

.nav-bar-mobile {
  overflow: auto;
}
.nav-bar-mobile .fa {
  float: right;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.nav-bar-mobile .container {
  position: relative;
  *zoom: 1;
  background: black;
  padding: 0 30px;
  z-index: 2000;
}
.nav-bar-mobile .container:before, .nav-bar-mobile .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-bar-mobile .container:after {
  clear: both;
}
@media all and (min-width: 40em) and (orientation: landscape) {
  .nav-bar-mobile {
    display: block;
  }
}
@media all and (min-width: 64em) {
  .nav-bar-mobile {
    display: none;
  }
}
.nav-bar-mobile nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  *zoom: 1;
  padding: 20px;
  background: #000000;
  border-bottom: 5px solid #000000;
  overflow: auto;
  z-index: 1999;
  top: -100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-bar-mobile nav:before, .nav-bar-mobile nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-bar-mobile nav:after {
  clear: both;
}
.csstransforms .nav-bar-mobile nav {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.nav-bar-mobile nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-bar-mobile nav.open {
  top: 62px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.csstransforms .nav-bar-mobile nav.open {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.nav-bar-mobile .nav-specials {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media all and (min-width: 40em) {
  .nav-bar-mobile .nav-specials {
    max-width: 30%;
  }
}
.nav-bar-mobile .nav-specials li {
  margin: 10px 0 0;
}
.nav-bar-mobile .nav-specials li:first-child {
  margin-top: 0;
}
.nav-bar-mobile .nav-specials a {
  display: block;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  background: #FFFFFF;
  color: #000000;
  text-align: center;
}
.nav-bar-mobile .nav-specials a:hover {
  background: #FFFFFF;
  color: #000000;
}
.nav-bar-mobile .nav-specials a:focus {
  background: #cccccc;
}
@media all and (min-width: 40em) {
  .nav-bar-mobile .nav-specials a {
    width: 100%;
  }
}
@media all and (min-width: 64em) {
  .nav-bar-mobile .nav-specials a {
    width: 47%;
    margin-right: 10px;
  }
}
.nav-bar-mobile .nav-mobile {
  margin-top: 20px;
  width: 100%;
}
.nav-bar-mobile .nav-mobile a {
  color: #FFFFFF;
}
.nav-bar-mobile .nav-mobile li {
  display: block;
  border-top: 1px solid #1a1a1a;
}
.nav-bar-mobile .nav-mobile li:first-child {
  border-top: 0 none;
}
@media all and (max-width: 63.99em) {
  .nav-bar-mobile .nav-mobile li {
    width: 100%;
    background: #000000;
    padding: 0;
  }
}
.nav-bar-mobile .nav-mobile li > a {
  display: block;
  background: #000000;
  padding: 10px;
}
.nav-bar-mobile .nav-mobile li > a.primary {
  width: 100%;
  display: inline-block;
}
@media all and (max-width: 63.99em) {
  .nav-bar-mobile .sub-nav {
    z-index: 10;
    display: none;
    position: static;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .nav-bar-mobile .sub-nav > li {
    border: 0 none;
    border-top: 1px solid #262626;
  }
  .nav-bar-mobile .sub-nav > li:first-child {
    border-top: 0 none;
  }
  .nav-bar-mobile .sub-nav > li > a {
    padding-left: 15px !important;
    font-size: 14px;
    background: #0d0d0d;
  }
  .nav-bar-mobile .sub-nav > li li {
    border-top: 1px solid #333333;
  }
  .nav-bar-mobile .sub-nav > li li a {
    padding-left: 30px !important;
    font-size: 12px;
    background: #1a1a1a;
  }
  .nav-bar-mobile .sub-nav.is-open {
    display: block !important;
  }
}

.mobile-search {
  display: none;
  width: 100%;
  background: #000000;
  padding: 10px 30px 10px 30px;
}
.mobile-search input[type=text] {
  display: inline-block;
  width: 88%;
}
.mobile-search input[type=submit] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../css/img/icon_search.png") center center;
  text-indent: -9999999999px;
}

.mobile-search.open {
  display: block;
}

.search-form-container {
  padding: 40px 0 0 0;
}

.search-form {
  margin-bottom: 40px;
  /* default button */
  /* serch form extra edits */
  /* button form-right extra */
  /* button form-left extra */
}
.search-form input {
  display: inline-block;
  float: left;
  outline: none;
  width: 80%;
  padding: 11px;
}
.search-form .button {
  float: left;
  color: #FFFFFF;
  background-color: #000000;
}
.search-form .button:focus, .search-form .button:active {
  outline: none !important;
}
.search-form .search-form input {
  width: 250px;
}
.search-form .search-form .button-right {
  border-left: none !important;
}
.search-form .search-form .button-left {
  border-right: none !important;
}

.search-result h1 {
  font-size: 16px;
}

.pagination {
  width: 100%;
  display: inline-block;
  margin: 60px auto;
}
@media all and (max-width: 79.99em) {
  .pagination {
    margin: 30px auto;
  }
}
@media all and (max-width: 63.99em) {
  .pagination {
    margin: 15px auto;
  }
}
.pagination ul {
  margin: 0;
  list-style: outside none;
  list-style-image: none;
  padding: 0;
  float: left;
}
.pagination li {
  float: left;
  margin: 0;
  padding: 0;
  background: 0 none;
}
.pagination a {
  display: block;
  font-size: 10px;
  width: 36px;
  height: 32px;
  line-height: 30px;
  color: black;
  font-weight: 600;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-right: none;
  margin: 0 -1px 0 0;
}
.pagination a:last-child {
  border-right: 1px solid #000000;
}
.pagination a:hover {
  background: #000000;
  color: #FFFFFF;
}

.pagination ul li a.is-current {
  color: #FFFFFF;
  background: #000000;
  pointer-events: none;
}

.pagination .control {
  float: left;
  width: 70px;
  height: 32px;
  line-height: 25px;
  background: #FFFFFF;
  border: 1px solid black;
  font-size: 12px;
  text-align: center;
  text-shadow: none;
  color: #000000;
}
.pagination .control:hover {
  background: #000000;
  color: #FFFFFF;
}

.pagination .control.previous {
  margin-right: 2px;
}

.pagination .control.next {
  margin-left: 3px;
}

.pagination .control.disabled {
  border: 1px solid #cccccc;
  color: #cccccc;
  cursor: default;
}
.pagination .control.disabled:hover {
  border: 1px solid #cccccc;
  color: #cccccc;
  cursor: default;
  background: #FFFFFF;
}

.nav-bar-main {
  position: relative;
  width: 100%;
  height: 140px;
  background: #4d4d4d;
  z-index: 3000;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-trans .nav-bar-main {
  background: 0 none;
}
.nav-bar-main .container {
  position: relative;
}
.fixed-header .nav-bar-main {
  height: 100px;
  background: transparent;
}

.main-nav {
  float: left;
  display: inline-block;
  width: 45%;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.main-nav > ul {
  list-style: outside none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.main-nav > ul li {
  margin: 0;
  padding: 0;
  background: 0 none;
}
.main-nav > ul > li {
  height: 140px;
  line-height: 140px;
  display: inline-block;
  padding: 0 3%;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}
.main-nav > ul > li:hover .main-nav-dropdown {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.fixed-header .main-nav > ul > li {
  height: 100px;
  line-height: 100px;
}
.main-nav > ul > li > a {
  display: inline-block;
  line-height: normal;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  width: auto;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}
.main-nav > ul > li > a:hover {
  border-bottom: 3px solid #FFF;
}
.main-nav.nav-left > ul > li:first-child {
  padding-left: 0;
}
@media all and (min-width: 64em) {
  .main-nav.nav-right {
    float: right;
  }
  .main-nav.nav-right > ul {
    text-align: right;
  }
  .main-nav.nav-right > ul > li {
    text-align: right;
  }
  .main-nav.nav-right > ul > li:last-child {
    padding-right: 0;
  }
  .main-nav.nav-right > ul > li > a {
    text-align: right;
  }
}

.main-nav-dropdown {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  clear: both;
  overflow: hidden;
  -moz-transition: visibility 0.4s ease, opacity 0.4s ease;
  -o-transition: visibility 0.4s ease, opacity 0.4s ease;
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease;
  transition: visibility 0.4s ease, opacity 0.4s ease;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
}
.main-nav-dropdown * {
  line-height: normal;
  text-align: left;
}
.main-nav-dropdown .column {
  display: inline-block;
  width: 20%;
  max-width: 20%;
  font-size: 16px;
  padding: 20px;
  vertical-align: top;
}
.main-nav-dropdown .container {
  display: block;
  width: 100%;
}
@media all and (min-width: 40em) {
  .main-nav-dropdown .container {
    padding: 0 40px !important;
  }
}
.main-nav-dropdown h5 {
  height: 50px;
  max-height: 50px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  white-space: pre-wrap;
}
.main-nav-dropdown ul li {
  margin-top: 5px;
  white-space: pre-wrap;
}
.main-nav-dropdown ul li:first-child {
  margin-top: 0;
}
.main-nav-dropdown a {
  font-size: 14px;
  color: #333333;
}
.main-nav-dropdown a:hover {
  color: #666666;
}
.main-nav-dropdown figure {
  display: block;
  width: 100%;
  text-align: left;
}
.main-nav-dropdown figure img {
  display: inline-block;
  margin: 0 auto;
}
.main-nav-dropdown figure figcaption {
  font-size: 10px;
  font-style: italic;
  text-align: left;
}

.logo-container {
  display: block;
  height: 150px;
}
.logo-container a {
  display: block;
  padding-top: 5px;
}

.icon-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 120px;
  height: 95px;
  margin: -47.5px auto auto -60px;
  background: url("../css/img/logo-xxi-med.png") no-repeat top center;
}
.icon-logo img {
  display: block;
}
.fixed-header .icon-logo {
  width: 120px;
  height: 79px;
  margin: -39.5px auto auto -60px;
  background: url("../css/img/logo-xxi-sml.png") no-repeat top center;
}

#header.fixed-header .main-nav {
  margin: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#header.fixed-header .nav-bar-main {
  height: 100px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.nav-utility {
  height: 40px;
  min-height: 40px;
  background-color: #f9f9f9;
}
@media all and (max-width: 63.99em) {
  .nav-utility {
    display: none;
  }
}
.nav-utility ul {
  margin: 0;
  padding: 0;
}
.nav-utility li {
  float: left;
}
.nav-utility a {
  font-size: 12px;
  text-transform: uppercase;
}
.nav-utility .nav-specials {
  float: left;
}
.nav-utility .nav-specials a {
  display: block;
  width: 140px;
  float: left;
  line-height: 40px;
  background: #000000;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  padding: 0 20px;
  margin-right: 1px;
  text-transform: uppercase;
}
.nav-utility .nav-specials a:hover {
  background: #333333;
}
.nav-utility .nav-specials a:visited {
  color: #FFFFFF;
}
@media all and (min-width: 64em) {
  .nav-utility .nav-specials a {
    font-size: 12px;
  }
}
.nav-utility .utilities-nav-list {
  position: relative;
  float: right;
  top: 10px;
}
.nav-utility .utilities-nav-list li {
  float: left;
  border-right: 1px solid #eeeeee;
}
.nav-utility .utilities-nav-list a {
  font-size: 12px;
  color: #000000;
  padding: 0 25px 0 25px;
}
.nav-utility .utilities-nav-list a:hover {
  color: #333333;
}
@media all and (min-width: 64em) {
  .nav-utility .utilities-nav-list a {
    padding: 0 25px 0 25px;
    font-size: 12px;
    display: block;
    position: relative;
    float: right;
  }
}

#footer {
  float: left;
  width: 100%;
  min-height: 100px;
  background: #1d1d1d;
  background: #292929;
  *zoom: 1;
}
#footer:before, #footer:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer:after {
  clear: both;
}
#footer p {
  color: #FFFFFF;
  font-size: 12px;
}
#footer a {
  font-size: 12px;
  color: #FFFFFF;
}
#footer .copyright {
  padding: 15px;
  background: #171717;
  background: #171717;
  min-height: 100px;
}
#footer .utilities-nav-list li {
  display: inline-block;
  margin: 0;
}
@media all and (max-width: 63.99em) {
  #footer .utilities-nav-list li {
    display: block;
    width: 100%;
    border: none;
  }
}
#footer .utilities-nav-list a {
  color: #FFFFFF;
  padding: 0 15px 0 15px;
}
#footer .utilities-nav-list a:hover {
  color: #e6e6e6;
}
@media all and (max-width: 63.99em) {
  #footer .utilities-nav-list a {
    font-size: 10px;
    padding: 10px 10px 0 0;
    display: block;
    width: 100%;
    border: none;
  }
}

.nav-footer li {
  float: left;
}
.nav-footer a {
  font-size: 10px;
  color: #FFFFFF;
}

.contact-us-card {
  padding: 10px;
}
.contact-us-card h1 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
.contact-us-card ul li {
  padding: 2px 0 2px 0;
}
.contact-us-card ul li b {
  font-weight: 400;
}

.contact-us-card-row {
  display: block;
  width: 100%;
  padding: 10px 0 10px 0;
  font-size: 0;
  border-bottom: 1px solid #e6e6e6;
  *zoom: 1;
}
.contact-us-card-row:before, .contact-us-card-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-us-card-row:after {
  clear: both;
}
.contact-us-card-row .column {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 14px;
}

.weather-dashboard {
  padding: 40px 0;
  margin-right: 20px;
}
.weather-dashboard .row {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #cccccc;
}
.weather-dashboard .column {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
}
.weather-dashboard .column:last-child {
  right: 0;
  float: right;
}
.weather-dashboard .column:nth-child(2) {
  min-width: 33%;
}
.weather-dashboard .weather-date {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #000000;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  vertical-align: top;
  text-align: center;
}
@media all and (max-width: 63.99em) {
  .weather-dashboard .weather-date {
    width: 60px;
    padding: 5px 5px 5px 15px;
    font-size: 14px;
  }
}
.weather-dashboard .weather-day-container {
  vertical-align: top;
  display: block;
  width: 60.33333333%;
  margin: 0 0 0 20px;
}
@media all and (max-width: 63.99em) {
  .weather-dashboard .weather-day-container {
    margin: 0 0 0 0px;
  }
}
.weather-dashboard .weather-day {
  vertical-align: top;
  font-size: 16px;
  font-weight: 600;
  color: #4d4d4d;
  display: block;
}
@media all and (max-width: 63.99em) {
  .weather-dashboard .weather-day {
    font-size: 12px;
  }
}
.weather-dashboard .weather-temp {
  vertical-align: top;
  font-size: 16px;
}
@media all and (max-width: 63.99em) {
  .weather-dashboard .weather-temp {
    font-size: 12px;
  }
}
.weather-dashboard .weather-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.weather-dashboard .weather-icon img {
  display: inline-block;
  margin: auto;
  vertical-align: middle;
}
@media all and (max-width: 63.99em) {
  .weather-dashboard .weather-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.weather-dashboard .weather-humidity {
  text-align: right;
  font-size: 12px;
}
@media all and (max-width: 63.99em) {
  .weather-dashboard .weather-humidity {
    font-size: 10px;
  }
}
.weather-dashboard .weather-speed {
  font-size: 12px;
}
@media all and (max-width: 63.99em) {
  .weather-dashboard .weather-speed {
    font-size: 10px;
  }
}
.weather-dashboard .weather-speed .weather-digit {
  font-size: 16px;
  font-weight: normal;
}
@media all and (max-width: 63.99em) {
  .weather-dashboard .weather-speed .weather-digit {
    font-size: 12px;
  }
}

.block-nav {
  width: 100%;
}
.block-nav li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 15px;
  margin-bottom: 2px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: #4d4d4d;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.block-nav li a .fa {
  position: relative;
  float: right;
  top: 2px;
  color: #FFFFFF;
  vertical-align: middle;
}
.block-nav li a:hover {
  color: #4d4d4d;
  border-color: #4d4d4d;
  background: #FFFFFF;
}
.block-nav li a:hover .fa {
  color: #000000;
}
.block-nav li a.selected {
  background: #FFFFFF;
  color: #4d4d4d;
  border-color: #4d4d4d;
}
.block-nav li a.selected .fa {
  float: right;
  color: #4d4d4d;
}

.nav-breadcrumb {
  height: 60px;
}
.nav-breadcrumb ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.nav-breadcrumb ul li {
  float: left;
  font-size: 12px;
  color: #010101;
  text-transform: uppercase;
}
@media all and (max-width: 63.99em) {
  .nav-breadcrumb ul li {
    font-size: 10px;
  }
}
@media all and (max-width: 79.99em) {
  .nav-breadcrumb ul li {
    font-size: 11px;
  }
}
.nav-breadcrumb ul li a {
  color: #010101;
  text-decoration: none;
}
.nav-breadcrumb ul li a:hover {
  color: #1b1b1b;
}
.nav-breadcrumb ul li span {
  display: inline-block;
  margin: 0 10px;
}
.nav-breadcrumb ul li:last-child span {
  display: none;
}

.control-container {
  display: block;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #eeeeee;
  *zoom: 1;
  *zoom: 1;
}
.control-container:before, .control-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-container:after {
  clear: both;
}
.control-container:first-child, .control-container:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}
.control-container:before, .control-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-container:after {
  clear: both;
}
.control-container .container {
  *zoom: 1;
}
.control-container .container:before, .control-container .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-container .container:after {
  clear: both;
}
.control-container .container > .inner {
  padding: 20px;
}
.control-container + .page-header {
  margin-top: 35px;
}

.control.has-border {
  border-bottom: 1px solid #cccccc;
}

.control-header {
  *zoom: 1;
}
.control-header:before, .control-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-header:after {
  clear: both;
}
.things-to-do .control-header {
  margin-left: 10px;
  margin-right: 10px;
}
@media all and (max-width: 63.99em) {
  .control-header {
    padding-bottom: 15px;
  }
}
.control-header:empty {
  display: none;
}
.control-header.has-border {
  border-bottom: 1px solid #7e8892;
}
.control-header .control-title.text-center {
  text-align: center;
}
.control-header .control-title.text-right {
  text-align: right;
}
.control-header .control-title h1 {
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
}
.control-header .control-title h2 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
}
.control-header .control-title h1:empty, .control-header .control-title h2:empty {
  display: none;
}
.sidebar .control-header .control-title {
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 1px solid #000;
}
.sidebar .control-header .control-title h1 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}
.sidebar .control-header .control-title h2 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.control-header > .container {
  padding-left: 0;
  padding-right: 0;
}

@media all and (max-width: 39.99em) {
  .booking-form .column {
    margin-top: 20px;
  }
}
.booking-form .column .inner {
  padding: 0 0 40px 40px;
}
@media all and (max-width: 39.99em) {
  .booking-form .column .inner {
    padding: 0;
  }
}
@media all and (max-width: 39.99em) {
  .booking-form .column:first-child {
    margin-top: 0px;
  }
}
.booking-form .column:first-child .inner {
  padding: 0 40px 40px 0;
}
@media all and (max-width: 39.99em) {
  .booking-form .column:first-child .inner {
    padding: 20px 0 0;
  }
}

.contact-form .control-header {
  margin-bottom: 40px;
}

.contact-cards .contact-card-row {
  display: table;
  width: 100%;
  margin: 40px 0 40px 0;
}
.contact-cards .contact-card-row:first-child {
  margin-top: 0;
}
.contact-cards .contact-card-row .column {
  display: table-cell;
  vertical-align: top;
}
@media all and (max-width: 39.99em) {
  .contact-cards .contact-card-row .column {
    display: block;
    width: 100%;
  }
}
.contact-cards .contact-card-row img {
  border: 1px solid #000000;
  display: inline-block;
  margin-right: 10px;
}
.contact-cards .contact-card-row .inner {
  padding: 0;
}
.contact-cards .contact-card-row h6 {
  margin-bottom: 10px;
}
.contact-cards .contact-card-row p, .contact-cards .contact-card-row a {
  margin-bottom: 10px;
}

.accordion {
  *zoom: 1;
}
.accordion:before, .accordion:after {
  display: table;
  content: "";
  line-height: 0;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion .accordion-items .accordion-item {
  margin: 0;
  padding: 0;
}
.accordion .accordion-item {
  font-size: 14px;
  margin-top: 1px !important;
  border: 1px solid #000000;
}
.accordion .accordion-item:first-child {
  margin-top: 0;
}
.accordion .accordion-item.is-open .accordion-trigger {
  color: #FFFFFF;
  font-weight: normal;
  background: #000000;
}
.accordion .accordion-item.is-open .accordion-trigger i {
  background: url('img/icon-accordion-trigger-open.png?1423040135') 50% no-repeat;
  background-image: url("img/icon-accordion-trigger-open@2x.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .accordion .accordion-item.is-open .accordion-trigger i {
    background-image: url("img/icon-accordion-trigger-open@2x@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: image-width, image-height;
    -o-background-size: image-width, image-height;
    -webkit-background-size: image-width, image-height;
    background-size: image-width, image-height;
  }
}
.accordion .accordion-item.is-open .accordion-content {
  min-height: 1px;
  max-height: 9999px;
}
.accordion .accordion-trigger {
  position: relative;
  display: block;
  padding: 10px 31px 10px 15px;
  color: #000;
  background: #FFFFFF;
  text-transform: uppercase;
}
.accordion .accordion-trigger:hover {
  color: #262626;
}
.accordion .accordion-trigger i {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 16px;
  height: 16px;
  margin: -8px auto auto auto;
  background: url('img/icon-accordion-trigger.png?1423040135') 50% no-repeat;
  background-image: url("img/icon-accordion-trigger@2x.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .accordion .accordion-trigger i {
    background-image: url("img/icon-accordion-trigger@2x@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: image-width, image-height;
    -o-background-size: image-width, image-height;
    -webkit-background-size: image-width, image-height;
    background-size: image-width, image-height;
  }
}
.accordion .accordion-content {
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s ease, all 0.3s ease;
  -o-transition: all 0.3s ease, all 0.3s ease;
  -webkit-transition: all 0.3s ease, all 0.3s ease;
  transition: all 0.3s ease, all 0.3s ease;
}
.accordion .accordion-content .inner {
  margin: 25px;
  *zoom: 1;
}
.accordion .accordion-content .inner:before, .accordion .accordion-content .inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.accordion .accordion-content .inner:after {
  clear: both;
}
.accordion .accordion-content .button-group {
  margin-bottom: 0;
}
.accordion .inner {
  padding: 0em;
}

.listing .list {
  list-style: outside none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.listing .list li {
  margin: 0;
  padding: 0;
  background: 0 none;
}
.listing .list:before, .listing .list:after {
  display: table;
  content: "";
  line-height: 0;
}
.listing .list:after {
  clear: both;
}
.listing .list .list-item {
  display: inline-block;
  width: 100%;
  padding: 40px 0;
}
@media all and (max-width: 79.99em) {
  .listing .list .list-item {
    padding: 30px 0;
  }
}
@media all and (max-width: 63.99em) {
  .listing .list .list-item {
    padding: 20px 0;
  }
}
.listing .list .list-item.has-border {
  margin-right: -100px;
  padding-right: 100px;
  border-bottom: 1px solid #000;
}
.listing .list .list-item.has-border:last-child, .listing .list .list-item.has-border:last-of-type {
  border-bottom: none;
}
.listing .list .list-item .list-item-header {
  margin: 0 0 20px;
  color: #000000;
}
.listing .list .list-item .list-item-header h1 {
  margin: 0 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
}
.listing .list .list-item .list-item-header date, .listing .list .list-item .list-item-header time {
  display: inline-block;
  font-size: 13px;
}
.listing .list .list-item .column {
  float: left;
  width: 100%;
  margin: 0;
  vertical-align: top;
}
.listing .list .list-item.img-left .column, .listing .list .list-item.img-right .column {
  width: 50%;
}
@media all and (max-width: 79.99em) {
  .listing .list .list-item.img-left .column, .listing .list .list-item.img-right .column {
    width: 100%;
  }
}
.listing .list .list-item.img-left .button, .listing .list .list-item.img-right .button {
  width: 100%;
}
.listing .list .list-item.img-left .column.text {
  padding: 0 0 0 30px;
}
@media all and (max-width: 79.99em) {
  .listing .list .list-item.img-left .column.text {
    padding: 10px 0;
  }
}
.listing .list .list-item.img-right .column.image {
  float: right;
}
.listing .list .list-item.img-right .column.text {
  padding: 0 30px 0 0;
}
.listing .list .list-item p {
  font-size: 14px;
  color: #7c7b7b;
}
.listing .list .list-item small {
  display: block;
  font-size: 11px;
  color: #7c7b7b;
  margin-top: 10px;
}
.listing .list .list-item .button {
  margin-top: 15px;
}
.listing.vacancies .button.fullwidth {
  width: 50%;
}
.listing.whats-on .list-item:first-child, .listing.whats-on .list-item:first-of-type {
  padding-top: 0;
}
.listing.whats-on .list-item-header h1 {
  font-size: 30px !important;
}
.listing.whats-on .list-item-header date, .listing.whats-on .list-item-header time {
  font-size: 24px !important;
}
.listing.whats-on p {
  font-size: 16px !important;
}

.view-more {
  display: block;
  float: left;
  width: 100%;
  margin: 60px 0;
}
@media all and (max-width: 79.99em) {
  .view-more {
    margin: 30px 0;
  }
}
@media all and (max-width: 63.99em) {
  .view-more {
    margin: 15px 0;
  }
}
.view-more.center {
  text-align: center;
}

.links p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}
.links a {
  color: #000000;
}
.links a:hover {
  color: #262626;
  text-decoration: underline;
}
.links.quick-links a {
  color: #000000;
  font-style: italic;
}
.links.quick-links a:hover {
  color: black;
  text-decoration: underline;
}
.links.popular-links date {
  font-size: 14px;
}

.aside-bar hgroup {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.aside-bar h1 {
  text-transform: uppercase;
}
.aside-bar p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}

.slide_out_panel {
  z-index: 3001;
  position: fixed;
  top: 0;
  left: -60%;
  background: #FFFFFF;
  width: 60%;
  height: 100%;
  -moz-transition: all 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: all 0.2s ease, -o-transform 0.2s ease;
  -webkit-transition: all 0.2s ease, -webkit-transform 0.2s ease;
  transition: all 0.2s ease, transform 0.2s ease;
}
@media all and (max-width: 79.99em) {
  .slide_out_panel {
    width: 80%;
  }
}
@media all and (max-width: 63.99em) {
  .slide_out_panel {
    width: 100%;
    display: none;
  }
}
.slide_out_panel hgroup {
  border-bottom: 1px solid #b3b3b3;
  padding: 10px 0 10px 0;
}
.slide_out_panel hgroup h1 {
  font-size: 30px;
  text-transform: uppercase;
}
@media all and (max-width: 63.99em) {
  .slide_out_panel hgroup h1 {
    font-size: 18px;
  }
}
.csstransforms3d .slide_out_panel {
  left: 0;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide_out_panel.is-open {
  left: auto;
  -moz-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 63.99em) {
  .slide_out_panel.is-open {
    right: 42px;
  }
}
.csstransforms3d .slide_out_panel.is-open {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide_out_panel.is-open .is-current .fa {
  display: none !important;
}
.slide_out_panel.is-open .is-current .fa.fa-close {
  display: inline-block !important;
}
.slide_out_panel .inner {
  height: 90%;
  margin: 40px 0 40px 40px;
  padding-right: 40px;
  overflow: auto;
}
@media all and (max-width: 63.99em) {
  .slide_out_panel .inner {
    margin: 20px 20px 0 20px;
  }
}
.slide_out_panel .attribution-service {
  padding: 10px 0 0 0;
}
.slide_out_panel input[type=text] {
  width: 80%;
}
@media all and (max-width: 63.99em) {
  .slide_out_panel input[type=text] {
    width: 70%;
  }
}

.scrollable {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.slide_out_panel_nav {
  position: absolute;
  right: -42px;
  top: 200px;
  height: auto;
  margin: 0 !important;
  list-style: none !important;
}
.slide_out_panel_nav .hide-text {
  display: none;
}
.slide_out_panel_nav li {
  display: block;
  margin: 0 !important;
}
.slide_out_panel_nav a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  vertical-align: bottom;
  color: #FFFFFF;
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.2em;
  background: #3a3a3a;
  background: rgba(0, 0, 0, 0.7);
}
@media all and (max-width: 63.99em) {
  .slide_out_panel_nav a {
    background: #000000;
  }
}
.slide_out_panel_nav a:visited {
  color: #FFFFFF;
}
.slide_out_panel_nav a:hover {
  background: rgba(0, 0, 0, 0.95);
}
.slide_out_panel_nav a .fa-close {
  display: none !important;
}

.selected a {
  background: white;
  color: #000000;
}

.carousel-thumb-container {
  position: relative;
  min-height: 200px;
  max-height: 200px;
  margin: 0 auto;
  padding: 0 50px;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
.carousel-thumb-container:before, .carousel-thumb-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.carousel-thumb-container:after {
  clear: both;
}
.carousel-thumb-container .inner {
  display: block;
  min-height: 200px;
  margin-bottom: -30px;
  padding: 0 0 30px;
  overflow: hidden;
  overflow-x: scroll;
}
.carousel-thumb-container .icon-prev {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  margin-top: -17.5px;
  background: url("img/icon_prev.png") no-repeat 50%;
  background-size: cover;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.carousel-thumb-container .icon-prev:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.carousel-thumb-container .icon-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.carousel-thumb-container .icon-next {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 35px;
  margin-top: -17.5px;
  background: url("img/icon_next.png") no-repeat 50%;
  background-size: cover;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.carousel-thumb-container .icon-next:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.carousel-thumb-container .icon-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.carousel-thumb-container .carousel-thumb-contents {
  list-style: outside none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  min-width: 100%;
  min-width: 1283px;
  min-height: 200px;
  margin: 0 auto;
}
.carousel-thumb-container .carousel-thumb-contents li {
  margin: 0;
  padding: 0;
  background: 0 none;
}
.carousel-thumb-container .carousel-thumb-contents li {
  float: left;
  width: auto;
  height: 200px;
  line-height: 200px;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
}
.carousel-thumb-container .carousel-thumb-contents a {
  display: inline-block;
  margin: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  text-align: center;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  vertical-align: middle;
}
.carousel-thumb-container .carousel-thumb-contents a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.carousel-thumb-container .carousel-thumb-contents img {
  display: block;
  margin: 0;
  max-width: 100%;
}

.things-to-do {
  margin: 0 -10px;
}

.grid-thumbnail {
  list-style: outside none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: table;
  min-width: 100%;
  margin: 0;
  text-align: center;
}
.grid-thumbnail li {
  margin: 0;
  padding: 0;
  background: 0 none;
}
.grid-thumbnail .grid-thumbnail-item {
  position: relative;
  display: table-cell;
  border: 10px solid transparent;
}
@media all and (max-width: 63.99em) {
  .grid-thumbnail .grid-thumbnail-item {
    display: block;
    width: 100%;
  }
}
.grid-thumbnail .grid-thumbnail-item .lt-ie9 {
  behavior: url(_plugins/boxsizing.htc);
}
.grid-thumbnail .outer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.grid-thumbnail .outer:hover {
  background-color: rgba(0, 0, 0, 0.8);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.grid-thumbnail .thumbnail-img {
  display: block;
  width: 100%;
  height: 100%;
}
.grid-thumbnail .thumbnail-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
}
.grid-thumbnail .thumbnail-text .inner {
  display: table-cell;
  vertical-align: middle;
}
.grid-thumbnail .thumbnail-text h2 {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 1em;
}
@media all and (max-width: 39.99em) {
  .grid-thumbnail .thumbnail-text h2 {
    font-size: 14px;
  }
}
.grid-thumbnail .thumbnail-text h2 span {
  display: block;
  font-size: 10px !important;
  font-weight: normal;
}
.grid-thumbnail .thumbnail-text .button {
  width: 60%;
  text-transform: none;
}

.grid-articles {
  list-style: outside none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0 -10px;
  text-align: center;
  font-size: 0;
}
.grid-articles li {
  margin: 0;
  padding: 0;
  background: 0 none;
}
.grid-articles .grid-articles-item {
  position: relative;
  display: inline-block;
  width: 33.33333%;
  border: 10px solid transparent;
  text-align: left;
}
@media all and (max-width: 63.99em) {
  .grid-articles .grid-articles-item {
    width: 100%;
  }
}
.grid-articles .grid-articles-item .lt-ie9 {
  behavior: url(_plugins/boxsizing.htc);
}
.grid-articles .grid-articles-item .article-text hgroup {
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
}
.grid-articles .grid-articles-item .article-text date, .grid-articles .grid-articles-item .article-text time {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 12px;
  color: #000000;
}
.grid-articles .grid-articles-item .article-text h1 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
}
.grid-articles .grid-articles-item .article-text p {
  margin-bottom: 15px;
  font-size: 12px;
  color: #666666;
}
.grid-articles .grid-articles-item .article-text .button {
  margin-top: 15px;
}

.banner-slider-controls {
  position: absolute;
  left: 47%;
  bottom: 10%;
}

.banner-slider-counter {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner-slider-counter li {
  float: left;
  margin-left: 10px;
}
.banner-slider-counter li:first-child {
  margin: 0;
}
.banner-slider-counter a {
  display: block;
  text-align: center;
  width: 16px;
  height: 16px;
  background: white;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.banner-slider-counter a:hover {
  background: #FFFFFF;
}
.banner-slider-counter a.selected {
  background: #FFFFFF;
}

@media all and (min-width: 40em) {
  .desktop-landing {
    display: block;
  }
}
@media all and (max-width: 63.99em) {
  .desktop-landing {
    display: none;
  }
}

@media all and (min-width: 64em) {
  .mobile-landing {
    display: none;
  }
}
@media all and (max-width: 63.99em) {
  .mobile-landing {
    display: block;
  }
}

.tabs {
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
.tabs:before, .tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabs:after {
  clear: both;
}
.tabs .container {
  padding-top: 0;
  padding-bottom: 0;
  border: 0 none;
}
.tabs .tabs-nav {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
@media all and (max-width: 63.99em) {
  .tabs .tabs-nav {
    display: block;
    margin: 0 20px;
    overflow: auto;
  }
}
.tabs .tabs-nav .tabs-control {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 100%;
  color: #000;
  text-align: center;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.tabs .tabs-nav .tabs-control:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.tabs .tabs-nav .tabs-control i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 13px;
  margin: -6.5px auto auto -4px;
}
.tabs .tabs-nav .tabs-control.prev {
  left: 0;
  border-right: 1px solid #c4c4c4;
}
.tabs .tabs-nav .tabs-control.prev i {
  background-image: url("img/tabs-prev.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tabs .tabs-nav .tabs-control.prev i {
    background-image: url("img/tabs-prev@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 8px, 13px;
    -o-background-size: 8px, 13px;
    -webkit-background-size: 8px, 13px;
    background-size: 8px, 13px;
  }
}
.tabs .tabs-nav .tabs-control.next {
  right: 0;
  border-left: 1px solid #c4c4c4;
}
.tabs .tabs-nav .tabs-control.next i {
  background-image: url("img/tabs-next.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tabs .tabs-nav .tabs-control.next i {
    background-image: url("img/tabs-next@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 8px, 13px;
    -o-background-size: 8px, 13px;
    -webkit-background-size: 8px, 13px;
    background-size: 8px, 13px;
  }
}
.tabs .tabs-nav > .outer {
  position: relative;
  margin: 0 auto;
}
.tabs .tabs-nav > .outer > .inner {
  padding: 0;
  overflow: hidden;
}
.tabs .tabs-nav ul {
  list-style: outside none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0 auto;
}
.tabs .tabs-nav ul li {
  margin: 0;
  padding: 0;
  background: 0 none;
}
.tabs .tabs-nav ul li {
  top: 4px;
  line-height: 50px;
  border: 1px solid #c4c4c4;
  border-bottom: none;
  display: block;
  float: left;
  position: relative;
}
.tabs .tabs-nav ul li a {
  color: #000;
  display: block;
  padding: 0 60px;
  font-size: 14px;
  background: #f3f2f2;
  text-transform: uppercase;
  white-space: nowrap;
}
@media all and (max-width: 79.99em) {
  .tabs .tabs-nav ul li a {
    width: 100%;
    padding: 0 30px;
  }
}
@media all and (max-width: 63.99em) {
  .tabs .tabs-nav ul li a {
    width: 100%;
    padding: 0 15px;
  }
}
.tabs .tabs-nav ul li a:hover {
  color: #1a1a1a;
}
.tabs .tabs-nav ul li.tab-current {
  -moz-box-shadow: 0 -4px 0 0 #000;
  -webkit-box-shadow: 0 -4px 0 0 #000;
  box-shadow: 0 -4px 0 0 #000;
  border-bottom: none;
  z-index: 100;
}
.tabs .tabs-nav ul li.tab-current a {
  color: #000;
  background: #fff;
}
.tabs .tabs-content {
  text-align: left;
}
@media all and (max-width: 63.99em) {
  .tabs .tabs-content {
    border: 1px solid #c4c4c4;
    border-top: 0 none;
    margin-top: -3px;
    padding: 25px;
  }
}
.tabs .tabs-content section {
  padding: 100px 0 0;
  display: none;
  max-width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 63.99em) {
  .tabs .tabs-content section {
    padding-top: 25px;
  }
}
.tabs .tabs-content section:before, .tabs .tabs-content section:after {
  content: '';
  display: table;
}
.tabs .tabs-content section:after {
  clear: both;
}
.no-js .tabs .tabs-content section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid #47a3da;
}
.tabs .tabs-content section.content-current {
  display: block;
}
.tabs.scroll .tabs-nav {
  width: 100%;
}
.tabs.scroll .tabs-nav .tabs-control {
  display: block;
}
.tabs.scroll .tabs-nav > .outer {
  max-width: 1180px;
  padding: 5px 32px;
  overflow: hidden;
}
.tabs.scroll .tabs-nav > .outer > .inner {
  margin: 0 auto -45px;
  padding: 0 0 30px 5px;
  overflow-x: scroll;
  text-align: center;
}

.grid-images .grid {
  width: 100%;
  list-style: outside none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.grid-images .grid li {
  margin: 0;
  padding: 0;
  background: 0 none;
}
.flexbox .grid-images .grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-images .grid .grid-item {
  float: left;
  width: 25%;
  padding: 15px;
}
.flexbox .grid-images .grid .grid-item {
  display: -webkit-flex;
  display: flex;
}
.no-js .flexbox .grid-images .grid .grid-item {
  float: left;
  width: 25%;
}
.no-js .grid-images .grid .grid-item {
  float: none;
  width: 100%;
}
@media all and (max-width: 79.99em) {
  .grid-images .grid .grid-item {
    width: 50%;
  }
}
@media all and (max-width: 63.99em) {
  .grid-images .grid .grid-item {
    width: 100%;
    padding: 15px 0;
  }
  .grid-images .grid .grid-item:first-child {
    padding-top: 0;
  }
}
.grid-images .grid .grid-item > a {
  display: block;
}
.grid-images .grid .grid-item > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.grid-images .grid .grid-item .grid-item-inner {
  display: block;
  width: 100%;
  overflow: hidden;
}
.grid-images .grid .grid-item img {
  display: block;
  width: 100%;
}
.no-js .flexbox .grid-images .grid .grid-item img {
  max-width: none;
  float: none;
  margin-left: 0;
}
.grid-images .grid .grid-item figcaption {
  display: none;
}

.article-full-width article {
  border: none;
  width: 100%;
}
.article-full-width .page-title h1 {
  color: #000000;
  text-transform: uppercase;
  text-align: left;
}
.article-full-width aside {
  display: none;
}

.calendar {
  float: left;
  width: 100%;
}
.calendar .calendar-header {
  position: relative;
  margin-bottom: 50px;
}
@media all and (max-width: 63.99em) {
  .calendar .calendar-header {
    margin-bottom: 10px;
  }
}
.calendar .calendar-header .calendar-title {
  margin: 0 50px;
  font-family: "Gill Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 60px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
@media all and (max-width: 63.99em) {
  .calendar .calendar-header .calendar-title {
    font-size: 24px;
  }
}
.calendar .calendar-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  background-image: url("img/cal_arrow_left.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .calendar .calendar-prev {
    background-image: url("img/cal_arrow_left@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 40px, 40px;
    -o-background-size: 40px, 40px;
    -webkit-background-size: 40px, 40px;
    background-size: 40px, 40px;
  }
}
.calendar .calendar-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  background-image: url("img/cal_arrow_right.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .calendar .calendar-next {
    background-image: url("img/cal_arrow_right@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 40px, 40px;
    -o-background-size: 40px, 40px;
    -webkit-background-size: 40px, 40px;
    background-size: 40px, 40px;
  }
}
.calendar .calendar-month {
  margin: 0;
}
.calendar .calendar-days.week .calendar-day {
  padding: 15px 0;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  border: 0 none;
  text-align: left;
}
@media all and (max-width: 63.99em) {
  .calendar .calendar-days.week .calendar-day {
    text-align: center;
  }
}
.calendar .calendar-day {
  float: left;
  width: 14.28571%;
  padding: 0;
  font-family: "Gill Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  border: 0 none;
}
.calendar .calendar-day a {
  display: block;
  height: 100px;
  line-height: 100px;
  margin: 2px;
  border: 1px solid #000000;
  background-size: cover;
  *behavior: url(_plugins/backgroundsize.htc);
}
@media all and (max-width: 63.99em) {
  .calendar .calendar-day a {
    height: auto;
    line-height: 1;
  }
}
.calendar .calendar-day a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.calendar .calendar-day h3 {
  font-size: 52px;
  line-height: 100px;
}
@media all and (max-width: 63.99em) {
  .calendar .calendar-day h3 {
    font-size: 20px;
    line-height: 1;
  }
}

.whats-on-calendar {
  z-index: 2;
  border-collapse: separate;
  border-spacing: 3px;
}
.whats-on-calendar caption {
  text-align: center;
}
.whats-on-calendar date {
  font-size: 2.6em;
  font-weight: 800;
  margin: 0 auto;
  width: 30%;
  text-transform: uppercase;
  color: #000000;
}
.whats-on-calendar .left {
  display: block;
  float: left;
}
.whats-on-calendar .right {
  display: block;
  float: right;
}
.whats-on-calendar th {
  font-size: 1em;
  vertical-align: bottom;
  border: none;
}
.whats-on-calendar td {
  position: relative;
  border: none;
  height: 100px;
  border: 1px solid #000000;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
}
.whats-on-calendar td a {
  color: #000000;
}
.whats-on-calendar tr {
  border: none;
}
.whats-on-calendar .event-pic {
  width: 100%;
  text-align: center;
  background: url("../css/img/placeholder1.jpg") center center;
  background-size: cover;
}
.whats-on-calendar .event-pic a {
  color: #FFFFFF;
}

.grid-masonry, .grid-masonry-new {
  position: relative;
  margin: 0;
  *zoom: 1;
}
.grid-masonry:before, .grid-masonry:after, .grid-masonry-new:before, .grid-masonry-new:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-masonry:after, .grid-masonry-new:after {
  clear: both;
}
.grid-masonry .grid, .grid-masonry-new .grid {
  width: 100%;
  list-style: outside none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.grid-masonry .grid li, .grid-masonry-new .grid li {
  margin: 0;
  padding: 0;
  background: 0 none;
}
.grid-masonry .grid .grid-item-gutter, .grid-masonry-new .grid .grid-item-gutter {
  visibility: hidden;
  width: 0.84746%;
}
@media all and (min-width: 40em) {
  .grid-masonry .grid .grid-item-sizer, .grid-masonry-new .grid .grid-item-sizer {
    width: 287.5px;
  }
}
.grid-masonry .grid .grid-item, .grid-masonry-new .grid .grid-item {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0.84746%;
  overflow: hidden;
}
@media all and (min-width: 40em) {
  .grid-masonry .grid .grid-item.grid-item-w1, .grid-masonry-new .grid .grid-item.grid-item-w1 {
    max-width: 287.5px;
  }
}
@media all and (min-width: 40em) {
  .grid-masonry .grid .grid-item.grid-item-w2, .grid-masonry-new .grid .grid-item.grid-item-w2 {
    max-width: 585px;
  }
}
@media all and (min-width: 40em) {
  .grid-masonry .grid .grid-item.grid-item-w4, .grid-masonry-new .grid .grid-item.grid-item-w4 {
    max-width: 1180px;
  }
}
.grid-masonry .grid .grid-item > a, .grid-masonry-new .grid .grid-item > a {
  display: block;
}
.grid-masonry .grid .grid-item > a:hover, .grid-masonry-new .grid .grid-item > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.grid-masonry .grid .grid-item .grid-item-inner, .grid-masonry-new .grid .grid-item .grid-item-inner {
  display: block;
  width: 100%;
  overflow: hidden;
}
.grid-masonry .grid .grid-item img, .grid-masonry-new .grid .grid-item img {
  display: block;
  width: 100%;
  height: auto;
}
.grid-masonry .grid .grid-item figcaption, .grid-masonry-new .grid .grid-item figcaption {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
  -moz-transition: all 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: all 0.2s ease, -o-transform 0.2s ease;
  -webkit-transition: all 0.2s ease, -webkit-transform 0.2s ease;
  transition: all 0.2s ease, transform 0.2s ease;
}
.csstransforms3d .grid-masonry .grid .grid-item figcaption, .csstransforms3d .grid-masonry-new .grid .grid-item figcaption {
  bottom: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.grid-masonry .grid .grid-item figcaption > .outer, .grid-masonry-new .grid .grid-item figcaption > .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.grid-masonry .grid .grid-item figcaption > .outer > .inner, .grid-masonry-new .grid .grid-item figcaption > .outer > .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
}
.grid-masonry .grid .grid-item figcaption > .outer > .inner h3, .grid-masonry-new .grid .grid-item figcaption > .outer > .inner h3 {
  color: #fff;
  text-transform: uppercase;
}
@media all and (min-width: 64em) and (max-width: 79.99em) {
  .grid-masonry .grid .grid-item figcaption > .outer > .inner h3, .grid-masonry-new .grid .grid-item figcaption > .outer > .inner h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 63.99em) {
  .grid-masonry .grid .grid-item figcaption > .outer > .inner h3, .grid-masonry-new .grid .grid-item figcaption > .outer > .inner h3 {
    font-size: 20px;
  }
}
.grid-masonry .grid .grid-item figcaption > .outer > .inner h4, .grid-masonry-new .grid .grid-item figcaption > .outer > .inner h4 {
  color: #fff;
  text-transform: uppercase;
}
@media all and (min-width: 64em) and (max-width: 79.99em) {
  .grid-masonry .grid .grid-item figcaption > .outer > .inner h4, .grid-masonry-new .grid .grid-item figcaption > .outer > .inner h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 63.99em) {
  .grid-masonry .grid .grid-item figcaption > .outer > .inner h4, .grid-masonry-new .grid .grid-item figcaption > .outer > .inner h4 {
    font-size: 16px;
  }
}
.grid-masonry .grid .grid-item figcaption > .outer > .inner .button, .grid-masonry-new .grid .grid-item figcaption > .outer > .inner .button {
  margin-top: 30px;
}
.grid-masonry .grid .grid-item:hover figcaption, .grid-masonry-new .grid .grid-item:hover figcaption {
  bottom: 0;
}
.csstransforms3d .grid-masonry .grid .grid-item:hover figcaption, .csstransforms3d .grid-masonry-new .grid .grid-item:hover figcaption {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.grid-masonry .grid .grid-item-galleries.is-hidden, .grid-masonry-new .grid .grid-item-galleries.is-hidden {
  display: none;
}

.image figure {
  display: block;
  margin: 0;
}
.image figure.fullwidth {
  width: 100%;
}
.image figure.fullwidth img {
  min-width: 100%;
}
.image figure.sixteen-nine {
  position: relative;
}
.image figure.sixteen-nine:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.image figure.sixteen-nine > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image figure.four-three {
  position: relative;
}
.image figure.four-three:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 75%;
}
.image figure.four-three > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.map #map-container, .map .map-container {
  position: relative;
  width: 100%;
  height: 400px;
}
@media all and (max-width: 39.99em) {
  .map #map-container, .map .map-container {
    margin-bottom: 20px;
  }
}
.map #map, .map .map-embed {
  position: relative;
  width: 90%;
  height: 400px;
}
@media all and (max-width: 39.99em) {
  .map #map, .map .map-embed {
    width: 100%;
  }
}
.map address {
  position: absolute;
  width: 90%;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
  font-size: 13px;
  color: #fff;
}
@media all and (max-width: 39.99em) {
  .map address {
    width: 100%;
    display: none;
  }
}
.map .map-zoom-in, .map .map-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("img/svg/map-icon-controller.svg");
}
.no-touch .map .map-zoom-in:hover, .no-touch .map .map-zoom-out:hover {
  background-color: black;
}
.map .map-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
.map .map-zoom-out {
  background-position: 50% -32px;
}

.accordion-map {
  *zoom: 1;
}
.accordion-map:before, .accordion-map:after {
  display: table;
  content: "";
  line-height: 0;
}
.accordion-map:after {
  clear: both;
}
.accordion-map .accordion-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion-map .accordion-item {
  position: relative;
  margin: -1px 0 0;
  padding: 0;
  font-size: 14px;
  color: #222;
  border: 1px solid #777777;
  border-bottom: 0 none;
}
.accordion-map .accordion-item:first-child {
  margin-top: 0;
}
.accordion-map .accordion-item.is-open {
  margin-bottom: 15px;
  border-bottom: 1px solid #777777;
}
.accordion-map .accordion-item.is-open .accordion-trigger i {
  background-image: url("img/icon-accordion-map-trigger-open.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .accordion-map .accordion-item.is-open .accordion-trigger i {
    background-image: url("img/icon-accordion-map-trigger-open@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 18px, 12px;
    -o-background-size: 18px, 12px;
    -webkit-background-size: 18px, 12px;
    background-size: 18px, 12px;
  }
}
.accordion-map .accordion-item.is-open .accordion-content {
  min-height: 1px;
  max-height: 9999px;
  border-color: #777777;
}
.accordion-map .accordion-trigger {
  position: relative;
  display: block;
  padding: 15px 25px 15px 40px;
  color: #222;
  border-left: 60px solid transparent;
}
@media all and (max-width: 79.99em) {
  .accordion-map .accordion-trigger {
    padding: 15px 25px 15px 30px;
    border-left: 20px solid transparent;
  }
}
@media all and (max-width: 63.99em) {
  .accordion-map .accordion-trigger {
    padding: 15px 25px 15px 10px;
    border-left: 15px solid transparent;
  }
}
.accordion-map .accordion-trigger:hover {
  color: #1a1a1a;
}
.accordion-map .accordion-trigger i {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 18px;
  height: 12px;
  margin: -6px auto auto auto;
  background-image: url("img/icon-accordion-map-trigger.png");
  background-repeat: no-repeat;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .accordion-map .accordion-trigger i {
    background-image: url("img/icon-accordion-map-trigger@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 18px, 12px;
    -o-background-size: 18px, 12px;
    -webkit-background-size: 18px, 12px;
    background-size: 18px, 12px;
  }
}
.accordion-map .accordion-content {
  border-top: 1px solid #777777;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-map .accordion-content .inner {
  margin: 60px;
  font-size: 14px;
  color: #7c7b7b;
  *zoom: 1;
}
.accordion-map .accordion-content .inner:before, .accordion-map .accordion-content .inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.accordion-map .accordion-content .inner:after {
  clear: both;
}
@media all and (max-width: 63.99em) {
  .accordion-map .accordion-content .inner {
    margin: 30px 50px;
  }
}
@media all and (max-width: 39.99em) {
  .accordion-map .accordion-content .inner {
    margin: 15px 25px;
  }
}
.accordion-map .accordion-content ul {
  margin-bottom: 14px;
}
.accordion-map .accordion-content .button-group {
  margin-bottom: 0;
}

.map-address #map-container {
  height: 400px;
}

.download ul.downloads {
  list-style: outside none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  margin: 0 30px 0 0;
}
.download ul.downloads li {
  margin: 0;
  padding: 0;
  background: 0 none;
}
@media all and (max-width: 63.99em) {
  .download ul.downloads {
    margin-left: 0;
    margin-right: 0;
  }
}
.download ul.downloads > li {
  margin: 15px 0 0;
}
.download ul.downloads > li:first-child {
  margin-top: 15px;
}
.download ul.downloads > li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.download ul.downloads > li i {
  display: none;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  vertical-align: baseline;
}
.download.pdf i {
  background-image: url("img/icon_download.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .download.pdf i {
    background-image: url("img/icon_download@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 15px, 16px;
    -o-background-size: 15px, 16px;
    -webkit-background-size: 15px, 16px;
    background-size: 15px, 16px;
  }
}

.img-text-overlay .row {
  margin-top: 10px;
}
.img-text-overlay .row:first-child {
  margin-top: 0;
}
.img-text-overlay [class*="desktop-"] > .inner, .img-text-overlay [class*="tablet-"] > .inner, .img-text-overlay [class*="mobile-"] > .inner,
.img-text-overlay [class^="desktop-"] > .inner, .img-text-overlay [class^="tablet-"] > .inner, .img-text-overlay [class^="mobile-"] > .inner {
  padding: 0;
  margin-left: 5px;
}
.img-text-overlay [class*="desktop-"]:first-child > .inner, .img-text-overlay [class*="tablet-"]:first-child > .inner, .img-text-overlay [class*="mobile-"]:first-child > .inner,
.img-text-overlay [class^="desktop-"]:first-child > .inner, .img-text-overlay [class^="tablet-"]:first-child > .inner, .img-text-overlay [class^="mobile-"]:first-child > .inner {
  margin-left: 0;
  margin-right: 5px;
}
.img-text-overlay .hover-tile-outer {
  position: relative;
  cursor: pointer;
  height: 320px;
  overflow: hidden;
}
.img-text-overlay .hover-tile-outer img.img-bg {
  display: block;
  border: 1px solid #000000;
  min-width: 100%;
}
@media all and (max-width: 63.99em) {
  .img-text-overlay .hover-tile-outer img.img-bg {
    min-height: 320px;
  }
}
.img-text-overlay .hover-tile-outer .hover-tile-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-text-overlay .hover-tile-outer .hover-tile-container:hover .hover-tile, .touch .img-text-overlay .hover-tile-outer .hover-tile-container .hover-tile {
  top: 0;
  z-index: 1;
}
.csstransform .img-text-overlay .hover-tile-outer .hover-tile-container:hover .hover-tile, .csstransform .touch .img-text-overlay .hover-tile-outer .hover-tile-container .hover-tile {
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.img-text-overlay .hover-tile-outer .hover-tile {
  position: relative;
  top: 100%;
  background: inherit;
  color: white;
  height: inherit;
  overflow: hidden;
  padding: 20px;
  z-index: 2;
  -moz-transition: all, ease-in-out 0.2s;
  -o-transition: all, ease-in-out 0.2s;
  -webkit-transition: all, ease-in-out 0.2s;
  transition: all, ease-in-out 0.2s;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}
.img-text-overlay .hover-tile-outer .hover-tile p {
  color: white;
}
.img-text-overlay .hover-tile-outer .hover-tile h4 {
  margin-bottom: 0.5em;
}
.img-text-overlay .hover-tile-outer .button {
  position: absolute !important;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 100px;
  line-height: 100px;
}
@media all and (max-width: 63.99em) {
  .img-text-overlay .hover-tile-outer .button {
    height: 60px;
    line-height: 60px;
  }
}
@media all and (max-width: 79.99em) {
  .img-text-overlay .hover-tile-outer .button {
    height: 80px;
    line-height: 80px;
  }
}

.grid-services {
  margin: 0 5px;
  *zoom: 1;
}
.grid-services:before, .grid-services:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-services:after {
  clear: both;
}
.grid-services .grid {
  width: 100%;
  list-style: outside none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.grid-services .grid li {
  margin: 0;
  padding: 0;
  background: 0 none;
}
.flexbox .grid-services .grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-services .grid .grid-item {
  position: relative;
  float: left;
  width: 48%;
  margin: 0 .5% 1%;
  overflow: hidden;
}
.flexbox .grid-services .grid .grid-item {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 15px;
}
@media all and (max-width: 63.99em) {
  .flexbox .grid-services .grid .grid-item {
    padding: 5px;
  }
}
@media all and (max-width: 63.99em) {
  .grid-services .grid .grid-item {
    width: 100%;
    margin: 0 auto 1%;
  }
}
.grid-services .grid .grid-item .grid-item-inner {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.grid-services .grid .grid-item img {
  display: block;
  width: 100%;
  height: auto;
}
.grid-services .grid .grid-item figcaption {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  margin-top: -69px;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
  -moz-transition: all 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: all 0.2s ease, -o-transform 0.2s ease;
  -webkit-transition: all 0.2s ease, -webkit-transform 0.2s ease;
  transition: all 0.2s ease, transform 0.2s ease;
}
.csstransforms3d .grid-services .grid .grid-item figcaption {
  top: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.touch .grid-services .grid .grid-item figcaption {
  top: 0;
  margin: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.grid-services .grid .grid-item figcaption > .outer {
  display: block;
  width: 100%;
  height: 100%;
}
.grid-services .grid .grid-item figcaption > .outer > .inner {
  display: block;
  margin: 0 30px 30px;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
@media all and (max-width: 63.99em) {
  .grid-services .grid .grid-item figcaption > .outer > .inner {
    margin: 0 10px 10px;
  }
}
.grid-services .grid .grid-item figcaption > .outer > .inner > a {
  display: block;
}
.grid-services .grid .grid-item figcaption > .outer > .inner .figcaption-title {
  position: relative;
  height: 70px;
  line-height: 70px;
  margin-bottom: 15px;
  padding-right: 36px;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  overflow: hidden;
}
@media all and (min-width: 64em) and (max-width: 79.99em) {
  .grid-services .grid .grid-item figcaption > .outer > .inner .figcaption-title {
    font-size: 16px;
  }
}
@media all and (max-width: 63.99em) {
  .grid-services .grid .grid-item figcaption > .outer > .inner .figcaption-title {
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.grid-services .grid .grid-item figcaption > .outer > .inner .figcaption-title i {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 26px;
  height: 10px;
  background-image: url("img/arrow-right-white.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .grid-services .grid .grid-item figcaption > .outer > .inner .figcaption-title i {
    background-image: url("img/arrow-right-white@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 26px, 10px;
    -o-background-size: 26px, 10px;
    -webkit-background-size: 26px, 10px;
    background-size: 26px, 10px;
  }
}
.grid-services .grid .grid-item figcaption > .outer > .inner p {
  color: #fff;
}
@media all and (min-width: 64em) and (max-width: 79.99em) {
  .grid-services .grid .grid-item figcaption > .outer > .inner p {
    font-size: 16px;
  }
}
@media all and (max-width: 63.99em) {
  .grid-services .grid .grid-item figcaption > .outer > .inner p {
    font-size: 12px;
  }
}
.grid-services .grid .grid-item figcaption > .outer > .inner .button {
  margin-top: 30px;
}
.grid-services .grid .grid-item:hover figcaption, .touch .grid-services .grid .grid-item figcaption {
  top: 0;
  margin-top: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.control.video {
  text-align: center;
}
.control.video iframe,
.control.video object,
.control.video embed,
.control.video video {
  display: inline-block;
  margin: 0 auto;
}

.video-fullwidth {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  *zoom: 1;
}
.video-fullwidth:before, .video-fullwidth:after {
  display: table;
  content: "";
  line-height: 0;
}
.video-fullwidth:after {
  clear: both;
}
.video-fullwidth.widescreen {
  padding-bottom: 57.25%;
}
.video-fullwidth.vimeo {
  padding-top: 0;
}
.video-fullwidth iframe,
.video-fullwidth object,
.video-fullwidth embed,
.video-fullwidth video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.video-fullwidth.centered {
  text-align: center;
}

.banner {
  position: relative;
  display: block;
  width: 100%;
}
.banner .banner-image {
  display: block;
  min-width: 100%;
}
.banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: table;
  color: #fff;
}
@media all and (min-width: 80em) {
  .banner .banner-content {
    top: 50%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.banner .banner-content .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 40px;
}
@media all and (min-width: 80em) {
  .banner .banner-content .inner {
    padding: 20px;
  }
}
.banner .banner-content a {
  color: #FFFFFF;
}
.banner .banner-content a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.banner.fill-parent {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 63.99em) {
  .container .banner.fill-parent {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.banner.fill-parent .fill-image {
  position: absolute;
  max-width: inherit;
  max-height: inherit;
}

.content-area-control {
  font-size: 14px;
}
.content-area-control figure.right {
  float: right;
  margin: 0 0 0 40px;
}
@media all and (max-width: 39.99em) {
  .content-area-control figure.right {
    margin: 0 0 10px;
  }
}
@media all and (max-width: 63.99em) {
  .content-area-control figure.right {
    margin: 0 0 0 20px;
  }
}
.content-area-control figure.left {
  float: left;
  margin: 0 40px 0 0;
}
@media all and (max-width: 39.99em) {
  .content-area-control figure.left {
    margin: 0 0 10px;
  }
}
@media all and (max-width: 63.99em) {
  .content-area-control figure.left {
    margin: 0 20px 0 0;
  }
}
.content-area-control figure.fullwidth {
  margin: 0 0 20px 0;
}
.content-area-control figure.fullwidth img {
  *zoom: 1;
}
.content-area-control figure.fullwidth img:before, .content-area-control figure.fullwidth img:after {
  display: table;
  content: "";
  line-height: 0;
}
.content-area-control figure.fullwidth img:after {
  clear: both;
}
.content-area-control h1,
.content-area-control h2,
.content-area-control h3,
.content-area-control h4,
.content-area-control h5,
.content-area-control h6 {
  margin-bottom: 15px;
}
.content-area-control h1 {
  font-size: 30px;
}
.content-area-control h2 {
  font-size: 24px;
}
.content-area-control h3 {
  font-size: 22px;
}
.content-area-control h4 {
  font-size: 20px;
}
.content-area-control h5 {
  font-size: 18px;
}
.content-area-control h6 {
  font-size: 16px;
}
.content-area-control p {
  font-size: 14px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: none;
  color: #fff;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 64px;
  height: 64px;
  background: url("img/fancybox/fancybox-loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 0;
  right: -80px;
  width: 60px;
  height: 50px;
  cursor: pointer;
  z-index: 8040;
  color: #fff;
  text-align: center;
  background-image: url("img/fancybox/fancybox-close.png");
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 0.999;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fancybox-close {
    background-image: url("img/fancybox/fancybox-close@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 60px, 50px;
    -o-background-size: 60px, 50px;
    -webkit-background-size: 60px, 50px;
    background-size: 60px, 50px;
  }
}
.has-thumbs .fancybox-close {
  top: 40px;
  right: 40px;
}
@media all and (max-width: 63.99em) {
  .fancybox-close {
    top: -70px;
    right: 0;
  }
}
.fancybox-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #fff;
}

.fancybox-nav {
  position: absolute;
  bottom: -45px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("img/fancybox/blank.gif");
  /* helps IE */
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-nav:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.has-thumbs .fancybox-nav {
  top: 50%;
  bottom: auto;
  width: 150px;
  height: 100px;
  line-height: 100px;
  margin: -50px 0 0 0;
  text-align: center;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
}
.has-thumbs .fancybox-nav span {
  display: inline-block;
  width: 22px;
  height: 35px;
  margin: auto;
  vertical-align: middle;
}

.fancybox-prev {
  right: 55px;
  background-image: url("img/fancybox/fancybox-prev.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fancybox-prev {
    background-image: url("img/fancybox/fancybox-prev@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 35px, 35px;
    -o-background-size: 35px, 35px;
    -webkit-background-size: 35px, 35px;
    background-size: 35px, 35px;
  }
}
.has-thumbs .fancybox-prev {
  left: 0;
  right: auto;
}
.has-thumbs .fancybox-prev span {
  background-image: url("img/fancybox/fancybox-prev-thumbs.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .has-thumbs .fancybox-prev span {
    background-image: url("img/fancybox/fancybox-prev-thumbs@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 22px, 35px;
    -o-background-size: 22px, 35px;
    -webkit-background-size: 22px, 35px;
    background-size: 22px, 35px;
  }
}

.fancybox-next {
  right: 15px;
  background-image: url("img/fancybox/fancybox-next.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fancybox-next {
    background-image: url("img/fancybox/fancybox-next@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 35px, 35px;
    -o-background-size: 35px, 35px;
    -webkit-background-size: 35px, 35px;
    background-size: 35px, 35px;
  }
}
.has-thumbs .fancybox-next {
  right: 0;
  left: auto;
}
.has-thumbs .fancybox-next span {
  background-image: url("img/fancybox/fancybox-next-thumbs.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .has-thumbs .fancybox-next span {
    background-image: url("img/fancybox/fancybox-next-thumbs@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 22px, 35px;
    -o-background-size: 22px, 35px;
    -webkit-background-size: 22px, 35px;
    background-size: 22px, 35px;
  }
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("img/fancybox/fancybox-overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: hidden;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  top: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  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 */
  color: #fff;
  line-height: 32px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-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);
}

body #fancybox-thumbs {
  padding: 50px 0;
  background: #fff;
  text-align: center;
}
body #fancybox-thumbs.bottom {
  bottom: 0;
}
body #fancybox-thumbs ul {
  display: inline;
  margin: 0 auto;
}
body #fancybox-thumbs ul li {
  margin-left: 15px;
}
body #fancybox-thumbs ul li:first-child {
  margin-left: 0;
}

.selecter.open .selecter-selected, .selecter.disabled .selecter-selected, .selecter.disabled .selecter-options, .selecter.disabled .selecter-group, .selecter.disabled .selecter-item, .selecter-selected, .no-touch .selecter-item:hover, .no-touch .selecter-item.selected:hover, .no-touch .selecter-item.disabled:hover, .no-touch .selecter.disabled .selecter-item:hover, .no-touch .selecter.disabled .selecter-selected:hover, .selecter-options, .selecter-item, .selecter-item.disabled {
  background-color: #FFFFFF;
  border-color: #000000;
  color: #000000;
  cursor: default;
}

.selecter {
  position: relative;
  display: block;
  margin: 0px 0;
  z-index: 1;
}
.selecter:focus {
  outline: none;
}
.selecter.open {
  z-index: 3;
}
.selecter.open .selecter-selected {
  z-index: 51;
}
.selecter.cover .selecter-options {
  border-width: 1px;
  top: 0;
}
.selecter.cover.open .selecter-selected {
  z-index: 49;
}
.selecter.bottom .selecter-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}
.selecter.bottom .cover .selecter-options {
  top: auto;
  bottom: 0;
}
.selecter.bottom .selecter-item:last-child {
  border: none;
}
.selecter.disabled .selecter-selected {
  cursor: default;
}
.selecter.disabled .selecter-item.selected {
  background: #fafafa;
}
.selecter.multiple .selecter-options {
  width: 100%;
  position: static;
  border-width: 1px;
  display: block;
}

.selecter-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
  outline: none;
}
.selecter-element:focus {
  outline: none;
}

.no-opacity .selecter-element {
  left: -999999px;
}
.no-opacity .selecter-options {
  width: auto;
}

.selecter-selected {
  position: relative;
  display: block;
  height: 50px;
  line-height: 32px;
  margin: 0;
  padding: 0.5em 0.5em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Gill Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  overflow: hidden;
  cursor: pointer;
  text-overflow: clip;
  z-index: 2;
}
.selecter-selected:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url('img/select-arrow.png?1423040135') #000000 50% no-repeat;
  background-image: url("img/select-arrow.png");
  background-repeat: no-repeat;
  z-index: 2001;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .selecter-selected:after {
    background-image: url("img/select-arrow@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 17px, 9px;
    -o-background-size: 17px, 9px;
    -webkit-background-size: 17px, 9px;
    background-size: 17px, 9px;
  }
}

.no-touch .selecter-item:hover {
  background-color: #e6e6e6;
  color: #333;
}
.no-touch .selecter-item.selected:hover {
  background-color: #d9d9d9;
  color: #333;
}
.no-touch .selecter-selected:hover {
  color: #333;
}
.no-touch .selecter.disabled .selecter-item.selected:hover {
  background: #fafafa;
}

.selecter-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid;
  display: none;
  margin: -1px 0 0 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
}
.selecter-options.scroller {
  position: absolute;
  overflow: hidden;
}
.selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0;
}

.selecter-group {
  background-color: #FFFFFF;
  border-bottom: 1px solid #000000;
  display: block;
  font-size: 11px;
  padding: 15px 25px;
  text-transform: uppercase;
}

.selecter-item {
  background-color: #FFFFFF;
  width: 100%;
  cursor: pointer;
  display: block;
  height: 50px;
  line-height: 48px;
  margin: 0;
  overflow: hidden;
  padding: 0 25px;
  font-size: 14px;
  text-decoration: none;
  text-overflow: ellipsis;
}
.selecter-item.placeholder {
  display: none;
}
.selecter-item.selected {
  background-color: #333333;
  color: #FFFFFF;
}
.selecter-item.disabled {
  color: #999;
  cursor: default;
}
.selecter-item:last-child {
  border-bottom: 0;
}

.picker-element {
  opacity: 0;
  position: absolute;
  transition: none;
  z-index: -1;
}

.no-touch .picker-element {
  left: -99999px;
}
.no-touch .picker:hover .picker-label {
  color: #000000;
}
.no-touch .picker:hover .picker-handle {
  border-color: #000000;
}
.no-touch .picker.picker-radio:hover .picker-flag {
  background: #ddd;
}
.no-touch .picker.picker-radio.disabled:hover .picker-flag {
  background: #fff;
}
.no-touch .picker.disabled:hover .picker-label {
  color: #000000;
}
.no-touch .picker.disabled:hover .picker-handle {
  border-color: #ccc;
}

.picker {
  cursor: pointer;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.picker .picker-label {
  color: #888;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 16px;
  user-select: none;
}
.picker .picker-handle {
  border: 1px solid #000000;
  display: block;
  float: left;
  height: 30px;
  margin: 0 5px 0 0;
  width: 30px;
}
.picker.focus .picker-label {
  color: #555;
}
.picker.focus .picker-handle {
  border-color: #aaa;
}
.picker.picker-radio .picker-handle {
  border-radius: 8px;
}
.picker.picker-radio .picker-flag {
  background: #fff;
  border-radius: 4px;
  display: block;
  height: 8px;
  margin: 3px;
  width: 8px;
}
.picker.picker-radio.focus .picker-flag {
  background: #ddd;
}
.picker.picker-radio.checked .picker-flag {
  background: #000000;
}
.picker.picker-checkbox {
  padding: 0;
}
.picker.picker-checkbox label {
  margin: 30px 0 0 10px;
  position: relative;
  top: 10px;
}
.picker.picker-checkbox .picker-handle {
  border-radius: 0;
}
.picker.picker-checkbox .picker-flag {
  background: #fff;
  border-radius: 0;
  display: block;
  height: 100%;
  margin: 0;
  width: 100%;
}
.picker.picker-checkbox.checked .picker-flag {
  background: #fff url("img/input-checkbox.png") no-repeat 50%;
}
.picker.picker-toggle {
  padding: 20px 0 0;
  position: relative;
}
.picker.picker-toggle .picker-toggle-label {
  color: #999;
  font-size: 12px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.picker.picker-toggle .picker-toggle-label.on {
  left: 0;
}
.picker.picker-toggle .picker-toggle-label.off {
  color: #333;
  right: 0;
}
.picker.picker-toggle .picker-label {
  display: none;
}
.picker.picker-toggle .picker-handle {
  border-radius: 3px;
  height: 20px;
  position: relative;
  width: 100%;
}
.picker.picker-toggle .picker-flag {
  background: #666;
  border-radius: 2px;
  display: block;
  height: 100%;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 50%;
  transition: left 0.1s linear;
}
.picker.picker-toggle.checked .picker-toggle-label.on {
  color: #333;
}
.picker.picker-toggle.checked .picker-toggle-label.off {
  color: #999;
}
.picker.picker-toggle.checked .picker-flag {
  background: #666;
  left: 0;
}
.picker.disabled {
  cursor: default;
  opacity: 0.5;
}
.picker.disabled .picker-label {
  cursor: default;
}
.picker.disabled .picker-handle {
  cursor: default;
}

.form-checkboxes .column {
  width: 23.8%;
  display: inline-block;
}

.gsc-control-cse {
  padding: 0 !important;
  border: 0 none !important;
  font-family: "Gill Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  /* Do no display the count of search results */
  /* Hide the Google branding in search results */
  /* Hide the thumbnail images in search results */
  /* Hide the snippets in Google search results */
  /* Change the font size of the title of search results */
}
.gsc-control-cse table {
  margin: 0;
  border: 0 none !important;
}
.gsc-control-cse table th, .gsc-control-cse table td, .gsc-control-cse table tr {
  border: 0 none !important;
}
.gsc-control-cse .gsc-selected-option-container {
  width: auto !important;
}
.gsc-control-cse .gs-title, .gsc-control-cse .gs-snippet {
  font-family: "Gill Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.gsc-control-cse .gs-webResult {
  padding: 1em;
  border: 1px solid #e6e4e0;
}
.gsc-control-cse .gs-webResult .gs-visibleUrl {
  color: #7c7d80 !important;
}
.gsc-control-cse .gsc-search-box-tools {
  margin: 0 !important;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input {
  width: 80%;
  padding: 0 !important;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input .gsib_a {
  width: 95%;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input input.gsc-input {
  padding: 0 2% !important;
  width: 100% !important;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input input.gsc-input:hover, .gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input input.gsc-input:active, .gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input input.gsc-input:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-search-button {
  width: 10%;
  padding: 0 !important;
  text-align: right;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-search-button input.gsc-search-button {
  display: inline-block;
  height: 40px !important;
  line-height: 40px !important;
  background: url("img/icon_search.png") #000 no-repeat 50% !important;
  border: 20px solid transparent !important;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-clear-button {
  width: 10%;
  padding: 0 !important;
}
.gsc-control-cse .gsc-result-info {
  display: none;
}
.gsc-control-cse .gcsc-branding {
  display: none;
}
.gsc-control-cse .gsc-thumbnail {
  display: none;
}
.gsc-control-cse .gsc-table-result, .gsc-control-cse .gsc-thumbnail-inside, .gsc-control-cse .gsc-url-top {
  background: 0 none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gsc-control-cse .gsc-table-result td, .gsc-control-cse .gsc-thumbnail-inside td, .gsc-control-cse .gsc-url-top td {
  padding: 0px !important;
}
.gsc-control-cse .gs-snippet {
  display: none;
}
.gsc-control-cse .gs-webResult .gs-snippet, .gsc-control-cse .gs-no-results-result .gs-snippet, .gsc-control-cse .gs-no-results-result .gs-snippet {
  display: block;
}
.gsc-control-cse .gs-result .gs-title {
  font-size: 16px;
  color: #000000 !important;
  text-decoration: none !important;
}
.gsc-control-cse .gs-result .gs-title:hover {
  color: #1a1a1a !important;
}
.gsc-control-cse .gs-result .gs-title * {
  font-size: 16px;
  color: #000000 !important;
  text-decoration: none !important;
}
.gsc-control-cse .gs-result .gs-title *:hover {
  color: #1a1a1a !important;
}
.gsc-control-cse .gs-snippet {
  font-size: 14px;
}
.gsc-control-cse .gs-title b, .gsc-control-cse .gs-snippet b {
  font-weight: normal;
}
.gsc-control-cse .gsc-cursor-page {
  display: inline-block !important;
  margin: 0 8px 8px 0 !important;
  padding: 4px 8px;
  border: 2px solid #ccc;
  font-size: 16px;
}
.gsc-control-cse .gsib_a, .gsc-control-cse .gsib_b {
  padding: 0 !important;
}
.gsc-control-cse .gsc-input-box {
  height: auto !important;
}
.gsc-control-cse .gsc-input-box,
.gsc-control-cse .gsc-input-box-hover,
.gsc-control-cse .gsc-input-box-focus {
  padding: 0 !important;
  border: 0 none !important;
  box-shadow: none !important;
}
.gsc-control-cse input.gsc-input {
  width: 98% !important;
  height: 40px !important;
  line-height: 40px !important;
  margin: 0 !important;
  padding: 0 1% !important;
  color: #000000 !important;
  font-weight: normal !important;
  background: #FFFFFF !important;
  border: 1px solid #000000 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gsc-control-cse input.gsc-input:-moz-placeholder {
  color: #333333;
}
.gsc-control-cse input.gsc-input::-moz-placeholder {
  color: #333333;
}
.gsc-control-cse input.gsc-input:-ms-input-placeholder {
  color: #333333;
}
.gsc-control-cse input.gsc-input::-webkit-input-placeholder {
  color: #333333;
}
.lt-ie9 .gsc-control-cse input.gsc-input {
  line-heigh: 40px;
}
.gsc-control-cse input.gsc-input:focus:-moz-placeholder {
  color: transparent;
}
.gsc-control-cse input.gsc-input:focus::-moz-placeholder {
  color: transparent;
}
.gsc-control-cse input.gsc-input:focus:-ms-input-placeholder {
  color: transparent;
}
.gsc-control-cse input.gsc-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.gsc-control-cse .gsst_a .gscb_a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #000000 !important;
}
.gsc-control-cse .gsst_a .gscb_a:hover {
  color: black !important;
}
.gsc-control-cse .gsst_a {
  padding: 0 8px;
}
.gsc-control-cse input.gsc-search-button {
  display: block;
  margin: 0 !important;
  outline: none !important;
  width: auto !important;
  height: 26px !important;
  height: 1.85714rem !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  cursor: pointer;
}
.gsc-control-cse .gsc-cursor-box {
  border-top: 1px solid #E9E9E9 !important;
  margin: 20px 10px 0 10px !important;
  margin-right: 0 !important;
  padding: 20px 0 0 !important;
}
.gsc-control-cse .gsc-resultsHeader {
  background: 0 none !important;
}
.gsc-control-cse .gsc-results {
  width: 100% !important;
}
.gsc-control-cse .gsc-results .gsc-cursor-page {
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0 !important;
  font-size: 12px;
  color: #7c7d80 !important;
  background-color: #fff !important;
  border: 1px solid #7c7d80 !important;
  text-align: center;
  text-decoration: none !important;
}
.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover, .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page:focus {
  background-color: #1a1a1a !important;
  outline: none !important;
  border: 1px solid #1a1a1a !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
.gsc-control-cse .gsc-result .gs-result:hover {
  border-left: 1px solid #000000 !important;
}

html {
  overflow: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  font-family: "Gill Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #f9f9f9;
}

a, a:visited {
  color: #000000;
  text-decoration: none;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover, a:focus {
  text-decoration: none;
  outline: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.no-hover a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.no-pad-top {
  padding-top: 0 !important;
}

.no-pad-right {
  padding: 40px 0 40px 0 !important;
}

.hide-text {
  visibility: hidden;
}

.view-more-btn {
  padding-right: 40px;
}

.primary-colour {
  color: #000 !important;
}

.secondary-colour {
  color: #f8f8f8 !important;
}

.tertiary-colour {
  color: #e6e5e5 !important;
}

.action-colour {
  color: #ad0513 !important;
}

.action-colour2 {
  color: #2d7091 !important;
}

.error-colour {
  color: #f96a6f !important;
}

.alert-colour {
  color: #f9ad6a !important;
}

.success-colour {
  color: #3cd062 !important;
}

.text-left {
  text-align: left;
}

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

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

form {
  display: block;
  *zoom: 1;
}
form:before, form:after {
  display: table;
  content: "";
  line-height: 0;
}
form:after {
  clear: both;
}
form.inline {
  display: inline-block;
}
form p {
  margin-bottom: 15px;
}
form .column {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
@media all and (max-width: 79.99em) {
  form .column {
    width: 100%;
  }
}
form .column:first-child {
  margin-right: 20px;
}

.form-row {
  margin-top: 15px;
  font-size: 0;
  *zoom: 1;
}
.form-row:before, .form-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-row:after {
  clear: both;
}
.form-row.inline {
  margin-top: 0;
}
.form-row:first-child {
  margin-top: 0;
}

.form-column {
  display: inline-block;
  width: 48%;
  margin-left: 3%;
  vertical-align: top;
}
@media all and (max-width: 63.99em) {
  .form-column {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
@media all and (max-width: 39.99em) {
  .form-column {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.form-column:first-child {
  margin-left: 0;
  margin-top: 0;
}
.checkbox .form-column {
  width: 87%;
}
@media all and (max-width: 39.99em) {
  .checkbox .form-column {
    display: inline-block;
    width: 85%;
  }
}
.checkbox .form-column:first-child {
  width: 10%;
}
@media all and (max-width: 39.99em) {
  .checkbox .form-column:first-child {
    width: 15%;
  }
}

fieldset {
  margin: 0 0 20px;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
textarea,
select[multiple=multiple] {
  display: inline-block;
  max-width: 100%;
  line-height: 100%;
  border: 1px solid #000000;
  margin: 0;
  outline: none;
  color: #000000;
  background-color: #FFFFFF;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  *zoom: 1;
  -webkit-appearance: none;
  resize: none;
}
input[type="email"]:before, input[type="email"]:after, input[type="number"]:before, input[type="number"]:after, input[type="password"]:before, input[type="password"]:after, input[type="search"]:before, input[type="search"]:after, input[type="tel"]:before, input[type="tel"]:after, input[type="text"]:before, input[type="text"]:after, input[type="url"]:before, input[type="url"]:after, input[type="color"]:before, input[type="color"]:after, input[type="date"]:before, input[type="date"]:after, input[type="datetime"]:before, input[type="datetime"]:after, input[type="datetime-local"]:before, input[type="datetime-local"]:after, input[type="month"]:before, input[type="month"]:after, input[type="time"]:before, input[type="time"]:after, input[type="week"]:before, input[type="week"]:after,
textarea:before,
textarea:after,
select[multiple=multiple]:before,
select[multiple=multiple]:after {
  display: table;
  content: "";
  line-height: 0;
}
input[type="email"]:after, input[type="number"]:after, input[type="password"]:after, input[type="search"]:after, input[type="tel"]:after, input[type="text"]:after, input[type="url"]:after, input[type="color"]:after, input[type="date"]:after, input[type="datetime"]:after, input[type="datetime-local"]:after, input[type="month"]:after, input[type="time"]:after, input[type="week"]:after,
textarea:after,
select[multiple=multiple]:after {
  clear: both;
}
input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder,
textarea:-moz-placeholder,
select[multiple=multiple]:-moz-placeholder {
  color: black;
  font-weight: normal;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder,
textarea::-moz-placeholder,
select[multiple=multiple]::-moz-placeholder {
  color: black;
  font-weight: normal;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select[multiple=multiple]:-ms-input-placeholder {
  color: black;
  font-weight: normal;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select[multiple=multiple]::-webkit-input-placeholder {
  color: black;
  font-weight: normal;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
input[type="email"].fullwidth, input[type="number"].fullwidth, input[type="password"].fullwidth, input[type="search"].fullwidth, input[type="tel"].fullwidth, input[type="text"].fullwidth, input[type="url"].fullwidth, input[type="color"].fullwidth, input[type="date"].fullwidth, input[type="datetime"].fullwidth, input[type="datetime-local"].fullwidth, input[type="month"].fullwidth, input[type="time"].fullwidth, input[type="week"].fullwidth,
textarea.fullwidth,
select[multiple=multiple].fullwidth {
  width: 100%;
  *zoom: 1;
}
input[type="email"].fullwidth:before, input[type="email"].fullwidth:after, input[type="number"].fullwidth:before, input[type="number"].fullwidth:after, input[type="password"].fullwidth:before, input[type="password"].fullwidth:after, input[type="search"].fullwidth:before, input[type="search"].fullwidth:after, input[type="tel"].fullwidth:before, input[type="tel"].fullwidth:after, input[type="text"].fullwidth:before, input[type="text"].fullwidth:after, input[type="url"].fullwidth:before, input[type="url"].fullwidth:after, input[type="color"].fullwidth:before, input[type="color"].fullwidth:after, input[type="date"].fullwidth:before, input[type="date"].fullwidth:after, input[type="datetime"].fullwidth:before, input[type="datetime"].fullwidth:after, input[type="datetime-local"].fullwidth:before, input[type="datetime-local"].fullwidth:after, input[type="month"].fullwidth:before, input[type="month"].fullwidth:after, input[type="time"].fullwidth:before, input[type="time"].fullwidth:after, input[type="week"].fullwidth:before, input[type="week"].fullwidth:after,
textarea.fullwidth:before,
textarea.fullwidth:after,
select[multiple=multiple].fullwidth:before,
select[multiple=multiple].fullwidth:after {
  display: table;
  content: "";
  line-height: 0;
}
input[type="email"].fullwidth:after, input[type="number"].fullwidth:after, input[type="password"].fullwidth:after, input[type="search"].fullwidth:after, input[type="tel"].fullwidth:after, input[type="text"].fullwidth:after, input[type="url"].fullwidth:after, input[type="color"].fullwidth:after, input[type="date"].fullwidth:after, input[type="datetime"].fullwidth:after, input[type="datetime-local"].fullwidth:after, input[type="month"].fullwidth:after, input[type="time"].fullwidth:after, input[type="week"].fullwidth:after,
textarea.fullwidth:after,
select[multiple=multiple].fullwidth:after {
  clear: both;
}
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
textarea:hover,
select[multiple=multiple]:hover {
  border-color: black;
}
input[type="email"]:hover:-moz-placeholder, input[type="number"]:hover:-moz-placeholder, input[type="password"]:hover:-moz-placeholder, input[type="search"]:hover:-moz-placeholder, input[type="tel"]:hover:-moz-placeholder, input[type="text"]:hover:-moz-placeholder, input[type="url"]:hover:-moz-placeholder, input[type="color"]:hover:-moz-placeholder, input[type="date"]:hover:-moz-placeholder, input[type="datetime"]:hover:-moz-placeholder, input[type="datetime-local"]:hover:-moz-placeholder, input[type="month"]:hover:-moz-placeholder, input[type="time"]:hover:-moz-placeholder, input[type="week"]:hover:-moz-placeholder,
textarea:hover:-moz-placeholder,
select[multiple=multiple]:hover:-moz-placeholder {
  opacity: 0.75;
}
input[type="email"]:hover::-moz-placeholder, input[type="number"]:hover::-moz-placeholder, input[type="password"]:hover::-moz-placeholder, input[type="search"]:hover::-moz-placeholder, input[type="tel"]:hover::-moz-placeholder, input[type="text"]:hover::-moz-placeholder, input[type="url"]:hover::-moz-placeholder, input[type="color"]:hover::-moz-placeholder, input[type="date"]:hover::-moz-placeholder, input[type="datetime"]:hover::-moz-placeholder, input[type="datetime-local"]:hover::-moz-placeholder, input[type="month"]:hover::-moz-placeholder, input[type="time"]:hover::-moz-placeholder, input[type="week"]:hover::-moz-placeholder,
textarea:hover::-moz-placeholder,
select[multiple=multiple]:hover::-moz-placeholder {
  opacity: 0.75;
}
input[type="email"]:hover:-ms-input-placeholder, input[type="number"]:hover:-ms-input-placeholder, input[type="password"]:hover:-ms-input-placeholder, input[type="search"]:hover:-ms-input-placeholder, input[type="tel"]:hover:-ms-input-placeholder, input[type="text"]:hover:-ms-input-placeholder, input[type="url"]:hover:-ms-input-placeholder, input[type="color"]:hover:-ms-input-placeholder, input[type="date"]:hover:-ms-input-placeholder, input[type="datetime"]:hover:-ms-input-placeholder, input[type="datetime-local"]:hover:-ms-input-placeholder, input[type="month"]:hover:-ms-input-placeholder, input[type="time"]:hover:-ms-input-placeholder, input[type="week"]:hover:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder,
select[multiple=multiple]:hover:-ms-input-placeholder {
  opacity: 0.75;
}
input[type="email"]:hover::-webkit-input-placeholder, input[type="number"]:hover::-webkit-input-placeholder, input[type="password"]:hover::-webkit-input-placeholder, input[type="search"]:hover::-webkit-input-placeholder, input[type="tel"]:hover::-webkit-input-placeholder, input[type="text"]:hover::-webkit-input-placeholder, input[type="url"]:hover::-webkit-input-placeholder, input[type="color"]:hover::-webkit-input-placeholder, input[type="date"]:hover::-webkit-input-placeholder, input[type="datetime"]:hover::-webkit-input-placeholder, input[type="datetime-local"]:hover::-webkit-input-placeholder, input[type="month"]:hover::-webkit-input-placeholder, input[type="time"]:hover::-webkit-input-placeholder, input[type="week"]:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
select[multiple=multiple]:hover::-webkit-input-placeholder {
  opacity: 0.75;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
textarea:focus,
select[multiple=multiple]:focus {
  border-color: black;
  color: #000000;
  text-transform: none;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
input[type="email"]:focus:-moz-placeholder, input[type="number"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder, input[type="search"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, input[type="text"]:focus:-moz-placeholder, input[type="url"]:focus:-moz-placeholder, input[type="color"]:focus:-moz-placeholder, input[type="date"]:focus:-moz-placeholder, input[type="datetime"]:focus:-moz-placeholder, input[type="datetime-local"]:focus:-moz-placeholder, input[type="month"]:focus:-moz-placeholder, input[type="time"]:focus:-moz-placeholder, input[type="week"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select[multiple=multiple]:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="search"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="text"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder, input[type="color"]:focus::-moz-placeholder, input[type="date"]:focus::-moz-placeholder, input[type="datetime"]:focus::-moz-placeholder, input[type="datetime-local"]:focus::-moz-placeholder, input[type="month"]:focus::-moz-placeholder, input[type="time"]:focus::-moz-placeholder, input[type="week"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select[multiple=multiple]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="search"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="text"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder, input[type="color"]:focus:-ms-input-placeholder, input[type="date"]:focus:-ms-input-placeholder, input[type="datetime"]:focus:-ms-input-placeholder, input[type="datetime-local"]:focus:-ms-input-placeholder, input[type="month"]:focus:-ms-input-placeholder, input[type="time"]:focus:-ms-input-placeholder, input[type="week"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select[multiple=multiple]:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus::-webkit-input-placeholder, input[type="number"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="search"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, input[type="text"]:focus::-webkit-input-placeholder, input[type="url"]:focus::-webkit-input-placeholder, input[type="color"]:focus::-webkit-input-placeholder, input[type="date"]:focus::-webkit-input-placeholder, input[type="datetime"]:focus::-webkit-input-placeholder, input[type="datetime-local"]:focus::-webkit-input-placeholder, input[type="month"]:focus::-webkit-input-placeholder, input[type="time"]:focus::-webkit-input-placeholder, input[type="week"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select[multiple=multiple]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.lt-ie9 input[type="email"]:focus, .lt-ie9 input[type="number"]:focus, .lt-ie9 input[type="password"]:focus, .lt-ie9 input[type="search"]:focus, .lt-ie9 input[type="tel"]:focus, .lt-ie9 input[type="text"]:focus, .lt-ie9 input[type="url"]:focus, .lt-ie9 input[type="color"]:focus, .lt-ie9 input[type="date"]:focus, .lt-ie9 input[type="datetime"]:focus, .lt-ie9 input[type="datetime-local"]:focus, .lt-ie9 input[type="month"]:focus, .lt-ie9 input[type="time"]:focus, .lt-ie9 input[type="week"]:focus, .lt-ie9
textarea:focus, .lt-ie9
select[multiple=multiple]:focus {
  box-shadow: none;
}
input[type="email"]:disabled, input[type="email"][readonly="readonly"], input[type="email"][readonly], input[type="number"]:disabled, input[type="number"][readonly="readonly"], input[type="number"][readonly], input[type="password"]:disabled, input[type="password"][readonly="readonly"], input[type="password"][readonly], input[type="search"]:disabled, input[type="search"][readonly="readonly"], input[type="search"][readonly], input[type="tel"]:disabled, input[type="tel"][readonly="readonly"], input[type="tel"][readonly], input[type="text"]:disabled, input[type="text"][readonly="readonly"], input[type="text"][readonly], input[type="url"]:disabled, input[type="url"][readonly="readonly"], input[type="url"][readonly], input[type="color"]:disabled, input[type="color"][readonly="readonly"], input[type="color"][readonly], input[type="date"]:disabled, input[type="date"][readonly="readonly"], input[type="date"][readonly], input[type="datetime"]:disabled, input[type="datetime"][readonly="readonly"], input[type="datetime"][readonly], input[type="datetime-local"]:disabled, input[type="datetime-local"][readonly="readonly"], input[type="datetime-local"][readonly], input[type="month"]:disabled, input[type="month"][readonly="readonly"], input[type="month"][readonly], input[type="time"]:disabled, input[type="time"][readonly="readonly"], input[type="time"][readonly], input[type="week"]:disabled, input[type="week"][readonly="readonly"], input[type="week"][readonly],
textarea:disabled,
textarea[readonly="readonly"],
textarea[readonly],
select[multiple=multiple]:disabled,
select[multiple=multiple][readonly="readonly"],
select[multiple=multiple][readonly] {
  margin: 0;
  padding: 0;
  background: 0 none;
  border: 0 none;
}
input[type="email"]:disabled:hover, input[type="email"][readonly="readonly"]:hover, input[type="email"][readonly]:hover, input[type="number"]:disabled:hover, input[type="number"][readonly="readonly"]:hover, input[type="number"][readonly]:hover, input[type="password"]:disabled:hover, input[type="password"][readonly="readonly"]:hover, input[type="password"][readonly]:hover, input[type="search"]:disabled:hover, input[type="search"][readonly="readonly"]:hover, input[type="search"][readonly]:hover, input[type="tel"]:disabled:hover, input[type="tel"][readonly="readonly"]:hover, input[type="tel"][readonly]:hover, input[type="text"]:disabled:hover, input[type="text"][readonly="readonly"]:hover, input[type="text"][readonly]:hover, input[type="url"]:disabled:hover, input[type="url"][readonly="readonly"]:hover, input[type="url"][readonly]:hover, input[type="color"]:disabled:hover, input[type="color"][readonly="readonly"]:hover, input[type="color"][readonly]:hover, input[type="date"]:disabled:hover, input[type="date"][readonly="readonly"]:hover, input[type="date"][readonly]:hover, input[type="datetime"]:disabled:hover, input[type="datetime"][readonly="readonly"]:hover, input[type="datetime"][readonly]:hover, input[type="datetime-local"]:disabled:hover, input[type="datetime-local"][readonly="readonly"]:hover, input[type="datetime-local"][readonly]:hover, input[type="month"]:disabled:hover, input[type="month"][readonly="readonly"]:hover, input[type="month"][readonly]:hover, input[type="time"]:disabled:hover, input[type="time"][readonly="readonly"]:hover, input[type="time"][readonly]:hover, input[type="week"]:disabled:hover, input[type="week"][readonly="readonly"]:hover, input[type="week"][readonly]:hover,
textarea:disabled:hover,
textarea[readonly="readonly"]:hover,
textarea[readonly]:hover,
select[multiple=multiple]:disabled:hover,
select[multiple=multiple][readonly="readonly"]:hover,
select[multiple=multiple][readonly]:hover {
  background: 0 none;
  border: 0 none;
}
input[type="email"].medium, input[type="number"].medium, input[type="password"].medium, input[type="search"].medium, input[type="tel"].medium, input[type="text"].medium, input[type="url"].medium, input[type="color"].medium, input[type="date"].medium, input[type="datetime"].medium, input[type="datetime-local"].medium, input[type="month"].medium, input[type="time"].medium, input[type="week"].medium,
textarea.medium,
select[multiple=multiple].medium {
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
}
input[type="email"].large, input[type="number"].large, input[type="password"].large, input[type="search"].large, input[type="tel"].large, input[type="text"].large, input[type="url"].large, input[type="color"].large, input[type="date"].large, input[type="datetime"].large, input[type="datetime-local"].large, input[type="month"].large, input[type="time"].large, input[type="week"].large,
textarea.large,
select[multiple=multiple].large {
  height: 50px;
  line-height: 48px;
}

input[type="file"] {
  display: block;
  width: 92%;
  max-width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0;
  background: 0 none;
  border-color: transparent;
}

select {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: left;
}
select.fullwidth {
  width: 100%;
}
select.fullwidth + .selecter {
  max-width: 100%;
}

textarea {
  min-height: 120px;
}

label,
legend {
  display: block;
  margin: 0 0 5px;
  color: #000000;
  font-weight: normal;
}
label.inline,
legend.inline {
  display: inline-block;
  margin: 0;
}
label strong,
legend strong {
  font-family: "Gill Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
label.black,
legend.black {
  color: #000000;
}
.checkbox label, .checkbox
legend {
  line-height: 30px;
}

input[type="checkbox"] {
  display: inline;
}

label {
  margin: 0;
}
.required label:after {
  content: '*';
  display: inline-block;
}

@media all and (max-width: 63.99em) {
  .required input, .required textarea {
    background-position: 95% 10px;
  }
}

.form-message {
  display: none;
  margin: 5px 0 0;
  text-align: left;
  *zoom: 1;
}
.form-message:before, .form-message:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-message:after {
  clear: both;
}

.checkbox {
  text-align: left;
}
.checkbox input[type="checkbox"] {
  margin-right: 20px;
}

.picker {
  margin: 0;
}
.picker .picker-label {
  float: none;
  display: inline;
  font-family: "Gill Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: none;
}

.error input[type="email"], .error input[type="number"], .error input[type="password"], .error input[type="search"], .error input[type="tel"], .error input[type="text"], .error input[type="url"], .error input[type="color"], .error input[type="date"], .error input[type="datetime"], .error input[type="datetime-local"], .error input[type="month"], .error input[type="time"], .error input[type="week"],
.error textarea {
  color: #f96a6f;
  border-color: #f96a6f;
  background: rgba(249, 106, 111, 0.15);
}
.error input[type="email"]:focus, .error input[type="number"]:focus, .error input[type="password"]:focus, .error input[type="search"]:focus, .error input[type="tel"]:focus, .error input[type="text"]:focus, .error input[type="url"]:focus, .error input[type="color"]:focus, .error input[type="date"]:focus, .error input[type="datetime"]:focus, .error input[type="datetime-local"]:focus, .error input[type="month"]:focus, .error input[type="time"]:focus, .error input[type="week"]:focus,
.error textarea:focus {
  background: rgba(249, 106, 111, 0.15);
}
.error legend, .error label, .error small, .error .form-message {
  color: #f96a6f;
}
.error .selecter .selecter-selected {
  color: #f96a6f;
  border-color: #f96a6f;
}
.error .form-message {
  display: inline-block;
}

.alert input[type="email"], .alert input[type="number"], .alert input[type="password"], .alert input[type="search"], .alert input[type="tel"], .alert input[type="text"], .alert input[type="url"], .alert input[type="color"], .alert input[type="date"], .alert input[type="datetime"], .alert input[type="datetime-local"], .alert input[type="month"], .alert input[type="time"], .alert input[type="week"],
.alert textarea {
  color: #f9ad6a;
  border-color: #f9ad6a;
}
.alert input[type="email"]:-moz-placeholder, .alert input[type="number"]:-moz-placeholder, .alert input[type="password"]:-moz-placeholder, .alert input[type="search"]:-moz-placeholder, .alert input[type="tel"]:-moz-placeholder, .alert input[type="text"]:-moz-placeholder, .alert input[type="url"]:-moz-placeholder, .alert input[type="color"]:-moz-placeholder, .alert input[type="date"]:-moz-placeholder, .alert input[type="datetime"]:-moz-placeholder, .alert input[type="datetime-local"]:-moz-placeholder, .alert input[type="month"]:-moz-placeholder, .alert input[type="time"]:-moz-placeholder, .alert input[type="week"]:-moz-placeholder,
.alert textarea:-moz-placeholder {
  color: #f9ad6a;
}
.alert input[type="email"]::-moz-placeholder, .alert input[type="number"]::-moz-placeholder, .alert input[type="password"]::-moz-placeholder, .alert input[type="search"]::-moz-placeholder, .alert input[type="tel"]::-moz-placeholder, .alert input[type="text"]::-moz-placeholder, .alert input[type="url"]::-moz-placeholder, .alert input[type="color"]::-moz-placeholder, .alert input[type="date"]::-moz-placeholder, .alert input[type="datetime"]::-moz-placeholder, .alert input[type="datetime-local"]::-moz-placeholder, .alert input[type="month"]::-moz-placeholder, .alert input[type="time"]::-moz-placeholder, .alert input[type="week"]::-moz-placeholder,
.alert textarea::-moz-placeholder {
  color: #f9ad6a;
}
.alert input[type="email"]:-ms-input-placeholder, .alert input[type="number"]:-ms-input-placeholder, .alert input[type="password"]:-ms-input-placeholder, .alert input[type="search"]:-ms-input-placeholder, .alert input[type="tel"]:-ms-input-placeholder, .alert input[type="text"]:-ms-input-placeholder, .alert input[type="url"]:-ms-input-placeholder, .alert input[type="color"]:-ms-input-placeholder, .alert input[type="date"]:-ms-input-placeholder, .alert input[type="datetime"]:-ms-input-placeholder, .alert input[type="datetime-local"]:-ms-input-placeholder, .alert input[type="month"]:-ms-input-placeholder, .alert input[type="time"]:-ms-input-placeholder, .alert input[type="week"]:-ms-input-placeholder,
.alert textarea:-ms-input-placeholder {
  color: #f9ad6a;
}
.alert input[type="email"]::-webkit-input-placeholder, .alert input[type="number"]::-webkit-input-placeholder, .alert input[type="password"]::-webkit-input-placeholder, .alert input[type="search"]::-webkit-input-placeholder, .alert input[type="tel"]::-webkit-input-placeholder, .alert input[type="text"]::-webkit-input-placeholder, .alert input[type="url"]::-webkit-input-placeholder, .alert input[type="color"]::-webkit-input-placeholder, .alert input[type="date"]::-webkit-input-placeholder, .alert input[type="datetime"]::-webkit-input-placeholder, .alert input[type="datetime-local"]::-webkit-input-placeholder, .alert input[type="month"]::-webkit-input-placeholder, .alert input[type="time"]::-webkit-input-placeholder, .alert input[type="week"]::-webkit-input-placeholder,
.alert textarea::-webkit-input-placeholder {
  color: #f9ad6a;
}
.alert input[type="email"]:focus:-moz-placeholder, .alert input[type="number"]:focus:-moz-placeholder, .alert input[type="password"]:focus:-moz-placeholder, .alert input[type="search"]:focus:-moz-placeholder, .alert input[type="tel"]:focus:-moz-placeholder, .alert input[type="text"]:focus:-moz-placeholder, .alert input[type="url"]:focus:-moz-placeholder, .alert input[type="color"]:focus:-moz-placeholder, .alert input[type="date"]:focus:-moz-placeholder, .alert input[type="datetime"]:focus:-moz-placeholder, .alert input[type="datetime-local"]:focus:-moz-placeholder, .alert input[type="month"]:focus:-moz-placeholder, .alert input[type="time"]:focus:-moz-placeholder, .alert input[type="week"]:focus:-moz-placeholder,
.alert textarea:focus:-moz-placeholder {
  color: transparent;
}
.alert input[type="email"]:focus::-moz-placeholder, .alert input[type="number"]:focus::-moz-placeholder, .alert input[type="password"]:focus::-moz-placeholder, .alert input[type="search"]:focus::-moz-placeholder, .alert input[type="tel"]:focus::-moz-placeholder, .alert input[type="text"]:focus::-moz-placeholder, .alert input[type="url"]:focus::-moz-placeholder, .alert input[type="color"]:focus::-moz-placeholder, .alert input[type="date"]:focus::-moz-placeholder, .alert input[type="datetime"]:focus::-moz-placeholder, .alert input[type="datetime-local"]:focus::-moz-placeholder, .alert input[type="month"]:focus::-moz-placeholder, .alert input[type="time"]:focus::-moz-placeholder, .alert input[type="week"]:focus::-moz-placeholder,
.alert textarea:focus::-moz-placeholder {
  color: transparent;
}
.alert input[type="email"]:focus:-ms-input-placeholder, .alert input[type="number"]:focus:-ms-input-placeholder, .alert input[type="password"]:focus:-ms-input-placeholder, .alert input[type="search"]:focus:-ms-input-placeholder, .alert input[type="tel"]:focus:-ms-input-placeholder, .alert input[type="text"]:focus:-ms-input-placeholder, .alert input[type="url"]:focus:-ms-input-placeholder, .alert input[type="color"]:focus:-ms-input-placeholder, .alert input[type="date"]:focus:-ms-input-placeholder, .alert input[type="datetime"]:focus:-ms-input-placeholder, .alert input[type="datetime-local"]:focus:-ms-input-placeholder, .alert input[type="month"]:focus:-ms-input-placeholder, .alert input[type="time"]:focus:-ms-input-placeholder, .alert input[type="week"]:focus:-ms-input-placeholder,
.alert textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.alert input[type="email"]:focus::-webkit-input-placeholder, .alert input[type="number"]:focus::-webkit-input-placeholder, .alert input[type="password"]:focus::-webkit-input-placeholder, .alert input[type="search"]:focus::-webkit-input-placeholder, .alert input[type="tel"]:focus::-webkit-input-placeholder, .alert input[type="text"]:focus::-webkit-input-placeholder, .alert input[type="url"]:focus::-webkit-input-placeholder, .alert input[type="color"]:focus::-webkit-input-placeholder, .alert input[type="date"]:focus::-webkit-input-placeholder, .alert input[type="datetime"]:focus::-webkit-input-placeholder, .alert input[type="datetime-local"]:focus::-webkit-input-placeholder, .alert input[type="month"]:focus::-webkit-input-placeholder, .alert input[type="time"]:focus::-webkit-input-placeholder, .alert input[type="week"]:focus::-webkit-input-placeholder,
.alert textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.alert legend, .alert label, .alert small, .alert .form-message {
  color: #f9ad6a;
}
.alert .selecter .selecter-selected {
  color: #f9ad6a;
  border-color: #f9ad6a;
}

.success input[type="email"], .success input[type="number"], .success input[type="password"], .success input[type="search"], .success input[type="tel"], .success input[type="text"], .success input[type="url"], .success input[type="color"], .success input[type="date"], .success input[type="datetime"], .success input[type="datetime-local"], .success input[type="month"], .success input[type="time"], .success input[type="week"],
.success textarea {
  color: #3cd062;
  border-color: #3cd062;
}
.success input[type="email"]:-moz-placeholder, .success input[type="number"]:-moz-placeholder, .success input[type="password"]:-moz-placeholder, .success input[type="search"]:-moz-placeholder, .success input[type="tel"]:-moz-placeholder, .success input[type="text"]:-moz-placeholder, .success input[type="url"]:-moz-placeholder, .success input[type="color"]:-moz-placeholder, .success input[type="date"]:-moz-placeholder, .success input[type="datetime"]:-moz-placeholder, .success input[type="datetime-local"]:-moz-placeholder, .success input[type="month"]:-moz-placeholder, .success input[type="time"]:-moz-placeholder, .success input[type="week"]:-moz-placeholder,
.success textarea:-moz-placeholder {
  color: #3cd062;
}
.success input[type="email"]::-moz-placeholder, .success input[type="number"]::-moz-placeholder, .success input[type="password"]::-moz-placeholder, .success input[type="search"]::-moz-placeholder, .success input[type="tel"]::-moz-placeholder, .success input[type="text"]::-moz-placeholder, .success input[type="url"]::-moz-placeholder, .success input[type="color"]::-moz-placeholder, .success input[type="date"]::-moz-placeholder, .success input[type="datetime"]::-moz-placeholder, .success input[type="datetime-local"]::-moz-placeholder, .success input[type="month"]::-moz-placeholder, .success input[type="time"]::-moz-placeholder, .success input[type="week"]::-moz-placeholder,
.success textarea::-moz-placeholder {
  color: #3cd062;
}
.success input[type="email"]:-ms-input-placeholder, .success input[type="number"]:-ms-input-placeholder, .success input[type="password"]:-ms-input-placeholder, .success input[type="search"]:-ms-input-placeholder, .success input[type="tel"]:-ms-input-placeholder, .success input[type="text"]:-ms-input-placeholder, .success input[type="url"]:-ms-input-placeholder, .success input[type="color"]:-ms-input-placeholder, .success input[type="date"]:-ms-input-placeholder, .success input[type="datetime"]:-ms-input-placeholder, .success input[type="datetime-local"]:-ms-input-placeholder, .success input[type="month"]:-ms-input-placeholder, .success input[type="time"]:-ms-input-placeholder, .success input[type="week"]:-ms-input-placeholder,
.success textarea:-ms-input-placeholder {
  color: #3cd062;
}
.success input[type="email"]::-webkit-input-placeholder, .success input[type="number"]::-webkit-input-placeholder, .success input[type="password"]::-webkit-input-placeholder, .success input[type="search"]::-webkit-input-placeholder, .success input[type="tel"]::-webkit-input-placeholder, .success input[type="text"]::-webkit-input-placeholder, .success input[type="url"]::-webkit-input-placeholder, .success input[type="color"]::-webkit-input-placeholder, .success input[type="date"]::-webkit-input-placeholder, .success input[type="datetime"]::-webkit-input-placeholder, .success input[type="datetime-local"]::-webkit-input-placeholder, .success input[type="month"]::-webkit-input-placeholder, .success input[type="time"]::-webkit-input-placeholder, .success input[type="week"]::-webkit-input-placeholder,
.success textarea::-webkit-input-placeholder {
  color: #3cd062;
}
.success input[type="email"]:focus:-moz-placeholder, .success input[type="number"]:focus:-moz-placeholder, .success input[type="password"]:focus:-moz-placeholder, .success input[type="search"]:focus:-moz-placeholder, .success input[type="tel"]:focus:-moz-placeholder, .success input[type="text"]:focus:-moz-placeholder, .success input[type="url"]:focus:-moz-placeholder, .success input[type="color"]:focus:-moz-placeholder, .success input[type="date"]:focus:-moz-placeholder, .success input[type="datetime"]:focus:-moz-placeholder, .success input[type="datetime-local"]:focus:-moz-placeholder, .success input[type="month"]:focus:-moz-placeholder, .success input[type="time"]:focus:-moz-placeholder, .success input[type="week"]:focus:-moz-placeholder,
.success textarea:focus:-moz-placeholder {
  color: transparent;
}
.success input[type="email"]:focus::-moz-placeholder, .success input[type="number"]:focus::-moz-placeholder, .success input[type="password"]:focus::-moz-placeholder, .success input[type="search"]:focus::-moz-placeholder, .success input[type="tel"]:focus::-moz-placeholder, .success input[type="text"]:focus::-moz-placeholder, .success input[type="url"]:focus::-moz-placeholder, .success input[type="color"]:focus::-moz-placeholder, .success input[type="date"]:focus::-moz-placeholder, .success input[type="datetime"]:focus::-moz-placeholder, .success input[type="datetime-local"]:focus::-moz-placeholder, .success input[type="month"]:focus::-moz-placeholder, .success input[type="time"]:focus::-moz-placeholder, .success input[type="week"]:focus::-moz-placeholder,
.success textarea:focus::-moz-placeholder {
  color: transparent;
}
.success input[type="email"]:focus:-ms-input-placeholder, .success input[type="number"]:focus:-ms-input-placeholder, .success input[type="password"]:focus:-ms-input-placeholder, .success input[type="search"]:focus:-ms-input-placeholder, .success input[type="tel"]:focus:-ms-input-placeholder, .success input[type="text"]:focus:-ms-input-placeholder, .success input[type="url"]:focus:-ms-input-placeholder, .success input[type="color"]:focus:-ms-input-placeholder, .success input[type="date"]:focus:-ms-input-placeholder, .success input[type="datetime"]:focus:-ms-input-placeholder, .success input[type="datetime-local"]:focus:-ms-input-placeholder, .success input[type="month"]:focus:-ms-input-placeholder, .success input[type="time"]:focus:-ms-input-placeholder, .success input[type="week"]:focus:-ms-input-placeholder,
.success textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.success input[type="email"]:focus::-webkit-input-placeholder, .success input[type="number"]:focus::-webkit-input-placeholder, .success input[type="password"]:focus::-webkit-input-placeholder, .success input[type="search"]:focus::-webkit-input-placeholder, .success input[type="tel"]:focus::-webkit-input-placeholder, .success input[type="text"]:focus::-webkit-input-placeholder, .success input[type="url"]:focus::-webkit-input-placeholder, .success input[type="color"]:focus::-webkit-input-placeholder, .success input[type="date"]:focus::-webkit-input-placeholder, .success input[type="datetime"]:focus::-webkit-input-placeholder, .success input[type="datetime-local"]:focus::-webkit-input-placeholder, .success input[type="month"]:focus::-webkit-input-placeholder, .success input[type="time"]:focus::-webkit-input-placeholder, .success input[type="week"]:focus::-webkit-input-placeholder,
.success textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.success legend, .success label, .success small, .success .form-message {
  color: #3cd062;
}
.success .selecter .selecter-selected {
  color: #3cd062;
  border-color: #3cd062;
}

.message {
  display: none;
  margin: 20px 0 0;
  padding: 15px 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #FFFFFF;
}
.message * {
  color: #FFFFFF;
}
.message.error, .message.alert, .message.success {
  display: block;
}
.message.error {
  background: #f96a6f;
}
.message.alert {
  background: #f9ad6a;
}
.message.success {
  background: #3cd062;
}

.btn-black-lrg {
  border-bottom: none !important;
}

.button {
  position: relative;
  display: inline-block;
  border: 0 none;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #000000;
  text-transform: uppercase;
  font-style: normal;
  white-space: nowrap;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lt-ie9 .button {
  overflow: hidden;
}
.button:before, .button:after {
  display: none !important;
}
.button.large {
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  font-size: 20px;
}
@media all and (max-width: 63.99em) {
  .button.large {
    font-size: 16px;
  }
}
.button.medium {
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  font-size: 16px;
}
@media all and (max-width: 63.99em) {
  .button.medium {
    font-size: 16px;
  }
}
.button.small {
  padding: 0 30px;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
}
@media all and (max-width: 63.99em) {
  .button.small {
    font-size: 12px;
  }
}
.button.fullwidth {
  width: 100%;
}
.button.center {
  float: none;
  margin: 0 auto;
}
.button.margin-v {
  margin: 20px 0;
}
@media all and (max-width: 63.99em) {
  .button.margin-v {
    margin: 10px 0;
  }
}
.button.margin-h {
  margin: 0 20px;
}
@media all and (max-width: 63.99em) {
  .button.margin-h {
    margin: 10px 0;
  }
}
.button.blank {
  color: #FFFFFF;
  padding-left: 0;
  padding-right: 0;
  background: 0 none;
  text-transform: none;
}
.button.blank:hover {
  color: white;
}
.button.black {
  color: #FFFFFF;
  background-color: #000000;
  border: 1px solid #000000;
}
.button.black:hover {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.button.white {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.button.white.border {
  color: #000000;
  border: 1px solid #000000;
}
.button.white:hover {
  color: #FFFFFF;
  background-color: #000000;
  border: 1px solid #FFFFFF;
}
.button.gray-dark {
  color: #FFFFFF;
  background-color: #333333;
  border: 1px solid #333333;
}
.button.gray-dark:hover {
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #333333;
}
.button.ghost {
  background: 0 none;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  box-shadow: none !important;
}
.button.ghost:hover {
  box-shadow: none !important;
}
.button.ghost.large {
  line-height: 58px;
}
.button.ghost.medium {
  line-height: 38px;
}
.button.ghost.small {
  line-height: 28px;
}
.button.ghost.white {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: 0 none;
}
.button.ghost.white:hover {
  color: black;
  border-color: black;
  background-color: #FFFFFF;
}
.button.ghost.black {
  color: #000000;
  border-color: #000000;
  background: 0 none;
}
.button.ghost.black:hover {
  color: white;
  background-color: #000000;
}
.button.ghost.gray-dark {
  color: #333333;
  border-color: #333333;
  background: 0 none;
}
.button.ghost.gray-dark:hover {
  color: #FFFFFF;
  background-color: #333333;
}
.button.has-arrow {
  position: relative;
}
.button.has-arrow i {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 26px;
  height: 10px;
}
.button.has-arrow.black.ghost i, .button.has-arrow.ghost.black i {
  background-image: url("img/arrow-right-black.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .button.has-arrow.black.ghost i, .button.has-arrow.ghost.black i {
    background-image: url("img/arrow-right-black@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 26px, 10px;
    -o-background-size: 26px, 10px;
    -webkit-background-size: 26px, 10px;
    background-size: 26px, 10px;
  }
}
.button.has-arrow.black.ghost:hover i, .button.has-arrow.ghost.black:hover i {
  background-image: url("img/arrow-right-white.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .button.has-arrow.black.ghost:hover i, .button.has-arrow.ghost.black:hover i {
    background-image: url("img/arrow-right-white@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 26px, 10px;
    -o-background-size: 26px, 10px;
    -webkit-background-size: 26px, 10px;
    background-size: 26px, 10px;
  }
}
.button.has-arrow.white.ghost i, .button.has-arrow.ghost.white i {
  background-image: url("img/arrow-right-white.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .button.has-arrow.white.ghost i, .button.has-arrow.ghost.white i {
    background-image: url("img/arrow-right-white@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 26px, 10px;
    -o-background-size: 26px, 10px;
    -webkit-background-size: 26px, 10px;
    background-size: 26px, 10px;
  }
}
.button.has-arrow.white.ghost:hover i, .button.has-arrow.ghost.white:hover i {
  background-image: url("img/arrow-right-black.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .button.has-arrow.white.ghost:hover i, .button.has-arrow.ghost.white:hover i {
    background-image: url("img/arrow-right-black@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 26px, 10px;
    -o-background-size: 26px, 10px;
    -webkit-background-size: 26px, 10px;
    background-size: 26px, 10px;
  }
}
.button.has-arrow.black i {
  background-image: url("img/arrow-right-white.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .button.has-arrow.black i {
    background-image: url("img/arrow-right-white@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 26px, 10px;
    -o-background-size: 26px, 10px;
    -webkit-background-size: 26px, 10px;
    background-size: 26px, 10px;
  }
}
.button.has-arrow.black:hover i {
  background-image: url("img/arrow-right-black.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .button.has-arrow.black:hover i {
    background-image: url("img/arrow-right-black@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 26px, 10px;
    -o-background-size: 26px, 10px;
    -webkit-background-size: 26px, 10px;
    background-size: 26px, 10px;
  }
}
.button.has-arrow.white i {
  background-image: url("img/arrow-right-black.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .button.has-arrow.white i {
    background-image: url("img/arrow-right-black@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 26px, 10px;
    -o-background-size: 26px, 10px;
    -webkit-background-size: 26px, 10px;
    background-size: 26px, 10px;
  }
}
.button.has-arrow.white:hover i {
  background-image: url("img/arrow-right-white.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .button.has-arrow.white:hover i {
    background-image: url("img/arrow-right-white@2x.png");
    background-repeat: no-repeat;
    -moz-background-size: 26px, 10px;
    -o-background-size: 26px, 10px;
    -webkit-background-size: 26px, 10px;
    background-size: 26px, 10px;
  }
}
.button.has-arrow.small {
  padding-right: 56px;
}
.button.has-arrow.medium {
  padding-right: 66px;
}
.button.has-arrow.large {
  padding-right: 76px;
}

.accordion-map .accordion-content ul, .download ul, .content-area-control ul {
  list-style: disc;
  margin: 0 0 20px;
  padding: 0;
}
@media all and (max-width: 63.99em) {
  .accordion-map .accordion-content ul, .download ul, .content-area-control ul {
    padding-left: 0;
  }
}
.accordion-map .accordion-content ul li, .download ul li, .content-area-control ul li {
  margin: 20px 0 0 20px;
}
.accordion-map .accordion-content ul li:first-child, .download ul li:first-child, .content-area-control ul li:first-child {
  margin-top: 0;
}

.accordion-map .accordion-content ol, .download ol, .content-area-control ol {
  list-style: decimal;
  margin: 0 0 20px;
  padding: 0;
}
@media all and (max-width: 63.99em) {
  .accordion-map .accordion-content ol, .download ol, .content-area-control ol {
    padding-left: 0;
  }
}
.accordion-map .accordion-content ol li, .download ol li, .content-area-control ol li {
  margin: 20px 0 0 20px;
}
.accordion-map .accordion-content ol li:first-child, .download ol li:first-child, .content-area-control ol li:first-child {
  margin-top: 0;
}

.relative-page {
  position: relative;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
@media all and (max-width: 63.99em) {
  .container {
    padding: 0 20px;
  }
}
@media all and (min-width: 64em) {
  .container {
    padding: 0 45px;
  }
}
@media all and (min-width: 80em) {
  .container {
    padding: 0 60px;
  }
}
.container .container {
  margin: 0 auto;
  padding: 0;
}

#header {
  position: relative;
  width: 100%;
  height: 180px;
  z-index: 2000;
}
@media all and (max-width: 63.99em) {
  #header {
    height: auto;
    min-height: 62px;
  }
}
#header.fixed-header {
  display: block;
  position: fixed !important;
  top: 0;
  z-index: 100;
}
@media all and (max-width: 63.99em) {
  #header.fixed-header {
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  }
}
#header.nav-trans {
  position: absolute;
  top: 0;
  left: 0;
}
#header.nav-trans + .nav-breadcrumb {
  display: none;
}

#main {
  *zoom: 1;
  padding: 20px 0;
}
#main:before, #main:after {
  display: table;
  content: "";
  line-height: 0;
}
#main:after {
  clear: both;
}
#main.no-space-top {
  padding-top: 0;
}
#main.no-space-bottom {
  padding-bottom: 0;
}

.banner-section {
  position: relative;
}

.banner-slider {
  width: 100%;
}
.banner-slider img {
  width: 100%;
}

article, .page {
  float: left;
  width: 57.62712%;
  padding: 0 5.08475% 0 0;
}
@media all and (max-width: 39.99em) {
  article, .page {
    width: 100%;
    padding: 0;
  }
}
.no-sidebar article, .no-sidebar .page {
  width: 100%;
  padding: 0;
}
.inverted-layout article, .inverted-layout .page {
  float: right;
  padding: 0 0 0 5.08475%;
}
article.has-border, .page.has-border {
  border-right: 1px solid #7e8892;
}
.inverted-layout article.has-border, .inverted-layout .page.has-border {
  border-right: 0;
  border-left: 1px solid #7e8892;
}
@media all and (max-width: 39.99em) {
  article.has-border, .page.has-border {
    border-right: none;
  }
}

aside, .sidebar {
  float: right;
  width: 42.37288%;
  padding: 0 0 0 5.08475%;
}
@media all and (max-width: 39.99em) {
  aside, .sidebar {
    width: 100%;
    padding: 0;
  }
}
.inverted-layout aside, .inverted-layout .sidebar {
  float: left;
  padding: 0 5.08475% 0 0;
}
aside .control, .sidebar .control {
  margin-top: 40px;
}
aside .control:first-child, aside .control:first-of-type, .sidebar .control:first-child, .sidebar .control:first-of-type {
  margin-top: 60px;
}
@media all and (max-width: 63.99em) {
  aside .inner, .sidebar .inner {
    padding: 0;
  }
}

.page-header {
  padding-bottom: 20px;
  *zoom: 1;
}
.page-header:before, .page-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-header:after {
  clear: both;
}
@media all and (max-width: 79.99em) {
  .page-header {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 63.99em) {
  .page-header {
    padding-bottom: 20px;
  }
}
.page-header.has-border {
  border-bottom: 1px solid #7e8892;
}
.page-header .page-title h1 {
  margin: 0;
  font-size: 30px;
  color: #010101;
  text-transform: uppercase;
}

.page-footer {
  display: block;
  float: left;
  width: 100%;
  *zoom: 1;
}
.page-footer:before, .page-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-footer:after {
  clear: both;
}
@media all and (max-width: 79.99em) {
  .page-footer {
    margin-top: 30px;
  }
}
@media all and (max-width: 63.99em) {
  .page-footer {
    margin-top: 15px;
  }
}
.page-footer.has-border {
  border-top: 1px solid #7e8892;
}

.home {
  padding-bottom: 0 !important;
}
.home.no-space-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.event-summary {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.event-summary .column {
  float: left;
  width: 50%;
}
@media all and (max-width: 63.99em) {
  .event-summary .column {
    width: 100%;
  }
}
.event-summary .column.text {
  margin-left: 20px;
}
.event-summary .column.text p {
  color: #7c7b7b;
}
.event-summary .column.text p strong {
  color: #000;
}
@media all and (max-width: 63.99em) {
  .event-summary .column.text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

.event-details {
  float: left;
  width: 100%;
}

.error404.no-space-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media all and (min-width: 80em) {
  .error404 .banner .banner-content {
    padding-top: 140px;
  }
}
.error404 .banner .banner-content h1 {
  margin: 0;
  line-height: 1;
  font-size: 380px;
  text-transform: uppercase;
}
@media all and (max-width: 79.99em) {
  .error404 .banner .banner-content h1 {
    padding: 30px 0 0;
    font-size: 190px;
  }
}
@media all and (max-width: 63.99em) {
  .error404 .banner .banner-content h1 {
    padding: 10px 0 0;
    font-size: 40px;
  }
}
.error404 .banner .banner-content h3 {
  margin: 0 0 75px;
  padding: 35px 0 30px;
  font-size: 42px;
  text-transform: uppercase;
}
@media all and (min-width: 80em) {
  .error404 .banner .banner-content h3 {
    border-bottom: 25px solid #FFFFFF;
  }
}
@media all and (max-width: 79.99em) {
  .error404 .banner .banner-content h3 {
    margin: 0;
    padding: 30px 0;
    font-size: 32px;
  }
}
@media all and (max-width: 63.99em) {
  .error404 .banner .banner-content h3 {
    padding: 5px 0;
    font-size: 16px;
    line-height: 1;
  }
}
.error404 .banner .banner-content a {
  font-size: 42px;
  text-transform: uppercase;
}
@media all and (max-width: 79.99em) {
  .error404 .banner .banner-content a {
    font-size: 32px;
  }
}
@media all and (max-width: 63.99em) {
  .error404 .banner .banner-content a {
    font-size: 16px;
  }
}

.view-all .button {
  margin-top: 60px;
  max-width: 32.33333333333333%;
}
@media all and (max-width: 63.99em) {
  .view-all .button {
    max-width: 100%;
  }
}

.text-truncate {
  position: relative;
  min-height: 0;
  max-height: 230px;
  padding-bottom: 40px;
  overflow: hidden;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.text-truncate.is-extended {
  min-height: 1px;
  max-height: 99999px;
}
.text-truncate.is-extended:after {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.text-truncate.is-disabled:after {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.text-truncate.is-disabled .text-truncate-trigger {
  display: none;
}
.text-truncate:after {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(249, 249, 249, 0), #f9f9f9 50%);
  z-index: 1;
}

.text-truncate-trigger {
  position: absolute;
  bottom: -10px;
  right: 0;
  display: inline-block;
  float: right;
  min-width: 120px;
  height: 40px;
  line-height: 40px;
  margin: 10px 0;
  padding: 0 40px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 16px;
  text-align: right;
  background: #333333;
  border: 1px solid #333333;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.text-truncate-trigger:after {
  content: 'Show More';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.text-truncate-trigger:hover {
  background: #fff;
  border-color: #333333;
}
.text-truncate-trigger:hover:after {
  color: #333333;
}
.text-truncate-trigger.is-clicked:after {
  content: 'Show Less';
}

.contact-us .page {
  width: 66.10169%;
}
@media all and (max-width: 39.99em) {
  .contact-us .page {
    width: 100%;
    padding: 0;
  }
}
.contact-us .sidebar {
  width: 33.89831%;
}
@media all and (max-width: 39.99em) {
  .contact-us .sidebar {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}

.article_page_template {
  margin-top: 120px;
}

.article_page_template header {
  width: 100%;
  background: #000000;
}
@media all and (max-width: 79.99em) {
  .article_page_template header {
    background: #000000;
    min-height: 60px;
  }
}

.columns-inverted-layout article {
  display: inline-block;
  float: right;
  border-right: none;
}
@media all and (max-width: 79.99em) {
  .columns-inverted-layout article {
    border-right: none;
  }
}
.columns-inverted-layout article .inner {
  padding: 0 0 40px 0;
}
.columns-inverted-layout aside {
  display: inline-block;
  float: right;
}
.columns-inverted-layout aside .inner {
  padding: 0px 40px 40px 0px;
}
@media all and (max-width: 63.99em) {
  .columns-inverted-layout aside .inner {
    padding: 0;
  }
}
.columns-inverted-layout .container {
  border: none;
}

.article-template .page-title {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0 40px 0;
}
.article-template .page-title h1 {
  text-transform: uppercase;
}
.article-template .container {
  padding-left: 0;
  padding-right: 0;
}

.no-aside-bar article {
  width: 100%;
  border-right: none;
}
.no-aside-bar article .inner {
  padding: 0px 40px 40px 0;
}
.no-aside-bar aside {
  display: none;
}
.no-aside-bar .page-title {
  border-bottom: none;
}
.no-aside-bar .container {
  border-bottom: none;
}

.italic {
  font-style: italic;
}
.italic a {
  font-style: italic;
}

strong, b {
  font-weight: 400;
}
