@charset "UTF-8";
/* emCalc(600px)*/
@font-face {
  font-family: 'fontello_directory';
  src: url("../font/fontello_directory.eot?81695972");
  src: url("../font/fontello_directory.eot?81695972#iefix") format("embedded-opentype"), url("../font/fontello_directory.woff?81695972") format("woff"), url("../font/fontello_directory.ttf?81695972") format("truetype"), url("../font/fontello_directory.svg?81695972#fontello_directory") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello_directory';
    src: url('../font/fontello_directory.svg?81695972#fontello_directory') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello_directory";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-home:before {
  content: '\e803'; }

/* '' */
.icon-instagram-circled:before {
  content: '\e80d'; }

/* '' */
.icon-layout:before {
  content: '\e805'; }

/* '' */
.icon-menu:before {
  content: '\e804'; }

/* '' */
.icon-export:before {
  content: '\e807'; }

/* '' */
.icon-pencil:before {
  content: '\e80e'; }

/* '' */
.icon-phone:before {
  content: '\e809'; }

/* '' */
.icon-mail:before {
  content: '\e806'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\e800'; }

/* '' */
.icon-instagram:before {
  content: '\e80c'; }

/* '' */
.icon-location:before {
  content: '\e808'; }

/* '' */
.icon-search:before {
  content: '\e80b'; }

/* '' */
.icon-twitter-circled:before {
  content: '\e802'; }

/* '' */
.icon-facebook-circled:before {
  content: '\e801'; }

/* '' */
.icon-mobile:before {
  content: '\e80a'; }

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

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

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxTitle {
  margin: 0; }

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

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

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none; }

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

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box; }

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

#colorbox {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.62); }

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

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 *
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

/* v1.0.3 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
  -webkit-backface-visibility: hidden; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  -webkit-backface-visibility: hidden; }

/* Available Variables */
@media print {
  /* All your print styles go here */
  #sidebar, footer, nav, .comment-count, .tip, .pagination {
    display: none !important; }
  tr, td, th {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  .NoPrint {
    visibility: hidden;
    display: none; }
  a {
    color: #000000; }
  a[href]:after {
    content: none !important; } }

/* v1.0.3 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
  -webkit-backface-visibility: hidden; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  -webkit-backface-visibility: hidden; }

/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #f7f7f7 !important;
  color: #FFF; }

/***************
*
*  1. Arrows
*
****************/
.rsMinW .rsArrow {
  height: 32px;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsMinW .rsArrowLeft {
  right: 37px;
  bottom: 7px; }

.rsMinW .rsArrowRight {
  right: 7px;
  bottom: 7px; }

.rsMinW .rsArrowIcn {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  cursor: pointer;
  background: url("/static/img/rs-minimal-white.png") transparent;
  border-radius: 2px; }

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -68px -36px; }

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -100px -36px; }

.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -100px -68px; }

.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
  position: absolute;
  bottom: 15px;
  right: 73px;
  z-index: 35;
  padding-top: 4px;
  height: auto;
  text-align: center;
  line-height: 6px;
  overflow: hidden; }

.rsMinW .rsBullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px 4px; }

.rsMinW .rsBullet span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CCC;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); }

.rsMinW .rsBullet.rsNavSelected span {
  background: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.rsMinW .rsThumbsHor {
  width: 100%;
  height: auto; }

.rsMinW .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsMinW.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsMinW .rsThumb {
  float: left;
  overflow: hidden;
  width: 72px;
  height: 72px; }

.rsMinW .rsThumb img {
  width: 100%;
  height: 100%; }

.rsMinW .rsThumb.rsNavSelected {
  background: #333; }

.rsMinW .rsThumb.rsNavSelected img {
  filter: alpha(opacity=40);
  opacity: 0.7; }

.rsMinW .rsThumb.rsNavSelected span.thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 5px solid #F38EAF;
  -webkit-backface-visibility: hidden; }

.rsMinW .rsTmb {
  display: block; }

/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsMinW.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.rsMinW .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("/static/img/rs-minimal-white.png"); }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px; }

.rsMinW .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsMinW .rsThumb {
    width: 44px;
    height: 44px; }
  .rsMinW .rsThumbsHor {
    height: 44px; }
  .rsMinW .rsThumbsVer {
    width: 59px; } }

/***************
*
*  4. Tabs
*
****************/
.rsMinW .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsMinW .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  *display: inline;
  *zoom: 1; }

.rsMinW .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rsMinW .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf; }

.rsMinW .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsMinW .rsTab.rsNavSelected {
  color: #000;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  5. Fullscreen button
*
****************/
.rsMinW .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/static/img/rs-minimal-white.png") 0 0 transparent; }

.rsMinW .rsFullscreenIcn:hover {
  opacity: 0.8; }

.rsMinW.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url("/static/img/rs-minimal-white.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px; }

.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsMinW .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsMinW .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/static/img/rs-minimal-white.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsMinW .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px; }

@media only screen and (max-width: 890px) {
  .rsArrow.rsArrowLeft {
    bottom: 5%; }
  .rsArrow.rsArrowRight {
    bottom: 5%; }
  .rsNav.rsBullets {
    bottom: 8%; } }

.rsArrow.rsArrowLeft {
  bottom: 18%; }

.rsArrow.rsArrowRight {
  bottom: 18%; }

.rsNav.rsBullets {
  bottom: 20%; }

@media only screen and (max-width: 960px) {
  .rsArrow.rsArrowLeft {
    bottom: 10%; }
  .rsArrow.rsArrowRight {
    bottom: 10%; }
  .rsNav.rsBullets {
    bottom: 12%; }
  .rsArrowLeft {
    right: 32.5% !important; }
  .rsArrowRight {
    right: 30% !important; }
  .rsContent p {
    top: 70% !important; } }

.gallery {
  padding-bottom: 90px;
  margin-bottom: 40px; }
  .gallery .gallery_images {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .gallery .rsGCaption {
    position: relative;
    float: left;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #FFF;
    background: #f7f7f7;
    padding: 2px 4px;
    width: 100%;
    border-radius: 0px;
    color: black; }
    .gallery .rsGCaption p {
      padding: 4px inherit 0 inherit;
      margin: 0; }
  .gallery .gallery-wrap {
    position: relative;
    font-size: .8em;
    font-style: italic; }
    .gallery .gallery-wrap > .top-left {
      border: 0px !important;
      position: absolute;
      left: 0;
      top: 70px;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
    .gallery .gallery-wrap > .top-right {
      border: 0px !important;
      position: absolute;
      right: 0;
      top: 70px;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
    .gallery .gallery-wrap > .bottom-left {
      border: 0px !important;
      position: absolute;
      left: 0;
      bottom: 60px;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
    .gallery .gallery-wrap > .bottom-right {
      border: 0px !important;
      position: absolute;
      right: 0;
      bottom: 60px;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
    .gallery .gallery-wrap > .left {
      border: 0px !important;
      position: absolute;
      left: 0;
      top: 65%;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
    .gallery .gallery-wrap > .right {
      border: 0px !important;
      position: absolute;
      right: 0;
      top: 65%;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
    .gallery .gallery-wrap > .top {
      border: 0px !important;
      position: absolute;
      left: 37%;
      top: 0;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
    .gallery .gallery-wrap > .bottom {
      border: 0px !important;
      position: absolute;
      left: 37%;
      bottom: 60px;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
  .gallery .rsGCaption .gallery_caption {
    font-weight: 100;
    font-size: 0.8em;
    background: none;
    border: none; }
    .gallery .rsGCaption .gallery_caption .credit {
      display: block;
      font-weight: normal; }
  .gallery .rsFullscreen .rsOverflow {
    height: 82% !important; }
    @media only screen and (max-width: 680px) {
      .gallery .rsFullscreen .rsOverflow {
        height: 72% !important; } }
  .gallery .rsFullscreen .rsGCaption {
    float: left;
    margin: 0 15%;
    width: 70%;
    height: 70px;
    overflow-y: auto; }
    .gallery .rsFullscreen .rsGCaption p {
      padding: 4px inherit 0 inherit;
      margin: 0; }
    @media only screen and (max-width: 890px) {
      .gallery .rsFullscreen .rsGCaption {
        margin: 0;
        width: 100%; } }
  .gallery .rsArrowRight {
    bottom: 45%;
    right: 7px; }
  .gallery .rsArrowLeft {
    bottom: 45%;
    left: 7px; }

.vertical .gallery {
  padding-bottom: 0px; }
  .vertical .gallery .rsSlide, .vertical .gallery .rsMinW {
    min-height: 360px !important;
    background: white !important; }
  .vertical .gallery .rsOverflow {
    min-height: 360px !important;
    background: white !important; }
    .vertical .gallery .rsOverflow .rsImg {
      height: 360px !important;
      width: auto !important;
      margin-left: 0% !important; }
  .vertical .gallery .rsGCaption {
    display: none; }
  .vertical .gallery .rsArrowRight {
    bottom: 180px;
    right: 7px; }
  .vertical .gallery .rsArrowLeft {
    bottom: 180px;
    left: 7px; }
  .vertical .gallery .rsThumbs {
    display: none; }
  .vertical .gallery .rsFullscreen .rsImg {
    margin-left: 30% !important;
    height: auto !important; }
  .vertical .gallery .rsFullscreen .rsThumbs {
    display: block; }
  .vertical .gallery .rsFullscreen .rsArrowRight {
    bottom: 10px;
    right: 7px; }
  .vertical .gallery .rsFullscreen .rsArrowLeft {
    bottom: 10px;
    right: 17px; }

.rsMinW .rsFullscreenBtn {
  right: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  z-index: 1;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/static/img/rs-minimal-white.png?7ed3beb20b54") no-repeat scroll 0px 0px transparent;
  position: absolute;
  right: 0; }

.gallery .rsGCaption .gallery_caption {
  font-weight: 100;
  font-size: 1em;
  line-height: 2em;
  background: none repeat scroll 0% 0% transparent;
  border: medium none; }

.panel p {
  line-height: 1.75em;
  padding: 5px; }

.gallery .rsGCaption p {
  margin: 0px;
  padding: 5px 10px; }

.royalSlider {
  min-height: 372px;
  width: 100%;
  max-width: none !important; }

.rsMainSlideImage {
  max-width: none !important; }

.rsMinW .rsFullscreenBtn {
  right: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  z-index: 1;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/static/img/rs-minimal-white.png?7ed3beb20b54") no-repeat scroll 0px 0px transparent;
  position: absolute;
  right: 0; }

.gallery .rsGCaption .gallery_caption {
  font-weight: 100;
  font-size: 1em;
  line-height: 2em;
  background: none repeat scroll 0% 0% transparent;
  border: medium none; }

.panel p {
  line-height: 1.75em;
  padding: 5px; }

.gallery .rsGCaption p {
  margin: 0px;
  padding: 5px 10px; }

.royalSlider {
  min-height: 372px;
  width: 100%;
  max-width: none !important; }

.rsMainSlideImage {
  max-width: none !important; }

/* Slider */
#slider-wrap {
  width: 100%;
  height: 372px;
  overflow: hidden;
  position: relative; }
  #slider-wrap #home-slider {
    width: 100%;
    padding: 0; }
    #slider-wrap #home-slider .item .row h2 {
      position: relative;
      margin: -24% 0 0 0;
      z-index: 20;
      font-style: italic; }
      #slider-wrap #home-slider .item .row h2 a {
        color: white; }
    #slider-wrap #home-slider .item .row p {
      margin: 0 0 0 20%;
      z-index: 20;
      position: relative; }
    #slider-wrap #home-slider #overlay {
      width: 100%;
      height: 100%;
      z-index: 15;
      position: absolute;
      top: 0; }
  #slider-wrap .rsMinW .rsBullets {
    position: absolute;
    top: 350px;
    right: 425px;
    height: 30px;
    width: 40px; }
    #slider-wrap .rsMinW .rsBullets span {
      background: #FFF; }
    #slider-wrap .rsMinW .rsBullets .rsNavSelected span {
      background: #f067a6; }
  #slider-wrap .rsArrowLeft {
    top: 340px !important;
    right: 380px !important; }
  #slider-wrap .rsArrowRight {
    top: 340px !important;
    right: 345px !important; }
  #slider-wrap .rsContent {
    position: static; }
    #slider-wrap .rsContent a {
      color: white !important; }
    #slider-wrap .rsContent h2 {
      width: 600em;
      background: #2D1A2D;
      background: rgba(0, 0, 0, 0.8);
      top: 256px;
      padding-left: 10px;
      left: 10%;
      font-style: italic;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
      #slider-wrap .rsContent h2 a {
        color: #FFF; }
    #slider-wrap .rsContent h2.black {
      background: rgba(0, 0, 0, 0.8); }
    #slider-wrap .rsContent h2.white {
      background: rgba(255, 255, 255, 0.8); }
    #slider-wrap .rsContent h2.pink {
      background: rgba(240, 103, 166, 0.8); }
    #slider-wrap .rsContent p {
      width: 600em;
      background: #f067a6;
      opacity: 0.8;
      top: 313px !important;
      left: 36%;
      padding-left: 10px;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

@media only screen and (max-width: 890px) {
  .rsArrow.rsArrowLeft {
    bottom: 5%; }
  .rsArrow.rsArrowRight {
    bottom: 5%; }
  .rsNav.rsBullets {
    bottom: 8%; } }

.rsArrow.rsArrowLeft {
  bottom: 18%; }

.rsArrow.rsArrowRight {
  bottom: 18%; }

.rsNav.rsBullets {
  bottom: 20%; }

@media only screen and (max-width: 960px) {
  .rsArrow.rsArrowLeft {
    bottom: 10%; }
  .rsArrow.rsArrowRight {
    bottom: 10%; }
  .rsNav.rsBullets {
    bottom: 12%; }
  .rsArrowLeft {
    right: 32.5% !important; }
  .rsArrowRight {
    right: 30% !important; }
  .rsContent p {
    top: 70% !important; } }

.gallery {
  padding-bottom: 90px;
  margin-bottom: 40px; }
  .gallery .gallery_images {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .gallery .rsGCaption {
    position: relative;
    float: left;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #FFF;
    background: #f7f7f7;
    padding: 2px 4px;
    width: 100%;
    border-radius: 0px;
    color: black; }
    .gallery .rsGCaption p {
      padding: 4px inherit 0 inherit;
      margin: 0; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 1.07143em;
    padding-right: 1.07143em;
    width: 100%;
    float: left; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -1.07143em;
    margin-right: -1.07143em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

@media only screen {
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 1.07143em;
    padding-right: 1.07143em;
    float: left; }
  .row .small-1 {
    position: relative;
    width: 8.33333%; }
  .row .small-2 {
    position: relative;
    width: 16.66667%; }
  .row .small-3 {
    position: relative;
    width: 25%; }
  .row .small-4 {
    position: relative;
    width: 33.33333%; }
  .row .small-5 {
    position: relative;
    width: 41.66667%; }
  .row .small-6 {
    position: relative;
    width: 50%; }
  .row .small-7 {
    position: relative;
    width: 58.33333%; }
  .row .small-8 {
    position: relative;
    width: 66.66667%; }
  .row .small-9 {
    position: relative;
    width: 75%; }
  .row .small-10 {
    position: relative;
    width: 83.33333%; }
  .row .small-11 {
    position: relative;
    width: 91.66667%; }
  .row .small-12 {
    position: relative;
    width: 100%; }
  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .row .small-offset-3 {
    position: relative;
    margin-left: 25%; }
  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .row .small-offset-6 {
    position: relative;
    margin-left: 50%; }
  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .row .small-offset-9 {
    position: relative;
    margin-left: 75%; }
  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .row .large-1 {
    position: relative;
    width: 8.33333%; }
  .row .large-2 {
    position: relative;
    width: 16.66667%; }
  .row .large-3 {
    position: relative;
    width: 25%; }
  .row .large-4 {
    position: relative;
    width: 33.33333%; }
  .row .large-5 {
    position: relative;
    width: 41.66667%; }
  .row .large-6 {
    position: relative;
    width: 50%; }
  .row .large-7 {
    position: relative;
    width: 58.33333%; }
  .row .large-8 {
    position: relative;
    width: 66.66667%; }
  .row .large-9 {
    position: relative;
    width: 75%; }
  .row .large-10 {
    position: relative;
    width: 83.33333%; }
  .row .large-11 {
    position: relative;
    width: 91.66667%; }
  .row .large-12 {
    position: relative;
    width: 100%; }
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-2 {
    left: inherit; }
  .small-pull-2 {
    right: inherit; }
  .small-push-3 {
    left: inherit; }
  .small-pull-3 {
    right: inherit; }
  .small-push-4 {
    left: inherit; }
  .small-pull-4 {
    right: inherit; }
  .small-push-5 {
    left: inherit; }
  .small-pull-5 {
    right: inherit; }
  .small-push-6 {
    left: inherit; }
  .small-pull-6 {
    right: inherit; }
  .small-push-7 {
    left: inherit; }
  .small-pull-7 {
    right: inherit; }
  .small-push-8 {
    left: inherit; }
  .small-pull-8 {
    right: inherit; }
  .small-push-9 {
    left: inherit; }
  .small-pull-9 {
    right: inherit; }
  .small-push-10 {
    left: inherit; }
  .small-pull-10 {
    right: inherit; }
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 48em) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }
  .show-for-small {
    display: none !important; }
  .hide-for-small {
    display: inherit !important; }
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }

/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 80em) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }
  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }
  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }

/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 90em) {
  .show-for-xlarge {
    display: inherit !important; }
  .show-for-large,
  .show-for-large-down {
    display: none !important; }
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }
  .hide-for-xlarge {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 10px; }
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 48em) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
  [class*="small-block-grid-"] > li {
    clear: none !important; } }

p.lead {
  font-size: 1.25em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
.lookbook .packery-item .item-detail .title,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #2795b6; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.42857em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 1em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, .lookbook .packery-item .item-detail .title, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222;
  text-rendering: auto;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.18571em; }
  h1 small, h2 small, h3 small, h4 small, .lookbook .packery-item .item-detail .title small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.42857em; }

h2 {
  font-size: 1.92857em; }

h3 {
  font-size: 1.57143em; }

h4, .lookbook .packery-item .item-detail .title {
  font-size: 1.28571em; }

h5 {
  font-size: 1.28571em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.42857em 0 1.35714em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.42857em;
  list-style-position: outside;
  font-family: inherit; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.42857em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square; }

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

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

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.42857em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.85714em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.42857em;
  padding: 0.64286em 1.42857em 0 1.35714em;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.92857em;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.42857em 0;
  border: 1px solid #ddd;
  padding: 0.71429em 0.85714em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 1.07143em; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.07143em; }

@media only screen and (min-width: 48em) {
  h1, h2, h3, h4, .lookbook .packery-item .item-detail .title, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 3.14286em; }
  h2 {
    font-size: 2.64286em; }
  h3 {
    font-size: 1.92857em; }
  h4, .lookbook .packery-item .item-detail .title {
    font-size: 1.64286em; } }

/*
   * Print styles.
   *
   * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
  */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

button, .button, .tag {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.42857em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.85714em;
  padding-right: 1.71429em;
  padding-bottom: 0.92857em;
  padding-left: 1.71429em;
  font-size: 1.14286em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: #fff; }
  button:hover, button:focus, .button:hover, .tag:hover, .button:focus, .tag:focus {
    background-color: #2284a1; }
  button:hover, button:focus, .button:hover, .tag:hover, .button:focus, .tag:focus {
    color: #fff; }
  button.secondary, .button.secondary, .secondary.tag {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .secondary.tag:hover, .button.secondary:focus, .secondary.tag:focus {
      background-color: #d0d0d0; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .secondary.tag:hover, .button.secondary:focus, .secondary.tag:focus {
      color: #333; }
  button.success, .button.success, .success.tag {
    background-color: #ff0000;
    border-color: #cc0000;
    color: #fff; }
    button.success:hover, button.success:focus, .button.success:hover, .success.tag:hover, .button.success:focus, .success.tag:focus {
      background-color: #cc0000; }
    button.success:hover, button.success:focus, .button.success:hover, .success.tag:hover, .button.success:focus, .success.tag:focus {
      color: #fff; }
  button.alert, .button.alert, .alert.tag {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .alert.tag:hover, .button.alert:focus, .alert.tag:focus {
      background-color: #970b0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .alert.tag:hover, .button.alert:focus, .alert.tag:focus {
      color: #fff; }
  button.large, .button.large, .large.tag {
    padding-top: 1.14286em;
    padding-right: 2.28571em;
    padding-bottom: 1.21429em;
    padding-left: 2.28571em;
    font-size: 1.42857em; }
  button.small, .button.small, .small.tag {
    padding-top: 0.64286em;
    padding-right: 1.28571em;
    padding-bottom: 0.71429em;
    padding-left: 1.28571em;
    font-size: 0.92857em; }
  button.tiny, .button.tiny, .tiny.tag {
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.57143em;
    padding-left: 1em;
    font-size: 0.78571em; }
  button.expand, .button.expand, .expand.tag {
    padding-top: false;
    padding-right: 0px;
    padding-bottom: false0.07143em;
    padding-left: 0px;
    width: 100%; }
  button.left-align, .button.left-align, .left-align.tag {
    text-align: left;
    text-indent: 0.85714em; }
  button.right-align, .button.right-align, .right-align.tag {
    text-align: right;
    padding-right: 0.85714em; }
  button.disabled, button[disabled], .button.disabled, .disabled.tag, .button[disabled], [disabled].tag {
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: #fff;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.tag:hover, .button.disabled:focus, .disabled.tag:focus, .button[disabled]:hover, [disabled].tag:hover, .button[disabled]:focus, [disabled].tag:focus {
      background-color: #2284a1; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.tag:hover, .button.disabled:focus, .disabled.tag:focus, .button[disabled]:hover, [disabled].tag:hover, .button[disabled]:focus, [disabled].tag:focus {
      color: #fff; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.tag:hover, .button.disabled:focus, .disabled.tag:focus, .button[disabled]:hover, [disabled].tag:hover, .button[disabled]:focus, [disabled].tag:focus {
      background-color: #2ba6cb; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .disabled.secondary.tag, .button[disabled].secondary, [disabled].secondary.tag {
      background-color: #e9e9e9;
      border-color: #d0d0d0;
      color: #333;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .disabled.secondary.tag:hover, .button.disabled.secondary:focus, .disabled.secondary.tag:focus, .button[disabled].secondary:hover, [disabled].secondary.tag:hover, .button[disabled].secondary:focus, [disabled].secondary.tag:focus {
        background-color: #d0d0d0; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .disabled.secondary.tag:hover, .button.disabled.secondary:focus, .disabled.secondary.tag:focus, .button[disabled].secondary:hover, [disabled].secondary.tag:hover, .button[disabled].secondary:focus, [disabled].secondary.tag:focus {
        color: #333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .disabled.secondary.tag:hover, .button.disabled.secondary:focus, .disabled.secondary.tag:focus, .button[disabled].secondary:hover, [disabled].secondary.tag:hover, .button[disabled].secondary:focus, [disabled].secondary.tag:focus {
        background-color: #e9e9e9; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .disabled.success.tag, .button[disabled].success, [disabled].success.tag {
      background-color: #ff0000;
      border-color: #cc0000;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .disabled.success.tag:hover, .button.disabled.success:focus, .disabled.success.tag:focus, .button[disabled].success:hover, [disabled].success.tag:hover, .button[disabled].success:focus, [disabled].success.tag:focus {
        background-color: #cc0000; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .disabled.success.tag:hover, .button.disabled.success:focus, .disabled.success.tag:focus, .button[disabled].success:hover, [disabled].success.tag:hover, .button[disabled].success:focus, [disabled].success.tag:focus {
        color: #fff; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .disabled.success.tag:hover, .button.disabled.success:focus, .disabled.success.tag:focus, .button[disabled].success:hover, [disabled].success.tag:hover, .button[disabled].success:focus, [disabled].success.tag:focus {
        background-color: #ff0000; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .disabled.alert.tag, .button[disabled].alert, [disabled].alert.tag {
      background-color: #c60f13;
      border-color: #970b0e;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .disabled.alert.tag:hover, .button.disabled.alert:focus, .disabled.alert.tag:focus, .button[disabled].alert:hover, [disabled].alert.tag:hover, .button[disabled].alert:focus, [disabled].alert.tag:focus {
        background-color: #970b0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .disabled.alert.tag:hover, .button.disabled.alert:focus, .disabled.alert.tag:focus, .button[disabled].alert:hover, [disabled].alert.tag:hover, .button[disabled].alert:focus, [disabled].alert.tag:focus {
        color: #fff; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .disabled.alert.tag:hover, .button.disabled.alert:focus, .disabled.alert.tag:focus, .button[disabled].alert:hover, [disabled].alert.tag:hover, .button[disabled].alert:focus, [disabled].alert.tag:focus {
        background-color: #c60f13; }

input.button, input.tag,
button.button,
button.tag {
  padding-top: 0.92857em;
  padding-bottom: 0.85714em; }
  input.button.tiny, input.tiny.tag,
  button.button.tiny,
  button.tiny.tag {
    padding-top: 0.57143em;
    padding-bottom: 0.5em; }
  input.button.small, input.small.tag,
  button.button.small,
  button.small.tag {
    padding-top: 0.71429em;
    padding-bottom: 0.64286em; }
  input.button.large, input.large.tag,
  button.button.large,
  button.large.tag {
    padding-top: 1.17857em;
    padding-bottom: 1.17857em; }

@media only screen {
  .button, .tag {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    .button:active, .tag:active {
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
    .button.radius, .radius.tag {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    .button.round, .round.tag {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }

@media only screen and (min-width: 48em) {
  .button, .tag {
    display: inline-block; } }

/* Standard Forms */
form {
  margin: 0 0 1.14286em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: -0.57143em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.57143em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }

form .row input.column,
form .row input.columns {
  padding-left: 0.57143em; }

/* Label Styles */
label {
  font-size: 1em;
  color: #2D1A2D;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.21429em; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1.14286em 0;
    padding: 0.71429em 0; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1em;
  height: 2.64286em;
  line-height: 2.64286em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, .postfix.tag {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.42857em; }

.prefix.button, .prefix.tag {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.42857em; }

.prefix.button.radius, .prefix.radius.tag {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius, .postfix.radius.tag {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round, .prefix.round.tag {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round, .postfix.round.tag {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333; }
  span.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333; }
  span.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #2D1A2D;
  display: block;
  font-size: 1em;
  margin: 0 0 1.14286em 0;
  padding: 0.57143em;
  height: 2.64286em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #ddd; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #ddd;
  padding: 1.42857em;
  margin: 1.28571em 0; }
  fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.21429em;
    margin: 0;
    margin-left: -0.21429em; }

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error input:focus,
  input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error label,
label.error {
  color: #c60f13; }

.error small,
small.error {
  display: block;
  padding: 0.42857em 0.28571em;
  margin-top: -1.5em;
  margin-bottom: 1.14286em;
  font-size: 0.85714em;
  font-weight: bold;
  background: #c60f13;
  color: #fff; }

/* Custom Checkbox and Radio Inputs */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #ccc;
  background: #fff; }
  form.custom .custom.radio {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  form.custom .custom.checkbox:before {
    content: "";
    display: block;
    line-height: 0.8;
    height: 14px;
    width: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff; }
  form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #222;
    position: relative;
    top: 3px;
    left: 3px; }
  form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #222; }

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */ }
  form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.64286em;
    margin-bottom: 1.42857em;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1em;
    vertical-align: top; }
    form.custom .custom.dropdown ul {
      overflow-y: auto;
      max-height: 200px; }
    form.custom .custom.dropdown .current {
      cursor: default;
      white-space: nowrap;
      line-height: 2.57143em;
      color: #2D1A2D;
      text-decoration: none;
      overflow: hidden;
      display: block;
      margin-left: 0.57143em;
      margin-right: 2.64286em; }
    form.custom .custom.dropdown .selector {
      cursor: default;
      position: absolute;
      width: 2.85714em;
      height: 2.64286em;
      display: block;
      right: 0;
      top: 0; }
      form.custom .custom.dropdown .selector:after {
        content: "";
        display: block;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: #aaa transparent transparent transparent;
        position: absolute;
        left: 1.07143em;
        top: 50%;
        margin-top: -3px; }
    form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 5px;
      border-color: #222 transparent transparent transparent; }
    form.custom .custom.dropdown .disabled {
      color: #888; }
      form.custom .custom.dropdown .disabled:hover {
        background: transparent;
        color: #888; }
        form.custom .custom.dropdown .disabled:hover:after {
          display: none; }
    form.custom .custom.dropdown.open ul {
      display: block;
      z-index: 10;
      min-width: 100%;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    form.custom .custom.dropdown.small {
      max-width: 134px; }
    form.custom .custom.dropdown.medium {
      max-width: 254px; }
    form.custom .custom.dropdown.large {
      max-width: 434px; }
    form.custom .custom.dropdown.expand {
      width: 100% !important; }
    form.custom .custom.dropdown.open.small ul {
      min-width: 134px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.medium ul {
      min-width: 254px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.large ul {
      min-width: 434px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 14px; }
    form.custom .custom.dropdown ul li {
      color: #555;
      font-size: 1em;
      cursor: default;
      padding-top: 0.28571em;
      padding-bottom: 0.28571em;
      padding-left: 0.42857em;
      padding-right: 2.71429em;
      min-height: 1.71429em;
      line-height: 1.71429em;
      margin: 0;
      white-space: nowrap;
      list-style: none; }
      form.custom .custom.dropdown ul li.selected {
        background: #eeeeee;
        color: #000; }
      form.custom .custom.dropdown ul li:hover {
        background-color: #e4e4e4;
        color: #000; }
      form.custom .custom.dropdown ul li.selected:hover {
        background: #eeeeee;
        cursor: default;
        color: #000; }
    form.custom .custom.dropdown ul.show {
      display: block; }
  form.custom .custom.disabled {
    background-color: #ddd; }

/* Button Groups */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > * {
    margin: 0 0 0 -1px;
    float: left; }
    .button-group > *:first-child {
      margin-left: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li .button, .button-group.even-2 li .tag {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li .button, .button-group.even-3 li .tag {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li .button, .button-group.even-4 li .tag {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li .button, .button-group.even-5 li .tag {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li .button, .button-group.even-6 li .tag {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li .button, .button-group.even-7 li .tag {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li .button, .button-group.even-8 li .tag {
      width: 100%; }

.button-bar {
  *zoom: 1; }
  .button-bar:before, .button-bar:after {
    content: " ";
    display: table; }
  .button-bar:after {
    clear: both; }
  .button-bar .button-group {
    float: left;
    margin-right: 0.71429em; }
    .button-bar .button-group div {
      overflow: hidden; }

/* Dropdown Button */
.dropdown.button, .dropdown.tag {
  position: relative;
  padding-right: 3.64286em; }
  .dropdown.button:before, .dropdown.tag:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before, .dropdown.tag:before {
    border-width: 0.64286em;
    right: 1.71429em;
    margin-top: -0.28571em; }
  .dropdown.button:before, .dropdown.tag:before {
    border-color: #fff transparent transparent transparent; }
  .dropdown.button.tiny, .dropdown.tiny.tag {
    padding-right: 2.5em; }
    .dropdown.button.tiny:before, .dropdown.tiny.tag:before {
      border-width: 0.5em;
      right: 1em;
      margin-top: -0.17857em; }
    .dropdown.button.tiny:before, .dropdown.tiny.tag:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.small, .dropdown.small.tag {
    padding-right: 3.21429em; }
    .dropdown.button.small:before, .dropdown.small.tag:before {
      border-width: 0.64286em;
      right: 1.28571em;
      margin-top: -0.25em; }
    .dropdown.button.small:before, .dropdown.small.tag:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.large, .dropdown.large.tag {
    padding-right: 4.57143em; }
    .dropdown.button.large:before, .dropdown.large.tag:before {
      border-width: 0.71429em;
      right: 2em;
      margin-top: -0.35714em; }
    .dropdown.button.large:before, .dropdown.large.tag:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.secondary:before, .dropdown.secondary.tag:before {
    border-color: #333 transparent transparent transparent; }

/* Split Buttons */
.split.button, .split.tag {
  position: relative;
  padding-right: 5.48571em; }
  .split.button span, .split.tag span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:before, .split.tag span:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: solid;
      left: 50%; }
    .split.button span:active, .split.tag span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span, .split.tag span {
    border-left-color: #1e728c; }
  .split.button span, .split.tag span {
    width: 3.42857em; }
    .split.button span:before, .split.tag span:before {
      border-width: 0.64286em;
      top: 1.28571em;
      margin-left: -0.64286em; }
  .split.button span:before, .split.tag span:before {
    border-color: #fff transparent transparent transparent; }
  .split.button.secondary span, .split.secondary.tag span {
    border-left-color: #c3c3c3; }
  .split.button.secondary span:before, .split.secondary.tag span:before {
    border-color: #fff transparent transparent transparent; }
  .split.button.alert span, .split.alert.tag span {
    border-left-color: #7f0a0c; }
  .split.button.success span, .split.success.tag span {
    border-left-color: #b30000; }
  .split.button.tiny, .split.tiny.tag {
    padding-right: 4.5em; }
    .split.button.tiny span, .split.tiny.tag span {
      width: 3.25em; }
      .split.button.tiny span:before, .split.tiny.tag span:before {
        border-width: 0.5em;
        top: 1em;
        margin-left: -0.35714em; }
  .split.button.small, .split.small.tag {
    padding-right: 4.5em; }
    .split.button.small span, .split.small.tag span {
      width: 3.21429em; }
      .split.button.small span:before, .split.small.tag span:before {
        border-width: 0.64286em;
        top: 0.96429em;
        margin-left: -0.64286em; }
  .split.button.large, .split.large.tag {
    padding-right: 6.85714em; }
    .split.button.large span, .split.large.tag span {
      width: 4.28571em; }
      .split.button.large span:before, .split.large.tag span:before {
        border-width: 0.71429em;
        top: 1.5em;
        margin-left: -0.64286em; }
  .split.button.secondary span:before, .split.secondary.tag span:before {
    border-color: #333 transparent transparent transparent; }
  .split.button.radius span, .split.radius.tag span {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .split.button.round span, .split.round.tag span {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }

/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.78571em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.14286em;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Sections */
.section-container, .section-container.auto {
  width: 100%;
  display: block;
  margin-bottom: 1.42857em;
  border: 1px solid #ccc;
  border-top: none; }
  .section-container section,
  .section-container .section, .section-container.auto section,
  .section-container.auto .section {
    border-top: 1px solid #ccc;
    position: relative; }
    .section-container section .title,
    .section-container .section .title, .section-container.auto section .title,
    .section-container.auto .section .title {
      top: 0;
      cursor: pointer;
      width: 100%;
      margin: 0;
      background-color: #efefef; }
      .section-container section .title a,
      .section-container .section .title a, .section-container.auto section .title a,
      .section-container.auto .section .title a {
        padding: 1.07143em;
        display: inline-block;
        color: #333;
        font-size: 1em;
        white-space: nowrap;
        width: 100%; }
      .section-container section .title:hover,
      .section-container .section .title:hover, .section-container.auto section .title:hover,
      .section-container.auto .section .title:hover {
        background-color: #e2e2e2; }
    .section-container section .content,
    .section-container .section .content, .section-container.auto section .content,
    .section-container.auto .section .content {
      display: none;
      padding: 1.07143em;
      background-color: #fff; }
      .section-container section .content > *:last-child,
      .section-container .section .content > *:last-child, .section-container.auto section .content > *:last-child,
      .section-container.auto .section .content > *:last-child {
        margin-bottom: 0; }
      .section-container section .content > *:first-child,
      .section-container .section .content > *:first-child, .section-container.auto section .content > *:first-child,
      .section-container.auto .section .content > *:first-child {
        padding-top: 0; }
      .section-container section .content > *:last-child,
      .section-container .section .content > *:last-child, .section-container.auto section .content > *:last-child,
      .section-container.auto .section .content > *:last-child {
        padding-bottom: 0; }
    .section-container section.active .content,
    .section-container .section.active .content, .section-container.auto section.active .content,
    .section-container.auto .section.active .content {
      display: block; }
    .section-container section.active .title,
    .section-container .section.active .title, .section-container.auto section.active .title,
    .section-container.auto .section.active .title {
      background: #d6d6d6; }

.section-container.tabs {
  border: 0;
  position: relative; }
  .section-container.tabs section,
  .section-container.tabs .section {
    padding-top: 0;
    border: 0;
    position: static; }
    .section-container.tabs section .title,
    .section-container.tabs .section .title {
      width: auto;
      border: 1px solid #ccc;
      border-right: 0;
      border-bottom: 0;
      position: absolute;
      z-index: 1; }
      .section-container.tabs section .title a,
      .section-container.tabs .section .title a {
        width: 100%; }
    .section-container.tabs section:last-child .title,
    .section-container.tabs .section:last-child .title {
      border-right: 1px solid #ccc; }
    .section-container.tabs section .content,
    .section-container.tabs .section .content {
      border: 1px solid #ccc;
      position: absolute;
      z-index: 10;
      top: -1px; }
    .section-container.tabs section.active .title,
    .section-container.tabs .section.active .title {
      background-color: #fff;
      z-index: 11;
      border-bottom: 0; }
    .section-container.tabs section.active .content,
    .section-container.tabs .section.active .content {
      position: relative; }

@media only screen and (min-width: 48em) {
  .section-container.auto {
    border: 0;
    position: relative; }
    .section-container.auto section,
    .section-container.auto .section {
      padding-top: 0;
      border: 0;
      position: static; }
      .section-container.auto section .title,
      .section-container.auto .section .title {
        width: auto;
        border: 1px solid #ccc;
        border-right: 0;
        border-bottom: 0;
        position: absolute;
        z-index: 1; }
        .section-container.auto section .title a,
        .section-container.auto .section .title a {
          width: 100%; }
      .section-container.auto section:last-child .title,
      .section-container.auto .section:last-child .title {
        border-right: 1px solid #ccc; }
      .section-container.auto section .content,
      .section-container.auto .section .content {
        border: 1px solid #ccc;
        position: absolute;
        z-index: 10;
        top: -1px; }
      .section-container.auto section.active .title,
      .section-container.auto .section.active .title {
        background-color: #fff;
        z-index: 11;
        border-bottom: 0; }
      .section-container.auto section.active .content,
      .section-container.auto .section.active .content {
        position: relative; }
  .section-container.accordion .section {
    padding-top: 0 !important; }
  .section-container.vertical-nav {
    border: 1px solid #ccc;
    border-top: none; }
    .section-container.vertical-nav section,
    .section-container.vertical-nav .section {
      padding-top: 0 !important; }
      .section-container.vertical-nav section .title a,
      .section-container.vertical-nav .section .title a {
        display: block;
        width: 100%; }
      .section-container.vertical-nav section .content,
      .section-container.vertical-nav .section .content {
        display: none; }
      .section-container.vertical-nav section.active .content,
      .section-container.vertical-nav .section.active .content {
        display: block;
        position: absolute;
        left: 100%;
        top: -1px;
        z-index: 999;
        min-width: 14.28571em;
        border: 1px solid #ccc; }
  .section-container.horizontal-nav {
    position: relative;
    background: #efefef;
    border: 1px solid #ccc; }
    .section-container.horizontal-nav section,
    .section-container.horizontal-nav .section {
      padding-top: 0;
      border: 0;
      position: static; }
      .section-container.horizontal-nav section .title,
      .section-container.horizontal-nav .section .title {
        width: auto;
        border: 1px solid #ccc;
        border-left: 0;
        top: -1px;
        position: absolute;
        z-index: 1; }
        .section-container.horizontal-nav section .title a,
        .section-container.horizontal-nav .section .title a {
          width: 100%; }
      .section-container.horizontal-nav section .content,
      .section-container.horizontal-nav .section .content {
        display: none; }
      .section-container.horizontal-nav section.active .content,
      .section-container.horizontal-nav .section.active .content {
        display: block;
        position: absolute;
        z-index: 999;
        left: 0;
        top: -2px;
        min-width: 14.28571em;
        border: 1px solid #ccc; } }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #fff; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #fff;
  margin-bottom: 1.875em; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 2.45em; }
  .top-bar .button, .top-bar .tag {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0; }
  .top-bar .title-area {
    position: relative; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 14px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625em;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: bold;
        color: #111;
        width: 50%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #111;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        text-indent: -48px;
        width: 34px;
        height: 34px;
        line-height: 33px;
        padding: 0;
        color: #111; }
        .top-bar .toggle-topbar.menu-icon a span {
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px #111, 0 16px 0 1px #111, 0 22px 0 1px #111;
          box-shadow: 0 10px 0 1px #111, 0 16px 0 1px #111, 0 22px 0 1px #111; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #fff; }
    .top-bar.expanded .toggle-topbar a {
      color: #333; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #333, 0 16px 0 1px #333, 0 22px 0 1px #333;
        box-shadow: 0 10px 0 1px #333, 0 16px 0 1px #333, 0 22px 0 1px #333; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    font-size: 14px;
    margin: 0; }
  .top-bar-section .divider {
    border-bottom: solid 1px white;
    border-top: solid 1px #e6e6e6;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #111;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-size: 0.8125em;
    font-weight: bold;
    background: #fff; }
    .top-bar-section ul li > a:hover {
      background: #f7f7f7; }
    .top-bar-section ul li > a.button, .top-bar-section ul li > a.tag {
      background: #2ba6cb;
      font-size: 0.8125em; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.tag:hover {
        background: #2284a1; }
    .top-bar-section ul li > a.button.secondary, .top-bar-section ul li > a.secondary.tag {
      background: #e9e9e9; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.secondary.tag:hover {
        background: #d0d0d0; }
    .top-bar-section ul li > a.button.success, .top-bar-section ul li > a.success.tag {
      background: #ff0000; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.success.tag:hover {
        background: #cc0000; }
    .top-bar-section ul li > a.button.alert, .top-bar-section ul li > a.alert.tag {
      background: #c60f13; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.alert.tag:hover {
        background: #970b0e; }
  .top-bar-section ul li.active a {
    background: #f7f7f7; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 5px;
      border-color: transparent transparent transparent rgba(17, 17, 17, 0.5);
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: visible; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: #111;
          line-height: 22.5px;
          display: block; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #555;
      font-weight: bold;
      font-size: 0.71429em; }

.top-bar-js-breakpoint {
  width: 768px !important;
  visibility: hidden; }

.js-generated {
  display: block; }

@media only screen and (min-width: 768px) {
  .top-bar {
    background: #fff;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar .tag {
      line-height: 2em;
      font-size: 1em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    .top-bar.expanded {
      background: #fff; }
  .contain-to-grid .top-bar {
    max-width: 75em;
    margin: 0 auto; }
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li a:not(.button):not(.tag) {
      padding: 0 15px;
      line-height: 45px;
      background: #fff; }
      .top-bar-section li a:not(.button):not(.tag):hover {
        background: #b3b3b3; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: rgba(17, 17, 17, 0.5) transparent transparent transparent;
        margin-top: -2.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: hidden; }
    .top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown {
      visibility: visible; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      margin-top: -7px;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #111;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 15px;
        background: white; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: white; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px white;
      border-left: solid 1px #e6e6e6;
      clear: none;
      height: 45px;
      width: 0px; }
    .top-bar-section .has-form {
      background: #fff;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; } }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block; }
    .orbit-container .orbit-slides-container > * {
      position: relative;
      float: left;
      height: 100%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        width: 100%;
        padding: 10px 14px;
        font-size: 1em; }
        .orbit-container .orbit-slides-container > * .orbit-caption * {
          color: #fff; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 100%;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 0%; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0px;
      width: 11px;
      height: 14px;
      border: solid 4px #000;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: solid 8px;
      border-color: transparent transparent transparent #000; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important; }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: solid 16px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-color: transparent #fff transparent transparent; }
    .orbit-container .orbit-prev:hover > span {
      border-color: transparent #ccc transparent transparent; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent transparent transparent #fff;
      left: 50%;
      margin-left: -8px; }
    .orbit-container .orbit-next:hover > span {
      border-color: transparent transparent transparent #ccc; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px; }
  .orbit-bullets li {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    float: left;
    margin-right: 6px;
    border: solid 2px #000;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #000; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 48em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  background-color: #fff;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.42857em;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px; }
  .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  .reveal-modal .close-reveal-modal {
    font-size: 1.57143em;
    line-height: 1;
    position: absolute;
    top: 0.57143em;
    right: 0.78571em;
    color: #aaa;
    font-weight: bold;
    cursor: pointer; }

@media only screen and (min-width: 48em) {
  .reveal-modal {
    padding: 2.14286em;
    top: 7.14286em; }
    .reveal-modal.small {
      margin-left: -15%;
      width: 30%; }
    .reveal-modal.medium {
      margin-left: -20%;
      width: 40%; }
    .reveal-modal.large {
      margin-left: -30%;
      width: 60%; }
    .reveal-modal.xlarge {
      margin-left: -35%;
      width: 70%; }
    .reveal-modal.expand {
      margin-left: -47.5%;
      width: 95%; } }

@media print {
  div:not(.reveal-modal) {
    display: none; } }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: #fff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.28571em 1.42857em 1.71429em; }
  .joyride-content-wrapper .button, .joyride-content-wrapper .tag {
    margin-bottom: 0 !important; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px; }
  .joyride-tip-guide .joyride-nub.top {
    border-color: black;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -28px;
    bottom: none; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
    bottom: none; }
  .joyride-tip-guide .joyride-nub.right {
    right: -28px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -28px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide .lookbook .packery-item .item-detail .title, .lookbook .packery-item .item-detail
.joyride-tip-guide .title,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff; }

.joyride-tip-guide p {
  margin: 0 0 1.28571em 0;
  font-size: 1em;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 1.21429em;
  bottom: 1.14286em; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: .5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eee !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .joyride-tip-guide {
    width: 300px;
    left: 0; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: black !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -28px;
      bottom: none; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: black !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      bottom: none;
      left: auto;
      right: -28px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: black !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -28px;
      right: auto;
      bottom: none; } }

/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0; }
  [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  [data-clearing]:after {
    clear: both; }

.clearing-blackout {
  background: #111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

@media only screen and (min-width: 48em) {
  .clearing-main-left,
  .clearing-main-right {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-left > span,
    .clearing-main-right > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 16px; }
  .clearing-main-left {
    left: 0; }
    .clearing-main-left > span {
      left: 5px;
      border-color: transparent #fff transparent transparent; }
  .clearing-main-right {
    right: 0; }
    .clearing-main-right > span {
      border-color: transparent transparent transparent #fff; }
  .clearing-main-left.disabled,
  .clearing-main-right.disabled {
    opacity: 0.5; }
  .clearing-feature ~ li {
    display: none; }
  .clearing-assembled .clearing-container .carousel {
    background: #111;
    height: 150px;
    margin-top: 5px; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: block;
      z-index: 999;
      width: 200%;
      height: 100%;
      margin-left: 0;
      position: relative;
      left: 0; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 175px;
        height: inherit;
        padding: 0;
        float: left;
        overflow: hidden;
        margin-right: 1px;
        position: relative;
        cursor: pointer;
        opacity: 0.4; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          min-height: 100%;
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          min-width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
  .clearing-assembled .clearing-container .visible-img {
    background: #111;
    overflow: hidden;
    height: 75%; }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }

/* Foundation Alerts */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.42857em;
  position: relative;
  padding: 0.78571em 1.5em 0.85714em 0.78571em;
  font-size: 1em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: #fff; }
  .alert-box .close {
    font-size: 1.57143em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.5em;
    right: 0.35714em;
    color: #333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #ff0000;
    border-color: #cc0000;
    color: #fff; }
  .alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff; }
  .alert-box.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #505050; }

/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.42857em 1em 0.64286em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f6f6f6;
  border-color: gainsboro;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .breadcrumbs li {
    margin: 0;
    padding: 0 0.85714em 0 0;
    float: left; }
    .breadcrumbs li:hover a,
    .breadcrumbs li:focus a {
      text-decoration: underline; }
    .breadcrumbs li a,
    .breadcrumbs li span {
      font-size: 0.78571em;
      padding-left: 0.85714em;
      text-transform: uppercase;
      color: #2ba6cb; }
    .breadcrumbs li.current a {
      cursor: default;
      color: #333; }
    .breadcrumbs li.current:hover a,
    .breadcrumbs li.current:focus a {
      text-decoration: none; }
    .breadcrumbs li.unavailable a {
      color: #999; }
    .breadcrumbs li.unavailable:hover a,
    .breadcrumbs li.unavailable a:focus {
      text-decoration: none;
      color: #999;
      cursor: default; }
    .breadcrumbs li:before {
      content: "/";
      color: #aaa;
      position: relative;
      top: 1px; }
    .breadcrumbs li:first-child a,
    .breadcrumbs li:first-child span {
      padding-left: 0; }
    .breadcrumbs li:first-child:before {
      content: " "; }

/* Keystroke Characters */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 1.07143em;
  padding: 0.14286em 0.28571em 0em;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* Labels */
.label, .tag {
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.21429em 0.71429em 0.28571em;
  font-size: 1em;
  background-color: #2ba6cb;
  color: #fff; }
  .label.radius, .radius.tag {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .label.round, .round.tag {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .label.alert, .alert.tag {
    background-color: #c60f13;
    color: #fff; }
  .label.success, .success.tag {
    background-color: #ff0000;
    color: #fff; }
  .label.secondary, .secondary.tag {
    background-color: #e9e9e9;
    color: #333; }

/* Inline Lists */
.inline-list {
  margin: 0 0 1.21429em -1.57143em;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.57143em;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Pagination */
.pagination {
  display: block;
  height: 1.71429em;
  margin-left: -0.35714em; }
  .pagination li {
    display: block;
    float: left;
    height: 1.71429em;
    color: #222;
    font-size: 1em;
    margin-left: 0.35714em; }
    .pagination li a {
      display: block;
      padding: 0.07143em 0.5em 0.07143em;
      color: #999; }
    .pagination li:hover a,
    .pagination li a:focus {
      background: #e6e6e6; }
    .pagination li.unavailable a {
      cursor: default;
      color: #999; }
    .pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
      background: transparent; }
    .pagination li.current a {
      background: #2ba6cb;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      .pagination li.current a:hover, .pagination li.current a:focus {
        background: #2ba6cb; }

.pagination-centered {
  text-align: center; }
  .pagination-centered ul > li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.42857em;
  padding: 1.42857em;
  background: #f2f2f2; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel .lookbook .packery-item .item-detail .title, .lookbook .packery-item .item-detail .panel .title, .panel h5, .panel h6, .panel p {
    color: #333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel .lookbook .packery-item .item-detail .title, .lookbook .packery-item .item-detail .panel .title, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.71429em; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel .lookbook .packery-item .item-detail .subheader.title, .lookbook .packery-item .item-detail .panel .subheader.title, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #2284a1;
    margin-bottom: 1.42857em;
    padding: 1.42857em;
    background: #2ba6cb;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout .lookbook .packery-item .item-detail .title, .lookbook .packery-item .item-detail .panel.callout .title, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: #fff; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout .lookbook .packery-item .item-detail .title, .lookbook .packery-item .item-detail .panel.callout .title, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.71429em; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout .lookbook .packery-item .item-detail .subheader.title, .lookbook .packery-item .item-detail .panel.callout .subheader.title, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
  .panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.42857em; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #ddd;
    padding: 1.07143em 1.42857em;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 1.14286em; }
  .pricing-table .price {
    background-color: #eee;
    padding: 1.07143em 1.42857em;
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 1.42857em; }
  .pricing-table .description {
    background-color: #fff;
    padding: 1.07143em;
    text-align: center;
    color: #777;
    font-size: 0.85714em;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .bullet-item {
    background-color: #fff;
    padding: 1.07143em;
    text-align: center;
    color: #333;
    font-size: 1em;
    font-weight: normal;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .cta-button {
    background-color: #f5f5f5;
    text-align: center;
    padding: 1.42857em 1.42857em 0; }

/* Progress Bar */
.progress {
  background-color: transparent;
  height: 1.78571em;
  border: 1px solid #cccccc;
  padding: 0.14286em;
  margin-bottom: 0.71429em; }
  .progress .meter {
    background: #2ba6cb;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e9e9e9;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #ff0000;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #c60f13;
    height: 100%;
    display: block; }
  .progress.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .progress.radius .meter {
      -webkit-border-radius: 2px;
      border-radius: 2px; }
  .progress.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .progress.round .meter {
      -webkit-border-radius: 999px;
      border-radius: 999px; }

/* Side Nav */
.side-nav {
  display: block;
  margin: 0;
  padding: 1em 0;
  list-style-type: none;
  list-style-position: inside; }
  .side-nav li {
    margin: 0 0 0.5em 0;
    font-size: 1em; }
    .side-nav li a {
      display: block;
      color: #2ba6cb; }
    .side-nav li.active a {
      color: #4d4d4d;
      font-weight: bold; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: #e6e6e6; }

/* Side Nav */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.28571em 0 1.28571em;
  padding-top: 0.28571em;
  margin-right: 0;
  margin-left: -0.64286em; }
  .sub-nav dt,
  .sub-nav dd {
    float: left;
    display: inline;
    margin-left: 0.64286em;
    margin-bottom: 0.71429em;
    font-weight: normal;
    font-size: 1em; }
    .sub-nav dt a,
    .sub-nav dd a {
      color: #999;
      text-decoration: none; }
    .sub-nav dt.active a,
    .sub-nav dd.active a {
      -webkit-border-radius: 1000px;
      border-radius: 1000px;
      font-weight: bold;
      background: #2ba6cb;
      padding: 0.21429em 0.64286em;
      cursor: default;
      color: #fff; }

/* Foundation Switches */
@media only screen {
  div.switch {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.42857em;
    -webkit-animation: webkitSiblingBugfix infinite 1s;
    height: 36px;
    background: #fff;
    border-color: #cccccc; }
    div.switch label {
      position: relative;
      left: 0;
      z-index: 2;
      float: left;
      width: 50%;
      height: 100%;
      margin: 0;
      text-align: right;
      font-weight: bold;
      text-align: left;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
    div.switch input {
      position: absolute;
      z-index: 3;
      opacity: 0;
      width: 100%;
      height: 100%; }
      div.switch input:hover, div.switch input:focus {
        cursor: pointer; }
    div.switch > span {
      position: absolute;
      top: -1px;
      left: -1px;
      z-index: 1;
      display: block;
      padding: 0;
      border-width: 1px;
      border-style: solid;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
    div.switch input:not(:checked) + label {
      opacity: 0; }
    div.switch input:checked {
      display: none !important; }
    div.switch input {
      left: 0;
      display: block !important; }
    div.switch input:first-of-type + label,
    div.switch input:first-of-type + span + label {
      left: -50%; }
    div.switch input:first-of-type:checked + label,
    div.switch input:first-of-type:checked + span + label {
      left: 0%; }
    div.switch input:last-of-type + label,
    div.switch input:last-of-type + span + label {
      right: -50%;
      left: auto;
      text-align: right; }
    div.switch input:last-of-type:checked + label,
    div.switch input:last-of-type:checked + span + label {
      right: 0%;
      left: auto; }
    div.switch span.custom {
      display: none !important; }
    div.switch label {
      padding: 0 0.42857em;
      line-height: 2.3em;
      font-size: 1em; }
    div.switch input:first-of-type:checked ~ span {
      left: 100%;
      margin-left: -2.5em; }
    div.switch > span {
      width: 2.57143em;
      height: 2.57143em; }
    div.switch > span {
      border-color: #b3b3b3;
      background: #fff;
      background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
      background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
      background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
      -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px white, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
      box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px white, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5; }
    div.switch:hover > span, div.switch:focus > span {
      background: #fff;
      background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
      background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
      background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%); }
    div.switch:active {
      background: transparent; }
    div.switch.large {
      height: 44px; }
      div.switch.large label {
        padding: 0 0.42857em;
        line-height: 2.3em;
        font-size: 1.21429em; }
      div.switch.large input:first-of-type:checked ~ span {
        left: 100%;
        margin-left: -3.07143em; }
      div.switch.large > span {
        width: 3.14286em;
        height: 3.14286em; }
    div.switch.small {
      height: 28px; }
      div.switch.small label {
        padding: 0 0.42857em;
        line-height: 2.1em;
        font-size: 0.85714em; }
      div.switch.small input:first-of-type:checked ~ span {
        left: 100%;
        margin-left: -1.92857em; }
      div.switch.small > span {
        width: 2em;
        height: 2em; }
    div.switch.tiny {
      height: 22px; }
      div.switch.tiny label {
        padding: 0 0.42857em;
        line-height: 1.9em;
        font-size: 0.78571em; }
      div.switch.tiny input:first-of-type:checked ~ span {
        left: 100%;
        margin-left: -1.5em; }
      div.switch.tiny > span {
        width: 1.57143em;
        height: 1.57143em; }
    div.switch.radius {
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      div.switch.radius > span {
        -webkit-border-radius: 3px;
        border-radius: 3px; }
    div.switch.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; }
      div.switch.round > span {
        -webkit-border-radius: 999px;
        border-radius: 999px; }
      div.switch.round label {
        padding: 0 0.64286em; }
  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative; }
    to {
      position: relative; } } }

[data-magellan-expedition] {
  background: #fff;
  z-index: 997;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd {
      margin-bottom: 0; }

/* Tables */
table {
  background: #fff;
  margin-bottom: 1.42857em;
  border: solid 1px #ddd; }
  table thead,
  table tfoot {
    background: #f5f5f5;
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.57143em 0.71429em 0.71429em;
      font-size: 1em;
      color: #222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.64286em 0.71429em;
    font-size: 1em;
    color: #222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.28571em; }

/* Image Thumbnails */
.th {
  display: inline-block;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
    box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }
  .th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #196177;
    color: #2ba6cb; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 1.07143em;
  line-height: 1.3;
  padding: 0.57143em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #000;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .tooltip > .nub {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #000 transparent;
    top: -10px; }
  .tooltip.opened {
    color: #2ba6cb !important;
    border-bottom: dotted 1px #196177 !important; }

.tap-to-close {
  display: block;
  font-size: 0.71429em;
  color: #888;
  font-weight: normal; }

@media only screen and (min-width: 48em) {
  .tooltip > .nub {
    border-color: transparent transparent #000 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #000 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #000;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }

@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  top: -9999px;
  list-style: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 14px;
  z-index: 99;
  margin-top: 2px;
  max-width: 100%; }
  .f-dropdown *:first-child {
    margin-top: 0; }
  .f-dropdown *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: transparent transparent #F3F2F3 transparent;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 7px;
    border-color: transparent transparent #cccccc transparent;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 1em;
    cursor: pointer;
    padding: 0.35714em 0.71429em;
    line-height: 1.28571em;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      color: #555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    top: -9999px;
    list-style: none;
    padding: 1.42857em;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 14px;
    z-index: 99;
    max-width: 100%; }
    .f-dropdown.content *:first-child {
      margin-top: 0; }
    .f-dropdown.content *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

/* Available Variables */
html {
  box-sizing: border-box; }

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

@media print {
  /* All your print styles go here */
  #sidebar, footer, nav, .comment-count, .tip, .pagination {
    display: none !important; }
  tr, td, th {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  .NoPrint {
    visibility: hidden;
    display: none; }
  a {
    color: #000000; }
  a[href]:after {
    content: none !important; } }

.relative {
  position: relative; }

#map img {
  max-width: none; }

.mll {
  margin-left: 15px; }

.mrs {
  margin-right: 5px; }

.mbl {
  margin-bottom: 15px; }

.prl {
  padding-right: 15px; }

.tablet-hide {
  display: block; }

@media screen and (max-width: 768px) {
  .tablet-hide {
    display: none; } }

.tablet-show {
  display: none; }

@media screen and (max-width: 768px) {
  .tablet-show {
    display: block; } }

.no-m-p {
  margin: 0 !important;
  padding: 0 !important; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

.baskerville, body {
  font-family: 'Libre Baskerville', serif;
  text-rendering: auto; }

.bodoni, h1, h2, h3, h5, h6, #magazine-ad #unskewd-block .item h3, .top-bar ul li > a, .addbusiness, .button-small {
  font-family: "ltc-bodoni-175", serif;
  font-weight: normal;
  text-rendering: auto; }

.brandon-grotesque, #slider-wrap #home-slider .item .row p, #slider-wrap .rsContent p, h4, .lookbook .packery-item .item-detail .title, .gallery_dynamic_set .feature-field label,
.client_dynamic_set .feature-field label,
.testimonial_dynamic_set .feature-field label,
.video_dynamic_set .feature-field label, .button, .tag, .button-pink, .social, #white-box, .post .byline, article .byline, .alert-box li, .join-bar h5, .lookbook .packery-item .item-detail .credit, .listing-layout h2, .listing-layout .listing-testimonials li h3, .to-complete strong, .fields-to-complete strong, .fields-container .field-container label, .list-type-info .listing-type-info-button h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-rendering: auto; }

body {
  overflow-x: hidden;
  font-size: 14px;
  text-rendering: auto; }
  @media only screen and (max-device-width: 890px) {
    body {
      font-size: 12px; } }

h1, h2, h3 {
  font-weight: normal;
  text-rendering: auto;
  color: #2D1A2D; }

h3 {
  font-size: 1.6em;
  text-rendering: auto; }

h4, .lookbook .packery-item .item-detail .title {
  font-size: 1.5em;
  font-weight: 100; }

h1 a, h2 a {
  color: #2D1A2D; }

a {
  color: #F38EAF; }
  a:hover {
    color: #F38EAF; }

a.subtle {
  color: #000000; }
  a.subtle:hover {
    color: #F38EAF; }

p {
  text-rendering: auto;
  line-height: 2em;
  font-size: 1em; }

hr {
  margin: 0.6em 0;
  border-top: 1px solid #2D1A2D;
  border-bottom: 1px solid #ffffff; }

hr.fancy {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0));
  background-image: -moz-linear-gradient(left, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0));
  background-image: -ms-linear-gradient(left, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0));
  background-image: -o-linear-gradient(left, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0)); }

.section-container .section .content > :last-child,
.section-container .section .content > :last-child,
.section-container.auto .section .content > :last-child,
.section-container.auto .section .content > :last-child {
  padding: 5px 10px; }

.section-container.auto {
  margin-bottom: 0; }

.section-container section .title {
  font-weight: 1em;
  line-height: 1;
  font-weight: 700;
  text-align: left; }

.section-container section span.down-arrow {
  font-size: .7em; }

form {
  margin-bottom: 0; }

/*
input[type="file"] {
    display: none;
}
*/
input[type="text"] {
  height: 3em;
  font-size: .8em;
  width: 100%; }

.button.btn-add-form, .btn-add-form.tag {
  line-height: 1.5; }

.gallery_dynamic_set,
.client_dynamic_set,
.testimonial_dynamic_set,
.video_dynamic_set {
  border: 1px solid #ddd;
  margin: 9px;
  padding: 9px;
  display: inline-block;
  vertical-align: top; }
  .gallery_dynamic_set .feature-field,
  .client_dynamic_set .feature-field,
  .testimonial_dynamic_set .feature-field,
  .video_dynamic_set .feature-field {
    margin: 9px; }
    .gallery_dynamic_set .feature-field label,
    .client_dynamic_set .feature-field label,
    .testimonial_dynamic_set .feature-field label,
    .video_dynamic_set .feature-field label {
      font-size: 16px;
      color: #F38EAF; }

.gallery_dynamic_set label {
  padding: 0 0 5px 0; }

.errorlist {
  list-style: none;
  background-color: rgba(198, 15, 19, 0.1);
  border-color: #C60F13;
  padding: 5px 10px;
  margin: 0;
  text-transform: uppercase;
  width: 100%; }

.field-label-required:after {
  content: ' *';
  color: red; }

input.default {
  width: 100%; }

.default {
  width: 100%; }

.chosen-choices {
  padding: 6px 0 0 0 !important; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  background: none repeat scroll 0 0 transparent !important;
  border: 0 none !important;
  border-radius: 0 0 0 0;
  box-shadow: none;
  color: #666666;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  line-height: normal;
  margin: 1px 0;
  outline: 0 none;
  padding: 5px; }

@media screen and (max-width: 480px) {
  span {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden; } }

#id_suburb_chosen {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

#map {
  height: 360px; }

@media only screen and (max-device-width: 680px) {
  .small-9 input {
    margin: 0.5em 0; }
  .small-3 a {
    display: block;
    margin: 0.7em 0.5em; } }

body {
  color: #2D1A2D; }

.skew, #white-box, #magazine-ad .popup-block {
  transform: skew(-16deg);
  -ms-transform: skew(-16deg);
  /* IE 9 */
  -webkit-transform: skew(-16deg);
  /* Safari and Chrome */ }

.unskew, #white-box ul {
  transform: skew(16deg);
  -ms-transform: skew(16deg);
  /* IE 9 */
  -webkit-transform: skew(16deg);
  /* Safari and Chrome */ }

.greyscale, .related .panel img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */ }

.ungreyscale, .related .panel img:hover {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */ }

.button, .tag {
  background-color: #66b2e2; }
  .button:hover, .tag:hover {
    background-color: #2891d3; }

.button-pink {
  background-color: #F38EAF;
  border-color: #e71b5d; }
  .button-pink:hover {
    background-color: #ec497e; }

#header-social {
  margin: 4% 1% 0 0; }

.social a {
  font-size: 0.8em;
  color: #2D1A2D;
  margin-right: 0.5em; }
  .social a:hover {
    color: #F38EAF; }

.pin-it-button {
  background: #ffffff;
  border-color: #F3F2F3;
  opacity: 0.8;
  padding: 11px 9px;
  position: absolute;
  top: 10px;
  left: 20px; }
  .pin-it-button:hover {
    background: #F38EAF; }
    .pin-it-button:hover i {
      color: #ffffff; }
  .pin-it-button i {
    color: #F38EAF;
    margin: 0; }

#white-box {
  width: 246px;
  margin-top: 10%;
  height: 30px;
  background: #F3F2F3;
  padding-top: 0.4em;
  margin-right: -19.8%;
  font-size: 0.8em; }
  #white-box ul {
    margin-left: 0;
    margin-bottom: 0; }
    #white-box ul li a {
      line-height: 2;
      color: #2D1A2D;
      margin-left: 0.8em; }
  @media only screen and (max-device-width: 680px) {
    #white-box {
      margin-top: 8%;
      margin-right: 0;
      width: 110%;
      transform: skew(16deg);
      -ms-transform: skew(16deg);
      /* IE 9 */
      -webkit-transform: skew(16deg);
      /* Safari and Chrome */ }
      #white-box ul {
        margin-left: 5%;
        transform: skew(-16deg);
        -ms-transform: skew(-16deg);
        /* IE 9 */
        -webkit-transform: skew(-16deg);
        /* Safari and Chrome */ } }

#magazine-ad {
  position: relative;
  width: 100em;
  /* This covers the home page slider on the right */ }
  #magazine-ad .popup-block {
    position: absolute;
    right: 0px;
    width: 40%;
    margin-right: -8%;
    background: white;
    position: relative;
    z-index: 20;
    margin-top: -381px;
    height: 380px;
    border-bottom: 80px solid #2D1A2D;
    overflow: hidden; }
    @media only screen and (max-device-width: 890px) {
      #magazine-ad .popup-block {
        margin-top: -320px !important;
        height: 320px !important; } }
  #magazine-ad #unskewd-block {
    position: relative;
    z-index: 30;
    margin-top: -380px; }
    #magazine-ad #unskewd-block .item {
      width: 240px;
      text-align: center;
      color: #2D1A2D;
      margin-left: 8%; }
      #magazine-ad #unskewd-block .item .cover {
        height: 140px;
        margin: 11% 0 2% 0;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border: 1px solid white; }
      #magazine-ad #unskewd-block .item p {
        font-size: 0.8em;
        height: 72px;
        display: block; }
      #magazine-ad #unskewd-block .item em {
        font-size: 1em;
        display: block;
        margin-top: 4%; }
      #magazine-ad #unskewd-block .item h3 {
        font-size: 1.8em;
        line-height: 1;
        margin: 0.2em auto;
        color: #66b2e2;
        font-style: italic;
        font-weight: thin; }
    @media only screen and (max-device-width: 890px) {
      #magazine-ad #unskewd-block {
        margin-top: -330px;
        margin-right: 20px; }
        #magazine-ad #unskewd-block .item {
          width: 240px; }
        #magazine-ad #unskewd-block .cover {
          height: 120px !important;
          margin: 9% 0 2% 0 !important; }
        #magazine-ad #unskewd-block h3 {
          font-size: 1.6em !important; }
        #magazine-ad #unskewd-block p {
          font-size: 0.8em;
          height: 72px;
          display: block; }
        #magazine-ad #unskewd-block .join-bar {
          margin-left: -60px; } }

#category-bar-container {
  background: #ffffff;
  z-index: 9999;
  position: absolute;
  height: 45px;
  line-height: 45px; }

#masthead #logo img {
  height: 5.7em;
  margin: 6% 0 0 0; }

#masthead {
  margin-top: 0; }

/* Slider */
#slider-wrap {
  width: 100%;
  height: 372px;
  overflow: hidden; }
  #slider-wrap #home-slider {
    width: 100%;
    padding: 0; }
    #slider-wrap #home-slider .item .row h2 {
      position: relative;
      z-index: 20;
      margin: 0 auto;
      z-index: 20;
      font-style: italic; }
      #slider-wrap #home-slider .item .row h2 a {
        color: white; }
    #slider-wrap #home-slider .item .row p {
      margin: 0 0 0 20%;
      z-index: 20;
      position: relative; }
    #slider-wrap #home-slider #overlay {
      width: 100%;
      height: 100%;
      z-index: 15;
      position: absolute;
      top: 0; }
  #slider-wrap .rsMinW .rsBullets {
    right: 46%;
    padding-right: 10px; }
    #slider-wrap .rsMinW .rsBullets span {
      background: #ffffff; }
    #slider-wrap .rsMinW .rsBullets .rsNavSelected span {
      background: #F38EAF; }
  #slider-wrap .rsArrowLeft {
    right: 41.5% !important; }
  #slider-wrap .rsArrowRight {
    right: 38% !important; }
  #slider-wrap .rsContent {
    position: static; }
    #slider-wrap .rsContent a {
      color: white !important; }
    #slider-wrap .rsContent h2 {
      width: 600em;
      background: rgba(0, 0, 0, 0.8);
      top: 53%;
      padding-left: 10px;
      left: 10%;
      font-style: italic;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
      #slider-wrap .rsContent h2 a {
        color: #ffffff; }
    #slider-wrap .rsContent p {
      width: 600em;
      background: #F38EAF;
      opacity: 0.8;
      top: 67%;
      left: 36%;
      padding-left: 10px;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

@media only screen and (max-width: 890px) {
  .rsArrow.rsArrowLeft {
    bottom: 5%; }
  .rsArrow.rsArrowRight {
    bottom: 5%; }
  .rsNav.rsBullets {
    bottom: 8%; } }

.rsArrow.rsArrowLeft {
  bottom: 18%; }

.rsArrow.rsArrowRight {
  bottom: 18%; }

.rsNav.rsBullets {
  bottom: 20%; }

@media only screen and (max-width: 960px) {
  .rsArrow.rsArrowLeft {
    bottom: 10%; }
  .rsArrow.rsArrowRight {
    bottom: 10%; }
  .rsNav.rsBullets {
    bottom: 12%; }
  .rsArrowLeft {
    right: 32.5% !important; }
  .rsArrowRight {
    right: 30% !important; }
  .rsContent p {
    top: 70% !important; } }

.royalSlider {
  width: 100%;
  height: 560px; }

.gallery {
  padding-bottom: 90px;
  margin-bottom: 40px; }
  .gallery .gallery_images {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .gallery .rsGCaption {
    position: relative;
    float: left;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #FFF;
    background: #f7f7f7;
    padding: 2px 4px;
    width: 100%;
    border-radius: 0px;
    color: #2D1A2D; }
    .gallery .rsGCaption p {
      padding: 4px inherit 0 inherit;
      margin: 0; }
  .gallery .gallery-wrap {
    position: relative;
    font-size: .8em;
    font-style: italic; }
    .gallery .gallery-wrap > .top-left {
      border: 0px !important;
      position: absolute;
      left: 0;
      top: 70px;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
    .gallery .gallery-wrap > .top-right {
      border: 0px !important;
      position: absolute;
      right: 0;
      top: 70px;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
    .gallery .gallery-wrap > .bottom-left {
      border: 0px !important;
      position: absolute;
      left: 0;
      bottom: 60px;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
    .gallery .gallery-wrap > .bottom-right {
      border: 0px !important;
      position: absolute;
      right: 0;
      bottom: 60px;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
    .gallery .gallery-wrap > .left {
      border: 0px !important;
      position: absolute;
      left: 0;
      top: 65%;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
    .gallery .gallery-wrap > .right {
      border: 0px !important;
      position: absolute;
      right: 0;
      top: 65%;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
    .gallery .gallery-wrap > .top {
      border: 0px !important;
      position: absolute;
      left: 37%;
      top: 0;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
    .gallery .gallery-wrap > .bottom {
      border: 0px !important;
      position: absolute;
      left: 37%;
      bottom: 60px;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 2em;
      max-width: 300px;
      padding: 15px;
      color: #999999;
      z-index: 2;
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
  .gallery .rsGCaption .gallery_caption {
    font-weight: 100;
    font-size: 0.8em;
    background: none;
    border: none; }
    .gallery .rsGCaption .gallery_caption .credit {
      display: block;
      font-weight: normal; }
  .gallery .rsFullscreen .rsOverflow {
    height: 82% !important; }
    @media only screen and (max-width: 680px) {
      .gallery .rsFullscreen .rsOverflow {
        height: 72% !important; } }
  .gallery .rsFullscreen .rsGCaption {
    float: left;
    margin: 0 15%;
    width: 70%;
    height: 70px;
    overflow-y: auto; }
    .gallery .rsFullscreen .rsGCaption p {
      padding: 4px inherit 0 inherit;
      margin: 0; }
    @media only screen and (max-width: 890px) {
      .gallery .rsFullscreen .rsGCaption {
        margin: 0%;
        width: 100%; } }
  .gallery .rsArrowRight {
    bottom: 45%;
    right: 7px; }
  .gallery .rsArrowLeft {
    bottom: 45%;
    left: 7px; }

.vertical .gallery {
  padding-bottom: 0px; }
  .vertical .gallery .rsSlide, .vertical .gallery .rsMinW {
    min-height: 360px !important;
    background: white !important; }
  .vertical .gallery .rsOverflow {
    min-height: 360px !important;
    background: white !important; }
    .vertical .gallery .rsOverflow .rsImg {
      height: 360px !important;
      width: auto !important;
      margin-left: 0% !important; }
  .vertical .gallery .rsGCaption {
    display: none; }
  .vertical .gallery .rsArrowRight {
    bottom: 180px;
    right: 7px; }
  .vertical .gallery .rsArrowLeft {
    bottom: 180px;
    left: 7px; }
  .vertical .gallery .rsThumbs {
    display: none; }
  .vertical .gallery .rsFullscreen .rsImg {
    margin-left: 30% !important;
    height: auto !important; }
  .vertical .gallery .rsFullscreen .rsThumbs {
    display: block; }
  .vertical .gallery .rsFullscreen .rsArrowRight {
    bottom: 10px;
    right: 7px; }
  .vertical .gallery .rsFullscreen .rsArrowLeft {
    bottom: 10px;
    right: 17px; }

#media-board .packery-item {
  list-style-type: none;
  width: 32% !important;
  border: 1px solid #f3f3f3;
  margin: 4px;
  padding-bottom: 6px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }
  @media only screen and (max-width: 680px) {
    #media-board .packery-item {
      width: 100% !important; } }
  #media-board .packery-item .row {
    margin-top: 0.5em; }
  #media-board .packery-item a {
    overflow: hidden;
    display: block; }
  #media-board .packery-item .social {
    margin: 2px auto 10px auto; }
    #media-board .packery-item .social a {
      display: inline;
      background: #ffffff;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  #media-board .packery-item img {
    width: 100%;
    transition: All 0.25s ease-in-out;
    -webkit-transition: All 0.25s ease-in-out;
    -moz-transition: All 0.25s ease-in-out;
    -o-transition: All 0.25s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
    #media-board .packery-item img:hover {
      transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -o-transform: scale(1.15);
      -ms-transform: scale(1.15); }
  #media-board .packery-item .title {
    font-size: 1.6em;
    line-height: 1.2;
    margin: 0 0 0.14286em 0; }
  #media-board .packery-item .tags {
    padding: 0 0 0 20px; }
  #media-board .packery-item .colour-swatch {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid white; }
    #media-board .packery-item .colour-swatch.tag-active {
      border: 2px solid #F38EAF; }
  #media-board .packery-item.double-width {
    width: 64.6% !important; }

#filters {
  float: left;
  background: #f3f3f3;
  margin: 0 4px 10px 4px; }
  #filters ul {
    list-style-type: none; }
  #filters .panel {
    border: none;
    background: none; }
  #filters #color-tag-ul .tag {
    float: left;
    display: block;
    border: 2px solid #ffffff;
    text-shadow: 0 0 2px #000;
    margin: 2% 2% 0 0;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    #filters #color-tag-ul .tag:hover {
      border: 2px solid #F38EAF; }
  #filters #color-tag-ul .tag-active {
    border: 2px solid #F38EAF; }

.tag {
  margin: 0.5% 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-color: #ffffff;
  background: #F3F2F3;
  color: #7c7c7c; }
  .tag:hover {
    background: #F38EAF;
    color: #ffffff; }

.tag-active {
  background: #F38EAF;
  color: #ffffff; }

.main-block {
  padding-top: 1%;
  padding-bottom: 2%;
  background: white; }

@media screen and (max-width: 1024px) {
  .main-block {
    padding: 15px; } }

.article-box {
  background: white;
  padding: 5px;
  position: relative;
  border: none; }

.post {
  overflow-x: hidden; }
  .post img {
    width: auto; }
  .post:hover .title a {
    color: #F38EAF; }
  .post .date {
    color: #F3F2F3;
    margin: -30px 5px 0 0;
    float: right;
    z-index: 10;
    position: relative;
    font-style: italic;
    font-size: 1.4em; }
  .post .title {
    font-size: 1.6em;
    margin: 0.5em 0; }
  .post .byline {
    font-size: 0.7em;
    padding-left: 0; }
  .post .introtext {
    font-size: 0.9em;
    padding-left: 0; }

article .date {
  color: #F3F2F3;
  margin: -42px 10px 0 0;
  float: right;
  z-index: 10;
  position: relative;
  font-style: italic;
  font-size: 2.4em; }

article h1 {
  font-size: 2em;
  margin: 5% 0 0.2em 0; }

article .byline {
  font-size: 1em;
  color: #7c7c7c;
  margin-bottom: 5%; }

article .introtext {
  font-size: 0.9em;
  padding-left: 0; }

.related {
  margin-bottom: 10em; }
  .related .panel {
    border: none;
    background: none;
    padding-left: 0; }
    .related .panel h4, .related .panel .lookbook .packery-item .item-detail .title, .lookbook .packery-item .item-detail .related .panel .title {
      line-height: 1.5;
      font-style: italic;
      font-size: 0.9em; }
    .related .panel:hover h4, .related .panel:hover .lookbook .packery-item .item-detail .title, .lookbook .packery-item .item-detail .related .panel:hover .title {
      color: #F38EAF; }

#recent_comments li {
  font-size: 0.8em; }
  #recent_comments li .comment {
    font-size: 1em;
    color: #2D1A2D;
    line-height: 1.4;
    display: block;
    margin-bottom: -6%; }
  #recent_comments li hr {
    margin: 0.6em 0;
    border-top: 1px solid #F3F2F3;
    border-bottom: 1px solid #ffffff; }
  #recent_comments li em {
    color: #F3F2F3; }
  #recent_comments li:last-child hr {
    display: none; }

#artists li {
  list-style-type: none; }

.icon-search {
  color: #2D1A2D;
  position: absolute;
  top: 12px;
  right: 15px; }

.search-results {
  list-style-type: none; }

.searchbar {
  height: 2em !important;
  width: 100%;
  margin-left: 10px !important; }

.search-background {
  background: url("/static/img/bg-20per.png") repeat;
  padding: 5px 15px;
  height: 50px; }

input[type="search"] {
  font-size: .8em;
  font-style: italic; }

.filter-form {
  line-height: 27px;
  height: 27px;
  margin-top: 7px; }

@media only screen and (max-width: 768px) {
  .filter-form {
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px; }
  .icon-search {
    right: 23px; } }

.page-title {
  text-transform: capitalize; }

.alert-box {
  list-style-type: none;
  text-align: center;
  background: #F38EAF;
  color: #ffffff;
  border: none !important; }
  .alert-box li {
    font-weight: 100;
    font-size: 1.5em; }

.join-bar {
  position: relative;
  width: 340px;
  border: none;
  margin: 14% 0 0 -50px;
  padding: 0; }
  .join-bar h5 {
    font-size: 1em;
    color: white;
    text-align: right; }

.join-mobile {
  background: #2D1A2D;
  color: white;
  display: none;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .join-mobile h3 {
    font-size: 1.3em;
    color: #ffffff;
    text-align: right;
    font-weight: normal;
    line-height: 1; }
    @media only screen and (max-device-width: 680px) {
      .join-mobile h3 {
        text-align: center;
        font-size: 1.2em; }
        .join-mobile h3 span {
          display: none; } }
  @media only screen and (max-device-width: 680px) {
    .join-mobile {
      display: block !important;
      text-align: center;
      font-size: 1.2em; }
      .join-mobile span {
        display: none; } }
  .join-mobile fieldset {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    .join-mobile fieldset .large-3 {
      border-left: 1px solid #ffffff;
      padding-top: 12.5%;
      margin-bottom: -15%; }
      .join-mobile fieldset .large-3 .button, .join-mobile fieldset .large-3 .tag {
        margin-bottom: 30%;
        padding-top: 0.6em;
        padding-bottom: 0.5em; }
      @media only screen and (max-device-width: 680px) {
        .join-mobile fieldset .large-3 {
          border: none;
          padding-top: 5%;
          margin-bottom: 5%; }
          .join-mobile fieldset .large-3 .button, .join-mobile fieldset .large-3 .tag {
            width: 100%;
            margin-bottom: 0; } }

.sidebar ul {
  list-style-type: none;
  margin-bottom: 2em; }

.sidebar .fb {
  padding: 0.6em; }

.sidebar-section#pins {
  margin-bottom: 10%; }
  .sidebar-section#pins span {
    width: 100%;
    display: block;
    height: 200%; }

.pagination-nav {
  margin: 10% 0 10% 0; }
  .pagination-nav li.current a {
    background: #2D1A2D; }
  .pagination-nav a {
    color: #2D1A2D; }
    .pagination-nav a:hover {
      color: #F38EAF; }

#footer-ad {
  margin-top: 10%; }
  #footer-ad img {
    display: block;
    margin: 0 auto;
    height: 140px;
    background-color: #2D1A2D; }

.rule {
  margin: 0;
  padding: 5px 0 0 0; }

.bottomrule {
  display: none; }

@media only screen and (max-width: 767px) {
  .bottomrule {
    display: block;
    padding: 0; } }

.floatright {
  float: right; }

@media only screen and (max-width: 767px) {
  .floatright {
    float: none; } }

.floatleft {
  float: left; }

@media only screen and (max-width: 767px) {
  .floatleft {
    float: left;
    width: 100%;
    padding: 5px 10px; } }

footer {
  margin-bottom: 5px; }

.footer.row {
  padding: 15px 0; }

.footer-links-small {
  display: none; }

.footer-links-large {
  display: block; }

@media only screen and (max-width: 767px) {
  .footer-links-small {
    display: block; }
  .footer-links-large {
    display: none; }
  .footer.row {
    text-align: center;
    padding: 0 !important; }
  .footer.center {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 0 0 0; }
  .footer.link {
    padding: 0 2%; }
  .footer.link:last-child {
    padding: 0; } }

@media only screen and (max-width: 1024px) {
  .footer.row {
    padding: 0 15px; } }

.footer a, .copyright {
  color: #2D1A2D;
  background: white;
  font-size: .7em;
  text-transform: uppercase;
  font-style: italic; }

.copyright {
  padding: 0 15px 0 0; }

@media only screen and (max-width: 767px) {
  .copyright {
    display: block;
    padding: 0 0 10px 0; } }

.footer a:hover {
  color: #F38EAF; }

.columns-nopad {
  position: relative;
  padding: 0;
  float: left; }

.list-icons {
  margin: 0 !important;
  padding: 0 !important; }

#issues p, #contents_interact p {
  font-size: 0.9em; }

#issues .large-12, #contents_interact .large-12 {
  margin-top: 20px; }

#issues #issueDrop .issue-item, #contents_interact #issueDrop .issue-item {
  margin: 0 0.71429em 0.71429em 0;
  padding: 0.71429em;
  float: left;
  background: #f2f2f2;
  width: 30%; }
  #issues #issueDrop .issue-item h6, #contents_interact #issueDrop .issue-item h6 {
    display: block;
    font-size: 0.9em; }

.banner img {
  margin: 10px 0;
  border: 1px solid #F3F2F3; }

.icons .icon {
  display: inline-block;
  margin: 0 10px 10px 0;
  float: left; }
  .icons .icon:nth-child(3n+3) {
    margin-right: 0; }
  .icons .icon img {
    border: 1px solid #F3F2F3;
    width: 80px;
    height: 80px; }

.carousel-title h1 {
  text-align: center;
  padding-top: 2.85714em; }

#homepage-carousel {
  padding: 20px; }
  #homepage-carousel .swiper-container {
    height: 500px; }
  #homepage-carousel .swiper-slide {
    text-align: center; }
  #homepage-carousel .gallery_caption {
    background: none;
    border: none;
    font-size: 0.85714em; }
  #homepage-carousel .arrow-left {
    background: url(../img/arrows.png) no-repeat left top;
    width: 17px;
    height: 30px;
    float: left;
    margin-top: 80px; }
  #homepage-carousel .arrow-right {
    background: url(../img/arrows.png) no-repeat left bottom;
    width: 17px;
    height: 30px;
    float: right;
    margin-top: 80px; }

.packery-item-category {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  @media only screen and (max-width: 1024px) {
    .packery-item-category {
      width: 23%; } }
  @media only screen and (max-width: 767px) {
    .packery-item-category {
      width: 100%; } }
  .packery-item-category.double-width {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .packery-item-category.double-width {
        width: 100%; } }

/* 5 columns by default */
@media screen and (min-width: 720px) {
  /* 10 columns for larger screens */ }

.lookbook {
  margin: 0px !important;
  height: 245px; }
  .lookbook .packery-item {
    width: auto;
    padding: 5px;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .lookbook .packery-item img {
      width: 100%;
      height: 250px; }
    .lookbook .packery-item h3 {
      font-size: 17px;
      margin-top: 10px; }
    .lookbook .packery-item .item-detail {
      height: 208px;
      margin-top: -208px;
      padding: 10px;
      overflow: hidden;
      display: none;
      background: #f3f3f3;
      opacity: 0.9; }
      .lookbook .packery-item .item-detail span {
        display: block; }
      .lookbook .packery-item .item-detail .blurb {
        margin: 10px 0;
        font-size: 12px;
        line-height: 1.5;
        color: #2D1A2D; }
      .lookbook .packery-item .item-detail .credit {
        font-size: 14px;
        color: #7c7c7c; }
    .lookbook .packery-item:hover .item-detail {
      display: block; }

.vjs-poster {
  z-index: 100;
  top: -160px;
  width: 93%;
  height: auto; }

.vjs-default-skin {
  min-height: 350px !important;
  min-width: 560px !important; }

.vjs-fullscreen video {
  width: 100% !important;
  height: 100% !important; }

/* set top bar menu to 1200px wide */
.contain-to-grid .top-bar {
  max-width: 75em; }

.rsMinW .rsFullscreenBtn {
  right: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  z-index: 1;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/static/img/rs-minimal-white.png?7ed3beb20b54") no-repeat scroll 0px 0px transparent;
  position: absolute;
  right: 0; }

.gallery .rsGCaption .gallery_caption {
  font-weight: 100;
  font-size: 1em;
  line-height: 2em;
  background: none repeat scroll 0% 0% transparent;
  border: medium none; }

.panel p {
  line-height: 1.75em;
  padding: 5px;
  color: #2D1A2D; }

.gallery .rsGCaption p {
  margin: 0px;
  padding: 5px 10px; }

#masthead .row {
  width: 75em; }

.subcategories {
  color: #CCC;
  line-height: 2em;
  background-color: #efefef;
  padding: 5px 10px;
  margin: 0 15px 15px 0;
  display: inline-block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }
  .subcategories:hover {
    color: #fff;
    background-color: #F38EAF;
    transition: All 0.25s ease-in-out;
    -webkit-transition: All 0.25s ease-in-out;
    -moz-transition: All 0.25s ease-in-out;
    -o-transition: All 0.25s ease-in-out; }
  .subcategories:focus {
    color: #fff;
    background-color: #000;
    transition: All 0.25s ease-in-out;
    -webkit-transition: All 0.25s ease-in-out;
    -moz-transition: All 0.25s ease-in-out;
    -o-transition: All 0.25s ease-in-out; }

.title-area {
  height: 50px; }

.top-bar-js-breakpoint {
  width: 767px !important;
  visibility: hidden; }

.top-bar-section li a,
.top-bar-section li a:hover {
  background: none repeat scroll 0% 0% transparent; }

.top-bar-section li a:hover:not(.button):not(.tag) {
  background: none repeat scroll 0% 0% #b3b3b3 !important; }

.top-bar-section ul li.active a {
  color: #F38EAF; }

.top-bar-section ul {
  width: 100%;
  text-align: center; }

.top-bar-section li {
  text-align: center; }

.top-bar ul li > a {
  display: block;
  color: #2D1A2D;
  font-style: italic; }

.top-bar {
  background: none repeat scroll 0% 0% transparent !important;
  border: 0;
  min-height: 50px;
  margin-bottom: 0; }
  .top-bar ul li > a {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.6em;
    display: block; }
    @media only screen and (min-width: 1200px) {
      .top-bar ul li > a {
        font-size: 0.8em; } }
    @media only screen and (max-width: 890px) {
      .top-bar ul li > a {
        font-size: 0.59em;
        padding-left: 8px !important;
        padding-right: 8px !important; } }
  .top-bar .toggle-topbar.menu-icon a {
    text-indent: -55px;
    color: #2D1A2D;
    width: 66px; }
  .top-bar .has-form {
    padding-left: 12px;
    padding-right: 12px; }
    @media only screen and (max-width: 890px) {
      .top-bar .has-form {
        padding-left: 0px;
        padding-right: 0px; } }

[class*="block-grid-"] > li {
  padding: 0; }

.top-bar-section li a {
  background: none repeat scroll 0 0 transparent !important; }
  .top-bar-section li a:hover, .top-bar-section li a:not(.button):not(.tag) {
    background: none repeat scroll 0 0 transparent !important; }

.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0; }

.top-bar.expanded .toggle-topbar a {
  color: #2D1A2D; }

.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  line-height: 33px;
  color: #2D1A2D; }

.top-bar .toggle-topbar a {
  color: #2D1A2D;
  text-transform: uppercase;
  font-size: .8125em;
  font-weight: bold;
  line-height: 50px; }

.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 0; }

.vjs-fullscreen video {
  width: 100% !important;
  height: 100% !important; }

input, button, .button, .tag {
  border-top: none !important; }

/* line 161, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button, .button, .tag {
  border: none;
  background: #2D1A2D;
  cursor: pointer;
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: .5em 1.5em;
  font-size: 1em;
  color: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 114, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .tag:hover, .button:focus, .tag:focus {
  background-color: #F38EAF;
  border: none; }

/* line 125, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .tag:hover, .button:focus, .tag:focus {
  color: white; }

/* line 166, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary, .secondary.tag {
  background-color: #e9e9e9;
  border: none;
  color: #333333; }

/* line 114, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .secondary.tag:hover, .button.secondary:focus, .secondary.tag:focus {
  background-color: #F38EAF; }

/* line 120, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .secondary.tag:hover, .button.secondary:focus, .secondary.tag:focus {
  color: #333333; }

/* line 167, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.success, .button.success, .success.tag {
  background-color: #2D1A2D;
  border: none;
  color: white; }

/* line 114, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .success.tag:hover, .button.success:focus, .success.tag:focus {
  background-color: #F38EAF; }

/* line 125, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .success.tag:hover, .button.success:focus, .success.tag:focus {
  background-color: #F38EAF;
  color: white; }

/* line 168, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.alert, .button.alert, .alert.tag {
  background-color: #c60f13;
  border: none;
  color: white; }

/* line 114, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .alert.tag:hover, .button.alert:focus, .alert.tag:focus {
  background-color: #970b0e; }

/* line 125, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .alert.tag:hover, .button.alert:focus, .alert.tag:focus {
  color: white; }

/* line 170, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.large, .button.large, .large.tag {
  font-size: 1.25em; }

/* line 171, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.small, .button.small, .small.tag {
  font-size: 0.8125em !important; }

/* line 172, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny, .tiny.tag {
  font-size: 0.6875em; }

/* line 173, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.expand, .button.expand, .expand.tag {
  padding-top: false;
  padding-right: 0px;
  padding-bottom: 0.0625em;
  padding-left: 0px;
  width: 100%; }

/* line 175, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align, .left-align.tag {
  text-align: left;
  text-indent: 0.75em; }

/* line 176, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align, .right-align.tag {
  text-align: right;
  padding-right: 0.75em; }

/* line 178, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .disabled.tag, .button[disabled], [disabled].tag {
  background-color: #2ba6cb;
  border: none;
  color: white;
  cursor: default;
  opacity: 0.6; }

/* line 114, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.tag:hover, .button.disabled:focus, .disabled.tag:focus, .button[disabled]:hover, [disabled].tag:hover, .button[disabled]:focus, [disabled].tag:focus {
  background-color: #F38EAF; }

/* line 125, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.tag:hover, .button.disabled:focus, .disabled.tag:focus, .button[disabled]:hover, [disabled].tag:hover, .button[disabled]:focus, [disabled].tag:focus {
  color: white; }

/* line 136, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.tag:hover, .button.disabled:focus, .disabled.tag:focus, .button[disabled]:hover, [disabled].tag:hover, .button[disabled]:focus, [disabled].tag:focus {
  background-color: #F38EAF; }

/* line 179, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .disabled.secondary.tag, .button[disabled].secondary, [disabled].secondary.tag {
  background-color: #e9e9e9;
  border: none;
  color: #333333;
  cursor: default;
  opacity: 0.6; }

/* line 114, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .disabled.secondary.tag:hover, .button.disabled.secondary:focus, .disabled.secondary.tag:focus, .button[disabled].secondary:hover, [disabled].secondary.tag:hover, .button[disabled].secondary:focus, [disabled].secondary.tag:focus {
  background-color: #F38EAF; }

/* line 120, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .disabled.secondary.tag:hover, .button.disabled.secondary:focus, .disabled.secondary.tag:focus, .button[disabled].secondary:hover, [disabled].secondary.tag:hover, .button[disabled].secondary:focus, [disabled].secondary.tag:focus {
  color: #333333; }

/* line 136, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .disabled.secondary.tag:hover, .button.disabled.secondary:focus, .disabled.secondary.tag:focus, .button[disabled].secondary:hover, [disabled].secondary.tag:hover, .button[disabled].secondary:focus, [disabled].secondary.tag:focus {
  background-color: #F38EAF; }

/* line 180, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .disabled.success.tag, .button[disabled].success, [disabled].success.tag {
  background-color: #5da423;
  border: none;
  color: white;
  cursor: default;
  opacity: 0.6; }

/* line 114, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .disabled.success.tag:hover, .button.disabled.success:focus, .disabled.success.tag:focus, .button[disabled].success:hover, [disabled].success.tag:hover, .button[disabled].success:focus, [disabled].success.tag:focus {
  background-color: #F38EAF; }

/* line 125, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .disabled.success.tag:hover, .button.disabled.success:focus, .disabled.success.tag:focus, .button[disabled].success:hover, [disabled].success.tag:hover, .button[disabled].success:focus, [disabled].success.tag:focus {
  color: white; }

/* line 136, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .disabled.success.tag:hover, .button.disabled.success:focus, .disabled.success.tag:focus, .button[disabled].success:hover, [disabled].success.tag:hover, .button[disabled].success:focus, [disabled].success.tag:focus {
  background-color: #F38EAF; }

/* line 181, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .disabled.alert.tag, .button[disabled].alert, [disabled].alert.tag {
  background-color: #c60f13;
  border: none;
  color: white;
  cursor: default;
  opacity: 0.6; }

/* line 114, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .disabled.alert.tag:hover, .button.disabled.alert:focus, .disabled.alert.tag:focus, .button[disabled].alert:hover, [disabled].alert.tag:hover, .button[disabled].alert:focus, [disabled].alert.tag:focus {
  background-color: #F38EAF; }

/* line 125, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .disabled.alert.tag:hover, .button.disabled.alert:focus, .disabled.alert.tag:focus, .button[disabled].alert:hover, [disabled].alert.tag:hover, .button[disabled].alert:focus, [disabled].alert.tag:focus {
  color: white; }

/* line 136, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .disabled.alert.tag:hover, .button.disabled.alert:focus, .disabled.alert.tag:focus, .button[disabled].alert:hover, [disabled].alert.tag:hover, .button[disabled].alert:focus, [disabled].alert.tag:focus {
  background-color: #F38EAF; }

/* line 187, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
/* line 189, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
/* line 190, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
/* line 191, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
input.button.large, input.large.tag,
button.button.large,
button.large.tag {
  width: 100%; }

@media only screen {
  /* line 197, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
  .button, .tag {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
  /* line 141, ../../../gems/zurb-foundation-4.0.9/scss/foundation/_foundation-global.scss */
  .button:active, .tag:active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 205, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
  .button.radius, .radius.tag {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  /* line 206, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
  .button.round, .round.tag {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; } }

@media only screen and (min-width: 48em) {
  /* line 213, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_buttons.scss */
  .button, .tag {
    display: inline-block; } }

.headergraphics {
  position: relative;
  top: 85px; }
  .headergraphics .center {
    text-align: center; }
  .headergraphics .nzweddings {
    width: 135px;
    padding: 0 0 10px 0; }
  .headergraphics .littlewhite {
    width: 240px; }
  .headergraphics .directory-logo {
    width: 120px; }
  .headergraphics .listyour {
    width: 40%; }

@media only screen and (max-width: 767px) {
  .headergraphics .nzweddings {
    display: none; }
  .headergraphics .littlewhite {
    width: 100%;
    padding: 0 0 35px 0; }
  .headergraphics .listyour {
    display: none; }
  .listbusiness {
    display: none; }
  .addbusiness {
    display: none; } }

.listbusiness {
  color: #fff;
  text-align: center;
  font-family: "brandon-grotesque", Arial, sans-serif;
  font-size: .8em;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px 0;
  padding: 0;
  min-height: 50px; }

.add-business-footer {
  display: none; }

@media only screen and (max-width: 767px) {
  .add-business-footer {
    display: block;
    padding: 0;
    margin: 0;
    height: 45px;
    line-height: 45px;
    background: #2D1A2D;
    text-align: center;
    text-transform: uppercase;
    font-size: .9em;
    font-style: italic;
    margin: 0 0 15px 0; } }

.headerbar {
  background: white;
  background-size: cover;
  width: 100%;
  clear: both; }
  .headerbar p {
    color: #000;
    text-align: center; }
  .headerbar .case {
    color: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 1em;
    line-height: 1.1em;
    font-weight: 100;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000; }
  .headerbar .pos {
    padding: 40px 0 0 0; }

.uppercase {
  text-transform: uppercase; }

.filterbar {
  margin: 15px 0;
  background-color: #2D1A2D;
  color: white; }
  .filterbar .pipe {
    border-right: 1px solid #D0C7BE; }
  .filterbar .small {
    font-size: .8em;
    padding-right: 20px;
    border-left: 1px solid #D0C7BE; }

@media only screen and (max-width: 768px) {
  .filterbar .pipe {
    border-right: 0; }
  .filterbar .small {
    border-left: 0; } }

.filterbar-dims {
  line-height: 50px;
  font-style: italic;
  text-align: center; }

a.clickable {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #ffffff;
  z-index: 1;
  text-transform: uppercase; }

a.clickable:hover, a.clickable:focus {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #ffffff;
  background-color: #F38EAF;
  z-index: 1; }

.filterbar-bg {
  background: url("/static/img/bg-41per.png") repeat 0px 0px transparent;
  width: 100%;
  clear: both;
  margin-top: 70px; }

.pinline {
  position: absolute;
  top: 70px;
  left: 50%;
  margin: 0;
  padding: 0;
  height: 10px; }

.pinline-height {
  height: 150px; }

@media only screen and (max-width: 767px) {
  .pinline {
    display: none; } }

.pinterest-button {
  display: inline-block;
  background: url(/static/img/social_icons.png) no-repeat -28px -1px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  overflow: hidden; }
  .pinterest-button:hover {
    background-position: -28px -28px; }
  .pinterest-button a {
    opacity: 0; }

a.social-icons.facebook {
  display: inline-block;
  background: url("/static/img/social_icons.png") no-repeat -1px -1px;
  width: 26px;
  height: 26px; }
  a.social-icons.facebook:hover {
    background-position: -1px -28px; }

a.social-icons.pinterest {
  display: inline-block;
  background: url("/static/img/social_icons.png") no-repeat -28px -1px;
  width: 26px;
  height: 26px; }
  a.social-icons.pinterest:hover {
    background-position: -28px -28px; }

a.social-icons.googleplus {
  display: inline-block;
  background: url("/static/img/social_icons.png") no-repeat -55px -1px;
  width: 26px;
  height: 26px; }
  a.social-icons.googleplus:hover {
    background-position: -55px -28px; }

a.social-icons.twitter {
  display: inline-block;
  background: url("/static/img/social_icons.png") no-repeat -82px -1px;
  width: 26px;
  height: 26px; }
  a.social-icons.twitter:hover {
    background-position: -82px -28px; }

a.social-icons.instagram {
  display: inline-block;
  background: url("/static/img/social_icons.png") no-repeat -109px -1px;
  width: 26px;
  height: 26px; }
  a.social-icons.instagram:hover {
    background-position: -109px -28px; }

a.social-icons.youtube {
  display: inline-block;
  background: url("/static/img/social_icons.png") no-repeat -136px -1px;
  width: 26px;
  height: 26px; }
  a.social-icons.youtube:hover {
    background-position: -136px -28px; }

#dropcategory li a:hover,
#droplocation li a:hover {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s; }

.northborder {
  border-right: 1px #999 solid; }

.arrow-down:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 3px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 23px;
  right: 5%;
  z-index: 98; }

.categorieslink {
  clear: both;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 1.1em; }

#dropcategory {
  padding: 5px 0 5px 0; }
  #dropcategory li {
    font-size: 1em; }
    #dropcategory li.active {
      background: #F38EAF;
      float: left;
      width: 100%; }
    #dropcategory li a {
      color: #2D1A2D;
      font-weight: 700;
      padding: 5px 10px;
      float: left;
      width: 100%; }
      #dropcategory li a:hover {
        color: #ffffff;
        background: #F38EAF; }
  #dropcategory .submenu:hover ul {
    opacity: 1;
    height: auto;
    clear: both; }
  #dropcategory .submenu ul {
    display: block;
    -o-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    /* ...and now for the proper property */
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    list-style-type: none; }
  #dropcategory .submenu .hovers li {
    padding: 5px;
    margin-right: 15px;
    background: none;
    font-weight: normal; }
  #dropcategory .f-dropdown.open {
    width: 100%; }

.locationslink {
  clear: both;
  padding: 5px 0;
  margin: 0; }

#droplocation {
  padding: 5px 0 0 0; }
  #droplocation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #droplocation ul.slug:hover {
      background: #F38EAF;
      color: white; }
  #droplocation li {
    padding: 0;
    margin: 0;
    line-height: 2.2em; }
    #droplocation li:hover {
      background: #F3F2F3; }
    #droplocation li.active {
      background: #F38EAF;
      float: left;
      width: 100%; }
    #droplocation li a {
      color: #2D1A2D;
      padding: 0 10px;
      float: left;
      width: 100%;
      font-weight: 700;
      font-size: 1.1em; }
      #droplocation li a:hover {
        color: white;
        background: #F38EAF; }

.f-dropdown {
  border: 0;
  font-size: .9em;
  background: #F3F2F3;
  text-align: left;
  font-style: normal;
  text-transform: none;
  color: #2D1A2D;
  width: 100%;
  left: 0; }
  .f-dropdown li {
    font-size: 0.875em;
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 1.25em;
    margin: 0px; }
  .f-dropdown.open {
    top: 48px !important;
    padding: 5px 0 0 0; }
  .f-dropdown h3 {
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: center;
    font-family: "brandon-grotesque", Arial, sans-serif;
    color: #999; }

.f-dropdown li:hover, .f-dropdown li:focus {
  background: transparent; }

.ui-autocomplete .ui-autocomplete-category {
  text-transform: uppercase;
  font-size: 0.8em;
  text-align: center;
  font-family: "brandon-grotesque", Arial, sans-serif;
  color: #999; }

.f-dropdown.open:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: transparent transparent #F3F2F3 transparent;
  position: absolute;
  top: -12px;
  left: 48%;
  z-index: 9999; }

.f-dropdown.open:after {
  border: 0; }

@media only screen and (max-device-width: 768px) {
  .f-dropdown.open:before {
    left: 51%; } }

/* line 82, ../../../gems/zurb-foundation-4.0.9/scss/foundation/components/_dropdown.scss */
.dropdown {
  width: 100%;
  z-index: 9999; }

a.all-link {
  color: #F38EAF !important;
  background: none !important;
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  font-weight: 400 !important;
  padding: 10px 15px;
  font-size: 1.1em; }
  a.all-link:hover {
    color: #2D1A2D !important; }

.homelogo-mobile {
  display: none; }

@media only screen and (max-width: 767px) {
  .homelogo-mobile {
    display: block;
    width: 140px;
    padding: 10px; } }

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

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

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

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

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

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

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

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

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

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

.icon-pinterest-circled,
.icon-twitter-circled,
.icon-facebook-circled,
.icon-instagram-circled {
  font-size: 14px;
  padding: 0;
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-resizable {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: inherit;
  font-size: .8em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: inherit; }

.ui-widget-content {
  background: #F3F2F3;
  color: #2D1A2D; }

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

.ui-widget-header {
  background: #F3F2F3;
  color: #2D1A2D; }

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

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #F3F2F3;
  font-weight: normal;
  color: #2D1A2D; }

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

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 0;
  background: #F38EAF;
  font-weight: normal;
  color: #ffffff; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #ffffff;
  background: #F38EAF;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #F3F2F3;
  font-weight: normal;
  color: #ffffff;
  background: pink; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inline-list {
  margin: 0; }

#categories .inline-list li, #directory-menu .inline-list li:first-child {
  margin-left: 0; }

.completed-item {
  list-style: none;
  line-height: 2em;
  width: 100%;
  background: #2D1A2D;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  margin: 0 0 15px 0; }

.completed-checkmark:before {
  content: '\2713';
  color: #F38EAF;
  font-size: 2em;
  line-height: 2em; }

.completed-items.example {
  line-height: 2em;
  width: 100%;
  background: #F3F2F3;
  color: #2D1A2D;
  text-align: center;
  padding: 15px;
  margin: 0 0 15px 0;
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* For IE8 and earlier */
  zoom: 1;
  /* More ie8 fun */
  border: 1px dotted #2D1A2D; }

#categories {
  padding-bottom: 100px; }
  #categories .category {
    position: relative;
    cursor: pointer;
    min-width: 0; }
    #categories .category a.button, #categories .category a.tag {
      background: rgba(255, 255, 255, 0.9);
      background: url("/static/img/bg-slant.png") no-repeat bottom left;
      background-size: 499px 168px;
      color: #2D1A2D;
      border-radius: 0;
      text-align: left;
      text-transform: none;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 230px;
      max-width: 95%; }
    #categories .category img {
      display: block;
      overflow: hidden; }

#listings, .related-listings {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  min-height: 50px; }
  #listings .listing, .related-listings .listing {
    display: inline-block;
    vertical-align: top;
    min-width: 0;
    width: 246px;
    max-width: 100%; }
    #listings .listing p, .related-listings .listing p {
      line-height: 1.5em; }
    #listings .listing .wrapper, .related-listings .listing .wrapper {
      padding-bottom: 18px; }
    #listings .listing.non-sponsor .wrapper, .related-listings .listing.non-sponsor .wrapper {
      padding-bottom: 72px; }
    #listings .listing .controls, .related-listings .listing .controls {
      font-size: 85%; }
      #listings .listing .controls .listing-name, .related-listings .listing .controls .listing-name,
      #listings .listing .controls .listing-region-name, .related-listings .listing .controls .listing-region-name,
      #listings .listing .controls .listing-address, .related-listings .listing .controls .listing-address {
        font-size: 90%;
        color: #2D1A2D; }
        #listings .listing .controls .listing-name em, .related-listings .listing .controls .listing-name em,
        #listings .listing .controls .listing-region-name em, .related-listings .listing .controls .listing-region-name em,
        #listings .listing .controls .listing-address em, .related-listings .listing .controls .listing-address em {
          color: #F38EAF; }
      #listings .listing .controls .listing-name, .related-listings .listing .controls .listing-name {
        padding: 0 0 5px 0; }
      #listings .listing .controls .listing-catchiclet, .related-listings .listing .controls .listing-catchiclet {
        margin: 0 5px 10px 0;
        display: inline-block; }
      #listings .listing .controls .location .listing-address, .related-listings .listing .controls .location .listing-address {
        width: 216px;
        font-size: 90%; }
        #listings .listing .controls .location .listing-address em, .related-listings .listing .controls .location .listing-address em {
          color: #F38EAF;
          padding-left: 5px; }
    #listings .listing .location-rolodex, .related-listings .listing .location-rolodex {
      padding: 15px;
      border: 1px solid #ccc; }
    #listings .listing .contact-actions, .related-listings .listing .contact-actions {
      clear: both;
      line-height: 1.25em; }
    #listings .listing img, .related-listings .listing img {
      display: block; }

.listing-layout h1 {
  font-size: 24px;
  margin-top: 0;
  padding-top: 0;
  display: inline; }
  .listing-layout h1 img {
    vertical-align: top;
    display: inline-block;
    margin-right: 9px; }

.listing-layout h2 {
  font-size: 16px;
  color: #F38EAF; }

.listing-layout .listing-main {
  padding: 15px;
  margin-bottom: 15px; }

.listing-layout .listing-header {
  margin-bottom: 18px; }
  .listing-layout .listing-header .contact-actions {
    margin-bottom: 18px; }

.listing-layout .listing-main-image img {
  max-width: 100%;
  height: auto; }

.listing-layout .listing-introtext {
  color: #F38EAF;
  font-style: italic;
  font-size: 120%;
  clear: both; }

.listing-layout .listing-gallery, .listing-layout .listing-videos {
  margin-bottom: 18px; }

.listing-layout .listing-sidebar ul, .listing-layout .listing-clients ul {
  list-style: none; }

.listing-layout .listing-sidebar #map, .listing-layout .listing-clients #map {
  margin: 18px 0; }

.listing-layout .listing-testimonials li {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid #ccc; }
  .listing-layout .listing-testimonials li p, .listing-layout .listing-testimonials li h3 {
    font-size: 12px; }
  .listing-layout .listing-testimonials li img {
    display: block;
    margin-bottom: 18px;
    max-width: 100%; }
  .listing-layout .listing-testimonials li p {
    font-style: italic; }
  .listing-layout .listing-testimonials li .social-icons {
    float: left;
    margin-top: -9px; }
  .listing-layout .listing-testimonials li h3 {
    text-align: right; }

.contact-actions {
  color: #ccc; }
  .contact-actions a {
    color: #2D1A2D; }

.location i {
  color: #F38EAF;
  float: left; }

.location .listing-address {
  font-size: 90%;
  display: inline-block;
  vertical-align: top; }

#directory-content #categories, #directory-content #listings, #directory-content .related-listings {
  margin-bottom: 18px; }

#directory-content h2 {
  color: #2D1A2D;
  margin: 15px 0; }

.category-list {
  list-style: none; }

.category-accordion {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: left;
  font-size: .875em;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-style: normal;
  font-weight: 700;
  list-style: none; }

@media screen and (max-width: 1024px) {
  .section-container section .title a {
    padding: 15px; } }

.next-link, .breadcrumb-container li a span {
  background: #ccc;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 18px 0;
  text-transform: uppercase;
  font-style: italic;
  transition: background-color 300ms ease-out;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out; }
  .next-link:after, .breadcrumb-container li a span:after {
    content: '→';
    padding-left: 9px; }

.next-link:hover, .breadcrumb-container li a span:hover {
  background-color: #F38EAF;
  color: #fff;
  transition: background-color 300ms ease-out;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out; }

.button.btn-add-form, .btn-add-form.tag {
  clear: left;
  display: block; }

.arrow_box {
  position: relative;
  background: #2D1A2D; }

.arrow_box:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box:after {
  border-color: transparent;
  border-left-color: #2D1A2D;
  border-width: 8px;
  top: 50%;
  margin-top: -8px; }

@media screen and (max-width: 364px) {
  #directory-menu .inline-list > li {
    margin-left: 0; } }

@media screen and (min-width: 365px) {
  #directory-menu .inline-list > li {
    margin-left: 1em; } }

.brc a {
  color: #ccc; }
  .brc a:last-child {
    color: #f067a6; }

.breadcrumb-container {
  list-style: none; }
  .breadcrumb-container li {
    display: inline-block;
    position: relative;
    font-size: 90%; }
    .breadcrumb-container li:first-child {
      margin-left: 0; }
    .breadcrumb-container li:last-child {
      margin-right: 0; }
    .breadcrumb-container li a {
      padding-left: 1.5em; }
      .breadcrumb-container li a span {
        margin: 0; }
      .breadcrumb-container li a:hover span, .breadcrumb-container li a.current span {
        background-color: #F38EAF;
        transition: background-color 300ms ease-out;
        -webkit-transition: background-color 300ms ease-out;
        -moz-transition: background-color 300ms ease-out;
        -o-transition: background-color 300ms ease-out; }
      .breadcrumb-container li a:hover .shim, .breadcrumb-container li a.current .shim {
        background-color: #F38EAF;
        transition: background-color 300ms ease-out;
        -webkit-transition: background-color 300ms ease-out;
        -moz-transition: background-color 300ms ease-out;
        -o-transition: background-color 300ms ease-out; }
      .breadcrumb-container li a.disabled:hover span, .breadcrumb-container li a.disabled:hover .shim {
        background-color: #ccc; }
    .breadcrumb-container li.first {
      padding-left: 0; }
    .breadcrumb-container li.last span {
      background: #2D1A2D; }
      .breadcrumb-container li.last span:hover {
        background: #F38EAF; }
      .breadcrumb-container li.last span:after {
        display: none; }

.disabled {
  opacity: 0.35;
  cursor: pointer; }

.to-complete, .fields-to-complete {
  background: #ec497e;
  color: #fff;
  display: inline-block;
  padding: 0 9px;
  margin-bottom: 0; }
  .to-complete strong, .fields-to-complete strong {
    font-weight: normal;
    font-size: 16px; }
  .to-complete.completed, .completed.fields-to-complete {
    background: #7c7c7c; }

.fields-container .field-container {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  max-width: 80%;
  margin: 18px; }
  .fields-container .field-container label {
    font-size: 16px;
    color: #F38EAF; }
  .fields-container .field-container textarea {
    height: 7em; }
  .fields-container .field-container .field-box {
    border: 1px solid #ccc;
    border-top: 1px solid #efefef;
    padding: 9px; }
    .fields-container .field-container .field-box a {
      font-style: italic;
      font-size: 90%;
      display: block;
      margin: 9px; }
    .fields-container .field-container .field-box br {
      margin-bottom: 18px; }
    .fields-container .field-container .field-box label {
      display: inline-block; }
    .fields-container .field-container .field-box label:first-child {
      background: #fff;
      display: block;
      margin: -10px;
      margin-bottom: 9px;
      padding-bottom: 4px; }

.gallery-control {
  list-style: none;
  text-align: center; }
  .gallery-control li {
    display: inline-block;
    vertical-align: top;
    margin-top: 18px; }
    .gallery-control li a {
      display: inline-block;
      vertical-align: top;
      margin: 1px;
      margin-left: 0;
      padding: 6px 2em;
      border-top: 8px solid #2D1A2D;
      color: #2D1A2D;
      text-transform: uppercase;
      font-style: italic;
      font-size: 8px; }
      .gallery-control li a.current {
        border-top: 8px solid #F38EAF; }

.thumb-control {
  list-style: none;
  text-align: center;
  margin: 0; }
  .thumb-control li {
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    margin-top: 8px; }
    .thumb-control li a {
      display: inline-block;
      vertical-align: top;
      max-width: 64px;
      max-height: 64px;
      overflow: hidden;
      margin: 0; }
      .thumb-control li a img {
        display: block;
        max-width: 100%;
        height: auto; }
  .thumb-control.many-items a {
    max-width: 56px;
    max-height: 56px; }

.listing-header .contact-details {
  padding: 0.5em 0; }

.listing-image {
  float: left; }
  @media screen and (max-width: 600px) {
    .listing-image {
      width: 100%; } }
  .listing-image img {
    padding-right: 15px; }
    @media screen and (max-width: 600px) {
      .listing-image img {
        width: 100%;
        padding-right: 0; } }

.listing-logo {
  float: right; }
  @media screen and (max-width: 768px) {
    .listing-logo {
      margin-top: 15px; } }
  @media screen and (max-width: 600px) {
    .listing-logo {
      float: left;
      margin-top: 0; } }
  .listing-logo .qa {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .listing-logo .qa {
        top: 5px; } }

.contact-details {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 5px; }
  .contact-details a {
    display: none;
    font-size: 90%; }

.contact-actions .current i {
  color: #F38EAF; }

.related-listings {
  padding: 0 15px 15px 15px;
  margin: 0 0 15px 0; }

#disqus_thread {
  margin-top: 18px; }

.my-listings-container {
  position: relative; }
  .my-listings-container .my-listings-block {
    display: inline-block;
    vertical-align: top;
    margin: 9px;
    width: 240px; }
    .my-listings-container .my-listings-block h2 {
      color: #2D1A2D !important;
      font-size: 100% !important;
      margin-bottom: 9px !important;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .my-listings-container .my-listings-block h2 a {
        color: #F38EAF; }

nav.paginator-control {
  display: table;
  table-layout: fixed;
  width: 400px; }
  nav.paginator-control input.current {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #F38EAF; }
  nav.paginator-control .spacer {
    border: 1px solid #fff; }
  nav.paginator-control ul {
    display: table-row;
    list-style: none; }
  nav.paginator-control li {
    display: table-cell;
    min-width: 25px;
    padding: 0.25em; }
    nav.paginator-control li:last-child {
      max-width: 50px;
      min-width: 25px; }
  nav.paginator-control a {
    text-decoration: none; }
  nav.paginator-control a, nav.paginator-control span, nav.paginator-control input {
    display: block;
    padding: 0.25em;
    text-align: center;
    font-family: sans-serif;
    font-size: 90%; }

@media screen and (max-width: 480px) {
  nav.paginator-control {
    width: 100%; } }

#id_description {
  max-width: 100%;
  min-width: 100%;
  height: 160px; }

.listing-address {
  line-height: 1.5em;
  max-width: 90%; }

.footnote {
  font-size: .8em;
  line-height: 1.5em;
  color: #7c7c7c;
  padding: 10px 0; }

.logintext {
  font-size: .8em;
  line-height: 2.5em;
  color: #7c7c7c; }
  @media screen and (max-width: 600px) {
    .logintext {
      padding-right: 15px; } }

.addbusiness {
  border: medium none;
  background: none repeat scroll 0% 0% #2d1a2d;
  cursor: pointer;
  font-weight: 400;
  font-style: italic;
  font-size: .8em;
  line-height: .6em;
  margin: 0px 0px 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 1em 1.5em .8em;
  color: white;
  border-radius: 4px 4px 4px 4px;
  text-transform: uppercase;
  font-size: .8em; }

.addbusiness:hover {
  background: none repeat scroll 0% 0% #F38EAF; }

.button-small {
  border: medium none;
  background: none repeat scroll 0% 0% #2d1a2d;
  cursor: pointer;
  font-size: .8em;
  font-weight: 400;
  font-style: italic;
  line-height: 1em;
  margin: 0px 0px 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1.5em;
  color: white;
  border-radius: 4px 4px 4px 4px;
  text-transform: uppercase; }

.button-small:hover {
  background: none repeat scroll 0% 0% #F38EAF; }

.list-type-info > h3 span {
  color: #F38EAF; }

.list-type-info .listing-type-info-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 15px;
  background: #ccc;
  color: #fff; }
  .list-type-info .listing-type-info-button h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 18px; }
  .list-type-info .listing-type-info-button.list-type-current, .list-type-info .listing-type-info-button:active {
    background: #F38EAF;
    color: #fff; }
    .list-type-info .listing-type-info-button.list-type-current h3, .list-type-info .listing-type-info-button:active h3 {
      color: #fff; }
  .list-type-info .listing-type-info-button:hover {
    background: #2D1A2D;
    color: #fff; }
  .list-type-info .listing-type-info-button .listing-type-description {
    font-size: 90%; }
    .list-type-info .listing-type-info-button .listing-type-description > :last-child {
      margin-bottom: 0; }

.image-control .image-control-thumb {
  height: 120px;
  overflow: hidden;
  color: #777;
  border: 1px solid #ccc;
  padding: 9px;
  margin-bottom: 9px;
  text-align: left; }
  .image-control .image-control-thumb span {
    color: #ccc;
    font-size: 0.875em; }

.listing-logo {
  padding: 2px;
  max-width: 200px;
  float: right; }
  @media screen and (max-width: 768px) {
    .listing-logo {
      clear: both;
      display: block;
      float: left; } }

.listing-no-image {
  display: none;
  width: 246px;
  height: 246px;
  background: #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 246px; }

.listing-image-center {
  width: 180px;
  margin: 0 auto; }

.fancy-sidebar {
  padding: 15px;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

.rolodex {
  padding: 15px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ccc;
  cursor: pointer; }

.breadcrumb {
  font-family: "brandon-grotesque",sans-serif;
  color: #ccc;
  font-size: .7em;
  text-transform: uppercase; }
  .breadcrumb a.first {
    color: #ccc; }
  .breadcrumb a.second {
    color: #F38EAF; }

#views-chart {
  margin-bottom: 15px; }

.catchiclet {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: .7em;
  color: #2D1A2D;
  padding: 2px 5px;
  background: #E9E9E9;
  cursor: default; }

.custom-accordion section {
  display: block;
  border: 1px solid #ccc;
  border-top: 0; }

.custom-accordion {
  margin-bottom: 18px; }

.custom-accordion section .image-controlify, .images-add-more {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  max-width: 80%; }

.images-add-more {
  padding: 9px; }

.custom-accordion-header {
  display: block;
  overflow: hidden;
  padding: 1em;
  font-size: 90%;
  background: #eee;
  border: 1px solid #ccc;
  border-bottom: 0; }

.custom-accordion-header, .custom-accordion-header:hover {
  color: #555; }

.custom-accordion-header:hover {
  background: #ddd; }

.custom-accordion-header.last {
  border-bottom: 1px solid #ccc; }

.custom-accordion-header.current {
  background: #fff;
  border-bottom: 0; }

.gallery_dynamic_set,
.client_dynamic_set,
.testimonial_dynamic_set,
.video_dynamic_set {
  display: block;
  margin: 0;
  border: 1px solid #ccc; }

.listing-form section[style]:not(.active) {
  padding-top: 0 !important; }

.joyride-content-wrapper {
  background: #2D1A2D; }

.joyride-tip-guide .joyride-nub.bottom {
  border-color: #2D1A2D transparent transparent !important; }

img[src*="http://passets.pinterest.com/images/pidgets"] {
  display: none !important; }

.location-style {
  width: 216px;
  font-weight: 400;
  font-size: 90%;
  vertical-align: top;
  line-height: 1.5em;
  max-width: 90%;
  display: inline-block;
  vertical-align: top;
  max-width: 100%; }

.icon-mobile,
.icon-export,
.icon-mail,
.icon-phone {
  display: inline-block; }

.rsFullscreen .pinit.article {
  display: none; }

.pinit.article {
  position: absolute;
  top: 5px;
  left: 5px; }
  .pinit.article .logocon {
    width: 42px;
    height: 42px; }

.pinterest-small {
  display: inline-block;
  vertical-align: top;
  width: 20px; }

.small-social {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  padding-left: 10px; }

.pinit.article {
  background: url("/static/img/Pinterest_Logo__sprite.png") 0 0 no-repeat;
  height: 42px;
  width: 42px; }
  .pinit.article:hover {
    background: url("/static/img/Pinterest_Logo__sprite.png") 0 -42px no-repeat;
    height: 42px;
    width: 42px; }

.readmore-js-toggle, .readmore-js-section {
  margin: 10px 0 0 0;
  display: block;
  width: 100%;
  clear: both; }

.readmore-js-section {
  overflow: hidden; }

.listing-description p {
  font-size: inherit;
  margin-bottom: 15px; }

.seo-title {
  position: absolute;
  top: 0;
  left: -9999px; }

.image-hero {
  background: #f6f6f6;
  height: 370px;
  margin: 0 0 5px;
  position: relative;
  text-align: center;
  width: 100%; }
  .image-hero .transp {
    background: rgba(255, 255, 255, 0.4);
    bottom: 0;
    height: 110px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .image-hero .bgimg {
    background-size: auto 100% !important;
    height: 100%;
    width: 100%; }

.contact-actions {
  margin-bottom: 20px; }
  .contact-actions [class^="icon-"]:before,
  .contact-actions [class*=" icon-"]:before {
    font-size: 1.6em; }
  .contact-actions a {
    color: #5c4e5c; }

.follow-actions {
  margin-bottom: 40px; }
  .follow-actions a {
    color: #5c4e5c; }

.readmore-js-section {
  height: auto !important;
  overflow: visible; }

a.readmore-js-toggle {
  display: none !important; }

.profile-details .logo {
  background: #fff;
  border: 20px solid #f3f3f3;
  height: 150px;
  margin: 0 0 20px;
  position: relative; }
  .profile-details .logo .listing-logo {
    float: none;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.profile-details .list-h1 {
  position: relative; }
  .profile-details .list-h1 h1 {
    display: block;
    font-size: 28px; }

.image-hero + div .profile-details {
  margin-bottom: -90px;
  padding-top: 100px;
  position: relative;
  top: -100px;
  z-index: 2; }
  .image-hero + div .profile-details .list-h1 {
    left: 0;
    top: 0; }
  .image-hero + div .profile-details .logo + .list-h1 {
    top: 0; }

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

.location {
  position: relative; }
  .location i {
    font-size: 1.8em;
    left: -8px;
    position: absolute;
    top: 0; }
  .location ul {
    padding-left: 24px; }

#map {
  height: 250px; }

.cat-tags {
  list-style: none;
  margin: 0;
  padding: 0; }
  .cat-tags li {
    display: inline-block;
    margin: 0 3px 3px 0; }
    .cat-tags li a {
      background: #5c4e5c;
      border-radius: 3px;
      color: #fff;
      display: inline-block;
      font-size: .8em;
      font-style: italic;
      line-height: 1.2;
      padding: 4px 9px 3px;
      text-transform: uppercase; }

.catchiclet {
  background: #5c4e5c;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: .8em;
  font-style: italic;
  line-height: 1.2;
  margin: 3px 0;
  padding: 4px 9px 3px;
  text-transform: uppercase; }

hr.light {
  border-top: 1px solid #ccc; }

h2.pink {
  color: #f38eaf;
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  text-rendering: auto;
  text-transform: uppercase; }

.rolodex {
  border: 0;
  padding-left: 0; }
  .rolodex .listing-name {
    font-size: 1.2em !important; }

.more-listings #listings .listing.non-sponsor .wrapper, .more-listings .related-listings .listing.non-sponsor .wrapper,
.more-listings .related-listings .listing.non-sponsor .wrapper {
  padding-bottom: 0; }

.more-listings #listings .listing, .more-listings .related-listings .listing,
.more-listings .related-listings .listing {
  margin-right: 2%;
  vertical-align: top;
  width: 47.5%; }
  .more-listings #listings .listing:nth-child(2n), .more-listings .related-listings .listing:nth-child(2n),
  .more-listings .related-listings .listing:nth-child(2n) {
    margin-right: 0; }

.mentioned-listings ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 40px; }
  .mentioned-listings ul li {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
    width: 47.5%; }
    .mentioned-listings ul li:nth-child(2n) {
      margin-right: 0; }
    .mentioned-listings ul li img {
      width: 100%; }

.profile-details {
  overflow: visible; }

/* **************************************** MEDIA QUERIES ************************************************** */
/* 768px */
@media only screen and (min-width: 768px) {
  .image-hero {
    margin: 0 0 40px; }
  .profile-details .logo {
    height: 220px;
    width: 220px; }
  .profile-details .logo + .list-h1 {
    left: 250px;
    top: -110px; }
  .image-hero + div .profile-details {
    left: 10px;
    margin-bottom: -100px;
    top: -240px; }
    .image-hero + div .profile-details.plus {
      margin-bottom: -300px; }
    .image-hero + div .profile-details .list-h1 {
      left: -10px;
      top: 110px; }
    .image-hero + div .profile-details .logo + .list-h1 {
      left: 250px;
      top: -110px; }
  .more-listings #listings .listing, .more-listings .related-listings .listing,
  .more-listings .related-listings .listing {
    width: 31.3%; }
    .more-listings #listings .listing:nth-child(2n), .more-listings .related-listings .listing:nth-child(2n),
    .more-listings .related-listings .listing:nth-child(2n) {
      margin-right: 2%; }
    .more-listings #listings .listing:nth-child(3n), .more-listings .related-listings .listing:nth-child(3n),
    .more-listings .related-listings .listing:nth-child(3n) {
      margin-right: 0; }
  .mentioned-listings ul li {
    width: 31.3%; }
    .mentioned-listings ul li:nth-child(2n) {
      margin-right: 2%; }
    .mentioned-listings ul li:nth-child(3n) {
      margin-right: 0; } }

/* 992px */
@media only screen and (min-width: 992px) {
  .more-listings #listings .listing, .more-listings .related-listings .listing,
  .more-listings .related-listings .listing {
    width: 22.5%; }
    .more-listings #listings .listing:nth-child(2n), .more-listings .related-listings .listing:nth-child(2n),
    .more-listings .related-listings .listing:nth-child(2n) {
      margin-right: 2%; }
    .more-listings #listings .listing:nth-child(3n), .more-listings .related-listings .listing:nth-child(3n),
    .more-listings .related-listings .listing:nth-child(3n) {
      margin-right: 2%; }
    .more-listings #listings .listing:nth-child(4n), .more-listings .related-listings .listing:nth-child(4n),
    .more-listings .related-listings .listing:nth-child(4n) {
      margin-right: 0; }
  .mentioned-listings ul li {
    width: 23%; }
    .mentioned-listings ul li:nth-child(2n) {
      margin-right: 2%; }
    .mentioned-listings ul li:nth-child(3n) {
      margin-right: 2%; }
    .mentioned-listings ul li:nth-child(4n) {
      margin-right: 0; } }

/* Quick fix */
.text-center {
  text-align: center;
}