/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arapey:400italic,400);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:500,400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:500,400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arapey:400italic,400);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:500,400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:500,400,300,300italic,400italic,700,700italic);
/* line 55, ../sass/_init.scss */
.messages--error {
  display:none;
}

h1, .header-1 {
  font-family: Arapey, Georgia, "Times New Roman", sans-serif;
  font-weight: 400;
}

/* line 59, ../sass/_init.scss */
h2, h3, h4, h5, h6 {
  font-family: Roboto, Helvetica, Arial, serif;
  font-weight: 700;
}

/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

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

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

/* Address styling not present in IE 8/9. */
/* line 54, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 67, ../sass/_normalize.scss */
html {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  /* 1 */
  font-size: 87.5%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.28571em;
}

/* Remove default margin. */
/* line 78, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 100, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 121, ../sass/_normalize.scss */
p,
pre {
  margin: 1.28571em 0;
}

/* line 125, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.28571em 0px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 134, ../sass/_normalize.scss */
h1, .header-1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.28571em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.64286em;
  margin-bottom: 0.64286em;
}

/* line 142, ../sass/_normalize.scss */
h2 {
  font-size: 1.38em;
  line-height: 1.86335em;
  margin-top: 0.93168em;
  margin-bottom: 0.93168em;
}

/* line 147, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 2.1978em;
  margin-top: 1.0989em;
  margin-bottom: 1.0989em;
}

/* line 152, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.28571em;
  margin-top: 1.28571em;
  margin-bottom: 1.28571em;
}

/* line 157, ../sass/_normalize.scss */
h5 {
  font-size: 0.85em;
  line-height: 1.51261em;
  margin-top: 1.51261em;
  margin-bottom: 1.51261em;
}

/* line 162, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 1.91898em;
  margin-top: 1.91898em;
  margin-bottom: 1.91898em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 169, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/* Address styling not present in Safari 5 and Chrome. */
/* line 180, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 185, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.28571em 0;
}

/* Address styling not present in IE 8/9. */
/* line 194, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 200, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.28571em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 211, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 216, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 221, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 226, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 233, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 236, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 243, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.28571em 0;
}

/* line 252, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 258, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 0px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 263, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 0px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 275, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  vertical-align: bottom;
  /* Responsive images */
  max-width: 100%;
  height: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 288, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 293, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 303, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 0.37857em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 0.76429em;
  border-left-width: 0.07143em;
  border-left-style: solid;
  padding-left: 0.76429em;
  border-right-width: 0.07143em;
  border-right-style: solid;
  padding-right: 0.76429em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 318, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 330, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 370, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 392, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* Drupal-style form labels. */
/* line 434, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 442, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.28571em;
  margin-bottom: 1.28571em;
}

/* line 454, ../sass/_normalize.scss */
.adslist {
  text-align: center;
}

/* line 459, ../sass/_normalize.scss */
.panel-pane p {
  margin: 0;
  padding: 0;
}

/* line 465, ../sass/_normalize.scss */
div,
h1, h2, h3, h4, h5, h6,
ul {
  margin: 0;
  padding: 0;
}

/* line 472, ../sass/_normalize.scss */
li {
  list-style: none outside none;
}

/*
 *Base File for site-wide settings
 */
/* Window size indicator */
/* line 6, ../sass/_base.scss */
#win-size {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 30px;
  background-color: #EEE;
  color: #000;
  font-size: 12px;
  font-family: sans-serif;
  z-index: 1000;
}

/* line 18, ../sass/_base.scss */
.hidden, #hidden {
  display: none;
}

/*  Site wide stuff */
/* line 32, ../sass/_base.scss */
a {
  text-decoration: none;
  color: #000;
}
/* line 35, ../sass/_base.scss */
a:hover {
  color: #f49ac1;
}

/*.node-type-article {
	article {
		a {
			text-decoration: none;
			color: $bg-pink;
			&:hover {
				color: #000;
			}
		}
	}
}*/
/* line 51, ../sass/_base.scss */
strong {
  font-weight: 700;
}

/* line 55, ../sass/_base.scss */
.center {
  text-align: center;
}

/* line 59, ../sass/_base.scss */
body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}

/* line 66, ../sass/_base.scss */
.upper-header-container {
  max-width: 1170px;
  margin: 0 auto;
}
@media all and (max-width: 1199px) {
  /* line 66, ../sass/_base.scss */
  .upper-header-container {
    max-width: 970px;
  }
}

/* line 76, ../sass/_base.scss */
#main {
  padding: 0;
  max-width: 1170px;
  margin: 0 auto 30px auto;
}
@media all and (max-width: 1199px) {
  /* line 76, ../sass/_base.scss */
  #main {
    max-width: 970px;
  }
}

/* line 87, ../sass/_base.scss */
#main #content,
#main #navigation {
  padding: 0;
}

/**
 *Navigation blocks
 **/
/* line 95, ../sass/_base.scss */
#page {
  background: #FFF;
}
/* line 98, ../sass/_base.scss */
#page #navigation .block-taxonomy-menu-block {
  display: inline-block;
  vertical-align: top;
}
/* line 101, ../sass/_base.scss */
#page #navigation .block-taxonomy-menu-block ul {
  display: none;
}
/* line 105, ../sass/_base.scss */
#page #navigation .block-taxonomy-menu-block h2:hover ul {
  display: block;
}

/* line 112, ../sass/_base.scss */
#page {
  padding: 0;
}
/* line 114, ../sass/_base.scss */
#page #header-date {
  margin: 5px 0 10px;
  color: #898989;
}
/* line 117, ../sass/_base.scss */
#page #header-date span {
  font-size: 11.9px;
}

/* line 123, ../sass/_base.scss */
#upper-header {
  padding: 0;
  margin: 0 0 1em 0;
  background-color: #000;
  height: 35px;
}

/* line 131, ../sass/_base.scss */
.red {
  color: #660000;
}

/* line 135, ../sass/_base.scss */
.min-300 {
  min-width: 300px;
}

/* line 139, ../sass/_base.scss */
.inline-block {
  display: inline-block;
}

/* line 143, ../sass/_base.scss */
.block-header {
  text-align: center;
  font-size: 18.32px;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* line 150, ../sass/_base.scss */
.sans-bold {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #000;
}

/* line 158, ../sass/_base.scss */
a.bg-pink {
  color: #f49ac1;
}
/* line 160, ../sass/_base.scss */
a.bg-pink:hover {
  color: #f49ac1;
}

/*
 *Article styling
 */
/* line 169, ../sass/_base.scss */
#page-title, .page-title {
  background: url("../images/titlebg.png") repeat-x bottom;
  margin: 5px 0 10px 0;
  padding: 0 0 10px 0;
  border: none;
}
/* line 174, ../sass/_base.scss */
#page-title h1.page__title, .page-title h1.page__title {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 28px;
}
/* line 177, ../sass/_base.scss */
#page-title h1.page__title span, .page-title h1.page__title span {
  background: none;
  padding: 0;
}

/* line 184, ../sass/_base.scss */
.title {
  font-size: 26px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
}

/* line 189, ../sass/_base.scss */
.title-small {
  font-size: 20px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
}
/* line 192, ../sass/_base.scss */
.title-small a {
  color: #000;
}
/* line 194, ../sass/_base.scss */
.title-small a:hover {
  color: #f49ac1;
}

/* line 200, ../sass/_base.scss */
a.bg-pink {
  color: #f49ac1 !important;
}
/* line 202, ../sass/_base.scss */
a.bg-pink:hover {
  color: #f49ac1;
}

/* line 218, ../sass/_base.scss */
body.page-node #page article h2.subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
  margin: 0 0 10px;
  padding: 0;
}
/* line 225, ../sass/_base.scss */
body.page-node #page article h2.subtitle p {
  margin: 0;
}

/**
 *Default styles for panels
 **/
/* line 236, ../sass/_base.scss */
.panel-flexible .inside {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 241, ../sass/_base.scss */
.panel-flexible .panels-flexible-row {
  margin: 0;
  padding-left: 0;
}

/**
 *BX Slider site-wide styles
 **/
/* line 250, ../sass/_base.scss */
.bxslider {
  display: none;
}

/* line 253, ../sass/_base.scss */
.viewsSlideshowBxslider-processed {
  display: block;
}

/* line 257, ../sass/_base.scss */
.bx-wrapper {
  padding: 0;
}
/* line 259, ../sass/_base.scss */
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0px;
  margin: 0 auto;
}
/* line 266, ../sass/_base.scss */
.bx-wrapper .bx-viewport ul {
  margin: 0;
  padding: 0;
}
/* line 275, ../sass/_base.scss */
.bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  background: #FFF;
}
/* line 276, ../sass/_base.scss */
.bx-wrapper .bx-controls .bx-pager .bx-pager-item a:hover {
  background: #f49ac1;
}
/* line 278, ../sass/_base.scss */
.bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  background: #f49ac1;
}

/* Load more */
/* line 289, ../sass/_base.scss */
.pager-load-more li a {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #898989;
  width: 100%;
  margin: 0 auto;
  background: #e6e6e6;
  border: 3px solid #e6e6e6;
  padding: 10px 0;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
/* line 312, ../sass/_base.scss */
.pager-load-more li a:hover {
  background: #f49ac1;
  border: 3px solid #f49ac1;
  color: #000;
}

/* Infinite scrolling */
/* line 321, ../sass/_base.scss */
#infscr-loading {
  position: fixed;
  text-align: center;
  bottom: 300px;
  left: 42%;
  z-index: 100;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/*
 *Pinterest
 */
/* line 341, ../sass/_base.scss */
.hover-container {
  position: relative;
  display: inline-block;
}
/* line 344, ../sass/_base.scss */
.hover-container .scrap-it {
  position: absolute;
  top: 20px;
  left: 20px;
  display: none;
}
/* line 349, ../sass/_base.scss */
.hover-container .scrap-it a.scrap-button {
  background-image: url(/sites/all/themes/custom/bg_zen/images/scrap_it.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 75px;
  width: 75px;
  display: block;
}
/* line 359, ../sass/_base.scss */
.hover-container .pin-it {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}
/* line 364, ../sass/_base.scss */
.hover-container .pin-it a.p-button {
  background-image: url(/sites/all/themes/custom/bg_zen/images/pin-it-purple.png);
  background-size: 75px;
  background-position: 0 0;
  height: 75px;
  width: 75px;
  display: block;
}

/* line 375, ../sass/_base.scss */
#slides .active-slide .slide .pin-it a.p-button {
  background-image: url(/sites/all/themes/custom/bg_zen/images/pin-it-purple.png);
  background-size: 75px;
  background-size: 75px;
  background-position: 0 0;
  height: 75px;
  width: 75px;
  display: block;
}

/*fancy box global */
/* line 386, ../sass/_base.scss */
.fancybox-overlay {
  background-image: url("../images/bg_overlay.png");
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 390, ../sass/_base.scss */
input {
  border: 2px solid #e6e6e6;
}

/*Center p tages in articles */
/* line 395, ../sass/_base.scss */
p.rtecenter {
  text-align: center;
}

/* line 400, ../sass/_base.scss */
article ul li {
  list-style: disc inside;
}

/* line 406, ../sass/_base.scss */
.manual-ad p {
  margin: 0;
}

/*
 *fix funky font sizes
 */
/* line 414, ../sass/_base.scss */
article p {
  font-size: 16px;
}
/* line 416, ../sass/_base.scss */
article p span {
  font-size: 16px !important;
}
/* line 419, ../sass/_base.scss */
article p em {
  font-size: 16px !important;
}

/* a {
	img {
		opacity: 1;
	}
	img:hover {
		opacity: .6;
	}
}*/
/* line 434, ../sass/_base.scss */
.field-item img {
  /*width: auto !important;
  height: auto !important;
  max-width: 600px;
  max-height: 600px;*/
}
@media screen and (max-width: 600px) {
  /* line 434, ../sass/_base.scss */
  .field-item img {
    margin: 10px 0 !important;
  }
}

/* line 445, ../sass/_base.scss */
p.submitted {
  display: none;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 33, ../sass/layouts/_responsive.scss */
#page {
  margin: 0;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 38, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* line 55, ../sass/_init.scss */
h1, .header-1 {
  font-family: Arapey, Georgia, "Times New Roman", sans-serif;
  font-weight: 400;
}

/* line 59, ../sass/_init.scss */
h2, h3, h4, h5, h6 {
  font-family: Roboto, Helvetica, Arial, serif;
  font-weight: 700;
}

/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/* line 27, ../sass/layouts/_bg_responsive.scss */
#header {
  text-align: center;
}

/* line 33, ../sass/layouts/_bg_responsive.scss */
#main #content {
  padding: 0 30px 0 0;
  display: table-cell;
  width: 100%;
}

@media all and (max-width: 480px) {
  /* line 44, ../sass/layouts/_bg_responsive.scss */
  #content-newsletter-form #form-fields .input-wrapper {
    display: block;
    margin: 10px auto;
  }
}
@media all and (max-width: 1023px) {
  /* line 55, ../sass/layouts/_bg_responsive.scss */
  #main #content {
    display: block;
    padding: 0;
  }
  /* line 59, ../sass/layouts/_bg_responsive.scss */
  #main .region-sidebar-second {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }
  /* line 64, ../sass/layouts/_bg_responsive.scss */
  #main .region-sidebar-second div.block {
    margin-right: 2%;
  }
}
@media all and (max-width: 1189px) {
  /* line 81, ../sass/layouts/_bg_responsive.scss */
  #page #main {
    padding: 0 10px;
  }
}
/* Component (SMACSS module) rules */
/**
 *Sprite mixins
 **/
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* line 80, ../sass/components/_misc.scss */
div.header-logo {
  margin: 0 0 1em 0;
}

/* Wrapping link for logo. */
/* line 84, ../sass/components/_misc.scss */
.header__logo {
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 91, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
  width: 220px;
}

/* Wrapper for website name and slogan. */
/* line 97, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 102, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.28571em;
}

/* The link around the name of the website. */
/* line 109, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 115, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 122, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* Wrapper for any blocks placed in the header region. */
/* line 132, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 140, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 144, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 154, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 160, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 174, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 178, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 189, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 201, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.28571em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 216, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 225, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 235, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 238, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 243, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 248, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 253, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 258, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 269, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.28571em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 279, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 283, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.28571em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 296, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 305, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 311, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 321, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 325, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 349, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.28571em;
}

/* line 355, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.64286em 3px;
}

/* line 362, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 371, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 376, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 404, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 408, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 416, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 423, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 426, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 429, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 444, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 449, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

@media all and (max-width: 600px) {
  /* line 457, ../sass/components/_misc.scss */
  .pager {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-around;
  }
  /* line 463, ../sass/components/_misc.scss */
  .pager li {
    list-style: none outside none;
    padding: 0 1%;
  }
  /* line 467, ../sass/components/_misc.scss */
  .pager .pager-previous, .pager .pager-next, .pager .pager-last {
    display: none;
  }
}
/* line 472, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 482, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 492, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.28571em;
}

/**
 * Menus.
 */
/*
.menu__item.is-leaf {
  list-style-image: inline-image("menu-leaf.png");
  @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
    *list-style-image: image-url("menu-leaf.png");
  }
  list-style-type: square;
}
.menu__item.is-expanded {
  list-style-image: inline-image("menu-expanded.png");
  @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
    *list-style-image: image-url("menu-expanded.png");
  }
  list-style-type: circle;
}
*/
/*
.menu__item.is-collapsed {
  list-style-image: inline-image("menu-collapsed.png"); /* LTR */
/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 530, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 542, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 570, ../sass/components/_misc.scss */
.comments {
  margin: 1.28571em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 575, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 581, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 584, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 591, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 0px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 601, ../sass/components/_misc.scss */
.form-item {
  margin: 1.28571em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 605, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 612, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 618, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 625, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 632, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 638, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 643, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 649, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 654, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 660, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 672, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 678, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.28571em;
}

/* line 682, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 687, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.28571em 0;
}

/**
 * Drupal admin tables.
 */
/* line 695, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 700, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 703, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 707, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 713, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 728, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 733, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 739, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 750, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 761, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 770, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 777, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 789, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 792, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 795, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 804, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 813, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 816, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* line 822, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1551284242');
}

/* line 830, ../sass/components/_misc.scss */
#modal-content form .social-login {
  text-align: center;
  margin: 0 0 20px 0;
}
/* line 833, ../sass/components/_misc.scss */
#modal-content form .social-login p {
  font-weight: bold;
}
/* line 836, ../sass/components/_misc.scss */
#modal-content form .social-login a {
  padding: 0 2%;
}

/**
 * @file
 * Styling for blocks
 *
 */
/* Manually placed ad placeholders */
/* line 8, ../sass/components/_blocks.scss */
.manual-ad .placeholderx1 {
  height: 260px;
}

/* line 12, ../sass/components/_blocks.scss */
.manual-ad .placeholderx2 {
  height: 610px;
}

/* line 17, ../sass/components/_blocks.scss */
.display-none {
  display: none;
}

/* line 22, ../sass/components/_blocks.scss */
.views-row .display-none {
  display: block;
}

/*
 *Styling for the header buttons
*/
/* line 29, ../sass/components/_blocks.scss */
#header {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
@media all and (max-width: 1199px) {
  /* line 29, ../sass/components/_blocks.scss */
  #header {
    max-width: 970px;
  }
}

/* line 40, ../sass/components/_blocks.scss */
.content-ig-slider .view-header .header {
  text-align: center;
}
/* line 42, ../sass/components/_blocks.scss */
.content-ig-slider .view-header .header span {
  background-color: darkturquoise;
  color: #000;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  padding: 5px 10px;
  margin: 0;
}

/* line 55, ../sass/components/_blocks.scss */
.header-upper-left, #planning-guides {
  color: #FFF;
  border-radius: 5px;
  background-color: #f49ac1;
  cursor: pointer;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  left: 0;
  width: 180px;
}
/* line 66, ../sass/components/_blocks.scss */
.header-upper-left h3, #planning-guides h3 {
  border-bottom: 1px solid #FFF;
  font-size: 22px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  line-height: 24px;
  font-weight: normal;
  margin: 0 5px;
}
/* line 75, ../sass/components/_blocks.scss */
.header-upper-left p, #planning-guides p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
/* line 81, ../sass/components/_blocks.scss */
.header-upper-left:hover, #planning-guides:hover {
  color: #f49ac1;
  background-color: #FFF;
}
/* line 84, ../sass/components/_blocks.scss */
.header-upper-left:hover h3, #planning-guides:hover h3 {
  border-bottom: 1px solid #f49ac1;
}
@media all and (max-width: 767px) {
  /* line 55, ../sass/components/_blocks.scss */
  .header-upper-left, #planning-guides {
    display: none;
  }
}

/* line 93, ../sass/components/_blocks.scss */
.header-upper-right {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 100, ../sass/components/_blocks.scss */
#top-banner {
  margin: 0 0 5px 0;
  text-align: center;
}
/* line 103, ../sass/components/_blocks.scss */
#top-banner .block {
  margin: 0;
  padding: 0;
}
/* line 106, ../sass/components/_blocks.scss */
#top-banner .block iframe {
  max-width: 100%;
}
/* line 110, ../sass/components/_blocks.scss */
#top-banner img {
  width: auto;
}

/* line 115, ../sass/components/_blocks.scss */
.view-footer {
  margin: 0 10px 20px 0;
}
/* line 117, ../sass/components/_blocks.scss */
.view-footer .read-more {
  text-align: right;
}
/* line 119, ../sass/components/_blocks.scss */
.view-footer .read-more a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: #000;
}
/* line 125, ../sass/components/_blocks.scss */
.view-footer .read-more a:hover {
  color: #f49ac1;
}

/* line 133, ../sass/components/_blocks.scss */
.view-display-id-panel_pane_4 .view-footer {
  margin: 0 10px 20px 0;
}
/* line 135, ../sass/components/_blocks.scss */
.view-display-id-panel_pane_4 .view-footer .read-more {
  text-align: right;
  display: block;
  width: 100%;
  position: relative;
  height: 13px;
  border-bottom: 5px solid #f6f6f6;
  margin: 35px 0;
}
/* line 143, ../sass/components/_blocks.scss */
.view-display-id-panel_pane_4 .view-footer .read-more span {
  background-color: #FFF;
  padding: 10px;
}
/* line 146, ../sass/components/_blocks.scss */
.view-display-id-panel_pane_4 .view-footer .read-more span a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #000;
}
/* line 151, ../sass/components/_blocks.scss */
.view-display-id-panel_pane_4 .view-footer .read-more span a:hover {
  color: #f49ac1;
}

/* line 160, ../sass/components/_blocks.scss */
#block-views-hp-whats-buzzing-block-1 {
  background-color: #FFF;
  padding: 0 0 30px 0;
}
/* line 163, ../sass/components/_blocks.scss */
#block-views-hp-whats-buzzing-block-1 .view-display-id-block_1 {
  max-width: 1170px;
  margin: -10px auto 0 auto;
}
/* line 167, ../sass/components/_blocks.scss */
#block-views-hp-whats-buzzing-block-1 .view-display-id-block_1 .view-header .title {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.28571em;
}
/* line 171, ../sass/components/_blocks.scss */
#block-views-hp-whats-buzzing-block-1 .view-display-id-block_1 .view-header .title span {
  font-weight: 400;
  font-size: 28px;
  background: none;
  padding: 0;
}
/* line 180, ../sass/components/_blocks.scss */
#block-views-hp-whats-buzzing-block-1 .view-display-id-block_1 .view-content .hp-more-from {
  text-align: center;
  font-size: 0;
}
/* line 183, ../sass/components/_blocks.scss */
#block-views-hp-whats-buzzing-block-1 .view-display-id-block_1 .view-content .hp-more-from li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.3% 20px 1.3%;
  width: 22%;
  min-width: 170px;
}
/* line 189, ../sass/components/_blocks.scss */
#block-views-hp-whats-buzzing-block-1 .view-display-id-block_1 .view-content .hp-more-from li .views-field-title {
  font-size: 22px;
  margin: 15px 0;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
}
/* line 193, ../sass/components/_blocks.scss */
#block-views-hp-whats-buzzing-block-1 .view-display-id-block_1 .view-content .hp-more-from li .views-field-title a {
  text-decoration: none;
  color: #000;
}
/* line 197, ../sass/components/_blocks.scss */
#block-views-hp-whats-buzzing-block-1 .view-display-id-block_1 .view-content .hp-more-from li .views-field-title a:hover {
  color: #f49ac1;
}
@media screen and (max-width: 768px) {
  /* line 183, ../sass/components/_blocks.scss */
  #block-views-hp-whats-buzzing-block-1 .view-display-id-block_1 .view-content .hp-more-from li {
    width: 48%;
    margin: 0;
    padding: 10px 1%;
  }
}
@media all and (max-width: 375px) {
  /* line 183, ../sass/components/_blocks.scss */
  #block-views-hp-whats-buzzing-block-1 .view-display-id-block_1 .view-content .hp-more-from li {
    display: block;
    margin: 10px auto;
    width: 90%;
  }
  /* line 210, ../sass/components/_blocks.scss */
  #block-views-hp-whats-buzzing-block-1 .view-display-id-block_1 .view-content .hp-more-from li .views-field-title {
    margin: 5px 20px;
  }
}

/* line 225, ../sass/components/_blocks.scss */
#hp-tabbed-block {
  position: relative;
  margin: 0;
}
/* line 229, ../sass/components/_blocks.scss */
#hp-tabbed-block #tabs {
  background-color: #f6f6f6;
}
/* line 232, ../sass/components/_blocks.scss */
#hp-tabbed-block div.tab-content {
  display: none;
}
/* line 235, ../sass/components/_blocks.scss */
#hp-tabbed-block div.tab-content.active {
  display: block;
}
/* line 239, ../sass/components/_blocks.scss */
#hp-tabbed-block li.tab {
  cursor: pointer;
  background-color: #f6f6f6;
  color: #898989;
  display: inline-block;
  text-align: center;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 18px;
  vertical-align: bottom;
  max-width: 100%;
  padding: 8px 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 252, ../sass/components/_blocks.scss */
#hp-tabbed-block li.tab.blogs {
  width: 29%;
}
/* line 255, ../sass/components/_blocks.scss */
#hp-tabbed-block li.tab.pop {
  width: 42%;
}
/* line 258, ../sass/components/_blocks.scss */
#hp-tabbed-block li.tab.picks {
  width: 29%;
}
/* line 260, ../sass/components/_blocks.scss */
#hp-tabbed-block li.tab.picks span {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
/* line 273, ../sass/components/_blocks.scss */
#hp-tabbed-block li.tab.last {
  border-right: none;
}
/* line 276, ../sass/components/_blocks.scss */
#hp-tabbed-block li.tab.active {
  background-color: #FFF;
  color: #000;
  border-top: 2px solid #00ced1;
  border-left: 2px solid #f6f6f6;
  border-right: 2px solid #f6f6f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 283, ../sass/components/_blocks.scss */
#hp-tabbed-block li.tab.active div.tab-content {
  display: block;
}
/* line 287, ../sass/components/_blocks.scss */
#hp-tabbed-block .tab-content {
  padding: 5px;
  margin: 0;
  border: 2px solid #f6f6f6;
  border-top: 0;
}
/* line 292, ../sass/components/_blocks.scss */
#hp-tabbed-block .tab-content li {
  border-bottom: 1px solid #f6f6f6;
  padding: 15px 0 10px 0;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  color: #000;
  min-height: 65px;
}
/* line 299, ../sass/components/_blocks.scss */
#hp-tabbed-block .tab-content li .views-field-counter {
  display: inline-block;
  width: 36px;
  font-size: 51px;
  line-height: 40px;
  vertical-align: top;
  padding: 0 5px 0 0;
}
/* line 307, ../sass/components/_blocks.scss */
#hp-tabbed-block .tab-content li .title {
  width: 240px;
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
}
/* line 312, ../sass/components/_blocks.scss */
#hp-tabbed-block .tab-content li .title a {
  color: #000;
}
/* line 314, ../sass/components/_blocks.scss */
#hp-tabbed-block .tab-content li .title a:hover {
  color: #f49ac1;
}
/* line 320, ../sass/components/_blocks.scss */
#hp-tabbed-block .tab-content li.views-row-last {
  border-bottom: none;
}

/* line 328, ../sass/components/_blocks.scss */
#hp-right-potd .photo-credit {
  margin-top: 15px;
  font-size: 12px;
  line-height: 16px;
}
/* line 332, ../sass/components/_blocks.scss */
#hp-right-potd .photo-credit span {
  font-size: 12px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: italic;
}
/* line 337, ../sass/components/_blocks.scss */
#hp-right-potd .photo-credit p {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 348, ../sass/components/_blocks.scss */
#hp-right-potd .potd-see-all {
  margin-top: 10px;
}
/* line 350, ../sass/components/_blocks.scss */
#hp-right-potd .potd-see-all a {
  text-align: center;
  font-weight: 300;
  padding: 1%;
  display: block;
  width: 100%;
  background: rgba(244, 154, 193, 0.8);
  border: 1px solid #d485a7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 359, ../sass/components/_blocks.scss */
#hp-right-potd .potd-see-all a:hover {
  background: #f49ac1;
  color: #000;
}

/* line 368, ../sass/components/_blocks.scss */
#hp-right-pins #hp-pins {
  text-align: center;
}
/* line 370, ../sass/components/_blocks.scss */
#hp-right-pins #hp-pins span {
  box-shadow: 0 0 3px #FFF !important;
}

/* line 376, ../sass/components/_blocks.scss */
#article-share, .article-share {
  width: 190px;
  display: block;
  vertical-align: top;
  margin: 20px 0;
}
/* line 381, ../sass/components/_blocks.scss */
#article-share span, .article-share span {
  padding: 0;
}
/* line 384, ../sass/components/_blocks.scss */
#article-share .links, .article-share .links {
  display: inline-block;
  vertical-align: top;
}
/* line 387, ../sass/components/_blocks.scss */
#article-share .links ul.share-buttons, .article-share .links ul.share-buttons {
  font-size: 0;
}
/* line 389, ../sass/components/_blocks.scss */
#article-share .links ul.share-buttons li, .article-share .links ul.share-buttons li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 3px;
  width: 32px;
  height: 32px;
  margin: 0 3px;
  box-sizing: border-box;
}
/* line 402, ../sass/components/_blocks.scss */
#article-share .links ul.share-buttons li a i, .article-share .links ul.share-buttons li a i {
  font-size: 18px;
}
/* line 405, ../sass/components/_blocks.scss */
#article-share .links ul.share-buttons li a:hover, .article-share .links ul.share-buttons li a:hover {
  color: #f49ac1;
}
/* line 410, ../sass/components/_blocks.scss */
#article-share .links ul.share-buttons li span.votes a, .article-share .links ul.share-buttons li span.votes a {
  color: red;
}
/* line 412, ../sass/components/_blocks.scss */
#article-share .links ul.share-buttons li span.votes a:hover, .article-share .links ul.share-buttons li span.votes a:hover {
  color: #f49ac1;
}
/* line 420, ../sass/components/_blocks.scss */
#article-share .counts, .article-share .counts {
  display: inline-block;
  vertical-align: top;
}
/* line 423, ../sass/components/_blocks.scss */
#article-share .counts ul.share-counts, .article-share .counts ul.share-counts {
  line-height: 1;
  font-size: 0;
}
/* line 426, ../sass/components/_blocks.scss */
#article-share .counts ul.share-counts li, .article-share .counts ul.share-counts li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
/* line 430, ../sass/components/_blocks.scss */
#article-share .counts ul.share-counts li div, .article-share .counts ul.share-counts li div {
  text-align: left;
}
/* line 433, ../sass/components/_blocks.scss */
#article-share .counts ul.share-counts li .count, .article-share .counts ul.share-counts li .count {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline;
  vertical-align: bottom;
  margin: 0 0 0 5px;
}
/* line 441, ../sass/components/_blocks.scss */
#article-share .counts ul.share-counts li .count-title, .article-share .counts ul.share-counts li .count-title {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: inline;
  vertical-align: bottom;
}
/* line 449, ../sass/components/_blocks.scss */
#article-share .counts ul.share-counts li.total-shares, .article-share .counts ul.share-counts li.total-shares {
  border-right: 1px solid #EEE;
}
/* line 453, ../sass/components/_blocks.scss */
#article-share .counts ul.share-counts li.total-comments, .article-share .counts ul.share-counts li.total-comments {
  border-right: 1px solid #EEE;
}

/* line 464, ../sass/components/_blocks.scss */
#main .region-sidebar-second {
  width: 300px;
  padding: 0;
  margin: 0;
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
@media all and (min-width: 767px) {
  /* line 464, ../sass/components/_blocks.scss */
  #main .region-sidebar-second {
    padding: 50px 0 0 0;
  }
}
/* line 474, ../sass/components/_blocks.scss */
#main .region-sidebar-second div.block {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}
/* line 478, ../sass/components/_blocks.scss */
#main .region-sidebar-second div.block p {
  margin: 0;
  font-size: 14px;
}
@media all and (max-width: 1024px) {
  /* line 464, ../sass/components/_blocks.scss */
  #main .region-sidebar-second {
    width: 100%;
    text-align: center;
  }
}

/* line 490, ../sass/components/_blocks.scss */
#block-bg-upper-menu-block {
  max-width: 150px;
}

/* line 495, ../sass/components/_blocks.scss */
#block-block-1 {
  margin-bottom: 0px;
  float: right;
}
/* line 499, ../sass/components/_blocks.scss */
#block-block-1 ul.social-links {
  padding: 4px 0;
  margin: 0;
  display: block;
}
/* line 503, ../sass/components/_blocks.scss */
#block-block-1 ul.social-links li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
/* line 509, ../sass/components/_blocks.scss */
#block-block-1 ul.social-links li a {
  width: 28px;
  height: 28px;
  display: block;
}
/* line 515, ../sass/components/_blocks.scss */
#block-block-1 ul.social-links li.si-tw a {
  background: url("../images/socialicons.png") no-repeat 0 0;
}
/* line 518, ../sass/components/_blocks.scss */
#block-block-1 ul.social-links li.si-tw a:hover {
  background: url("../images/socialicons.png") no-repeat 0 -31px;
}
/* line 521, ../sass/components/_blocks.scss */
#block-block-1 ul.social-links li.si-fb a {
  background: url("../images/socialicons.png") no-repeat -28px 0;
}
/* line 524, ../sass/components/_blocks.scss */
#block-block-1 ul.social-links li.si-fb a:hover {
  background: url("../images/socialicons.png") no-repeat -28px -31px;
}
/* line 527, ../sass/components/_blocks.scss */
#block-block-1 ul.social-links li.si-ig a {
  background: url("../images/socialicons.png") no-repeat -58px 0;
}
/* line 530, ../sass/components/_blocks.scss */
#block-block-1 ul.social-links li.si-ig a:hover {
  background: url("../images/socialicons.png") no-repeat -58px -31px;
}
/* line 533, ../sass/components/_blocks.scss */
#block-block-1 ul.social-links li.si-p a {
  background: url("../images/socialicons.png") no-repeat -87px 0;
}
/* line 536, ../sass/components/_blocks.scss */
#block-block-1 ul.social-links li.si-p a:hover {
  background: url("../images/socialicons.png") no-repeat -87px -31px;
}
/* line 539, ../sass/components/_blocks.scss */
#block-block-1 ul.social-links li.si-nl a {
  background: url("../images/socialicons.png") no-repeat -116px 0;
}
/* line 542, ../sass/components/_blocks.scss */
#block-block-1 ul.social-links li.si-nl a:hover {
  background: url("../images/socialicons.png") no-repeat -116px -31px;
}

/* line 548, ../sass/components/_blocks.scss */
#hp-totd-block {
  max-width: 300px;
  display: block;
  margin: 0 auto 20px;
}
/* line 552, ../sass/components/_blocks.scss */
#hp-totd-block .pane-title {
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: inherit;
  border-bottom: 0;
  font-weight: 400;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}
/* line 561, ../sass/components/_blocks.scss */
#hp-totd-block .totd-body {
  background: url("/sites/all/themes/custom/bg_zen/images/totd_bg.png");
  font-size: 14px;
  display: block;
  padding: 15px;
  margin: 0 auto;
  min-height: 260px;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}
/* line 569, ../sass/components/_blocks.scss */
#hp-totd-block .totd-body .container {
  padding: 40px 30px 10px 10px;
}
/* line 572, ../sass/components/_blocks.scss */
#hp-totd-block .totd-body .more {
  text-align: right;
  padding-right: 30px;
}
/* line 575, ../sass/components/_blocks.scss */
#hp-totd-block .totd-body .more a {
  text-decoration: none;
  color: #ed145b;
}

/* line 584, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block h2.block-header {
  border-bottom: 3px solid #d7d7d7;
  margin: 0;
}
/* line 588, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets {
  margin: 5px;
  font-size: 11.9px;
  text-align: left;
}
/* line 592, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li {
  padding: 5px 0 20px 0;
  border-bottom: 1px solid #d7d7d7;
  line-height: 18px;
}
/* line 596, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li a {
  text-decoration: none;
  color: #000;
}
/* line 600, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .image-info {
  display: inline-block;
}
/* line 602, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .image-info .img {
  display: inline-block;
  height: 48px;
  width: 48px;
}
/* line 607, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .image-info .names {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
}
/* line 612, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .image-info .link {
  color: #7d7d7d;
}
/* line 614, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .image-info .link a {
  font-weight: 400;
  color: #7d7d7d;
}
/* line 620, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .created {
  float: right;
}
/* line 623, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .tweet-text {
  font-size: 14px;
  margin: 15px 0 0;
}
/* line 626, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .tweet-text a {
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}
/* line 632, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .views-field-web-intents {
  float: right;
  display: none;
}
/* line 636, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .views-field-web-intents .field-content span a {
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
/* line 643, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .views-field-web-intents .field-content span:nth-child(1) a {
  background: url("../images/sprites/tw-sprites.png") no-repeat 0 0;
}
/* line 645, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .views-field-web-intents .field-content span:nth-child(1) a:hover {
  background: url("../images/sprites/tw-sprites.png") no-repeat -16px 0px;
}
/* line 649, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .views-field-web-intents .field-content span:nth-child(2) a {
  background: url("../images/sprites/tw-sprites.png") no-repeat -80px 0;
}
/* line 651, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .views-field-web-intents .field-content span:nth-child(2) a:hover {
  background: url("../images/sprites/tw-sprites.png") no-repeat -96px 0px;
}
/* line 655, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .views-field-web-intents .field-content span:nth-child(3) a {
  background: url("../images/sprites/tw-sprites.png") no-repeat -32px 0;
}
/* line 657, ../sass/components/_blocks.scss */
#block-views-recent-tweets-block .tweets li .views-field-web-intents .field-content span:nth-child(3) a:hover {
  background: url("../images/sprites/tw-sprites.png") no-repeat -48px 0px;
}

/* line 668, ../sass/components/_blocks.scss */
#sidebar-social .block-header {
  background-color: #f6f6f6;
  border-bottom: none;
  margin: 0;
}
/* line 673, ../sass/components/_blocks.scss */
#sidebar-social .sans-bold {
  text-align: center;
  background-color: #00ced1;
  padding: 10px 0;
}
/* line 678, ../sass/components/_blocks.scss */
#sidebar-social .content {
  background-color: #00ced1;
}
/* line 680, ../sass/components/_blocks.scss */
#sidebar-social .content ul.social-links {
  padding: 4px 0;
  margin: 0;
  display: block;
  text-align: center;
}
/* line 685, ../sass/components/_blocks.scss */
#sidebar-social .content ul.social-links li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
/* line 691, ../sass/components/_blocks.scss */
#sidebar-social .content ul.social-links li a {
  width: 48px;
  height: 50px;
  display: block;
}
/* line 697, ../sass/components/_blocks.scss */
#sidebar-social .content ul.social-links li.si-tw a {
  background: url("../images/sidebar-social.png") no-repeat 0 0;
}
/* line 700, ../sass/components/_blocks.scss */
#sidebar-social .content ul.social-links li.si-tw a:hover {
  background: url("../images/sidebar-social.png") no-repeat 0 -50px;
}
/* line 703, ../sass/components/_blocks.scss */
#sidebar-social .content ul.social-links li.si-fb a {
  background: url("../images/sidebar-social.png") no-repeat -48px 0;
}
/* line 706, ../sass/components/_blocks.scss */
#sidebar-social .content ul.social-links li.si-fb a:hover {
  background: url("../images/sidebar-social.png") no-repeat -48px -50px;
}
/* line 709, ../sass/components/_blocks.scss */
#sidebar-social .content ul.social-links li.si-ig a {
  background: url("../images/sidebar-social.png") no-repeat -96px 0;
}
/* line 712, ../sass/components/_blocks.scss */
#sidebar-social .content ul.social-links li.si-ig a:hover {
  background: url("../images/sidebar-social.png") no-repeat -96px -50px;
}
/* line 715, ../sass/components/_blocks.scss */
#sidebar-social .content ul.social-links li.si-p a {
  background: url("../images/sidebar-social.png") no-repeat -144px 0;
}
/* line 718, ../sass/components/_blocks.scss */
#sidebar-social .content ul.social-links li.si-p a:hover {
  background: url("../images/sidebar-social.png") no-repeat -144px -50px;
}
/* line 721, ../sass/components/_blocks.scss */
#sidebar-social .content ul.social-links li.si-nl a {
  background: url("../images/sidebar-social.png") no-repeat -196px 0;
}
/* line 724, ../sass/components/_blocks.scss */
#sidebar-social .content ul.social-links li.si-nl a:hover {
  background: url("../images/sidebar-social.png") no-repeat -196px -50px;
}

/**
 *Honeymoons
 **/
/* line 735, ../sass/components/_blocks.scss */
#switcher-target .pane-title {
  background: none;
  border-bottom: none;
  margin: 0;
  background: url("../images/sub-hr.jpg") repeat-x center;
}
/* line 740, ../sass/components/_blocks.scss */
#switcher-target .pane-title span {
  background: #FFF;
  padding: 10px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}
/* line 750, ../sass/components/_blocks.scss */
#switcher-target .view-all h3 {
  text-align: right;
  display: block;
  width: 100%;
  position: relative;
  height: 13px;
  border-bottom: 5px solid #f6f6f6;
  margin: 35px 0;
}
/* line 758, ../sass/components/_blocks.scss */
#switcher-target .view-all h3 span {
  background-color: #FFF;
  padding: 10px;
  position: relative;
  bottom: 10px;
}
/* line 764, ../sass/components/_blocks.scss */
#switcher-target .view-all h3 a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  color: #000;
}
/* line 770, ../sass/components/_blocks.scss */
#switcher-target .view-all h3 a:hover {
  color: #f49ac1;
}

/* line 779, ../sass/components/_blocks.scss */
body.page-taxonomy-term-3949 #destinations h2, body.page-taxonomy-term-3957 #destinations h2, body.page-taxonomy-term-3060 #destinations h2 {
  display: none;
}
/* line 782, ../sass/components/_blocks.scss */
body.page-taxonomy-term-3949 #destinations .center-title, body.page-taxonomy-term-3957 #destinations .center-title, body.page-taxonomy-term-3060 #destinations .center-title {
  display: block;
}

/* line 789, ../sass/components/_blocks.scss */
body.page-honeymoons-destination-weddings #destinations .center-title {
  display: none;
}

/* line 794, ../sass/components/_blocks.scss */
#destinations {
  text-align: center;
  margin: 0 0 20px 0;
}
/* line 799, ../sass/components/_blocks.scss */
#destinations .item-list .items .item {
  display: inline-block;
  margin: 0 8px 12px 0;
  position: relative;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  /* line 799, ../sass/components/_blocks.scss */
  #destinations .item-list .items .item {
    width: 47%;
  }
}
/* line 815, ../sass/components/_blocks.scss */
#destinations .center-title {
  display: block;
}
/* line 817, ../sass/components/_blocks.scss */
#destinations .center-title span {
  display: block;
  background: #fff;
  color: #000;
  padding: 5px 0 1px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 22px;
}
/* line 827, ../sass/components/_blocks.scss */
#destinations .center-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  margin: 0 auto 25px;
  background: #000;
}

/* line 837, ../sass/components/_blocks.scss */
.channel-most-recent .latest-list {
  text-align: center;
}
/* line 840, ../sass/components/_blocks.scss */
.channel-most-recent .latest-list .channel-latest .views-row, .channel-most-recent .latest-list .hp-latest .views-row {
  display: inline-block;
  width: 49%;
  margin: 0 4px 8px 4px;
  position: relative;
  text-align: center;
  vertical-align: top;
}
/* line 849, ../sass/components/_blocks.scss */
.channel-most-recent .latest-list .channel-latest .views-row .views-field-title, .channel-most-recent .latest-list .hp-latest .views-row .views-field-title {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
/* line 162, ../sass/components/_mixins.scss */
.channel-most-recent .latest-list .channel-latest .views-row .views-field-title a, .channel-most-recent .latest-list .hp-latest .views-row .views-field-title a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
.channel-most-recent .latest-list .channel-latest .views-row .views-field-title a:hover, .channel-most-recent .latest-list .hp-latest .views-row .views-field-title a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
.channel-most-recent .latest-list .channel-latest .views-row .views-field-title span, .channel-most-recent .latest-list .hp-latest .views-row .views-field-title span {
  padding: 5px 10px;
  display: block;
}

/* line 858, ../sass/components/_blocks.scss */
.view-real-wedding-search.content-rw-latest .view-footer, .view-hp-potd.photo-channel-potd .view-footer, .photos-engagement-pane .view-footer {
  margin: 0 1% 20px 1%;
}
/* line 860, ../sass/components/_blocks.scss */
.view-real-wedding-search.content-rw-latest .view-footer .view-all, .view-hp-potd.photo-channel-potd .view-footer .view-all, .photos-engagement-pane .view-footer .view-all {
  text-align: right;
  display: block;
  width: 100%;
  position: relative;
  height: 0px;
  border-bottom: 5px solid #f6f6f6;
  margin: 35px 0;
}
/* line 868, ../sass/components/_blocks.scss */
.view-real-wedding-search.content-rw-latest .view-footer .view-all span, .view-hp-potd.photo-channel-potd .view-footer .view-all span, .photos-engagement-pane .view-footer .view-all span {
  background-color: #FFF;
  padding: 10px;
  position: relative;
  bottom: 10px;
}
/* line 874, ../sass/components/_blocks.scss */
.view-real-wedding-search.content-rw-latest .view-footer .view-all a, .view-hp-potd.photo-channel-potd .view-footer .view-all a, .photos-engagement-pane .view-footer .view-all a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  color: #000;
}
/* line 880, ../sass/components/_blocks.scss */
.view-real-wedding-search.content-rw-latest .view-footer .view-all a:hover, .view-hp-potd.photo-channel-potd .view-footer .view-all a:hover, .photos-engagement-pane .view-footer .view-all a:hover {
  color: #f49ac1;
}

/* line 888, ../sass/components/_blocks.scss */
#getaways {
  text-align: center;
  margin: 20px 0;
}
/* line 893, ../sass/components/_blocks.scss */
#getaways .item-list .items .item {
  display: inline-block;
  width: 47.7%;
  margin: 0 4px 8px 4px;
  position: relative;
  text-align: center;
  vertical-align: top;
  max-width: 400px;
  min-width: 150px;
}

/**
 *Exclusive Deals
 **/
/* line 910, ../sass/components/_blocks.scss */
#honeymoons-exclusive {
  background: url("../images/exclusive-travel-deals.jpg") no-repeat 0 0;
  background-size: 100% 100%;
  padding: 16px 0;
  text-align: center;
  color: #000;
  margin: 30px 0;
}
/* line 917, ../sass/components/_blocks.scss */
#honeymoons-exclusive .container {
  width: 70%;
  margin: 0 auto;
}
/* line 920, ../sass/components/_blocks.scss */
#honeymoons-exclusive .container .header-1 {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 36px;
  line-height: 51px;
  border-bottom: 2px solid #AAA;
}
/* line 929, ../sass/components/_blocks.scss */
#honeymoons-exclusive .container p {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 19px;
  margin: 10px 0;
  font-weight: 400;
}
/* line 935, ../sass/components/_blocks.scss */
#honeymoons-exclusive .container p a {
  color: #f49ac1;
}

/* line 941, ../sass/components/_blocks.scss */
#destination-weddings-exclusive {
  background: url("../images/featured-resort.jpg") no-repeat 0 0;
  background-size: 100% 100%;
  padding: 16px 0;
  text-align: center;
  color: #000;
  margin: 30px 0;
  min-height: 173px;
}
/* line 949, ../sass/components/_blocks.scss */
#destination-weddings-exclusive .container {
  width: 70%;
  margin: 33px auto;
}
/* line 952, ../sass/components/_blocks.scss */
#destination-weddings-exclusive .container h2 {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 36px;
  line-height: 51px;
  border-bottom: 2px solid #AAA;
}
/* line 961, ../sass/components/_blocks.scss */
#destination-weddings-exclusive .container p {
  text-transform: uppercase;
  font-size: 13px;
}
/* line 964, ../sass/components/_blocks.scss */
#destination-weddings-exclusive .container p a {
  color: #f49ac1;
}

/**
 *Real Weddings block on Destination Weddings Channel page
 */
/* line 974, ../sass/components/_blocks.scss */
.view-real-wedding-search.view-display-id-panel_pane_3 {
  text-align: center;
}
/* line 978, ../sass/components/_blocks.scss */
.view-real-wedding-search.view-display-id-panel_pane_3 .item-list .real-wedding-list .views-row {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 1% 10px 1%;
  width: 47%;
  min-width: 250px;
  max-width: 400px;
}
/* line 989, ../sass/components/_blocks.scss */
.view-real-wedding-search.view-display-id-panel_pane_3 .item-list .real-wedding-list .views-row .views-field-name {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
  text-align: center;
}
/* line 162, ../sass/components/_mixins.scss */
.view-real-wedding-search.view-display-id-panel_pane_3 .item-list .real-wedding-list .views-row .views-field-name a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
.view-real-wedding-search.view-display-id-panel_pane_3 .item-list .real-wedding-list .views-row .views-field-name a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
.view-real-wedding-search.view-display-id-panel_pane_3 .item-list .real-wedding-list .views-row .views-field-name span {
  padding: 5px 10px;
  display: block;
}
@media all and (max-width: 767px) {
  /* line 978, ../sass/components/_blocks.scss */
  .view-real-wedding-search.view-display-id-panel_pane_3 .item-list .real-wedding-list .views-row {
    width: 100%;
    max-width: 100%;
  }
}

/**
 *Honeymoons Editor's pick
 **/
/* line 1005, ../sass/components/_blocks.scss */
#honeymoons-editors-pick {
  text-align: center;
}
/* line 1009, ../sass/components/_blocks.scss */
#honeymoons-editors-pick .nodequeue-list .items .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 1% 10px 1%;
  width: 47%;
  min-width: 250px;
  max-width: 400px;
}
/* line 1020, ../sass/components/_blocks.scss */
#honeymoons-editors-pick .nodequeue-list .items .item .views-field-title {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
/* line 162, ../sass/components/_mixins.scss */
#honeymoons-editors-pick .nodequeue-list .items .item .views-field-title a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
#honeymoons-editors-pick .nodequeue-list .items .item .views-field-title a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
#honeymoons-editors-pick .nodequeue-list .items .item .views-field-title span {
  padding: 5px 10px;
  display: block;
}
@media all and (max-width: 767px) {
  /* line 1009, ../sass/components/_blocks.scss */
  #honeymoons-editors-pick .nodequeue-list .items .item {
    width: 100%;
    max-width: 600px;
  }
}

/* line 1032, ../sass/components/_blocks.scss */
.ed-picks h2 {
  text-align: center;
  background: none;
  border-bottom: none;
  margin: 30px 0 10px;
}
/* line 209, ../sass/components/_mixins.scss */
.ed-picks h2 span {
  background: #fff;
  color: #000;
  padding: 5px 0 1px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 22px;
}
/* line 219, ../sass/components/_mixins.scss */
.ed-picks h2:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  margin: 0 auto 25px;
  background: #000;
}

/* line 1038, ../sass/components/_blocks.scss */
.nodequeue-list .items .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 1% 10px 1%;
  width: 47%;
  min-width: 250px;
  max-width: 400px;
}
/* line 1049, ../sass/components/_blocks.scss */
.nodequeue-list .items .item .views-field-title {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
/* line 162, ../sass/components/_mixins.scss */
.nodequeue-list .items .item .views-field-title a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
.nodequeue-list .items .item .views-field-title a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
.nodequeue-list .items .item .views-field-title span {
  padding: 5px 10px;
  display: block;
}
@media all and (max-width: 767px) {
  /* line 1038, ../sass/components/_blocks.scss */
  .nodequeue-list .items .item {
    width: 100%;
    max-width: 600px;
  }
}

/**
 *Destination search
 **/
/* line 1063, ../sass/components/_blocks.scss */
#destination-search {
  position: relative;
  padding: 15px 0;
  margin: 30px 0;
  background: url("../images/destination-search.png") no-repeat 0 0;
  background-size: 100% 100%;
}
/* line 1069, ../sass/components/_blocks.scss */
#destination-search span.intro {
  font-size: 36px;
  line-height: 36px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  margin: 0 5% 0 1%;
}
@media screen and (max-width: 1189px) {
  /* line 1069, ../sass/components/_blocks.scss */
  #destination-search span.intro {
    font-size: 24px;
    line-height: 30px;
  }
}
/* line 1080, ../sass/components/_blocks.scss */
#destination-search #destination-input {
  outline: none;
  border: 2px solid #bbb;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #777;
  padding: 3px;
  vertical-align: top;
}
/* line 1088, ../sass/components/_blocks.scss */
#destination-search #destination-submit {
  padding: 5px 10px;
  margin: 0 0 0 2%;
  font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #FFF;
  background-color: darkturquoise;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 2px 1px #028687;
  vertical-align: top;
}

@media all and (max-width: 767px) {
  /* line 1102, ../sass/components/_blocks.scss */
  #destination-search {
    background: none;
    background-color: #d7d7d7;
  }
}
@media all and (max-width: 480px) {
  /* line 1109, ../sass/components/_blocks.scss */
  #destination-search {
    text-align: center;
  }
  /* line 1111, ../sass/components/_blocks.scss */
  #destination-search span.intro {
    display: block;
    font-size: 22px;
  }
}
/* line 1120, ../sass/components/_blocks.scss */
#destination-results ul.results {
  text-align: center;
}
/* line 1122, ../sass/components/_blocks.scss */
#destination-results ul.results li {
  display: inline-block;
  width: 47.7%;
  margin: 0 1% 10px 1%;
  position: relative;
  text-align: center;
  vertical-align: top;
  max-width: 400px;
  min-width: 320px;
}
/* line 1134, ../sass/components/_blocks.scss */
#destination-results ul.results li .title {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
/* line 162, ../sass/components/_mixins.scss */
#destination-results ul.results li .title a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
#destination-results ul.results li .title a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
#destination-results ul.results li .title span {
  padding: 5px 10px;
  display: block;
}
/* line 1139, ../sass/components/_blocks.scss */
#destination-results #controls {
  text-align: center;
}
/* line 1141, ../sass/components/_blocks.scss */
#destination-results #controls a {
  width: 25px;
  height: 25px;
  display: block;
  display: inline-block;
  vertical-align: top;
}
/* line 1148, ../sass/components/_blocks.scss */
#destination-results #controls #pager {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin: 0 10px;
}
/* line 1154, ../sass/components/_blocks.scss */
#destination-results #controls #prev {
  background: url("../images/slider-nav-sprite.png") no-repeat 0 0;
}
/* line 1157, ../sass/components/_blocks.scss */
#destination-results #controls #next {
  background: url("../images/slider-nav-sprite.png") no-repeat -29px 0;
}

/* line 1162, ../sass/components/_blocks.scss */
#planning-ops {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 3px solid #000;
  max-width: 100%;
}
@media all and (max-width: 767px) {
  /* line 1162, ../sass/components/_blocks.scss */
  #planning-ops {
    overflow-x: scroll;
  }
}
/* line 1170, ../sass/components/_blocks.scss */
#planning-ops ul {
  font-size: 0;
  min-width: 670px;
}
/* line 1173, ../sass/components/_blocks.scss */
#planning-ops ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 31.6%;
  margin: 0;
  padding: 0;
}
/* line 1183, ../sass/components/_blocks.scss */
#planning-ops ul li .caption {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
/* line 162, ../sass/components/_mixins.scss */
#planning-ops ul li .caption a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
#planning-ops ul li .caption a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
#planning-ops ul li .caption span {
  padding: 5px 10px;
  display: block;
}
/* line 1186, ../sass/components/_blocks.scss */
#planning-ops ul li .caption p {
  padding: 4%;
}
/* line 1188, ../sass/components/_blocks.scss */
#planning-ops ul li .caption p a {
  font-size: 36px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
}
@media all and (max-width: 767px) {
  /* line 1188, ../sass/components/_blocks.scss */
  #planning-ops ul li .caption p a {
    font-size: 28px;
  }
}
/* line 1199, ../sass/components/_blocks.scss */
#planning-ops ul li.row-2 {
  margin: 0 2.5%;
}

/**
 *Content Newsletter form
 **/
/* line 1209, ../sass/components/_blocks.scss */
#content-newsletter-form {
  position: relative;
  border: 10px solid #F6F6F6;
  padding: 20px 4%;
  margin: 0 0 50px 0;
}
/* line 1214, ../sass/components/_blocks.scss */
#content-newsletter-form .news-left {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  margin: 0 5% 0 0;
}
/* line 1219, ../sass/components/_blocks.scss */
#content-newsletter-form .news-left img {
  width: 100%;
}
/* line 1222, ../sass/components/_blocks.scss */
#content-newsletter-form .news-left .news-links {
  margin: -8px 0 0 0;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
}
/* line 1226, ../sass/components/_blocks.scss */
#content-newsletter-form .news-left .news-links a {
  color: #00ced1;
  text-decoration: underline;
}
/* line 1229, ../sass/components/_blocks.scss */
#content-newsletter-form .news-left .news-links a:hover {
  color: #00ced1;
}
/* line 1235, ../sass/components/_blocks.scss */
#content-newsletter-form .news-right {
  display: inline-block;
  vertical-align: top;
  width: 39%;
  margin: 10px 0 0 0;
}
/* line 1240, ../sass/components/_blocks.scss */
#content-newsletter-form .news-right .form-header {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 27px;
  line-height: 27px;
  margin: 0 0 15px 0;
  font-weight: 400;
  padding: 0;
}
/* line 1250, ../sass/components/_blocks.scss */
#content-newsletter-form .news-right form input[type="text"] {
  width: 100%;
  margin: 0 0 10px 0;
  height: 40px;
  display: block;
  font: italic 400 18px Roboto, Helvetica, Arial, sans-serif;
  color: #7d7d7d;
  border: 1px solid #8a8a8a;
  padding: 5px;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1262, ../sass/components/_blocks.scss */
#content-newsletter-form .news-right form input[type="submit"] {
  width: 100%;
  height: 40px;
  background-color: #00ced1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font: normal bold 22px Roboto, Helvetica, Arial, sans-serif;
  color: #FFF;
  border: none;
  box-shadow: 0px 2px 0px #02a0a0;
}

/*
 * Sidebar Newsletter form
 */
/* line 1279, ../sass/components/_blocks.scss */
#sidebar-newsletter-wrapper {
  background: #f5f5f5;
  padding: 0 20px 20px;
}
/* line 1282, ../sass/components/_blocks.scss */
#sidebar-newsletter-wrapper #sidebar-newsletter {
  padding: 4px;
  text-align: center;
}
/* line 1285, ../sass/components/_blocks.scss */
#sidebar-newsletter-wrapper #sidebar-newsletter .pane-title,
#sidebar-newsletter-wrapper #sidebar-newsletter .block-header {
  border: 0;
}
/* line 1289, ../sass/components/_blocks.scss */
#sidebar-newsletter-wrapper #sidebar-newsletter form {
  text-align: center;
}
/* line 1291, ../sass/components/_blocks.scss */
#sidebar-newsletter-wrapper #sidebar-newsletter form #form-fields {
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 5px;
  background: #fff;
  padding: 0 5px;
  width: 90%;
  position: relative;
  box-shadow: 2px 2px 2px #ccc;
  text-align: left;
  margin: 0 auto;
}
/* line 1302, ../sass/components/_blocks.scss */
#sidebar-newsletter-wrapper #sidebar-newsletter form #form-fields .text {
  border: none;
  padding: 10px 5px;
  width: 85%;
  font-style: italic;
  outline: none !important;
  font-size: 16px;
}
/* line 1310, ../sass/components/_blocks.scss */
#sidebar-newsletter-wrapper #sidebar-newsletter form #form-fields input[type="submit"] {
  background: url("/sites/all/themes/custom/bg_zen/images/submit_arrow_right.png") no-repeat;
  height: 30px;
  border: 0;
  width: 10%;
  text-indent: -9999px;
  position: absolute;
  right: 5px;
  top: 10px;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  /* line 1327, ../sass/components/_blocks.scss */
  #content-newsletter-form {
    border: 5px solid #F6F6F6;
  }
  /* line 1329, ../sass/components/_blocks.scss */
  #content-newsletter-form .news-left {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  /* line 1335, ../sass/components/_blocks.scss */
  #content-newsletter-form .news-right {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 1339, ../sass/components/_blocks.scss */
  #content-newsletter-form .news-right .form-header {
    font-family: Arapey, "Times New Roman", Times, Georgia, serif;
    font-style: italic;
    font-size: 28px;
    line-height: 28px;
  }
}
/**
 *Vendors page "More From BG"
 */
/* line 1354, ../sass/components/_blocks.scss */
body.page-vendors .view-hp-whats-buzzing .pane-title {
  background: none;
  border-bottom: none;
  margin: 0;
  background: url("../images/sub-hr.jpg") repeat-x center;
}
/* line 1359, ../sass/components/_blocks.scss */
body.page-vendors .view-hp-whats-buzzing .pane-title span {
  background: #FFF;
  padding: 10px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}
/* line 1369, ../sass/components/_blocks.scss */
body.page-vendors .view-hp-whats-buzzing .hp-more-from ul {
  text-align: center;
}
/* line 1371, ../sass/components/_blocks.scss */
body.page-vendors .view-hp-whats-buzzing .hp-more-from ul li {
  display: inline-block;
  width: 47.7%;
  margin: 0 1% 10px 1%;
  position: relative;
  text-align: center;
  vertical-align: top;
}
/* line 1379, ../sass/components/_blocks.scss */
body.page-vendors .view-hp-whats-buzzing .hp-more-from ul li .views-field-field-images img {
  width: 100%;
}
/* line 1383, ../sass/components/_blocks.scss */
body.page-vendors .view-hp-whats-buzzing .hp-more-from ul li .views-field-title {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
/* line 162, ../sass/components/_mixins.scss */
body.page-vendors .view-hp-whats-buzzing .hp-more-from ul li .views-field-title a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
body.page-vendors .view-hp-whats-buzzing .hp-more-from ul li .views-field-title a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
body.page-vendors .view-hp-whats-buzzing .hp-more-from ul li .views-field-title span {
  padding: 5px 10px;
  display: block;
}

@media all and (max-width: 767px) {
  /* line 1396, ../sass/components/_blocks.scss */
  body.page-vendors .view-hp-whats-buzzing .hp-more-from ul li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/*
 *Bottom region
 */
/* line 1409, ../sass/components/_blocks.scss */
.region-bottom {
  width: 100%;
  text-align: center;
}
/* line 1412, ../sass/components/_blocks.scss */
.region-bottom .block {
  margin-bottom: 0px;
}

/* line 1416, ../sass/components/_blocks.scss */
.footer-links {
  margin: 40px 0 0;
  background: #45484d;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  text-align: left;
}
@media screen and (max-width: 1023px) {
  /* line 1416, ../sass/components/_blocks.scss */
  .footer-links {
    padding: 20px 15px;
  }
}
/* line 1433, ../sass/components/_blocks.scss */
.footer-links nav {
  max-width: 100%;
  border: 2px solid #ccc;
  background: url("../images/cat-arrow.png") no-repeat right #000000;
  background-position: 98% 45%;
  margin: 0 auto 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 1433, ../sass/components/_blocks.scss */
  .footer-links nav {
    display: block;
  }
}
/* line 1444, ../sass/components/_blocks.scss */
.footer-links nav select {
  color: #fff;
  background: transparent;
  padding: 5px;
  font-size: 16px;
  line-height: 1.25em;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  max-width: 100%;
  min-width: 100%;
}
/* line 1460, ../sass/components/_blocks.scss */
.footer-links .footer-container {
  max-width: 1170px;
  margin: 0 auto;
  color: #FFF;
  padding: 2%;
}
/* line 1465, ../sass/components/_blocks.scss */
.footer-links .footer-container .footer-logo, .footer-links .footer-container .footer-column, .footer-links .footer-container .desktop-links {
  display: inline-block;
  vertical-align: top;
}
/* line 1469, ../sass/components/_blocks.scss */
.footer-links .footer-container .footer-logo {
  width: 22%;
  padding: 0.5% 2% 0% 0;
}
/* line 1472, ../sass/components/_blocks.scss */
.footer-links .footer-container .footer-logo p.copyright {
  width: 100%;
  margin: 14px 0;
}
/* line 1477, ../sass/components/_blocks.scss */
.footer-links .footer-container .footer-column {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  padding-right: 1%;
}
/* line 1482, ../sass/components/_blocks.scss */
.footer-links .footer-container .footer-column ul {
  margin: 0;
  list-style: none;
}
/* line 1486, ../sass/components/_blocks.scss */
.footer-links .footer-container .footer-column ul li h4.footer-title {
  color: #00ced1;
  font-weight: bold;
}
/* line 1490, ../sass/components/_blocks.scss */
.footer-links .footer-container .footer-column ul li a {
  color: #FFF;
  font-size: 11.9px;
  font-weight: normal;
  text-decoration: none;
}
/* line 1499, ../sass/components/_blocks.scss */
.footer-links .footer-container .desktop-links {
  width: 75%;
}
@media screen and (max-width: 768px) {
  /* line 1499, ../sass/components/_blocks.scss */
  .footer-links .footer-container .desktop-links {
    display: none;
  }
}
/* line 1505, ../sass/components/_blocks.scss */
.footer-links .footer-container .mobile-links {
  display: none;
}
/* line 1508, ../sass/components/_blocks.scss */
.footer-links .footer-container ul.mobile-top {
  margin: 0;
  padding: 0;
}
/* line 1511, ../sass/components/_blocks.scss */
.footer-links .footer-container ul.mobile-top li.footer-list {
  vertical-align: top;
}
/* line 1516, ../sass/components/_blocks.scss */
.footer-links .footer-container ul.mobile-top h4.footer-title {
  font-family: sans-serif;
}
/* line 1521, ../sass/components/_blocks.scss */
.footer-links .footer-container ul.menu {
  margin: 0;
  padding: 0;
}
/* line 1525, ../sass/components/_blocks.scss */
.footer-links .footer-container ul.menu li {
  display: block;
}
/* line 1527, ../sass/components/_blocks.scss */
.footer-links .footer-container ul.menu li.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  /* line 1531, ../sass/components/_blocks.scss */
  .footer-links .footer-container ul.menu li.desktop {
    display: none;
  }
  /* line 1534, ../sass/components/_blocks.scss */
  .footer-links .footer-container ul.menu li.mobile {
    display: block;
  }
}
@media all and (max-width: 480px) {
  /* line 1541, ../sass/components/_blocks.scss */
  .footer-links .footer-container .mobile-links {
    display: block;
    width: 100%;
  }
  /* line 1545, ../sass/components/_blocks.scss */
  .footer-links .footer-container .footer-logo {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 1549, ../sass/components/_blocks.scss */
  .footer-links .footer-container .footer-logo p.copyright {
    margin: 0 0 0 0;
  }
  /* line 1553, ../sass/components/_blocks.scss */
  .footer-links .footer-container .desktop-links {
    display: none;
  }
  /* line 1557, ../sass/components/_blocks.scss */
  .footer-links .footer-container .footer-list .footer-title {
    padding: 5px 0 0 0;
  }
  /* line 1560, ../sass/components/_blocks.scss */
  .footer-links .footer-container .footer-list ul.menu {
    display: none;
  }
}

/**
 *Sidebar styling
 **/
/* line 1575, ../sass/components/_blocks.scss */
#sidebar-featured-video, #interstitial-wrapper {
  background-color: #f6f6f6;
  font-size: 14px;
}
/* line 1578, ../sass/components/_blocks.scss */
#sidebar-featured-video .content, #interstitial-wrapper .content {
  background-color: #F6F6F6;
}
/* line 1581, ../sass/components/_blocks.scss */
#sidebar-featured-video .youtube, #sidebar-featured-video .vimeo-wrapper, #interstitial-wrapper .youtube, #interstitial-wrapper .vimeo-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
}
/* line 1590, ../sass/components/_blocks.scss */
#sidebar-featured-video .play, #interstitial-wrapper .play {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: .5;
  filter: alpha(opacity=50);
  transition: all 0.2s ease-out;
}
/* line 1601, ../sass/components/_blocks.scss */
#sidebar-featured-video .play:hover, #interstitial-wrapper .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 1609, ../sass/components/_blocks.scss */
.fancybox-inner .fancybox-caption {
  background: #000;
  color: #FFF;
}
/* line 1612, ../sass/components/_blocks.scss */
.fancybox-inner .fancybox-caption a {
  color: #f49ac1;
}
/* line 1614, ../sass/components/_blocks.scss */
.fancybox-inner .fancybox-caption a:hover {
  color: #f49ac1;
}

/* line 1621, ../sass/components/_blocks.scss */
#sidebar-featured-video .sidebar-video-wrapper {
  position: relative;
}
/* line 1623, ../sass/components/_blocks.scss */
#sidebar-featured-video .sidebar-video-wrapper .video-link {
  display: block;
  width: 300px;
  height: 190px;
  background-size: cover;
}

/* line 1631, ../sass/components/_blocks.scss */
#interstitial-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 1642, ../sass/components/_blocks.scss */
#interstitial-wrapper .interstitial-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 1649, ../sass/components/_blocks.scss */
#interstitial-wrapper .interstitial-inner #interstitial-close {
  position: absolute;
  background-image: url(/sites/all/themes/custom/bg_zen/images/fancybox_sprite_pink.png);
  top: -20px;
  right: -20px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

/* line 1661, ../sass/components/_blocks.scss */
.pane-title, .block-header {
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #F6F6F6;
  border-bottom: 2px solid #f49ac1;
  font-weight: 300;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}

/* line 1671, ../sass/components/_blocks.scss */
.content-ig-slider {
  background-color: #FFF;
  padding: 0;
  margin: 0;
  margin: 30px 0 0 0;
}
/* line 1676, ../sass/components/_blocks.scss */
.content-ig-slider .content-ig-block {
  padding: 30px 0 0 0;
  margin: -12px 0 30px 0;
  background-color: #f5f5f5;
}
/* line 1680, ../sass/components/_blocks.scss */
.content-ig-slider .content-ig-block:after {
  content: "";
  height: 27px;
  display: block;
  background: #FFF url("/sites/all/themes/custom/bg_zen/images/gg-shadow.png") no-repeat;
  background-size: 100%;
}
/* line 1687, ../sass/components/_blocks.scss */
.content-ig-slider .content-ig-block .bx-wrapper {
  margin: 0 auto 30px !important;
  max-width: 800px !important;
}
/* line 1690, ../sass/components/_blocks.scss */
.content-ig-slider .content-ig-block .bx-wrapper .bx-viewport {
  background-color: #f5f5f5;
  max-height: 250px;
}
/* line 1696, ../sass/components/_blocks.scss */
.content-ig-slider .content-ig-block .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 60px;
  height: 92px;
  top: 40%;
  opacity: .85;
}
/* line 1702, ../sass/components/_blocks.scss */
.content-ig-slider .content-ig-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  background: url("../images/slider-control-left.png") no-repeat 0 0;
  left: 0;
}
/* line 1705, ../sass/components/_blocks.scss */
.content-ig-slider .content-ig-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
  background: url("../images/slider-control-left.png") no-repeat 0 -92px;
  opacity: 1;
}
/* line 1710, ../sass/components/_blocks.scss */
.content-ig-slider .content-ig-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  background: url("../images/slider-control-right.png") no-repeat 0 0;
  right: -14px;
}
/* line 1713, ../sass/components/_blocks.scss */
.content-ig-slider .content-ig-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
  background: url("../images/slider-control-right.png") no-repeat 0 -92px;
  opacity: 1;
}

/* line 1724, ../sass/components/_blocks.scss */
.pane-inspiration-gallery-panel-pane-2 h2.pane-title {
  text-align: left;
  background-color: #FFF;
  border-bottom: none;
  position: relative;
}
/* line 1729, ../sass/components/_blocks.scss */
.pane-inspiration-gallery-panel-pane-2 h2.pane-title span {
  background-color: darkturquoise;
  color: #000;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  padding: 5px 10px;
  margin: 0 0 0 80px;
}

/* line 1743, ../sass/components/_blocks.scss */
#designers {
  max-width: 100%;
}
/* line 1746, ../sass/components/_blocks.scss */
#designers li .designer-container {
  position: relative;
}
/* line 1748, ../sass/components/_blocks.scss */
#designers li .designer-container .designer-panel {
  background: #efefef;
  top: 10%;
  height: 66.666667%;
  width: 47%;
  left: 50.5%;
  position: absolute;
  z-index: 10;
  opacity: 1;
}
/* line 1757, ../sass/components/_blocks.scss */
#designers li .designer-container .designer-panel .designer-title {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11.9px;
  color: #000;
  border-bottom: 1px solid #000;
  margin: 7px auto;
  width: 90%;
  text-align: center;
}
/* line 1767, ../sass/components/_blocks.scss */
#designers li .designer-container .designer-panel .designer-list {
  position: relative;
  padding: 0 0 0 10px;
  height: 75%;
  overflow-y: scroll;
  list-style: none;
}
/* line 1774, ../sass/components/_blocks.scss */
#designers li .designer-container .designer-panel .designer-list .designer a {
  color: #000;
}
/* line 1776, ../sass/components/_blocks.scss */
#designers li .designer-container .designer-panel .designer-list .designer a:hover {
  color: #f49ac1;
}
@media screen and (max-width: 600px) {
  /* line 1774, ../sass/components/_blocks.scss */
  #designers li .designer-container .designer-panel .designer-list .designer a {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1748, ../sass/components/_blocks.scss */
  #designers li .designer-container .designer-panel {
    width: 78%;
    left: 10%;
  }
}
/* line 1790, ../sass/components/_blocks.scss */
#designers li .designer-container .designer-range {
  bottom: 20px;
  left: 20px;
  width: 70px;
  position: absolute;
  z-index: 11;
  font-size: 30px;
  color: #FFF;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}

/* line 1806, ../sass/components/_blocks.scss */
#b-h-fitness .bx-controls, #d-accessories .bx-controls {
  position: relative;
  z-index: 10;
  height: 31px;
}
/* line 1810, ../sass/components/_blocks.scss */
#b-h-fitness .bx-controls .bx-controls-direction, #d-accessories .bx-controls .bx-controls-direction {
  position: relative;
  bottom: -5px;
  border-top: 3px solid #000;
}
/* line 1814, ../sass/components/_blocks.scss */
#b-h-fitness .bx-controls .bx-controls-direction a, #d-accessories .bx-controls .bx-controls-direction a {
  width: 25px;
  height: 25px;
  top: auto;
  margin-top: 0;
}
/* line 1820, ../sass/components/_blocks.scss */
#b-h-fitness .bx-controls .bx-controls-direction .bx-prev, #d-accessories .bx-controls .bx-controls-direction .bx-prev {
  background: url("../images/slider-nav-sprite.png") no-repeat 0 0;
  left: 0px;
}
/* line 1824, ../sass/components/_blocks.scss */
#b-h-fitness .bx-controls .bx-controls-direction .bx-next, #d-accessories .bx-controls .bx-controls-direction .bx-next {
  background: url("../images/slider-nav-sprite.png") no-repeat -29px 0;
  left: 30px;
}
/* line 1831, ../sass/components/_blocks.scss */
#b-h-fitness .latest-list .channel-latest, #d-accessories .latest-list .channel-latest {
  font-size: 0;
}
/* line 1833, ../sass/components/_blocks.scss */
#b-h-fitness .latest-list .channel-latest .views-row, #d-accessories .latest-list .channel-latest .views-row {
  padding: 0;
  border-bottom: none;
}
/* line 1836, ../sass/components/_blocks.scss */
#b-h-fitness .latest-list .channel-latest .views-row .list-image, #d-accessories .latest-list .channel-latest .views-row .list-image {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
/* line 1844, ../sass/components/_blocks.scss */
#b-h-fitness .latest-list .channel-latest .views-row .caption, #d-accessories .latest-list .channel-latest .views-row .caption {
  text-align: center;
  padding: 10px 0;
}
/* line 1847, ../sass/components/_blocks.scss */
#b-h-fitness .latest-list .channel-latest .views-row .caption .list-title, #d-accessories .latest-list .channel-latest .views-row .caption .list-title {
  color: #000;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1;
  margin: 0;
}
/* line 1855, ../sass/components/_blocks.scss */
#b-h-fitness .latest-list .channel-latest .views-row .caption .subtitle, #d-accessories .latest-list .channel-latest .views-row .caption .subtitle {
  display: none;
}

/* line 1865, ../sass/components/_blocks.scss */
#b-h-wellness .bx-controls, #d-dress-trends .bx-controls {
  position: relative;
  z-index: 10;
  height: 31px;
}
/* line 1869, ../sass/components/_blocks.scss */
#b-h-wellness .bx-controls .bx-controls-direction, #d-dress-trends .bx-controls .bx-controls-direction {
  position: relative;
  bottom: -5px;
  border-top: 3px solid #000;
}
/* line 1873, ../sass/components/_blocks.scss */
#b-h-wellness .bx-controls .bx-controls-direction a, #d-dress-trends .bx-controls .bx-controls-direction a {
  width: 25px;
  height: 25px;
  top: auto;
  margin-top: 0;
}
/* line 1879, ../sass/components/_blocks.scss */
#b-h-wellness .bx-controls .bx-controls-direction .bx-prev, #d-dress-trends .bx-controls .bx-controls-direction .bx-prev {
  background: url("../images/slider-nav-sprite.png") no-repeat 0 0;
  left: 0px;
}
/* line 1883, ../sass/components/_blocks.scss */
#b-h-wellness .bx-controls .bx-controls-direction .bx-next, #d-dress-trends .bx-controls .bx-controls-direction .bx-next {
  background: url("../images/slider-nav-sprite.png") no-repeat -29px 0;
  left: 30px;
}
/* line 1890, ../sass/components/_blocks.scss */
#b-h-wellness .latest-list .channel-latest, #d-dress-trends .latest-list .channel-latest {
  font-size: 0;
}
/* line 1892, ../sass/components/_blocks.scss */
#b-h-wellness .latest-list .channel-latest .views-row, #d-dress-trends .latest-list .channel-latest .views-row {
  padding: 0;
  border-bottom: none;
}
/* line 1895, ../sass/components/_blocks.scss */
#b-h-wellness .latest-list .channel-latest .views-row .list-image, #d-dress-trends .latest-list .channel-latest .views-row .list-image {
  width: 100%;
}
/* line 1900, ../sass/components/_blocks.scss */
#b-h-wellness .latest-list .channel-latest .views-row .caption, #d-dress-trends .latest-list .channel-latest .views-row .caption {
  text-align: center;
  padding: 10px 0;
}
/* line 1903, ../sass/components/_blocks.scss */
#b-h-wellness .latest-list .channel-latest .views-row .caption .list-title, #d-dress-trends .latest-list .channel-latest .views-row .caption .list-title {
  color: #000;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1;
  margin: 0;
}
/* line 1911, ../sass/components/_blocks.scss */
#b-h-wellness .latest-list .channel-latest .views-row .caption .subtitle, #d-dress-trends .latest-list .channel-latest .views-row .caption .subtitle {
  display: none;
}

/*
 *Channel pages one large, three small article listings
 */
/* line 1925, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest {
  font-size: 0;
}
/* line 1927, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest .views-row {
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  padding: 0 1.1%;
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  /* line 1927, ../sass/components/_blocks.scss */
  .channel-one-three .latest-list .channel-latest .views-row {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 10px;
  }
}
/* line 1941, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest .views-row .list-image {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  /* line 1941, ../sass/components/_blocks.scss */
  .channel-one-three .latest-list .channel-latest .views-row .list-image {
    width: 40%;
    display: inline-block;
  }
}
/* line 1950, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest .views-row .list-image img {
  width: 100%;
  border: 1px solid #e6e6e6;
}
/* line 1956, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest .views-row .caption .list-title {
  color: #000;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 5px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  /* line 1956, ../sass/components/_blocks.scss */
  .channel-one-three .latest-list .channel-latest .views-row .caption .list-title {
    text-align: left;
  }
}
/* line 1970, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest .views-row .caption .subtitle {
  color: #000;
  font-size: 14px;
  line-height: 1.25;
}
@media all and (max-width: 767px) {
  /* line 1970, ../sass/components/_blocks.scss */
  .channel-one-three .latest-list .channel-latest .views-row .caption .subtitle {
    display: none;
  }
}
/* line 1980, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest .views-row-1 {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
}
/* line 1985, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest .views-row-1 .list-image {
  width: 100%;
  margin: 0 0 15px 0;
}
/* line 1989, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest .views-row-1 .caption {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
/* line 162, ../sass/components/_mixins.scss */
.channel-one-three .latest-list .channel-latest .views-row-1 .caption a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
.channel-one-three .latest-list .channel-latest .views-row-1 .caption a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
.channel-one-three .latest-list .channel-latest .views-row-1 .caption span {
  padding: 5px 10px;
  display: block;
}
/* line 1991, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest .views-row-1 .caption .list-title {
  line-height: 1;
}
/* line 1993, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest .views-row-1 .caption .list-title a {
  font-size: 30px;
}
/* line 1997, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest .views-row-1 .caption .subtitle {
  color: #FFF;
  font-size: 14px;
  line-height: 1.25;
}
/* line 2004, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest .views-row-2 {
  padding: 0;
}
@media screen and (max-width: 600px) {
  /* line 2006, ../sass/components/_blocks.scss */
  .channel-one-three .latest-list .channel-latest .views-row-2 .caption {
    width: 55%;
    display: inline-block;
    margin: 0 0 0 15px;
  }
}
/* line 2014, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest .views-row-3 {
  padding: 0 2%;
}
@media screen and (max-width: 600px) {
  /* line 2014, ../sass/components/_blocks.scss */
  .channel-one-three .latest-list .channel-latest .views-row-3 {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 2019, ../sass/components/_blocks.scss */
  .channel-one-three .latest-list .channel-latest .views-row-3 .caption {
    width: 55%;
    display: inline-block;
    margin: 0 0 0 15px;
  }
}
/* line 2027, ../sass/components/_blocks.scss */
.channel-one-three .latest-list .channel-latest .views-row-4 {
  padding: 0;
}
@media screen and (max-width: 600px) {
  /* line 2029, ../sass/components/_blocks.scss */
  .channel-one-three .latest-list .channel-latest .views-row-4 .caption {
    width: 55%;
    display: inline-block;
    margin: 0 0 0 15px;
  }
}

/* line 2043, ../sass/components/_blocks.scss */
#registry-editor-pick .gradient-titles .views-row {
  width: 100%;
}
/* line 2045, ../sass/components/_blocks.scss */
#registry-editor-pick .gradient-titles .views-row h2.pane-title {
  text-align: center;
  background: none;
  border-bottom: none;
  margin: 30px 0 10px;
  background: url("../images/sub-hr.jpg") repeat-x center;
}
/* line 2051, ../sass/components/_blocks.scss */
#registry-editor-pick .gradient-titles .views-row h2.pane-title span {
  background: #FFF;
  padding: 10px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}

/*
 *Registry Cat block
 */
/* line 2067, ../sass/components/_blocks.scss */
#bb-cats-block {
  /*.center-title {
  	@include center-title;
  }*/
}
/* line 2071, ../sass/components/_blocks.scss */
#bb-cats-block .round-images {
  font-size: 0;
}
/* line 2073, ../sass/components/_blocks.scss */
#bb-cats-block .round-images li {
  width: 19%;
  padding: 0 .5%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 600px) {
  /* line 2073, ../sass/components/_blocks.scss */
  #bb-cats-block .round-images li {
    width: 49%;
    margin: 0 0 25px;
  }
}
/* line 2083, ../sass/components/_blocks.scss */
#bb-cats-block .round-images li .image {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
/* line 2088, ../sass/components/_blocks.scss */
#bb-cats-block .round-images li .title {
  font-size: 22px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  margin: 20px 0 0;
}
@media screen and (max-width: 600px) {
  /* line 2088, ../sass/components/_blocks.scss */
  #bb-cats-block .round-images li .title {
    margin: 10px 0 0;
  }
}

/* line 2101, ../sass/components/_blocks.scss */
.winner-circle-block {
  margin: 10px 0;
  padding: 20px 0;
  border-top: 1px solid #d7d7d7;
}
/* line 2105, ../sass/components/_blocks.scss */
.winner-circle-block .image, .winner-circle-block .text {
  display: inline-block;
  vertical-align: top;
}
/* line 2109, ../sass/components/_blocks.scss */
.winner-circle-block .image {
  width: 33%;
}
@media screen and (max-width: 600px) {
  /* line 2109, ../sass/components/_blocks.scss */
  .winner-circle-block .image {
    width: 100%;
  }
}
/* line 2114, ../sass/components/_blocks.scss */
.winner-circle-block .image img {
  width: 100%;
}
/* line 2118, ../sass/components/_blocks.scss */
.winner-circle-block .text {
  width: 60%;
  padding: 0 0 0 5%;
}
@media screen and (max-width: 600px) {
  /* line 2118, ../sass/components/_blocks.scss */
  .winner-circle-block .text {
    width: 100%;
    padding: 5% 0;
    text-align: center;
  }
}
/* line 2126, ../sass/components/_blocks.scss */
.winner-circle-block .text h1 {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 26px;
  margin: 0 0 10px 0;
}
/* line 2132, ../sass/components/_blocks.scss */
.winner-circle-block .text .subtitle {
  margin: 0 0 10px 0;
}
/* line 2135, ../sass/components/_blocks.scss */
.winner-circle-block .text .more-link {
  text-align: left;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 600px) {
  /* line 2135, ../sass/components/_blocks.scss */
  .winner-circle-block .text .more-link {
    text-align: center;
  }
}
/* line 2141, ../sass/components/_blocks.scss */
.winner-circle-block .text .more-link a {
  color: #FFF;
  background-color: #222;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #000;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
/* line 2150, ../sass/components/_blocks.scss */
.winner-circle-block .text .more-link a:hover {
  opacity: .8;
}

/**
 *Related Articles
 */
/* line 2162, ../sass/components/_blocks.scss */
#block-views-related-content-block {
  margin: 20px auto;
}
/* line 2165, ../sass/components/_blocks.scss */
#block-views-related-content-block h2.block-title {
  text-align: center;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
}
/* line 2169, ../sass/components/_blocks.scss */
#block-views-related-content-block h2.block-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  margin: 0 auto 25px;
  background: #000;
}
/* line 2180, ../sass/components/_blocks.scss */
#block-views-related-content-block .view-content .related-list ul {
  font-size: 0;
  margin: 0 -1%;
}
/* line 2183, ../sass/components/_blocks.scss */
#block-views-related-content-block .view-content .related-list ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 23%;
  margin: 0 1%;
}
@media screen and (max-width: 600px) {
  /* line 2183, ../sass/components/_blocks.scss */
  #block-views-related-content-block .view-content .related-list ul li {
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
    margin: 0 0% 3% 0;
    padding: 0 0 3%;
  }
}
/* line 2195, ../sass/components/_blocks.scss */
#block-views-related-content-block .view-content .related-list ul li .views-field-field-images {
  width: 100%;
}
@media screen and (max-width: 600px) {
  /* line 2195, ../sass/components/_blocks.scss */
  #block-views-related-content-block .view-content .related-list ul li .views-field-field-images {
    width: 40%;
    display: inline-block;
  }
}
/* line 2202, ../sass/components/_blocks.scss */
#block-views-related-content-block .view-content .related-list ul li .views-field-title {
  font-size: 18px;
  margin: 15px 0;
  width: auto;
}
@media screen and (max-width: 600px) {
  /* line 2202, ../sass/components/_blocks.scss */
  #block-views-related-content-block .view-content .related-list ul li .views-field-title {
    width: 50%;
    display: inline-block;
    margin: 30px 15px 0;
    vertical-align: top;
  }
}
/* line 2213, ../sass/components/_blocks.scss */
#block-views-related-content-block .view-content .related-list ul li img {
  border: 1px solid #e6e6e6;
}
/* line 2217, ../sass/components/_blocks.scss */
#block-views-related-content-block .view-content .related-list ul li.last {
  margin: 0;
}

/*
** Webforms
*/
/* line 2228, ../sass/components/_blocks.scss */
.webform-client-form {
  margin: auto;
  background: #FFF;
  padding: 5% 3%;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 0 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 0 2px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 0 2px;
}
/* line 2236, ../sass/components/_blocks.scss */
.webform-client-form div {
  width: 100%;
}
/* line 2238, ../sass/components/_blocks.scss */
.webform-client-form div .form-item {
  margin: 5px 0;
}
/* line 2240, ../sass/components/_blocks.scss */
.webform-client-form div .form-item input {
  border: 2px solid #1ca19a;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
/* line 2245, ../sass/components/_blocks.scss */
.webform-client-form div #webform-component-first-name, .webform-client-form div #webform-component-last-name {
  width: 49.25%;
  display: inline-block;
}
/* line 2249, ../sass/components/_blocks.scss */
.webform-client-form div #webform-component-street-address, .webform-client-form div #webform-component-email-address {
  width: 99%;
  display: inline-block;
}
/* line 2252, ../sass/components/_blocks.scss */
.webform-client-form div #webform-component-street-address input, .webform-client-form div #webform-component-email-address input {
  width: 100%;
}
/* line 2256, ../sass/components/_blocks.scss */
.webform-client-form div #webform-component-city {
  width: 49%;
  display: inline-block;
}
/* line 2260, ../sass/components/_blocks.scss */
.webform-client-form div #webform-component-state, .webform-client-form div #webform-component-zip-code {
  width: 24.25%;
  display: inline-block;
}
/* line 2264, ../sass/components/_blocks.scss */
.webform-client-form div #webform-component-home-phone, .webform-client-form div #webform-component-cell-phone {
  width: 49%;
  display: inline-block;
}
/* line 2269, ../sass/components/_blocks.scss */
.webform-client-form div .form-actions input[type="submit"] {
  margin: 10px 10px 0 0;
  color: #fff;
  height: auto;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  border: 0;
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: #222 0 2px 0;
  -webkit-box-shadow: #222 0 2px 0;
  box-shadow: #222 0 2px 0;
}

/* line 2288, ../sass/components/_blocks.scss */
#the-details h2.center-title, #getting-started h2.center-title, #etiquette-advice h2.center-title {
  text-align: center;
  display: block;
}
/* line 2291, ../sass/components/_blocks.scss */
#the-details h2.center-title span, #getting-started h2.center-title span, #etiquette-advice h2.center-title span {
  display: block;
  background: #fff;
  color: #000;
  padding: 5px 0 1px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 22px;
}
/* line 2301, ../sass/components/_blocks.scss */
#the-details h2.center-title:after, #getting-started h2.center-title:after, #etiquette-advice h2.center-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  margin: 0 auto 25px;
  background: #000;
}

/* line 2311, ../sass/components/_blocks.scss */
#the-details {
  text-align: center;
}
/* line 2313, ../sass/components/_blocks.scss */
#the-details ul {
  font-size: 0;
}
/* line 2315, ../sass/components/_blocks.scss */
#the-details ul li {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  padding: 1%;
}
/* line 2321, ../sass/components/_blocks.scss */
#the-details ul li.third {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding: 1%;
}

/* line 2330, ../sass/components/_blocks.scss */
#getting-started, #etiquette-advice {
  margin: 0 0 20px 0;
}
/* line 2332, ../sass/components/_blocks.scss */
#getting-started ul, #etiquette-advice ul {
  font-size: 0;
}
/* line 2334, ../sass/components/_blocks.scss */
#getting-started ul li, #etiquette-advice ul li {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  padding: 1%;
}
/* line 2340, ../sass/components/_blocks.scss */
#getting-started ul li.third, #etiquette-advice ul li.third {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding: 1%;
}

/* line 2349, ../sass/components/_blocks.scss */
#win-promo {
  display: block;
  position: relative;
  padding: 10px 0;
}
/* line 2354, ../sass/components/_blocks.scss */
#win-promo .image-div img {
  width: 100%;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2360, ../sass/components/_blocks.scss */
#win-promo .standout {
  width: 96%;
  padding: 2%;
  position: relative;
  background-color: black;
  color: #FFF;
}
/* line 2366, ../sass/components/_blocks.scss */
#win-promo .standout .heading-1 {
  font-size: 28px;
}
/* line 2371, ../sass/components/_blocks.scss */
#win-promo .standout .heading-1 a {
  color: #FFF;
  font-style: italic;
  text-shadow: 1px 2px 3px #000;
}
/* line 2375, ../sass/components/_blocks.scss */
#win-promo .standout .heading-1 a:hover {
  text-decoration: none;
  color: #f49ac1;
}
/* line 2381, ../sass/components/_blocks.scss */
#win-promo .standout .promo {
  color: #d7d7d7;
  font-size: 14px;
  margin: 0 5px 0 0;
  display: inline;
}
/* line 2388, ../sass/components/_blocks.scss */
#win-promo .standout a {
  font-weight: 600;
  color: #FFF;
}
/* line 2391, ../sass/components/_blocks.scss */
#win-promo .standout a:hover {
  text-decoration: none;
  color: #f49ac1;
}
/* line 2396, ../sass/components/_blocks.scss */
#win-promo .standout.video-interstitial {
  width: 660px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

/*
 *Mobile expandable ad
 */
/* line 2408, ../sass/components/_blocks.scss */
#mobile-expandable {
  z-index: 99999;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}

/*User login and register mocal forms */
/* line 2418, ../sass/components/_blocks.scss */
#modalContent .popups-container {
  background-color: #00ced1;
  color: #FFF;
}
/* line 2421, ../sass/components/_blocks.scss */
#modalContent .popups-container .modal-header {
  text-align: center;
}
/* line 2423, ../sass/components/_blocks.scss */
#modalContent .popups-container .modal-header .modal-title {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 28px;
  color: #FFF;
  border-bottom: 2px solid #000;
  padding: 0 0 5px 0;
}
/* line 2434, ../sass/components/_blocks.scss */
#modalContent .popups-container #modal-content form .hybridauth-widget-wrapper {
  text-align: center;
}

/* Responsive iFrames */
/* line 2446, ../sass/components/_blocks.scss */
body .video {
  width: 100%;
  margin: 0 2% 0 0;
}
@media all and (max-width: 568px) {
  /* line 2446, ../sass/components/_blocks.scss */
  body .video {
    display: block;
    width: 100%;
    margin: 0;
  }
}
/* line 2454, ../sass/components/_blocks.scss */
body .video .player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 2459, ../sass/components/_blocks.scss */
body .video .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * Adblocker styles
 */
/* line 2473, ../sass/components/_blocks.scss */
body.section-adblockdetected .block-views {
  text-align: center;
}
/* line 2475, ../sass/components/_blocks.scss */
body.section-adblockdetected .block-views .view-header {
  text-align: left;
}
/* line 2477, ../sass/components/_blocks.scss */
body.section-adblockdetected .block-views .view-header p {
  font-size: 20px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  padding: 0 10px;
  margin: 20px 0 5px 0;
  font-weight: bold;
}
@media all and (max-width: 350px) {
  /* line 2477, ../sass/components/_blocks.scss */
  body.section-adblockdetected .block-views .view-header p {
    padding: 0 5px;
  }
}

@media all and (max-width: 1023px) {
  /* line 2491, ../sass/components/_blocks.scss */
  #block-block-96 {
    display: none !important;
  }
}

/**
 * DFP ads in content
 */
/* line 2503, ../sass/components/_blocks.scss */
.content-dfp {
  text-align: center;
}
/* line 2505, ../sass/components/_blocks.scss */
.content-dfp .content-dfp-inner {
  display: inline-block;
}
/* line 2507, ../sass/components/_blocks.scss */
.content-dfp .content-dfp-inner .content-dfp-header {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
  background-color: #DEDEDE;
}

/**
 * User feedback form
 */
/* line 2519, ../sass/components/_blocks.scss */
#user-feedback {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: -295px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 2528, ../sass/components/_blocks.scss */
#user-feedback .user-feedback-wrapper {
  position: relative;
}
/* line 2530, ../sass/components/_blocks.scss */
#user-feedback .user-feedback-wrapper .user-feedback-tab {
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0;
  background-color: #00ced1;
  color: #FFF;
  position: absolute;
  right: -22px;
  top: 50%;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 20px;
}
/* line 2550, ../sass/components/_blocks.scss */
#user-feedback .user-feedback-wrapper .user-feedback-form-container {
  width: 295px;
  border: 5px solid #00ced1;
  border-left: none;
  box-sizing: border-box;
}
/* line 2555, ../sass/components/_blocks.scss */
#user-feedback .user-feedback-wrapper .user-feedback-form-container form {
  padding: 2%;
}
/* line 2558, ../sass/components/_blocks.scss */
#user-feedback .user-feedback-wrapper .user-feedback-form-container form .webform-component--intro p {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 20px;
  text-align: center;
}
/* line 2567, ../sass/components/_blocks.scss */
#user-feedback .user-feedback-wrapper .user-feedback-form-container form .form-item {
  margin: 1.28571em 0;
}
/* line 2569, ../sass/components/_blocks.scss */
#user-feedback .user-feedback-wrapper .user-feedback-form-container form .form-item .description {
  font-size: 12px;
}
/* line 2574, ../sass/components/_blocks.scss */
#user-feedback .user-feedback-wrapper .user-feedback-form-container form .webform-component--issue .description {
  font-size: 16px;
}
/* line 2578, ../sass/components/_blocks.scss */
#user-feedback .user-feedback-wrapper .user-feedback-form-container form .url-textfield {
  display: none;
}
/* line 2581, ../sass/components/_blocks.scss */
#user-feedback .user-feedback-wrapper .user-feedback-form-container form .form-actions {
  text-align: center;
}
/* line 2583, ../sass/components/_blocks.scss */
#user-feedback .user-feedback-wrapper .user-feedback-form-container form .form-actions input.webform-submit {
  margin: 0;
  background-color: #00ced1;
  font-size: 16p;
  font-weight: bold;
  box-shadow: none;
}
/* line 2595, ../sass/components/_blocks.scss */
#user-feedback.open {
  left: 0px;
  z-index: 500;
}

/**
 *Styles for the Main Menu
 **/
/* line 5, ../sass/components/_menu.scss */
#block-menu-block-9 {
  display: inline-block;
  margin-bottom: 0px;
}
/* line 8, ../sass/components/_menu.scss */
#block-menu-block-9 ul {
  padding: 6px 0;
  margin: 0;
}
/* line 12, ../sass/components/_menu.scss */
#block-menu-block-9 ul li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
/* line 18, ../sass/components/_menu.scss */
#block-menu-block-9 ul li a {
  color: #fff;
  padding: 0 5px 0 3px;
  font-size: 9.38px;
  border-right: 1px solid #fff;
  text-transform: uppercase;
}
/* line 25, ../sass/components/_menu.scss */
#block-menu-block-9 ul li a:hover {
  text-decoration: underline;
}
/* line 29, ../sass/components/_menu.scss */
#block-menu-block-9 ul li.last a {
  border-right: none;
  padding-right: 0px;
}

/* line 36, ../sass/components/_menu.scss */
#block-block-7 {
  display: none;
}

/* line 40, ../sass/components/_menu.scss */
#navigation {
  padding: 0;
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e0e0e0));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 );
  background-color: #EEE;
  width: 100%;
  z-index: 99999;
}
/* line 54, ../sass/components/_menu.scss */
#navigation #nav-wrapper {
  max-width: 970px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}
/* line 62, ../sass/components/_menu.scss */
#navigation #block-block-10 {
  float: left;
  margin: 5px 0 0 0;
  vertical-align: middle;
}
/* line 66, ../sass/components/_menu.scss */
#navigation #block-block-10 #main-home-button {
  width: 17px;
}
/* line 68, ../sass/components/_menu.scss */
#navigation #block-block-10 #main-home-button img {
  opacity: .25;
  transition: all 400ms ease-in-out;
}
/* line 74, ../sass/components/_menu.scss */
#navigation #block-menu-block-1 {
  display: inline-block;
  margin-left: -20px;
}
/* line 78, ../sass/components/_menu.scss */
#navigation #block-bg-bridalguide-search-block {
  display: inline-block;
  position: relative;
  top: 6px;
  float: right;
}
/* line 83, ../sass/components/_menu.scss */
#navigation #block-bg-bridalguide-search-block #search-block {
  position: relative;
}
/* line 85, ../sass/components/_menu.scss */
#navigation #block-bg-bridalguide-search-block #search-block form {
  display: none;
  position: absolute;
  top: 34px;
  right: 0px;
  z-index: 1;
}
/* line 91, ../sass/components/_menu.scss */
#navigation #block-bg-bridalguide-search-block #search-block form .form-item-search-block-form {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  display: block;
  padding: 10px;
  width: 300px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  text-align: left;
}
/* line 101, ../sass/components/_menu.scss */
#navigation #block-bg-bridalguide-search-block #search-block form .form-item-search-block-form #edit-search-block-form--2 {
  width: 300px;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-style: italic;
  padding: 5px;
  border: none;
  color: #666;
  text-align: left;
}
/* line 113, ../sass/components/_menu.scss */
#navigation #block-bg-bridalguide-search-block #search-block form #edit-actions input, #navigation #block-bg-bridalguide-search-block #search-block form #edit-actions--2 input {
  display: none;
}
/* line 119, ../sass/components/_menu.scss */
#navigation #block-bg-bridalguide-search-block #search-icon {
  cursor: pointer;
  background-image: url("/sites/all/themes/custom/bg_zen/images/search.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  border: none;
  width: 25px;
  height: 25px;
}
/* line 129, ../sass/components/_menu.scss */
#navigation a.menu__link {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16.38px;
  color: #000;
  font-weight: 400;
}
/* line 134, ../sass/components/_menu.scss */
#navigation a.menu__link:hover {
  color: #f49ac1;
}
/* line 139, ../sass/components/_menu.scss */
#navigation a.active {
  color: #f49ac1;
}
/* line 142, ../sass/components/_menu.scss */
#navigation li.is-parent {
  padding: 5px 15px 5px 15px;
  position: relative;
}
/* line 145, ../sass/components/_menu.scss */
#navigation li.is-parent:hover {
  padding: 4px 15px 5px 15px;
  background-color: #FFF;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
/* line 153, ../sass/components/_menu.scss */
#navigation li.menu-mlid-1498,
#navigation li.menu-mlid-1499 {
  padding: 5px 10px 5px 10px;
  position: relative;
}
/* line 158, ../sass/components/_menu.scss */
#navigation li.is-parent > .menu-minipanel-panel {
  left: -1px;
  height: 0;
}
/* line 163, ../sass/components/_menu.scss */
#navigation li.is-parent > .menu-minipanel-registry-menu-mini-panel, #navigation li.is-parent > .menu-minipanel-win-menu-mini-panel {
  left: auto;
  right: -1px;
}
/* line 167, ../sass/components/_menu.scss */
#navigation li.is-parent:hover > .menu-minipanel-panel {
  height: auto;
}
/* line 170, ../sass/components/_menu.scss */
#navigation li.menu-mlid-1500 {
  padding: 5px 10px 5px 10px;
  background-color: #f49ac1;
}
/* line 173, ../sass/components/_menu.scss */
#navigation li.menu-mlid-1500 a {
  color: #FFF;
}
/* line 175, ../sass/components/_menu.scss */
#navigation li.menu-mlid-1500 a:hover {
  color: #FFF;
}
/* line 181, ../sass/components/_menu.scss */
#navigation .menu-minipanel-panel .panel-flexible {
  width: 550px;
  padding: 10px;
  margin: 0;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background: white;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, white 63%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(63%, white), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, white 0%, white 63%, #e5e5e5 100%);
  background: -o-linear-gradient(top, white 0%, white 63%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, white 0%, white 63%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 63%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background-color: #FFF;
}
/* line 202, ../sass/components/_menu.scss */
#navigation .menu-minipanel-panel .panel-flexible .menu-menu {
  float: none;
  width: 100%;
}
/* line 211, ../sass/components/_menu.scss */
#navigation .menu-minipanel-panel .panel-flexible .menu-menu .menu-block-wrapper li {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  padding: 0 0 0 10px;
  border-left: 1px solid #d7d7d7;
}
/* line 217, ../sass/components/_menu.scss */
#navigation .menu-minipanel-panel .panel-flexible .menu-menu .menu-block-wrapper li a {
  font-weight: 300;
}
/* line 220, ../sass/components/_menu.scss */
#navigation .menu-minipanel-panel .panel-flexible .menu-menu .menu-block-wrapper li a.active {
  color: #f49ac1;
}
/* line 226, ../sass/components/_menu.scss */
#navigation .menu-minipanel-panel .panel-flexible .menu-menu .menu-block-wrapper li.first {
  border: none;
  padding: 0;
}
/* line 230, ../sass/components/_menu.scss */
#navigation .menu-minipanel-panel .panel-flexible .menu-menu .menu-block-wrapper li.expanded {
  margin: 0;
  white-space: nowrap;
}
/* line 233, ../sass/components/_menu.scss */
#navigation .menu-minipanel-panel .panel-flexible .menu-menu .menu-block-wrapper li.expanded span.nolink, #navigation .menu-minipanel-panel .panel-flexible .menu-menu .menu-block-wrapper li.expanded a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16.38px;
  color: #f49ac1;
  font-weight: 700;
}
/* line 239, ../sass/components/_menu.scss */
#navigation .menu-minipanel-panel .panel-flexible .menu-menu .menu-block-wrapper li.expanded ul.menu {
  margin: 0 0 10px 10px;
}
/* line 241, ../sass/components/_menu.scss */
#navigation .menu-minipanel-panel .panel-flexible .menu-menu .menu-block-wrapper li.expanded ul.menu li {
  border: none;
  display: block;
  padding: 0;
}
/* line 245, ../sass/components/_menu.scss */
#navigation .menu-minipanel-panel .panel-flexible .menu-menu .menu-block-wrapper li.expanded ul.menu li a {
  color: #000;
  font-weight: 400;
  font-size: 12.6px;
}
/* line 249, ../sass/components/_menu.scss */
#navigation .menu-minipanel-panel .panel-flexible .menu-menu .menu-block-wrapper li.expanded ul.menu li a:hover {
  color: #f49ac1;
}
/* line 253, ../sass/components/_menu.scss */
#navigation .menu-minipanel-panel .panel-flexible .menu-menu .menu-block-wrapper li.expanded ul.menu li a.active {
  color: #f49ac1;
}
/* line 267, ../sass/components/_menu.scss */
#navigation #mini-panel-planning_menu_mini_panel .menu-menu .menu-block-wrapper li.is-expanded a:hover, #navigation #mini-panel-planning_menu_mini_panel-1 .menu-menu .menu-block-wrapper li.is-expanded a:hover {
  text-decoration: underline;
}
/* line 272, ../sass/components/_menu.scss */
#navigation #mini-panel-planning_menu_mini_panel .menu-menu .menu-block-wrapper li.is-expanded ul.menu li a:hover, #navigation #mini-panel-planning_menu_mini_panel-1 .menu-menu .menu-block-wrapper li.is-expanded ul.menu li a:hover {
  text-decoration: none;
}
/* line 281, ../sass/components/_menu.scss */
#navigation #mini-panel-photo_menu_mini_panel {
  width: 370px;
}
/* line 285, ../sass/components/_menu.scss */
#navigation #mini-panel-photo_menu_mini_panel .menu-menu .menu-block-wrapper li {
  width: 170px;
}
/* line 291, ../sass/components/_menu.scss */
#navigation #mini-panel-dresses_menu_mini_panel {
  width: 390px;
}
/* line 295, ../sass/components/_menu.scss */
#navigation #mini-panel-dresses_menu_mini_panel .menu-menu .menu-block-wrapper li {
  width: 180px;
}
/* line 301, ../sass/components/_menu.scss */
#navigation #mini-panel-beauty_menu_mini_panel {
  width: 280px;
}
/* line 305, ../sass/components/_menu.scss */
#navigation #mini-panel-beauty_menu_mini_panel .menu-menu .menu-block-wrapper li {
  width: 130px;
}
/* line 311, ../sass/components/_menu.scss */
#navigation #mini-panel-honeymoons_menu_mini_panel, #navigation #mini-panel-honeymoons_menu_mini_panel-1 {
  width: 390px;
}
/* line 315, ../sass/components/_menu.scss */
#navigation #mini-panel-honeymoons_menu_mini_panel .menu-menu .menu-block-wrapper li, #navigation #mini-panel-honeymoons_menu_mini_panel-1 .menu-menu .menu-block-wrapper li {
  width: 180px;
}
/* line 319, ../sass/components/_menu.scss */
#navigation #mini-panel-honeymoons_menu_mini_panel .menu-menu .menu-block-wrapper li.is-expanded a:hover, #navigation #mini-panel-honeymoons_menu_mini_panel-1 .menu-menu .menu-block-wrapper li.is-expanded a:hover {
  text-decoration: underline;
}
/* line 324, ../sass/components/_menu.scss */
#navigation #mini-panel-honeymoons_menu_mini_panel .menu-menu .menu-block-wrapper li.is-expanded ul.menu li a:hover, #navigation #mini-panel-honeymoons_menu_mini_panel-1 .menu-menu .menu-block-wrapper li.is-expanded ul.menu li a:hover {
  text-decoration: none;
}
/* line 333, ../sass/components/_menu.scss */
#navigation #mini-panel-registry_menu_mini_panel, #navigation #mini-panel-registry_menu_mini_panel-1 {
  width: 220px;
}
/* line 337, ../sass/components/_menu.scss */
#navigation #mini-panel-registry_menu_mini_panel .menu-menu .menu-block-wrapper li, #navigation #mini-panel-registry_menu_mini_panel-1 .menu-menu .menu-block-wrapper li {
  width: 220px;
  display: block;
  border: none;
  padding: 0;
}
/* line 342, ../sass/components/_menu.scss */
#navigation #mini-panel-registry_menu_mini_panel .menu-menu .menu-block-wrapper li a, #navigation #mini-panel-registry_menu_mini_panel-1 .menu-menu .menu-block-wrapper li a {
  color: #000;
  font-weight: 400;
  font-size: 12.6px;
}
/* line 351, ../sass/components/_menu.scss */
#navigation #mini-panel-win_menu_mini_panel, #navigation #mini-panel-win_menu_mini_panel-1 {
  width: 190px;
}
/* line 355, ../sass/components/_menu.scss */
#navigation #mini-panel-win_menu_mini_panel .menu-menu .menu-block-wrapper li, #navigation #mini-panel-win_menu_mini_panel-1 .menu-menu .menu-block-wrapper li {
  display: block;
  width: 180px;
  border: none;
  padding: 0;
}
/* line 360, ../sass/components/_menu.scss */
#navigation #mini-panel-win_menu_mini_panel .menu-menu .menu-block-wrapper li a, #navigation #mini-panel-win_menu_mini_panel-1 .menu-menu .menu-block-wrapper li a {
  color: #000;
  font-weight: 400;
  font-size: 12.6px;
}

@media all and (max-width: 1023px) {
  /* line 371, ../sass/components/_menu.scss */
  #navigation {
    background: none;
    height: 36px;
    height: 45px;
    background: #f7f7f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e0e0e0));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 );
    background-color: #EEE;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
  }
  /* line 391, ../sass/components/_menu.scss */
  #navigation #block-block-10 {
    display: none;
  }
  /* line 394, ../sass/components/_menu.scss */
  #navigation #block-menu-block-1 {
    display: none;
  }
  /* line 397, ../sass/components/_menu.scss */
  #navigation #block-block-7 {
    display: block;
    float: left;
  }
  /* line 400, ../sass/components/_menu.scss */
  #navigation #block-block-7 #mobile-menu-link:before,
  #navigation #block-block-7 #mobile-menu-link:after,
  #navigation #block-block-7 #mobile-menu-link span {
    background: #000;
    content: '';
    display: block;
    width: 30px;
    height: 6px;
  }
  /* line 409, ../sass/components/_menu.scss */
  #navigation #block-block-7 #mobile-menu-link {
    display: block;
    width: 40px;
    height: 36px;
    z-index: 2;
  }
  /* line 415, ../sass/components/_menu.scss */
  #navigation #block-block-7 #mobile-menu-link:before {
    top: 5px;
    margin: 10px 0 3px;
  }
  /* line 419, ../sass/components/_menu.scss */
  #navigation #block-block-7 #mobile-menu-link:after {
    bottom: 5px;
    margin: 3px 0 0;
  }
  /* line 423, ../sass/components/_menu.scss */
  #navigation #block-block-7 #mobile-menu-link span {
    top: 50%;
    margin-top: 3px 0;
  }
  /* line 430, ../sass/components/_menu.scss */
  #navigation #block-bg-bridalguide-search-block #search-block form {
    top: 40px;
  }
  /* line 434, ../sass/components/_menu.scss */
  #navigation #block-bg-bridalguide-search-block #search-icon {
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
}
/* line 443, ../sass/components/_menu.scss */
div.breadcrumb {
  margin: 20px 0;
}
/* line 447, ../sass/components/_menu.scss */
div.breadcrumb a {
  font-size: 12px;
  font-weight: 300;
}
/* line 452, ../sass/components/_menu.scss */
div.breadcrumb li:last-child a {
  font-weight: 700;
  background-color: #e6e6e6;
  padding: 3px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 457, ../sass/components/_menu.scss */
div.breadcrumb li:last-child a:hover {
  color: #000;
  text-decoration: underline;
}

/* line 466, ../sass/components/_menu.scss */
#site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 470, ../sass/components/_menu.scss */
#site-wrapper #site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
/* line 476, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu {
  width: 75%;
  height: 100%;
  position: absolute;
  left: -75%;
  background: #111;
  padding: 0;
}
@media all and (min-width: 481px) {
  /* line 476, ../sass/components/_menu.scss */
  #site-wrapper #site-canvas #test-mobile-menu {
    width: 50%;
  }
}
@media all and (min-width: 481px) {
  /* line 476, ../sass/components/_menu.scss */
  #site-wrapper #site-canvas #test-mobile-menu {
    left: -50%;
  }
}
/* line 490, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu a {
  color: #FFF;
}
/* line 493, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu span {
  color: #f49ac1;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  display: block;
}
/* line 501, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu ul.menu li {
  border-bottom: 1px solid #323232;
}
/* line 503, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu ul.menu li a {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  display: block;
  padding: 10px 20px;
}
/* line 510, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu ul.menu li a:hover {
  background: #222;
}
/* line 514, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu ul.menu li a[href="/honeymoons/destination-weddings"] {
  color: #f49ac1;
  margin-left: 15px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
/* line 520, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu ul.menu li a[href="/planning/getting-started"] {
  color: #f49ac1;
  font-weight: 400 !important;
  font-size: 16px !important;
}
/* line 525, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu ul.menu li a[href="/planning/etiquette-advice"] {
  color: #f49ac1;
  font-weight: 400 !important;
  font-size: 16px !important;
}
/* line 530, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu ul.menu li a[href="/planning/the-details"] {
  color: #f49ac1;
  font-weight: 400 !important;
  font-size: 16px !important;
}
/* line 536, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu ul.menu .menu__item.expanded {
  position: relative;
  font-size: 16px;
}
/* line 539, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu ul.menu .menu__item.expanded div.expander {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 10px;
  text-align: center;
  color: #FFF;
  width: 40px;
}
/* line 550, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu ul.menu .menu__item.expanded ul.menu {
  display: none;
  padding-left: 10px;
}
/* line 553, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu ul.menu .menu__item.expanded ul.menu li {
  border: none;
}
/* line 555, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu ul.menu .menu__item.expanded ul.menu li a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  padding: 5px;
  margin-left: 20px;
}
/* line 563, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu ul.menu .menu__item.expanded ul.menu li a:hover {
  background: #222;
}
/* line 567, ../sass/components/_menu.scss */
#site-wrapper #site-canvas #test-mobile-menu ul.menu .menu__item.expanded ul.menu li div.expander {
  top: 5px;
}

/* line 577, ../sass/components/_menu.scss */
#site-wrapper.show-nav #site-canvas {
  -webkit-transform: translateX(75%);
  transform: translateX(75%);
}
@media all and (min-width: 481px) {
  /* line 577, ../sass/components/_menu.scss */
  #site-wrapper.show-nav #site-canvas {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

/* line 586, ../sass/components/_menu.scss */
#navigation.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  border-top: 0;
  -moz-box-shadow: RGBA(0, 0, 0, 0.35) 0px 4px 5px;
  -webkit-box-shadow: RGBA(0, 0, 0, 0.35) 0px 4px 5px;
  box-shadow: RGBA(0, 0, 0, 0.35) 0px 4px 5px;
}
@media screen and (max-width: 768px) {
  /* line 586, ../sass/components/_menu.scss */
  #navigation.sticky {
    border-bottom: 2px solid #e6e6e;
    height: 45px;
    background: rgba(255, 255, 255, 0.75);
  }
}
/* line 603, ../sass/components/_menu.scss */
#navigation.sticky #block-block-10 #main-home-button img {
  opacity: 1;
}

/* line 614, ../sass/components/_menu.scss */
#upper-menu #upper-desktop-menu {
  padding: 3px 0 0 0;
}
/* line 616, ../sass/components/_menu.scss */
#upper-menu #upper-desktop-menu li {
  display: inline-block;
  padding: 0 10px 0 0;
  color: #FFF;
}
/* line 620, ../sass/components/_menu.scss */
#upper-menu #upper-desktop-menu li a {
  color: #FFF;
  font-size: 12px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
/* line 624, ../sass/components/_menu.scss */
#upper-menu #upper-desktop-menu li a:hover {
  color: #f49ac1;
}
/* line 630, ../sass/components/_menu.scss */
#upper-menu #upper-mobile-menu {
  padding: 4px 0 0 0;
  display: none;
}

/*
 *Article listings
 */
/* line 5, ../sass/components/_view-lists.scss */
.views-list .views-row {
  padding: 20px;
}
/* line 7, ../sass/components/_view-lists.scss */
.views-list .views-row .list-image {
  width: 28%;
  margin: 0 2% 0 0;
  display: inline-block;
  vertical-align: middle;
}
/* line 13, ../sass/components/_view-lists.scss */
.views-list .views-row .list-text {
  width: 69.5%;
  display: inline-block;
}
/* line 16, ../sass/components/_view-lists.scss */
.views-list .views-row .list-text .read-more {
  text-align: right;
}

/*
 *Taxonomy Article List
 */
/* line 26, ../sass/components/_view-lists.scss */
.article-list {
  font-size: 0;
}
/* line 28, ../sass/components/_view-lists.scss */
.article-list li {
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 33, ../sass/components/_view-lists.scss */
.article-list li .list-image {
  width: 30%;
  margin: 0 5% 0 0;
  display: inline-block;
  vertical-align: top;
  /*@media screen and (max-width:600px) {
  	width: 100%;
  }*/
}
/* line 42, ../sass/components/_view-lists.scss */
.article-list li .list-text {
  width: 65%;
  display: inline-block;
  vertical-align: top;
  /*@media screen and (max-width:600px) {
  	width: 100%;
  }*/
}
/* line 49, ../sass/components/_view-lists.scss */
.article-list li .list-text .title {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-size: 30px;
  line-height: 34px;
  font-style: italic;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 600px) {
  /* line 49, ../sass/components/_view-lists.scss */
  .article-list li .list-text .title {
    font-size: 20px;
    line-height: 24px;
  }
}
/* line 60, ../sass/components/_view-lists.scss */
.article-list li .list-text .subtitle {
  font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #000;
}
@media screen and (max-width: 600px) {
  /* line 60, ../sass/components/_view-lists.scss */
  .article-list li .list-text .subtitle {
    display: none;
  }
}
/* line 68, ../sass/components/_view-lists.scss */
.article-list li .list-text .article-share {
  display: block;
  position: absolute;
  left: 35%;
  bottom: 7%;
  margin: 0;
  width: auto;
  color: #000;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 600px) {
  /* line 68, ../sass/components/_view-lists.scss */
  .article-list li .list-text .article-share {
    position: relative;
    left: auto;
  }
}
/* line 83, ../sass/components/_view-lists.scss */
.article-list li .list-text .article-share .counts .share-counts li {
  border-bottom: none;
  background: #e6e6e6;
  padding: 5px;
  margin: 0 0 0 5px;
  text-transform: lowercase;
}

/*
 *2-accross listings with gradient title
 */
/* line 100, ../sass/components/_view-lists.scss */
.gradient-titles {
  font-size: 0;
}
/* line 102, ../sass/components/_view-lists.scss */
.gradient-titles .views-row {
  width: 48%;
  padding: 0;
  margin: 0 2% 10px 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-bottom: none;
}
/* line 110, ../sass/components/_view-lists.scss */
.gradient-titles .views-row .list-image {
  width: 100%;
  margin: 0;
  display: block;
  border: 1px solid #e6e6e6;
}
/* line 115, ../sass/components/_view-lists.scss */
.gradient-titles .views-row .list-image img {
  width: 100%;
}
/* line 119, ../sass/components/_view-lists.scss */
.gradient-titles .views-row .views-field-title {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
/* line 162, ../sass/components/_mixins.scss */
.gradient-titles .views-row .views-field-title a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
.gradient-titles .views-row .views-field-title a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
.gradient-titles .views-row .views-field-title span {
  padding: 5px 10px;
  display: block;
}

/*
 * Styles for use in the WYSIWYG editor
 */
/* line 31, ../sass/components/_wysiwyg.scss */
.inline-always-2 {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-around;
}
/* line 11, ../sass/components/_wysiwyg.scss */
.inline-always-2 li {
  list-style: none outside none;
  width: 50%;
  padding: 0 1%;
  text-align: center;
}

/* line 34, ../sass/components/_wysiwyg.scss */
.inline-always-3 {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-around;
}
/* line 11, ../sass/components/_wysiwyg.scss */
.inline-always-3 li {
  list-style: none outside none;
  width: 33.33333%;
  padding: 0 1%;
  text-align: center;
}

/* line 37, ../sass/components/_wysiwyg.scss */
.inline-always-4 {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-around;
}
/* line 11, ../sass/components/_wysiwyg.scss */
.inline-always-4 li {
  list-style: none outside none;
  width: 25%;
  padding: 0 1%;
  text-align: center;
}

/* line 40, ../sass/components/_wysiwyg.scss */
.inline-always-5 {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-around;
}
/* line 11, ../sass/components/_wysiwyg.scss */
.inline-always-5 li {
  list-style: none outside none;
  width: 20%;
  padding: 0 1%;
  text-align: center;
}

/* line 43, ../sass/components/_wysiwyg.scss */
.mobile-stacked-2 {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-around;
}
/* line 11, ../sass/components/_wysiwyg.scss */
.mobile-stacked-2 li {
  list-style: none outside none;
  width: 50%;
  padding: 0 1%;
  text-align: center;
}
@media all and (max-width: 450px) {
  /* line 43, ../sass/components/_wysiwyg.scss */
  .mobile-stacked-2 {
    display: block;
  }
  /* line 24, ../sass/components/_wysiwyg.scss */
  .mobile-stacked-2 li {
    width: 100%;
    padding: 1% 0;
  }
}

/* line 46, ../sass/components/_wysiwyg.scss */
.mobile-stacked-3 {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-around;
}
/* line 11, ../sass/components/_wysiwyg.scss */
.mobile-stacked-3 li {
  list-style: none outside none;
  width: 33.33333%;
  padding: 0 1%;
  text-align: center;
}
@media all and (max-width: 450px) {
  /* line 46, ../sass/components/_wysiwyg.scss */
  .mobile-stacked-3 {
    display: block;
  }
  /* line 24, ../sass/components/_wysiwyg.scss */
  .mobile-stacked-3 li {
    width: 100%;
    padding: 1% 0;
  }
}

/* line 49, ../sass/components/_wysiwyg.scss */
.mobile-stacked-4 {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-around;
}
/* line 11, ../sass/components/_wysiwyg.scss */
.mobile-stacked-4 li {
  list-style: none outside none;
  width: 25%;
  padding: 0 1%;
  text-align: center;
}
@media all and (max-width: 450px) {
  /* line 49, ../sass/components/_wysiwyg.scss */
  .mobile-stacked-4 {
    display: block;
  }
  /* line 24, ../sass/components/_wysiwyg.scss */
  .mobile-stacked-4 li {
    width: 100%;
    padding: 1% 0;
  }
}

/* line 52, ../sass/components/_wysiwyg.scss */
.mobile-stacked-5 {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-around;
}
/* line 11, ../sass/components/_wysiwyg.scss */
.mobile-stacked-5 li {
  list-style: none outside none;
  width: 20%;
  padding: 0 1%;
  text-align: center;
}
@media all and (max-width: 450px) {
  /* line 52, ../sass/components/_wysiwyg.scss */
  .mobile-stacked-5 {
    display: block;
  }
  /* line 24, ../sass/components/_wysiwyg.scss */
  .mobile-stacked-5 li {
    width: 100%;
    padding: 1% 0;
  }
}

/* line 56, ../sass/components/_wysiwyg.scss */
.vertical-align-top {
  vertical-align: top;
}

/* line 59, ../sass/components/_wysiwyg.scss */
.vertical-align-middle {
  vertical-align: middle;
}

/* line 62, ../sass/components/_wysiwyg.scss */
.vertical-align-bottom {
  vertical-align: bottom;
}

/* line 1, ../sass/pages/_gowns.scss */
#bridal-gown-landing {
  margin: 30px 0 0 0;
}
/* line 3, ../sass/pages/_gowns.scss */
#bridal-gown-landing .panels-flexible-region {
  width: 100%;
}
/* line 7, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-landing-search-region {
  max-width: 70%;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  /* line 7, ../sass/pages/_gowns.scss */
  #bridal-gown-landing .gown-landing-search-region {
    max-width: 100%;
  }
}
/* line 13, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-landing-search-region #gown-search-header {
  text-align: center;
  position: relative;
}
/* line 16, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-landing-search-region #gown-search-header #dress {
  background: url("../images/dress-icon.svg") no-repeat 0 0;
  width: 20px;
  height: 40px;
}
/* line 21, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-landing-search-region #gown-search-header #head {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 19.32px;
  position: relative;
  top: -10px;
  left: 5px;
}
/* line 29, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-landing-search-region #views-exposed-form-bridal-gown-search-panel-pane-1 div[class*='views-widget-filter'] {
  width: 23%;
  display: inline-block;
  float: none;
  box-sizing: content-box;
  min-width: 100px;
  vertical-align: bottom;
  margin: 3px 0 3px 3px;
  padding: 0;
  height: 34px;
  border: 2px solid #CCC;
  background: url("../images/select-down-arrow.png") no-repeat 97%;
}
/* line 30, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-landing-search-region #views-exposed-form-bridal-gown-search-panel-pane-1 div[class*='views-widget-filter'] label {
  display: none;
}
/* line 44, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-landing-search-region #views-exposed-form-bridal-gown-search-panel-pane-1 div[class*='views-widget-filter'] select {
  width: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16.38px;
  background: transparent;
  border: 0;
  border-radius: 0;
  height: 34px;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: menulist;
  appearance: none;
}
/* line 57, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-landing-search-region #views-exposed-form-bridal-gown-search-panel-pane-1 div[class*='views-widget-filter'].active {
  background: #f49ac1 url("../images/arrow_down_blk.png") no-repeat 97%;
}
@media screen and (max-width: 600px) {
  /* line 29, ../sass/pages/_gowns.scss */
  #bridal-gown-landing .gown-landing-search-region #views-exposed-form-bridal-gown-search-panel-pane-1 div[class*='views-widget-filter'] {
    width: 47%;
  }
}
@media screen and (max-width: 390px) {
  /* line 29, ../sass/pages/_gowns.scss */
  #bridal-gown-landing .gown-landing-search-region #views-exposed-form-bridal-gown-search-panel-pane-1 div[class*='views-widget-filter'] {
    width: 100%;
    font-size: 12px;
  }
}
/* line 68, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-landing-search-region #views-exposed-form-bridal-gown-search-panel-pane-1 .views-exposed-widget.views-submit-button {
  display: none;
}
/* line 71, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-landing-search-region #views-exposed-form-bridal-gown-search-panel-pane-1 .views-exposed-widget.views-reset-button {
  width: 100%;
  text-align: center;
  float: none;
  margin: 5px 0 0 0;
  height: 34px;
  min-width: 100px;
}
/* line 78, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-landing-search-region #views-exposed-form-bridal-gown-search-panel-pane-1 .views-exposed-widget.views-reset-button input {
  padding: 4px 12px;
  margin: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16.38px;
  background: transparent;
  text-transform: uppercase;
  border: none;
  background-color: #f49ac1;
  color: #FFF;
}
/* line 91, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-top-ad-region {
  float: right;
  width: 300px;
}
/* line 94, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-top-ad-region .panels-flexible-region-inside-last {
  padding: 0;
}
/* line 98, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row {
  margin: 0 -11px;
}
/* line 100, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bg-gowns-featured-gowns {
  position: relative;
  width: 100%;
  text-align: center;
}
/* line 230, ../sass/components/_mixins.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bg-gowns-featured-gowns ul {
  font-size: 0;
}
/* line 232, ../sass/components/_mixins.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bg-gowns-featured-gowns ul li {
  width: 24.5%;
  list-style: none outside none;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 .5% 10px 0;
}
/* line 240, ../sass/components/_mixins.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bg-gowns-featured-gowns ul li .views-field-field-images img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  /* line 232, ../sass/components/_mixins.scss */
  #bridal-gown-landing .gown-gallery-results-row .pane-bg-gowns-featured-gowns ul li {
    width: 48%;
  }
}
/* line 247, ../sass/components/_mixins.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bg-gowns-featured-gowns ul li .spotlight {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25%;
}
@media screen and (max-width: 600px) {
  /* line 247, ../sass/components/_mixins.scss */
  #bridal-gown-landing .gown-gallery-results-row .pane-bg-gowns-featured-gowns ul li .spotlight {
    width: 55%;
  }
}
/* line 256, ../sass/components/_mixins.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bg-gowns-featured-gowns ul li .caption {
  position: absolute;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  width: 100%;
  padding: 5px 0;
  background: -moz-linear-gradient(top, transparent 0%, rgba(1, 1, 1, 0) 1%, rgba(55, 55, 55, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(1%, rgba(1, 1, 1, 0)), color-stop(100%, rgba(55, 55, 55, 0.65)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(1, 1, 1, 0) 1%, rgba(55, 55, 55, 0.65) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(1, 1, 1, 0) 1%, rgba(55, 55, 55, 0.65) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(1, 1, 1, 0) 1%, rgba(55, 55, 55, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 0) 1%, rgba(55, 55, 55, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6373737',GradientType=0 );
}
/* line 271, ../sass/components/_mixins.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bg-gowns-featured-gowns ul li .caption a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}
/* line 278, ../sass/components/_mixins.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bg-gowns-featured-gowns ul li .caption a:hover {
  color: #f49ac1;
}
/* line 105, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bg-gowns-featured-gowns #enter-results {
  text-align: right;
  margin: 0 10px 0 0;
}
/* line 108, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bg-gowns-featured-gowns #enter-results span {
  padding: 0 25px 0 5px;
  font-size: 14px;
  background: #f49ac1;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
/* line 117, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bg-gowns-featured-gowns #enter-results span img {
  position: absolute;
  top: 2px;
  right: 2px;
}
/* line 125, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 {
  display: none;
}
/* line 127, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search {
  position: relative;
  width: 100%;
  text-align: center;
}
/* line 230, ../sass/components/_mixins.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-content .gown-results-item-list ul {
  font-size: 0;
}
/* line 232, ../sass/components/_mixins.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-content .gown-results-item-list ul li {
  width: 24.5%;
  list-style: none outside none;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 .5% 10px 0;
}
/* line 240, ../sass/components/_mixins.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-content .gown-results-item-list ul li .views-field-field-images img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  /* line 232, ../sass/components/_mixins.scss */
  #bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-content .gown-results-item-list ul li {
    width: 48%;
  }
}
/* line 247, ../sass/components/_mixins.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-content .gown-results-item-list ul li .spotlight {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25%;
}
@media screen and (max-width: 600px) {
  /* line 247, ../sass/components/_mixins.scss */
  #bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-content .gown-results-item-list ul li .spotlight {
    width: 55%;
  }
}
/* line 256, ../sass/components/_mixins.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-content .gown-results-item-list ul li .caption {
  position: absolute;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  width: 100%;
  padding: 5px 0;
  background: -moz-linear-gradient(top, transparent 0%, rgba(1, 1, 1, 0) 1%, rgba(55, 55, 55, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(1%, rgba(1, 1, 1, 0)), color-stop(100%, rgba(55, 55, 55, 0.65)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(1, 1, 1, 0) 1%, rgba(55, 55, 55, 0.65) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(1, 1, 1, 0) 1%, rgba(55, 55, 55, 0.65) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(1, 1, 1, 0) 1%, rgba(55, 55, 55, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 0) 1%, rgba(55, 55, 55, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6373737',GradientType=0 );
}
/* line 271, ../sass/components/_mixins.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-content .gown-results-item-list ul li .caption a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}
/* line 278, ../sass/components/_mixins.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-content .gown-results-item-list ul li .caption a:hover {
  color: #f49ac1;
}
/* line 134, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-content .gown-results-item-list .views-field-nid {
  font-size: 12px;
}
/* line 139, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-header-wrapper {
  width: 99.5%;
  border-top: 4px solid #CCC;
  font-size: 0;
  background-color: #EEE;
  padding: 5px 0 0 0;
  margin: 0 0 5px 0;
}
/* line 146, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-header-wrapper .view-header {
  display: inline-block;
  width: 49%;
  font-size: 11px;
  text-align: left;
  color: #666;
  font-weight: bold;
  padding: 0 0 0 1%;
}
/* line 155, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-header-wrapper .item-list {
  width: 50%;
  text-align: right;
  display: inline-block;
  font-size: 16px;
}
/* line 160, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-header-wrapper .item-list .pager {
  text-align: right;
}
/* line 162, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-header-wrapper .item-list .pager li {
  display: inline-block !important;
  padding: 0 .5em;
  text-align: center;
  background-color: #DEDEDE;
  color: #FFF;
}
/* line 168, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-header-wrapper .item-list .pager li a {
  color: #FFF;
}
/* line 170, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-header-wrapper .item-list .pager li a:hover {
  color: #FFF;
}
/* line 175, ../sass/pages/_gowns.scss */
#bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-header-wrapper .item-list .pager .first, #bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-header-wrapper .item-list .pager .last, #bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-header-wrapper .item-list .pager .pager-current {
  background-color: #666;
}
@media all and (max-width: 550px) {
  /* line 181, ../sass/pages/_gowns.scss */
  #bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-header-wrapper .view-header {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 186, ../sass/pages/_gowns.scss */
  #bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-header-wrapper .item-list {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 190, ../sass/pages/_gowns.scss */
  #bridal-gown-landing .gown-gallery-results-row .pane-bridal-gown-search-panel-pane-1 .view-bridal-gown-search .view-header-wrapper .item-list .pager {
    text-align: center;
  }
}

/**
 *Gown-details - Lightbox
 **/
/* line 207, ../sass/pages/_gowns.scss */
body.bridal-gowns .fancybox-outer .fancybox-inner {
  overflow: visible !important;
}
@media all and (max-width: 500px) {
  /* line 211, ../sass/pages/_gowns.scss */
  body.bridal-gowns a.fancybox-close {
    top: -3px;
    right: -3px;
  }
}
/* line 217, ../sass/pages/_gowns.scss */
body.bridal-gowns #gown-pop {
  display: none;
}

/* line 222, ../sass/pages/_gowns.scss */
#gown-details {
  background-color: #FFF;
  padding: 10px;
  max-width: 900px;
}
/* line 226, ../sass/pages/_gowns.scss */
#gown-details #slide-wrapper {
  height: 100%;
  position: relative;
}
/* line 230, ../sass/pages/_gowns.scss */
#gown-details #supporting {
  text-align: center;
}
/* line 232, ../sass/pages/_gowns.scss */
#gown-details #supporting h3 {
  font-weight: normal;
  font-size: 18px;
}
/* line 236, ../sass/pages/_gowns.scss */
#gown-details #supporting li {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  list-style: none outside none;
  padding: 0 1%;
}
/* line 244, ../sass/pages/_gowns.scss */
#gown-details .name {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 37px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 600px) {
  /* line 244, ../sass/pages/_gowns.scss */
  #gown-details .name {
    font-size: 22px;
    line-height: 28px;
  }
}
/* line 255, ../sass/pages/_gowns.scss */
#gown-details .price-title {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 5px 0;
  margin: 0 0 20px 0;
}
/* line 260, ../sass/pages/_gowns.scss */
#gown-details .price-title span {
  display: inline-block;
  text-align: center;
  width: 49%;
}
/* line 265, ../sass/pages/_gowns.scss */
#gown-details .price-title span.price {
  border-right: 2px solid #ccc;
}
/* line 269, ../sass/pages/_gowns.scss */
#gown-details #center {
  width: 59%;
  display: inline-block;
  margin: 0 10px 0 0;
}
/* line 273, ../sass/pages/_gowns.scss */
#gown-details #center .title-info {
  display: none;
}
/* line 276, ../sass/pages/_gowns.scss */
#gown-details #center #gown-image {
  position: relative;
}
/* line 278, ../sass/pages/_gowns.scss */
#gown-details #center #gown-image img {
  width: 100%;
}
/* line 284, ../sass/pages/_gowns.scss */
#gown-details #center #photo-credit {
  position: relative;
  font-size: 11.9px;
  left: 10px;
  top: -30px;
  text-align: left;
  color: #FFF;
}
/* line 294, ../sass/pages/_gowns.scss */
#gown-details #center.supporting {
  width: 45%;
}
/* line 297, ../sass/pages/_gowns.scss */
#gown-details #info {
  position: relative;
  display: inline-block;
  width: 39%;
  vertical-align: top;
  height: 100%;
}
/* line 303, ../sass/pages/_gowns.scss */
#gown-details #info .details {
  margin: 0 0 20px 0;
}
/* line 306, ../sass/pages/_gowns.scss */
#gown-details #info .info-header {
  color: #f49ac1;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16.38px;
  margin: 8px 0 0 0;
  line-height: 1;
}
/* line 313, ../sass/pages/_gowns.scss */
#gown-details #info .gown-gray {
  font-weight: normal;
}
/* line 316, ../sass/pages/_gowns.scss */
#gown-details #info p {
  margin: 0 0 5px 0;
  padding: 0;
}
/* line 322, ../sass/pages/_gowns.scss */
#gown-details #info ul li span {
  display: inline-block;
  vertical-align: top;
}
/* line 326, ../sass/pages/_gowns.scss */
#gown-details #info ul li .label {
  width: 125px;
}
/* line 329, ../sass/pages/_gowns.scss */
#gown-details #info ul li .fabric-value {
  display: block;
}
/* line 335, ../sass/pages/_gowns.scss */
#gown-details #info .website .label {
  font-weight: bold;
  color: #f49ac1;
  padding: 0 10px 0 0;
}
/* line 344, ../sass/pages/_gowns.scss */
#gown-details #info .designer {
  margin: 0 0 20px 0;
}
/* line 347, ../sass/pages/_gowns.scss */
#gown-details #info .designer .retail-link a {
  text-decoration: none;
  color: #000;
}
/* line 351, ../sass/pages/_gowns.scss */
#gown-details #info .designer .retail-link a:hover {
  color: #f49ac1;
}
/* line 357, ../sass/pages/_gowns.scss */
#gown-details #info #collection-more h3 {
  margin: 0 0 10px 0;
}
/* line 360, ../sass/pages/_gowns.scss */
#gown-details #info #collection-more ul {
  margin: 0;
}
/* line 363, ../sass/pages/_gowns.scss */
#gown-details #info #collection-more .more-img {
  display: inline-block;
  width: 28%;
  max-width: 100px;
  margin: 0 10px 0 0;
}
/* line 373, ../sass/pages/_gowns.scss */
#gown-details #info.supporting {
  width: 36%;
}
/* line 376, ../sass/pages/_gowns.scss */
#gown-details #upper-gown-nav {
  display: none;
}
/* line 379, ../sass/pages/_gowns.scss */
#gown-details #gown-nav {
  position: absolute;
  bottom: 50%;
  width: 100%;
}
/* line 383, ../sass/pages/_gowns.scss */
#gown-details #gown-nav li {
  display: inline-block;
  padding: 0;
}
/* line 386, ../sass/pages/_gowns.scss */
#gown-details #gown-nav li a {
  text-indent: -9999px;
  display: block;
  width: 35px;
  height: 74px;
}
/* line 392, ../sass/pages/_gowns.scss */
#gown-details #gown-nav li a:hover {
  background-color: #000;
}
/* line 396, ../sass/pages/_gowns.scss */
#gown-details #gown-nav li.pager-previous {
  position: absolute;
  left: -50px;
}
/* line 399, ../sass/pages/_gowns.scss */
#gown-details #gown-nav li.pager-previous a {
  background: url("../images/sprites/gown-nav.png") no-repeat 0 0;
}
/* line 403, ../sass/pages/_gowns.scss */
#gown-details #gown-nav li.pager-next {
  position: absolute;
  right: -30px;
}
/* line 406, ../sass/pages/_gowns.scss */
#gown-details #gown-nav li.pager-next a {
  background: url("../images/sprites/gown-nav.png") no-repeat -35px 0;
}

/**
 *Spotlight collection
 **/
/* line 419, ../sass/pages/_gowns.scss */
body.bridal-gowns #main #content {
  padding: 0;
}
/* line 424, ../sass/pages/_gowns.scss */
body.bridal-gowns .view-spotlight-collection .view-header {
  height: auto;
  max-width: 1170px;
  width: 100%;
  display: block;
  margin: 0 auto 20px auto;
  border-top: 3px solid #f49ac1;
  border-bottom: 1px dashed #ccc;
  background-color: #FFF;
  /*h2.spotlight {
  	background:#f49ac1;
  	font-family:'Roboto Slab',Helvetica, Arial, sans-serif;
  	font-size:22px;
  	color:#fff;
  	margin:0 auto;
  	width:220px;
  	padding:7px 5px;
  	font-weight:400;
  	text-align:center;
  	span {
  		padding:5px;
  		border:2px solid #fff;
  	}
  }*/
}
/* line 449, ../sass/pages/_gowns.scss */
body.bridal-gowns .view-spotlight-collection .view-header h2.spotlight {
  font-family: 'Roboto Slab',Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}
/* line 457, ../sass/pages/_gowns.scss */
body.bridal-gowns .spotlight-carousel {
  margin: 0 auto 30px;
}
/* line 459, ../sass/pages/_gowns.scss */
body.bridal-gowns .spotlight-carousel .bx-viewport {
  box-shadow: none;
  border: none;
}
/* line 464, ../sass/pages/_gowns.scss */
body.bridal-gowns .spotlight-carousel .bx-viewport .view-content div img {
  margin: 0 auto;
}
/* line 471, ../sass/pages/_gowns.scss */
body.bridal-gowns .spotlight-carousel .bx-controls .bx-pager {
  display: none;
}
/* line 474, ../sass/pages/_gowns.scss */
body.bridal-gowns .spotlight-carousel .bx-controls .bx-prev {
  left: -0px;
  background: url("../images/sprites/arrows-sprite.png") no-repeat 0 0;
  width: 11px;
  z-index: 0;
}
/* line 480, ../sass/pages/_gowns.scss */
body.bridal-gowns .spotlight-carousel .bx-controls .bx-next {
  right: 0px;
  background: url("../images/sprites/arrows-sprite.png") no-repeat 0 -31px;
  width: 11px;
  z-index: 0;
}

/* line 490, ../sass/pages/_gowns.scss */
.designer-row #designers-a-z {
  max-width: 100%;
  margin: 0 auto;
}
/* line 493, ../sass/pages/_gowns.scss */
.designer-row #designers-a-z #designers {
  max-height: 690px;
}
/* line 495, ../sass/pages/_gowns.scss */
.designer-row #designers-a-z #designers .designer-section {
  width: 100%;
  height: 80px;
  overflow: hidden;
}
/* line 500, ../sass/pages/_gowns.scss */
.designer-row #designers-a-z #designers .designer-section .designer-container .designer-range {
  top: 30px;
  right: 20px;
  left: auto;
}
/* line 505, ../sass/pages/_gowns.scss */
.designer-row #designers-a-z #designers .designer-section .designer-container .designer-panel {
  top: 80px;
}

@media only screen and (max-width: 1169px) {
  /* line 516, ../sass/pages/_gowns.scss */
  #bridal-gown-landing .gown-landing-search-region {
    width: 62%;
  }
  /* line 519, ../sass/pages/_gowns.scss */
  #bridal-gown-landing .gown-gallery-results-row {
    margin: 0;
  }

  /* line 524, ../sass/pages/_gowns.scss */
  #gown-details #slide-wrapper {
    margin: 32px 0 0 0;
  }
  /* line 530, ../sass/pages/_gowns.scss */
  #gown-details #center {
    width: 100%;
  }
  /* line 532, ../sass/pages/_gowns.scss */
  #gown-details #center .title-info {
    display: block;
  }
  /* line 536, ../sass/pages/_gowns.scss */
  #gown-details #center.supporting {
    width: 100%;
  }
  /* line 539, ../sass/pages/_gowns.scss */
  #gown-details #info {
    width: 100%;
  }
  /* line 541, ../sass/pages/_gowns.scss */
  #gown-details #info .title-info {
    display: none;
  }
  /* line 546, ../sass/pages/_gowns.scss */
  #gown-details #info #collection-more ul li.more-img {
    width: 29%;
  }
  /* line 552, ../sass/pages/_gowns.scss */
  #gown-details #info.supporting {
    width: 100%;
  }
  /* line 555, ../sass/pages/_gowns.scss */
  #gown-details #gown-nav {
    display: none;
  }
  /* line 558, ../sass/pages/_gowns.scss */
  #gown-details #upper-gown-nav {
    display: block;
  }
  /* line 73, ../sass/components/_mixins.scss */
  #gown-details #upper-gown-nav .item-list ul.pager {
    margin: 0 auto 18px;
    list-style: none;
    padding: 0;
    text-align: left;
  }
  /* line 78, ../sass/components/_mixins.scss */
  #gown-details #upper-gown-nav .item-list ul.pager li {
    display: inline-block;
  }
  /* line 80, ../sass/components/_mixins.scss */
  #gown-details #upper-gown-nav .item-list ul.pager li a {
    display: block;
    color: #fff;
    font: 16px/18px 'Open Sans',Arial,Helvetica,sans-serif;
    text-decoration: none;
    padding: 7px;
    margin: 0 5px;
    background: #f49ac1;
    opacity: 1;
    min-width: 42px;
    text-transform: uppercase;
    position: relative;
  }
  /* line 93, ../sass/components/_mixins.scss */
  #gown-details #upper-gown-nav .item-list ul.pager li a:hover {
    background: #f49ac1;
    opacity: .9;
  }
  /* line 98, ../sass/components/_mixins.scss */
  #gown-details #upper-gown-nav .item-list ul.pager li.pager-previous {
    float: left;
  }
  /* line 100, ../sass/components/_mixins.scss */
  #gown-details #upper-gown-nav .item-list ul.pager li.pager-previous a {
    text-align: right;
    padding: 7px 17px 7px 23px;
    text-indent: -9999px;
  }
  /* line 105, ../sass/components/_mixins.scss */
  #gown-details #upper-gown-nav .item-list ul.pager li.pager-previous a:before {
    content: '';
    clear: both;
    position: absolute;
    left: 12px;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #FFF transparent transparent;
  }
  /* line 119, ../sass/components/_mixins.scss */
  #gown-details #upper-gown-nav .item-list ul.pager li.pager-current {
    display: none;
  }
  /* line 123, ../sass/components/_mixins.scss */
  #gown-details #upper-gown-nav .item-list ul.pager li.pager-next {
    float: right;
  }
  /* line 125, ../sass/components/_mixins.scss */
  #gown-details #upper-gown-nav .item-list ul.pager li.pager-next a {
    text-align: left;
    padding: 7px 23px 7px 17px;
  }
  /* line 129, ../sass/components/_mixins.scss */
  #gown-details #upper-gown-nav .item-list ul.pager li.pager-next a:after {
    content: '';
    clear: both;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #FFF;
  }
  /* line 563, ../sass/pages/_gowns.scss */
  #gown-details #upper-gown-nav .item-list ul.pager {
    margin: 0 0 0 -20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 573, ../sass/pages/_gowns.scss */
  #bridal-gown-landing .gown-landing-search-region {
    width: 100%;
  }
  /* line 576, ../sass/pages/_gowns.scss */
  #bridal-gown-landing .gown-gallery-top-ad-region {
    display: none;
  }
  /* line 584, ../sass/pages/_gowns.scss */
  #bridal-gown-landing .view-bridal-gown-search .gown-results-item-list ul li .caption a {
    font-size: 12.6px;
  }

  /* line 593, ../sass/pages/_gowns.scss */
  #designers-a-z {
    max-width: 524px;
    margin: 0 auto;
  }
  /* line 596, ../sass/pages/_gowns.scss */
  #designers-a-z #designers {
    max-height: 690px;
  }
  /* line 598, ../sass/pages/_gowns.scss */
  #designers-a-z #designers .designer-section {
    width: 100%;
    height: 80px;
    overflow: hidden;
  }
  /* line 603, ../sass/pages/_gowns.scss */
  #designers-a-z #designers .designer-section .designer-container .designer-range {
    top: 30px;
    right: 20px;
    left: auto;
  }
  /* line 608, ../sass/pages/_gowns.scss */
  #designers-a-z #designers .designer-section .designer-container .designer-panel {
    top: 80px;
  }
}
/**
 * Styles for Real Wedding Landing page,
 * individual Real Weddings,
 * and slideshow of images
 */
/**
 *	Search form used on landing page and individual Real Weddings
 */
/* line 11, ../sass/pages/_real-weddings.scss */
#rw-search h2, .real-weddings h2 {
  text-align: center;
  margin: 0;
  background-color: inherit;
  border: none;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
}

/*RW Landing Page*/
/* line 23, ../sass/pages/_real-weddings.scss */
#rw-search form {
  max-width: 874px;
  margin: 0 auto;
    /*
		div {
			display:inline-block;
      float: none;
			@media screen and (max-width:768px){
				display:block;
			}
		}
		*/
}
/* line 35, ../sass/pages/_real-weddings.scss */
#rw-search form .views-exposed-widget {
  padding: .5em 1.5em 0 0;
}
@media screen and (max-width: 893px) {
  /* line 35, ../sass/pages/_real-weddings.scss */
  #rw-search form .views-exposed-widget {
    padding: .5em .5em 0 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 35, ../sass/pages/_real-weddings.scss */
  #rw-search form .views-exposed-widget {
    float: none;
    padding: 5px 0;
  }
}
/* line 45, ../sass/pages/_real-weddings.scss */
#rw-search form .views-exposed-widget label {
  display: none;
}
/* line 50, ../sass/pages/_real-weddings.scss */
#rw-search form .form-item-location, #rw-search form .form-item-season, #rw-search form .form-item-theme {
  padding: 5px 10px;
  width: 100%;
  min-width: 200px;
  background: #00ced1 url("/sites/all/themes/custom/bg_zen/images/select-down.png") no-repeat 95%;
  vertical-align: bottom;
  margin: auto;
}
@media screen and (max-width: 893px) {
  /* line 50, ../sass/pages/_real-weddings.scss */
  #rw-search form .form-item-location, #rw-search form .form-item-season, #rw-search form .form-item-theme {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  /* line 50, ../sass/pages/_real-weddings.scss */
  #rw-search form .form-item-location, #rw-search form .form-item-season, #rw-search form .form-item-theme {
    width: auto;
    max-width: 100%;
    margin: 5px auto;
    background: #00ced1 url("/sites/all/themes/custom/bg_zen/images/select-down.png") no-repeat 97%;
  }
}
/* line 67, ../sass/pages/_real-weddings.scss */
#rw-search form select {
  background: transparent;
  padding: 3px 10px;
  font-size: 16px;
  line-height: 1.25;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: menulist-text;
  min-width: 100%;
  outline: none !important;
  position: relative;
}
@media screen and (max-width: 893px) {
  /* line 67, ../sass/pages/_real-weddings.scss */
  #rw-search form select {
    width: 90%;
    min-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  /* line 67, ../sass/pages/_real-weddings.scss */
  #rw-search form select {
    width: 100%;
  }
}
/* line 87, ../sass/pages/_real-weddings.scss */
#rw-search form input[type="submit"] {
  background: #000 url("/sites/all/themes/custom/bg_zen/images/submit-arrow.png") no-repeat right;
  background-size: 25px;
  min-width: 90px;
  min-height: 36px;
  width: auto;
  border: 0;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  text-indent: -15px;
  direction: ltr;
  margin: 0;
  vertical-align: bottom;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  /* line 87, ../sass/pages/_real-weddings.scss */
  #rw-search form input[type="submit"] {
    width: 100%;
    text-indent: 0;
    background: #000;
  }
}

/*RW Individual Page*/
/* line 115, ../sass/pages/_real-weddings.scss */
.details #rw-search form {
  max-width: 820px;
  margin: 0 auto;
      /*
			div {
				display:inline-block;
				@media screen and (max-width:768px){
					display:block;
				}
			}
			*/
}
@media screen and (min-width: 1025px) and (max-width: 1112px) {
  /* line 127, ../sass/pages/_real-weddings.scss */
  .details #rw-search form .views-exposed-widget {
    width: 96%;
  }
  /* line 130, ../sass/pages/_real-weddings.scss */
  .details #rw-search form .views-exposed-widget.views-submit-button {
    text-align: center;
  }
  /* line 132, ../sass/pages/_real-weddings.scss */
  .details #rw-search form .views-exposed-widget.views-submit-button input {
    min-width: 100px;
    background: black url("/sites/all/themes/custom/bg_zen/images/submit-arrow.png") no-repeat right;
    text-indent: -12px;
    background-size: 22px;
  }
}
/* line 141, ../sass/pages/_real-weddings.scss */
.details #rw-search form .views-exposed-widget {
  padding: .5em 1.5em 0 0;
}
@media screen and (max-width: 893px) {
  /* line 141, ../sass/pages/_real-weddings.scss */
  .details #rw-search form .views-exposed-widget {
    padding: .5em .5em 0 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 141, ../sass/pages/_real-weddings.scss */
  .details #rw-search form .views-exposed-widget {
    float: none;
    padding: 5px 0;
  }
}
/* line 153, ../sass/pages/_real-weddings.scss */
.details #rw-search form .form-item-location, .details #rw-search form .form-item-season, .details #rw-search form .form-item-theme {
  padding: 5px 10px;
  width: 100%;
  min-width: 200px;
  background: #00ced1 url("/sites/all/themes/custom/bg_zen/images/select-down.png") no-repeat 95%;
  vertical-align: bottom;
  margin: auto;
}
@media screen and (max-width: 893px) {
  /* line 153, ../sass/pages/_real-weddings.scss */
  .details #rw-search form .form-item-location, .details #rw-search form .form-item-season, .details #rw-search form .form-item-theme {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  /* line 153, ../sass/pages/_real-weddings.scss */
  .details #rw-search form .form-item-location, .details #rw-search form .form-item-season, .details #rw-search form .form-item-theme {
    width: auto;
    max-width: 100%;
    margin: 5px auto;
    background: #00ced1 url("/sites/all/themes/custom/bg_zen/images/select-down.png") no-repeat 97%;
  }
}
/* line 170, ../sass/pages/_real-weddings.scss */
.details #rw-search form select {
  background: transparent;
  padding: 3px 10px;
  font-size: 16px;
  line-height: 1.25;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: menulist-text;
  min-width: 100%;
  outline: none !important;
  position: relative;
}
@media screen and (max-width: 893px) {
  /* line 170, ../sass/pages/_real-weddings.scss */
  .details #rw-search form select {
    width: 90%;
    min-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  /* line 170, ../sass/pages/_real-weddings.scss */
  .details #rw-search form select {
    width: 100%;
  }
}
/* line 190, ../sass/pages/_real-weddings.scss */
.details #rw-search form input[type="submit"] {
  background: #000 url("/sites/all/themes/custom/bg_zen/images/submit-arrow.png") no-repeat center;
  background-size: 25px;
  min-width: 36px;
  min-height: 36px;
  width: auto;
  border: 0;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  text-indent: -9999px;
  direction: ltr;
  margin: 0;
  vertical-align: bottom;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  /* line 190, ../sass/pages/_real-weddings.scss */
  .details #rw-search form input[type="submit"] {
    width: 100%;
    text-indent: 0;
    background: #000;
  }
}
@media screen and (max-width: 893px) {
  /* line 213, ../sass/pages/_real-weddings.scss */
  .details #rw-search .block.block-views {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 893px) {
  /* line 114, ../sass/pages/_real-weddings.scss */
  .details #rw-search {
    margin: 0 0 10px 0;
  }
}
/* line 221, ../sass/pages/_real-weddings.scss */
.details #rw-search #printable {
  position: absolute;
  right: 20px;
  bottom: 0px;
}
/* line 226, ../sass/pages/_real-weddings.scss */
.details #rw-search #printable a:hover {
  color: #f49ac1;
}
@media screen and (max-width: 893px) {
  /* line 221, ../sass/pages/_real-weddings.scss */
  .details #rw-search #printable {
    position: relative;
    margin: 0;
    padding: 0;
    right: 0px;
    bottom: 5px;
    text-align: right;
  }
}

/*
* Caption styles
*/
/* line 245, ../sass/pages/_real-weddings.scss */
.real-wedding-list .with-caption {
  cursor: pointer;
  position: relative;
}
/* line 248, ../sass/pages/_real-weddings.scss */
.real-wedding-list .with-caption .img-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  background: transparent;
  color: transparent;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  /* line 248, ../sass/pages/_real-weddings.scss */
  .real-wedding-list .with-caption .img-title {
    display: none;
  }
}
/* line 263, ../sass/pages/_real-weddings.scss */
.real-wedding-list .with-caption .img-title .img-body {
  padding: 0 5%;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 20px;
  position: absolute;
  top: 5%;
  text-align: left;
}
/* line 271, ../sass/pages/_real-weddings.scss */
.real-wedding-list .with-caption .img-title .img-body p {
  margin: 0;
}
/* line 275, ../sass/pages/_real-weddings.scss */
.real-wedding-list .with-caption .img-title a {
  transition: all 0.5s ease;
  color: rgba(255, 255, 255, 0);
}
/* line 280, ../sass/pages/_real-weddings.scss */
.real-wedding-list .with-caption .img-title .rw-title {
  text-align: center;
  width: 100%;
  padding: 0;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 28px;
  position: absolute;
  top: 45%;
  text-align: center;
}
/* line 290, ../sass/pages/_real-weddings.scss */
.real-wedding-list .with-caption .img-title .rw-title p {
  margin: 0;
}
/* line 293, ../sass/pages/_real-weddings.scss */
.real-wedding-list .with-caption .img-title .rw-title a {
  color: rgba(255, 255, 255, 0);
}
/* line 295, ../sass/pages/_real-weddings.scss */
.real-wedding-list .with-caption .img-title .rw-title a:hover {
  color: #f49ac1;
}
/* line 303, ../sass/pages/_real-weddings.scss */
.real-wedding-list .with-caption:hover .img-title {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
/* line 307, ../sass/pages/_real-weddings.scss */
.real-wedding-list .with-caption:hover .img-title a {
  color: white;
}
/* line 309, ../sass/pages/_real-weddings.scss */
.real-wedding-list .with-caption:hover .img-title a:hover {
  color: #f49ac1;
}

/**
 * Landing Page
 */
/* line 322, ../sass/pages/_real-weddings.scss */
body.page-photos-get-inspired-real-weddings #main #content {
  display: block;
  padding: none;
}
/* line 327, ../sass/pages/_real-weddings.scss */
body.page-photos-get-inspired-real-weddings #main #content .real-weddings ul.real-wedding-list .views-row {
  width: 32%;
  margin: 0;
  padding: .5%;
}
/* line 331, ../sass/pages/_real-weddings.scss */
body.page-photos-get-inspired-real-weddings #main #content .real-weddings ul.real-wedding-list .views-row figure {
  position: relative;
}
/* line 334, ../sass/pages/_real-weddings.scss */
body.page-photos-get-inspired-real-weddings #main #content .real-weddings ul.real-wedding-list .views-row.manual-ad {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 327, ../sass/pages/_real-weddings.scss */
  body.page-photos-get-inspired-real-weddings #main #content .real-weddings ul.real-wedding-list .views-row {
    width: 48.95%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 327, ../sass/pages/_real-weddings.scss */
  body.page-photos-get-inspired-real-weddings #main #content .real-weddings ul.real-wedding-list .views-row {
    width: 100%;
  }
  /* line 342, ../sass/pages/_real-weddings.scss */
  body.page-photos-get-inspired-real-weddings #main #content .real-weddings ul.real-wedding-list .views-row.ad {
    text-align: center;
  }
}

/**
 * Individual Real Wedding
 */
/* line 359, ../sass/pages/_real-weddings.scss */
#page.real-wedding #main #content {
  display: block;
  padding: 0;
}
/* line 364, ../sass/pages/_real-weddings.scss */
#page.real-wedding #rw-images {
  width: 100%;
}
/* line 367, ../sass/pages/_real-weddings.scss */
#page.real-wedding #masonry-container {
  margin: 0 auto;
}
/* line 369, ../sass/pages/_real-weddings.scss */
#page.real-wedding #masonry-container div.new {
  display: none;
}
/* line 373, ../sass/pages/_real-weddings.scss */
#page.real-wedding .views-row {
  width: 24%;
  margin: 0;
  padding: .5%;
}
@media only screen and (max-width: 600px) {
  /* line 373, ../sass/pages/_real-weddings.scss */
  #page.real-wedding .views-row {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
  }
}
/* line 385, ../sass/pages/_real-weddings.scss */
#page.real-wedding .views-row.w2 {
  width: 48.5%;
  margin: 0;
  padding: .5%;
}
@media only screen and (max-width: 600px) {
  /* line 385, ../sass/pages/_real-weddings.scss */
  #page.real-wedding .views-row.w2 {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
  }
}
/* line 395, ../sass/pages/_real-weddings.scss */
#page.real-wedding .top-row {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
}
/* line 399, ../sass/pages/_real-weddings.scss */
#page.real-wedding .top-row .details {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 399, ../sass/pages/_real-weddings.scss */
  #page.real-wedding .top-row .details {
    padding: 0;
    display: block;
  }
}
/* line 409, ../sass/pages/_real-weddings.scss */
#page.real-wedding .top-row .details .container {
  background-color: #F6F6F6;
  padding: 2% 0;
}
/* line 412, ../sass/pages/_real-weddings.scss */
#page.real-wedding .top-row .details .container h1 {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  text-align: center;
}
/* line 417, ../sass/pages/_real-weddings.scss */
#page.real-wedding .top-row .details .container p {
  margin: 0;
}
/* line 420, ../sass/pages/_real-weddings.scss */
#page.real-wedding .top-row .details .container .rw-info {
  display: block;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
/* line 428, ../sass/pages/_real-weddings.scss */
#page.real-wedding .top-row .adunit {
  display: table-cell;
  width: 300px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* line 428, ../sass/pages/_real-weddings.scss */
  #page.real-wedding .top-row .adunit {
    display: block;
  }
}
/* line 440, ../sass/pages/_real-weddings.scss */
#page.real-wedding #load-more {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  background-color: #e6e6e6;
  border: 3px solid #e6e6e6;
  color: rgba(0, 0, 0, 0.75);
  width: 30%;
  margin: 0 auto 10px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
/* line 457, ../sass/pages/_real-weddings.scss */
#page.real-wedding #load-more:hover {
  background-color: #f49ac1;
  color: #fff;
  border: 3px solid #f49ac1;
}
@media screen and (max-width: 600px) {
  /* line 440, ../sass/pages/_real-weddings.scss */
  #page.real-wedding #load-more {
    width: 100%;
  }
}

/* Load more button */
/* line 180, ../sass/components/_mixins.scss */
#load-more {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  width: 100%;
  padding: 0 .5%;
  margin: 0 auto;
  background: #f49ac1;
  border: 3px solid #f49ac1;
  padding: 10px 0;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}

/* line 196, ../sass/components/_mixins.scss */
#load-more.hide {
  display: none;
}

/* line 199, ../sass/components/_mixins.scss */
#load-more.show {
  display: block;
}

/* Fancybox */
/* line 474, ../sass/pages/_real-weddings.scss */
.fancybox-skin {
  background: none;
  box-shadow: none !important;
  border-radius: none !important;
}

/* line 479, ../sass/pages/_real-weddings.scss */
#rw-pop {
  position: relative;
  text-align: left;
  padding: 1% 0;
}
/* line 484, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details {
  margin: 0 20px;
  /*#caption {
  	width: 80%;
  	max-width: 600px;
  	padding: 3%;
  	margin: 0 auto;
  	//@include border-radius(15px);
  	background-color: #FFF;
  	font-family: $open-sans;
  	font-style: normal;
  	font-size: 16px;
  	line-height:22px;
  }*/
}
/* line 486, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details #main-image {
  width: 90%;
  max-width: 700px;
  max-height: 700px;
  margin: 0 auto 20px auto;
  position: relative;
  text-align: center;
}
/* line 493, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details #main-image img#rw-image {
  border: 10px solid #FFF;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}
/* line 502, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details #main-image #supporting {
  padding: 3px;
  background-color: #FFF;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
/* line 508, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details #main-image #supporting h4 {
  font-size: 12px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: italic;
}
/* line 514, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details #main-image #supporting li img {
  border: 1px solid #333;
  margin: 0 0 10px 0;
}
/* line 518, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details #main-image #supporting li img.last {
  margin: 0;
}
/* line 524, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details #main-image #rw-nav a {
  position: absolute;
  top: 45%;
  width: 35px;
  height: 74px;
}
/* line 530, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details #main-image #rw-nav #prev {
  left: -40px;
  background: url("../images/sprites/gown-nav.png") no-repeat 0 0;
}
/* line 534, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details #main-image #rw-nav #next {
  position: absolute;
  right: -60px;
  background: url("../images/sprites/gown-nav.png") no-repeat -35px 0;
}
/* line 540, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details #main-image .pin-it.show {
  display: block;
}
/* line 544, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details #caption {
  width: 90%;
  max-width: 700px;
  padding: 3% 0;
  margin: 0 auto;
  background-color: transparent;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 2px 2px #000;
}
/* line 558, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details #caption a {
  color: #f49ac1;
}
/* line 560, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details #caption a:hover {
  text-decoration: underline;
}
/* line 578, ../sass/pages/_real-weddings.scss */
#rw-pop #rw-details p {
  margin: 0;
}

/* line 587, ../sass/pages/_real-weddings.scss */
body.page-photos-get-inspired-printable #main #content {
  display: block;
}
/* line 588, ../sass/pages/_real-weddings.scss */
body.page-photos-get-inspired-printable #main #content .breadcrumb {
  display: none;
}
/* line 592, ../sass/pages/_real-weddings.scss */
body.page-photos-get-inspired-printable #main #content #rw_printable {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
/* line 596, ../sass/pages/_real-weddings.scss */
body.page-photos-get-inspired-printable #main #content #rw_printable li {
  margin: 0 0 30px 0;
}
/* line 598, ../sass/pages/_real-weddings.scss */
body.page-photos-get-inspired-printable #main #content #rw_printable li .image {
  text-align: center;
}
/* line 601, ../sass/pages/_real-weddings.scss */
body.page-photos-get-inspired-printable #main #content #rw_printable li p {
  margin: 0 0 10px 0;
}
/* line 604, ../sass/pages/_real-weddings.scss */
body.page-photos-get-inspired-printable #main #content #rw_printable li p.image-link {
  margin: 0 0 30px 0;
}
/* line 610, ../sass/pages/_real-weddings.scss */
body.page-photos-get-inspired-printable #main #content #rw_printable li ul {
  margin: 0 0 0 30px;
}

/*
 *file for the Inspiration Gallery
 */
/* line 6, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery #main #content {
  padding: 0px;
  display: block;
}
/* line 11, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery #ig-pop {
  text-align: center;
}
/* line 13, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery #ig-pop img {
  max-height: 600px;
  max-width: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
}
/* line 19, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery #ig-pop .ig-pop-title {
  text-align: center;
  color: #000;
  margin-top: 15px;
  padding: 0;
}
/* line 24, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery #ig-pop .ig-pop-title a {
  color: #FFF;
  font-weight: 500;
}
/* line 27, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery #ig-pop .ig-pop-title a:hover {
  color: #f49ac1;
}
/* line 33, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page {
  text-align: center;
}
/* line 36, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page .view-content .item-list {
  width: 100%;
}
/* line 38, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page .view-content .item-list .views-row {
  width: 31.5%;
  margin: 10px;
  overflow: hidden;
  border: 5px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 6px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 6px;
}
/* line 46, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page .view-content .item-list .views-row:hover {
  z-index: 10;
}
@media screen and (max-width: 1189px) {
  /* line 38, ../sass/pages/_inspiration-gallery.scss */
  body.page-photos-get-inspired-inspiration-gallery .ig-page .view-content .item-list .views-row {
    width: 30%;
  }
}
@media screen and (max-width: 970px) {
  /* line 38, ../sass/pages/_inspiration-gallery.scss */
  body.page-photos-get-inspired-inspiration-gallery .ig-page .view-content .item-list .views-row {
    width: 45%;
  }
}
@media screen and (max-width: 620px) {
  /* line 38, ../sass/pages/_inspiration-gallery.scss */
  body.page-photos-get-inspired-inspiration-gallery .ig-page .view-content .item-list .views-row {
    width: 100%;
    margin: 10px auto;
  }
}
/* line 60, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page .view-content .item-list .views-row img:hover {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 200ms;
  -moz-transition-timing-function: ease-out;
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.2, 1.2);
  -ms-transition-duration: 200ms;
  -ms-transition-timing-function: ease-out;
  /*margin: -3px 0 0 -3px;
  //padding: 5px;
  border: 3px solid #FFF;
  @include box-shadow(#666 0px 0px 10px 2px);
  @include border-radius(5px);*/
}
/* line 83, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page .view-content .item-list .manual-ad {
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: transparent 0 1px 6px;
  -webkit-box-shadow: transparent 0 1px 6px;
  box-shadow: transparent 0 1px 6px;
}
/* line 88, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page .view-content .item-list .manual-ad img:hover {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
}
/* line 97, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page .view-content .item-list .views-row.ad {
  padding: 20px 0;
}
/* line 103, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form {
  background-color: #e1e1e1;
  padding: 10px;
  width: 65%;
  margin: 0 auto;
  /*.form-item-cat {
  	vertical-align:bottom;
  	margin: 5px 0 5px 5px;
  	padding: 0;
  	height: 34px;
  	border: 2px solid #CCC;
  	background: #FFF url('../images/select-down-arrow.png') no-repeat 97%;
  	select {
  		width: 100%;
  		font-family: $open-sans;
  		font-size: $h3-font-size;
  		background: transparent;
  		border: 0;
  		border-radius: 0;
  		height: 34px;
  		padding: 5px;
  		-webkit-appearance: none;
  		-moz-appearance: menulist;
  		appearance: none;
  	}
  }*/
}
/* line 108, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form .form-item-color {
  float: left;
}
/* line 110, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form .form-item-color .option {
  display: none;
}
@media screen and (max-width: 520px) {
  /* line 103, ../sass/pages/_inspiration-gallery.scss */
  body.page-photos-get-inspired-inspiration-gallery .ig-page form {
    width: 100%;
    padding: 10px 0;
  }
}
/* line 118, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: button;
  appearance: none;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 6px 3px 0;
}
/* line 129, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input[type="radio"]:checked {
  -moz-box-shadow: black 0 0 2px;
  -webkit-box-shadow: black 0 0 2px;
  box-shadow: black 0 0 2px;
  border: 0;
}
/* line 134, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form #edit-color {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  /* line 134, ../sass/pages/_inspiration-gallery.scss */
  body.page-photos-get-inspired-inspiration-gallery .ig-page form #edit-color {
    width: 60%;
    margin: 0 auto;
    padding: 10px 0 30px;
  }
}
@media screen and (max-width: 375px) {
  /* line 134, ../sass/pages/_inspiration-gallery.scss */
  body.page-photos-get-inspired-inspiration-gallery .ig-page form #edit-color {
    width: 100%;
  }
}
/* line 146, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input#edit-color-3169 {
  background: #000;
  background: -moz-linear-gradient(top, black 0%, black 100%);
  /* FF3.6+ */
}
/* line 150, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input#edit-color-3170 {
  background: #0274f1;
  background: -moz-linear-gradient(top, #0274f1 0%, #0274f1 100%);
  /* FF3.6+ */
}
/* line 154, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input#edit-color-3171 {
  background: #858585;
  background: -moz-linear-gradient(top, #858585 0%, #858585 100%);
  /* FF3.6+ */
}
/* line 158, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input#edit-color-3172 {
  background: #63c300;
  background: -moz-linear-gradient(top, #63c300 0%, #63c300 100%);
  /* FF3.6+ */
}
/* line 162, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input#edit-color-3173 {
  background: #FFFFF0;
  background: -moz-linear-gradient(top, ivory 0%, ivory 100%);
  /* FF3.6+ */
}
/* line 166, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input#edit-color-3174 {
  background: #D4AF37;
  background: #fceabb;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmY2VhYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiNmOGI1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-radial-gradient(center, ellipse cover, #fceabb 0%, #f8b500 98%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fceabb), color-stop(98%, #f8b500));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #fceabb 0%, #f8b500 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #fceabb 0%, #f8b500 98%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #fceabb 0%, #f8b500 98%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #fceabb 0%, #f8b500 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#f8b500',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
}
/* line 179, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input#edit-color-3175 {
  background: #fd9300;
  background: -moz-linear-gradient(top, #fd9300 0%, #fd9300 100%);
  /* FF3.6+ */
}
/* line 186, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input#edit-color-3177 {
  background: #ffb7ee;
  background: -moz-linear-gradient(top, #ffb7ee 0%, #ffb7ee 100%);
  /* FF3.6+ */
}
/* line 190, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input#edit-color-3178 {
  /*purple*/
  background: #6831cb;
  background: -moz-linear-gradient(top, #6831cb 0%, #6831cb 100%);
  /* FF3.6+ */
}
/* line 194, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input#edit-color-3179 {
  background: red;
  /* not working, let's see some red */
  background: -moz-linear-gradient(top, red 0%, yellow 15%, lime 30%, cyan 50%, blue 65%, magenta 80%, red 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, red), color-stop(15%, yellow), color-stop(30%, lime), color-stop(50%, cyan), color-stop(65%, blue), color-stop(80%, magenta), color-stop(100%, red));
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
/* line 218, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input#edit-color-3180 {
  background: #e52802;
  background: -moz-linear-gradient(top, #e52802 0%, #e52802 100%);
  /* FF3.6+ */
}
/* line 222, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input#edit-color-3181 {
  background: #FFF;
}
/* line 225, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input#edit-color-3182 {
  background: #ffeb01;
  background: -moz-linear-gradient(top, #ffeb01 0%, #ffeb01 100%);
  /* FF3.6+ */
}
/* line 229, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form input {
  border: 0;
}
/* line 232, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form select {
  width: 90%;
}
@media screen and (max-width: 520px) {
  /* line 257, ../sass/pages/_inspiration-gallery.scss */
  body.page-photos-get-inspired-inspiration-gallery .ig-page form .views-exposed-form .views-exposed-widget {
    padding: 5px 0;
    float: none;
  }
}
/* line 264, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form .views-exposed-form #edit-color-wrapper {
  margin: 0 0 0 10px;
}
/* line 267, ../sass/pages/_inspiration-gallery.scss */
body.page-photos-get-inspired-inspiration-gallery .ig-page form .views-exposed-form input[type="submit"] {
  margin: 0;
  color: #fff;
  height: 28px;
  width: 71px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  background-color: #00ced1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: #009395 0 2px 0;
  -webkit-box-shadow: #009395 0 2px 0;
  box-shadow: #009395 0 2px 0;
}
@media screen and (max-width: 520px) {
  /* line 267, ../sass/pages/_inspiration-gallery.scss */
  body.page-photos-get-inspired-inspiration-gallery .ig-page form .views-exposed-form input[type="submit"] {
    width: 90%;
    height: 44px;
  }
}

@media all and (max-width: 1023px) {
  /* line 293, ../sass/pages/_inspiration-gallery.scss */
  body.page-photos-get-inspired-inspiration-gallery .ig-page .view-content .views-row {
    width: 32.5%;
  }
  /* line 296, ../sass/pages/_inspiration-gallery.scss */
  body.page-photos-get-inspired-inspiration-gallery .ig-page .view-content .views-row.w2 {
    width: 65%;
  }
}
@media all and (max-width: 480px) {
  /* line 308, ../sass/pages/_inspiration-gallery.scss */
  body.page-photos-get-inspired-inspiration-gallery .ig-page .view-content .views-row, body.page-photos-get-inspired-inspiration-gallery .ig-page .view-content .views-row.w2 {
    display: block;
    padding: 0px;
    margin: 10px 0;
    width: 100%;
  }
}
/**
 *File concerning the channel pages
 **/
/* line 11, ../sass/pages/_channels.scss */
body.planning-landing .channel-header-image,
body.photos-landing .channel-header-image,
body.dresses-landing .channel-header-image,
body.registry-landing .channel-header-image,
body.sweepstakes-landing .channel-header-image,
body.beauty-health-landing .channel-header-image {
  position: relative;
}
/* line 13, ../sass/pages/_channels.scss */
body.planning-landing .channel-header-image img,
body.photos-landing .channel-header-image img,
body.dresses-landing .channel-header-image img,
body.registry-landing .channel-header-image img,
body.sweepstakes-landing .channel-header-image img,
body.beauty-health-landing .channel-header-image img {
  width: 100%;
  max-width: 100%;
}
/* line 17, ../sass/pages/_channels.scss */
body.planning-landing .channel-header-image .hp-slider-standout,
body.photos-landing .channel-header-image .hp-slider-standout,
body.dresses-landing .channel-header-image .hp-slider-standout,
body.registry-landing .channel-header-image .hp-slider-standout,
body.sweepstakes-landing .channel-header-image .hp-slider-standout,
body.beauty-health-landing .channel-header-image .hp-slider-standout {
  width: 80%;
  position: absolute;
  left: -1%;
  bottom: -10%;
  padding: 10px;
  background-color: black;
}
@media screen and (max-width: 1023px) {
  /* line 17, ../sass/pages/_channels.scss */
  body.planning-landing .channel-header-image .hp-slider-standout,
  body.photos-landing .channel-header-image .hp-slider-standout,
  body.dresses-landing .channel-header-image .hp-slider-standout,
  body.registry-landing .channel-header-image .hp-slider-standout,
  body.sweepstakes-landing .channel-header-image .hp-slider-standout,
  body.beauty-health-landing .channel-header-image .hp-slider-standout {
    position: relative;
    width: 95%;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
}
/* line 31, ../sass/pages/_channels.scss */
body.planning-landing .channel-header-image .hp-slider-standout .header-1,
body.photos-landing .channel-header-image .hp-slider-standout .header-1,
body.dresses-landing .channel-header-image .hp-slider-standout .header-1,
body.registry-landing .channel-header-image .hp-slider-standout .header-1,
body.sweepstakes-landing .channel-header-image .hp-slider-standout .header-1,
body.beauty-health-landing .channel-header-image .hp-slider-standout .header-1 {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 1023px) {
  /* line 31, ../sass/pages/_channels.scss */
  body.planning-landing .channel-header-image .hp-slider-standout .header-1,
  body.photos-landing .channel-header-image .hp-slider-standout .header-1,
  body.dresses-landing .channel-header-image .hp-slider-standout .header-1,
  body.registry-landing .channel-header-image .hp-slider-standout .header-1,
  body.sweepstakes-landing .channel-header-image .hp-slider-standout .header-1,
  body.beauty-health-landing .channel-header-image .hp-slider-standout .header-1 {
    text-align: center;
  }
}
/* line 44, ../sass/pages/_channels.scss */
body.planning-landing .channel-header-image .hp-slider-standout .header-1 a,
body.photos-landing .channel-header-image .hp-slider-standout .header-1 a,
body.dresses-landing .channel-header-image .hp-slider-standout .header-1 a,
body.registry-landing .channel-header-image .hp-slider-standout .header-1 a,
body.sweepstakes-landing .channel-header-image .hp-slider-standout .header-1 a,
body.beauty-health-landing .channel-header-image .hp-slider-standout .header-1 a {
  color: #FFF;
}
/* line 46, ../sass/pages/_channels.scss */
body.planning-landing .channel-header-image .hp-slider-standout .header-1 a:hover,
body.photos-landing .channel-header-image .hp-slider-standout .header-1 a:hover,
body.dresses-landing .channel-header-image .hp-slider-standout .header-1 a:hover,
body.registry-landing .channel-header-image .hp-slider-standout .header-1 a:hover,
body.sweepstakes-landing .channel-header-image .hp-slider-standout .header-1 a:hover,
body.beauty-health-landing .channel-header-image .hp-slider-standout .header-1 a:hover {
  color: #f49ac1;
}
/* line 51, ../sass/pages/_channels.scss */
body.planning-landing .channel-header-image .hp-slider-standout .body,
body.photos-landing .channel-header-image .hp-slider-standout .body,
body.dresses-landing .channel-header-image .hp-slider-standout .body,
body.registry-landing .channel-header-image .hp-slider-standout .body,
body.sweepstakes-landing .channel-header-image .hp-slider-standout .body,
body.beauty-health-landing .channel-header-image .hp-slider-standout .body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #d7d7d7;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 57, ../sass/pages/_channels.scss */
body.planning-landing .channel-header-image .hp-slider-standout .body p,
body.photos-landing .channel-header-image .hp-slider-standout .body p,
body.dresses-landing .channel-header-image .hp-slider-standout .body p,
body.registry-landing .channel-header-image .hp-slider-standout .body p,
body.sweepstakes-landing .channel-header-image .hp-slider-standout .body p,
body.beauty-health-landing .channel-header-image .hp-slider-standout .body p {
  line-height: 9px;
}
/* line 61, ../sass/pages/_channels.scss */
body.planning-landing .channel-header-image .hp-slider-standout p,
body.photos-landing .channel-header-image .hp-slider-standout p,
body.dresses-landing .channel-header-image .hp-slider-standout p,
body.registry-landing .channel-header-image .hp-slider-standout p,
body.sweepstakes-landing .channel-header-image .hp-slider-standout p,
body.beauty-health-landing .channel-header-image .hp-slider-standout p {
  display: inline;
  line-height: 16px;
}
@media screen and (max-width: 1023px) {
  /* line 61, ../sass/pages/_channels.scss */
  body.planning-landing .channel-header-image .hp-slider-standout p,
  body.photos-landing .channel-header-image .hp-slider-standout p,
  body.dresses-landing .channel-header-image .hp-slider-standout p,
  body.registry-landing .channel-header-image .hp-slider-standout p,
  body.sweepstakes-landing .channel-header-image .hp-slider-standout p,
  body.beauty-health-landing .channel-header-image .hp-slider-standout p {
    display: none;
  }
}
/* line 68, ../sass/pages/_channels.scss */
body.planning-landing .channel-header-image .hp-slider-standout .more-link,
body.photos-landing .channel-header-image .hp-slider-standout .more-link,
body.dresses-landing .channel-header-image .hp-slider-standout .more-link,
body.registry-landing .channel-header-image .hp-slider-standout .more-link,
body.sweepstakes-landing .channel-header-image .hp-slider-standout .more-link,
body.beauty-health-landing .channel-header-image .hp-slider-standout .more-link {
  margin-left: 5px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 68, ../sass/pages/_channels.scss */
  body.planning-landing .channel-header-image .hp-slider-standout .more-link,
  body.photos-landing .channel-header-image .hp-slider-standout .more-link,
  body.dresses-landing .channel-header-image .hp-slider-standout .more-link,
  body.registry-landing .channel-header-image .hp-slider-standout .more-link,
  body.sweepstakes-landing .channel-header-image .hp-slider-standout .more-link,
  body.beauty-health-landing .channel-header-image .hp-slider-standout .more-link {
    display: none;
  }
}
/* line 76, ../sass/pages/_channels.scss */
body.planning-landing .channel-header-image .hp-slider-standout .more-link:hover,
body.photos-landing .channel-header-image .hp-slider-standout .more-link:hover,
body.dresses-landing .channel-header-image .hp-slider-standout .more-link:hover,
body.registry-landing .channel-header-image .hp-slider-standout .more-link:hover,
body.sweepstakes-landing .channel-header-image .hp-slider-standout .more-link:hover,
body.beauty-health-landing .channel-header-image .hp-slider-standout .more-link:hover {
  color: #f49ac1;
}
/* line 83, ../sass/pages/_channels.scss */
body.planning-landing .bx-wrapper .bx-controls,
body.photos-landing .bx-wrapper .bx-controls,
body.dresses-landing .bx-wrapper .bx-controls,
body.registry-landing .bx-wrapper .bx-controls,
body.sweepstakes-landing .bx-wrapper .bx-controls,
body.beauty-health-landing .bx-wrapper .bx-controls {
  z-index: 10;
}
/* line 85, ../sass/pages/_channels.scss */
body.planning-landing .bx-wrapper .bx-controls .bx-pager,
body.photos-landing .bx-wrapper .bx-controls .bx-pager,
body.dresses-landing .bx-wrapper .bx-controls .bx-pager,
body.registry-landing .bx-wrapper .bx-controls .bx-pager,
body.sweepstakes-landing .bx-wrapper .bx-controls .bx-pager,
body.beauty-health-landing .bx-wrapper .bx-controls .bx-pager {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 22px;
  bottom: auto;
}
/* line 91, ../sass/pages/_channels.scss */
body.planning-landing .bx-wrapper .bx-controls .bx-pager .bx-pager-item,
body.photos-landing .bx-wrapper .bx-controls .bx-pager .bx-pager-item,
body.dresses-landing .bx-wrapper .bx-controls .bx-pager .bx-pager-item,
body.registry-landing .bx-wrapper .bx-controls .bx-pager .bx-pager-item,
body.sweepstakes-landing .bx-wrapper .bx-controls .bx-pager .bx-pager-item,
body.beauty-health-landing .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: block;
  margin: 0 0 5px 0;
}
/* line 97, ../sass/pages/_channels.scss */
body.planning-landing .bx-wrapper .bx-controls .bx-controls-direction a,
body.photos-landing .bx-wrapper .bx-controls .bx-controls-direction a,
body.dresses-landing .bx-wrapper .bx-controls .bx-controls-direction a,
body.registry-landing .bx-wrapper .bx-controls .bx-controls-direction a,
body.sweepstakes-landing .bx-wrapper .bx-controls .bx-controls-direction a,
body.beauty-health-landing .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 46px;
  height: 92px;
  top: 35%;
  opacity: .85;
}
@media screen and (max-width: 1023px) {
  /* line 97, ../sass/pages/_channels.scss */
  body.planning-landing .bx-wrapper .bx-controls .bx-controls-direction a,
  body.photos-landing .bx-wrapper .bx-controls .bx-controls-direction a,
  body.dresses-landing .bx-wrapper .bx-controls .bx-controls-direction a,
  body.registry-landing .bx-wrapper .bx-controls .bx-controls-direction a,
  body.sweepstakes-landing .bx-wrapper .bx-controls .bx-controls-direction a,
  body.beauty-health-landing .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 26px;
    height: 52px;
    top: 45%;
  }
}
/* line 108, ../sass/pages/_channels.scss */
body.planning-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
body.photos-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
body.dresses-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
body.registry-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
body.sweepstakes-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
body.beauty-health-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  background: url("../images/slider-control-left.png") no-repeat 0 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  /* line 108, ../sass/pages/_channels.scss */
  body.planning-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  body.photos-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  body.dresses-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  body.registry-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  body.sweepstakes-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  body.beauty-health-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    background-size: 100%;
  }
}
/* line 114, ../sass/pages/_channels.scss */
body.planning-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
body.photos-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
body.dresses-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
body.registry-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
body.sweepstakes-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
body.beauty-health-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
  background: url("../images/slider-control-left.png") no-repeat 0 -92px;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  /* line 114, ../sass/pages/_channels.scss */
  body.planning-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
  body.photos-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
  body.dresses-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
  body.registry-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
  body.sweepstakes-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
  body.beauty-health-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
    background-size: 100%;
    background-position: 0 -52px;
  }
}
/* line 123, ../sass/pages/_channels.scss */
body.planning-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
body.photos-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
body.dresses-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
body.registry-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
body.sweepstakes-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
body.beauty-health-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  background: url("../images/slider-control-right.png") no-repeat 0 0;
  right: -1px;
}
@media screen and (max-width: 1023px) {
  /* line 123, ../sass/pages/_channels.scss */
  body.planning-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
  body.photos-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
  body.dresses-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
  body.registry-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
  body.sweepstakes-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
  body.beauty-health-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    background-size: 100%;
    right: 0;
  }
}
/* line 130, ../sass/pages/_channels.scss */
body.planning-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
body.photos-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
body.dresses-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
body.registry-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
body.sweepstakes-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
body.beauty-health-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
  background: url("../images/slider-control-right.png") no-repeat 0 -92px;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  /* line 130, ../sass/pages/_channels.scss */
  body.planning-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
  body.photos-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
  body.dresses-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
  body.registry-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
  body.sweepstakes-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
  body.beauty-health-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
    background-size: 100%;
    background-position: 0 -52px;
  }
}

/* line 149, ../sass/pages/_channels.scss */
body.planning-landing #the-details h2.center-title, body.planning-landing #getting-started h2.center-title, body.planning-landing #etiquette-advice h2.center-title {
  display: none;
}

/* line 156, ../sass/pages/_channels.scss */
body.honeymoons-landing .bx-wrapper {
  margin: 0 0 10px 0;
}
/* line 160, ../sass/pages/_channels.scss */
body.honeymoons-landing .bx-wrapper .bx-viewport .slide .views-field-title {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
  bottom: 0px;
  padding: 5px 0 10px 0;
}
/* line 162, ../sass/components/_mixins.scss */
body.honeymoons-landing .bx-wrapper .bx-viewport .slide .views-field-title a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
body.honeymoons-landing .bx-wrapper .bx-viewport .slide .views-field-title a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
body.honeymoons-landing .bx-wrapper .bx-viewport .slide .views-field-title span {
  padding: 5px 10px;
  display: block;
}
/* line 164, ../sass/pages/_channels.scss */
body.honeymoons-landing .bx-wrapper .bx-viewport .slide .views-field-title span {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
/* line 166, ../sass/pages/_channels.scss */
body.honeymoons-landing .bx-wrapper .bx-viewport .slide .views-field-title span a {
  font-size: 36px;
  line-height: 34px;
  font-weight: bold;
}
/* line 175, ../sass/pages/_channels.scss */
body.honeymoons-landing .bx-wrapper .bx-controls {
  position: relative;
  z-index: 10;
  height: 31px;
}
/* line 179, ../sass/pages/_channels.scss */
body.honeymoons-landing .bx-wrapper .bx-controls .bx-controls-direction {
  position: relative;
  bottom: -5px;
  border-top: 3px solid #000;
}
@media screen and (max-width: 1200px) {
  /* line 179, ../sass/pages/_channels.scss */
  body.honeymoons-landing .bx-wrapper .bx-controls .bx-controls-direction {
    display: block;
  }
}
/* line 186, ../sass/pages/_channels.scss */
body.honeymoons-landing .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 25px;
  height: 25px;
  top: auto;
  margin-top: 0;
}
/* line 192, ../sass/pages/_channels.scss */
body.honeymoons-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  background: url("../images/slider-nav-sprite.png") no-repeat 0 0;
  left: 0px;
}
/* line 196, ../sass/pages/_channels.scss */
body.honeymoons-landing .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  background: url("../images/slider-nav-sprite.png") no-repeat -29px 0;
  left: 30px;
}
/* line 204, ../sass/pages/_channels.scss */
body.honeymoons-landing #destinations h2.center-title {
  display: none;
}
/* line 209, ../sass/pages/_channels.scss */
body.honeymoons-landing #honeymoons-editors-pick .pane-title {
  background: none;
  border-bottom: none;
  margin: 0;
  background: none;
}
/* line 214, ../sass/pages/_channels.scss */
body.honeymoons-landing #honeymoons-editors-pick .pane-title span {
  background: #fff;
  color: #000;
  padding: 5px 10px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-weight: 300;
  font-size: 22px;
}

@media all and (max-width: 480px) {
  /* line 230, ../sass/pages/_channels.scss */
  body.channel .channel-most-recent .views-row {
    padding: 10px 0 0 0;
    margin: 0;
    width: 100%;
  }
  /* line 235, ../sass/pages/_channels.scss */
  body.channel .channel-most-recent .list-image {
    margin: 0;
    display: block;
    width: 100%;
  }
  /* line 239, ../sass/pages/_channels.scss */
  body.channel .channel-most-recent .list-image .item-list {
    margin: 0 auto;
  }
  /* line 243, ../sass/pages/_channels.scss */
  body.channel .channel-most-recent .info {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 11.9px;
  }
  /* line 248, ../sass/pages/_channels.scss */
  body.channel .channel-most-recent .info .title {
    font-size: 16.38px;
    margin: 10px 0 0 0;
  }
  /* line 252, ../sass/pages/_channels.scss */
  body.channel .channel-most-recent .info .data {
    position: relative;
    bottom: auto;
    text-align: left;
  }
}
/*
 *Styles for the front page
 */
/* line 5, ../sass/pages/_front.scss */
#intro-pop {
  max-width: 440px;
}
/* line 7, ../sass/pages/_front.scss */
#intro-pop #intro-newsletter {
  padding: 20px;
  background-color: #FFF;
}
/* line 11, ../sass/pages/_front.scss */
#intro-pop #intro-newsletter h1 {
  text-align: center;
  font-size: 34px;
  line-height: 36px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  color: #000;
  margin: 0 0 5px 0;
}
/* line 20, ../sass/pages/_front.scss */
#intro-pop #intro-newsletter .intro {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin: 0;
}
@media all and (max-width: 400px) {
  /* line 20, ../sass/pages/_front.scss */
  #intro-pop #intro-newsletter .intro {
    line-height: 20px;
  }
}
/* line 29, ../sass/pages/_front.scss */
#intro-pop #intro-newsletter form {
  margin: 20px 0;
}
/* line 31, ../sass/pages/_front.scss */
#intro-pop #intro-newsletter form #form-fields {
  text-align: center;
}
/* line 33, ../sass/pages/_front.scss */
#intro-pop #intro-newsletter form #form-fields .input-wrapper {
  display: inline-block;
  vertical-align: top;
}
/* line 40, ../sass/pages/_front.scss */
#intro-pop #intro-newsletter form #form-fields .email input {
  height: 28px;
  color: #666;
}
/* line 46, ../sass/pages/_front.scss */
#intro-pop #intro-newsletter form #form-fields .submit input {
  border: 2px solid #00ced1;
  background-color: #00ced1;
  color: #FFF;
}
@media all and (max-width: 400px) {
  /* line 45, ../sass/pages/_front.scss */
  #intro-pop #intro-newsletter form #form-fields .submit {
    margin: 10px 0 0 0;
  }
}

/* line 60, ../sass/pages/_front.scss */
.hp-channel-title {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  margin: 10px 0 0 0;
  line-height: 1.28571em;
}
/* line 67, ../sass/pages/_front.scss */
.hp-channel-title span {
  background: none;
  padding: 0;
}

/* line 74, ../sass/pages/_front.scss */
body.front #top-banner {
  padding: 0;
}
/* line 76, ../sass/pages/_front.scss */
body.front #top-banner .block {
  margin: 0;
  padding: 0;
}
/* line 80, ../sass/pages/_front.scss */
body.front #top-banner img {
  width: auto;
}
/* line 84, ../sass/pages/_front.scss */
body.front #header {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 1199px) {
  /* line 84, ../sass/pages/_front.scss */
  body.front #header {
    max-width: 970px;
  }
}
/* line 96, ../sass/pages/_front.scss */
body.front #content-planning-guides {
  display: none;
}
@media all and (max-width: 600px) {
  /* line 101, ../sass/pages/_front.scss */
  body.front #header #planning-guides {
    display: none;
  }
  /* line 105, ../sass/pages/_front.scss */
  body.front #content-planning-guides {
    display: block;
  }
  /* line 107, ../sass/pages/_front.scss */
  body.front #content-planning-guides #planning-guides {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 auto 20px;
    padding: 5px 0 2px 0;
    border-radius: 0;
  }
  /* line 116, ../sass/pages/_front.scss */
  body.front #content-planning-guides #planning-guides h3, body.front #content-planning-guides #planning-guides p {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 24px;
    border: none;
    display: inline;
    font-weight: normal;
    font-style: normal;
  }
  /* line 124, ../sass/pages/_front.scss */
  body.front #content-planning-guides #planning-guides p {
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
  }
  /* line 128, ../sass/pages/_front.scss */
  body.front #content-planning-guides #planning-guides p:after {
    visibility: visible;
    content: ">";
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    margin: 2px 0 0 0;
  }
}
/* line 143, ../sass/pages/_front.scss */
body.front #main .hp-slider {
  visibility: hidden;
  margin: 10px 0;
}
/* line 146, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper {
  margin: 0 auto;
}
/* line 148, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
/* line 151, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-viewport li .hp-slider-relative {
  position: relative;
}
/* line 153, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout {
  width: auto;
  max-width: 40%;
  position: absolute;
  left: 0;
  bottom: 10%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
}
/* line 162, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout .slider-title {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  display: block;
  font-style: italic;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 10px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}
/* line 171, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout .body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #d7d7d7;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 182, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout .more-link {
  margin-top: 10px;
  font-weight: 700;
}
/* line 186, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout a {
  color: #FFF;
}
/* line 188, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout a:hover {
  color: #f49ac1;
}
/* line 196, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-controls {
  position: relative;
  z-index: 100;
}
/* line 199, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-controls .bx-pager {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
}
/* line 204, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
}
/* line 211, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-controls .bx-controls-direction {
  z-index: 100;
  position: absolute;
  bottom: 8px;
}
/* line 215, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 25px;
  height: 25px;
  text-decoration: none;
}
/* line 220, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  background: url("../images/slider-nav-sprite.png") no-repeat 0 0;
  left: 0px;
}
/* line 224, ../sass/pages/_front.scss */
body.front #main .hp-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  background: url("../images/slider-nav-sprite.png") no-repeat -29px 0;
  left: 30px;
}
@media all and (max-width: 1023px) {
  /* line 233, ../sass/pages/_front.scss */
  body.front #main .hp-slider .bx-wrapper {
    margin: 0 auto 10px auto;
  }
  /* line 237, ../sass/pages/_front.scss */
  body.front #main .hp-slider .bx-wrapper .bx-viewport li .hp-slider-relative {
    overflow: hidden;
  }
  /* line 239, ../sass/pages/_front.scss */
  body.front #main .hp-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout {
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
  /* line 246, ../sass/pages/_front.scss */
  body.front #main .hp-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout .slider-title {
    font-size: 28px;
    line-height: 26px;
    text-align: center;
  }
  /* line 251, ../sass/pages/_front.scss */
  body.front #main .hp-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout .body {
    display: none;
  }
  /* line 254, ../sass/pages/_front.scss */
  body.front #main .hp-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout .more-link {
    display: none;
  }
  /* line 261, ../sass/pages/_front.scss */
  body.front #main .hp-slider .bx-wrapper .bx-controls {
    display: none;
  }
}
@media all and (max-width: 400px) {
  /* line 143, ../sass/pages/_front.scss */
  body.front #main .hp-slider {
    margin: 10px 0 30px 0;
  }
}
/* line 272, ../sass/pages/_front.scss */
body.front #main #content #hp-featured {
  font-size: 0;
}
/* line 274, ../sass/pages/_front.scss */
body.front #main #content #hp-featured .featured-container {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
  margin: 0;
  position: relative;
}
/* line 280, ../sass/pages/_front.scss */
body.front #main #content #hp-featured .featured-container:first-child {
  margin: 0 1% 0 0;
}
/* line 283, ../sass/pages/_front.scss */
body.front #main #content #hp-featured .featured-container:last-child {
  margin: 0 0 0 1%;
}
/* line 286, ../sass/pages/_front.scss */
body.front #main #content #hp-featured .featured-container .featured-card {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
}
/* line 292, ../sass/pages/_front.scss */
body.front #main #content #hp-featured .featured-container .featured-card .front {
  z-index: 1;
}
/* line 294, ../sass/pages/_front.scss */
body.front #main #content #hp-featured .featured-container .featured-card .front img {
  width: 100%;
}
/* line 298, ../sass/pages/_front.scss */
body.front #main #content #hp-featured .featured-container .featured-card .back {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f6f6f6 url("/sites/all/themes/custom/bg_zen/images/featured-back.png");
  border: 5px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 314, ../sass/pages/_front.scss */
body.front #main #content #hp-featured .featured-container .featured-card .back h2.back-title {
  text-align: center;
  color: #000;
  padding: 5px 0 1px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 26px;
  line-height: 35px;
}
/* line 322, ../sass/pages/_front.scss */
body.front #main #content #hp-featured .featured-container .featured-card .back h2.back-title:after {
  content: "";
  display: block;
  width: 80%;
  height: 3px;
  margin: 0 auto;
  background: #000;
}
@media all and (max-width: 768px) {
  /* line 314, ../sass/pages/_front.scss */
  body.front #main #content #hp-featured .featured-container .featured-card .back h2.back-title {
    font-size: 20px;
    line-height: 24px;
  }
}
/* line 335, ../sass/pages/_front.scss */
body.front #main #content #hp-featured .featured-container .featured-card .back .back-content {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
/* line 340, ../sass/pages/_front.scss */
body.front #main #content #hp-featured .featured-container .featured-card .back .back-content a {
  color: #000;
  margin: 20px 0 0 0;
  text-decoration: none;
  display: block;
  font-size: 18px;
  line-height: 18px;
  /*
  @media all and (max-width: 768px) {
  	margin: 12px 0 0 0;
  	font-size: 14px;
  }
  */
}
/* line 348, ../sass/pages/_front.scss */
body.front #main #content #hp-featured .featured-container .featured-card .back .back-content a:hover {
  color: #f49ac1;
}
@media all and (max-width: 600px) {
  /* line 340, ../sass/pages/_front.scss */
  body.front #main #content #hp-featured .featured-container .featured-card .back .back-content a {
    margin: 8px 0 0 0;
    font-size: 13px;
  }
}
@media all and (max-width: 375px) {
  /* line 340, ../sass/pages/_front.scss */
  body.front #main #content #hp-featured .featured-container .featured-card .back .back-content a {
    margin: 20px 0 0 0;
    font-size: 16px;
  }
}
/* line 370, ../sass/pages/_front.scss */
body.front #main #content #hp-featured .featured-container:hover .back {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
@media all and (max-width: 375px) {
  /* line 274, ../sass/pages/_front.scss */
  body.front #main #content #hp-featured .featured-container {
    display: block;
    width: 285px;
    margin: 0 auto 10px auto !important;
  }
}
/* line 384, ../sass/pages/_front.scss */
body.front #main #content article.front-page ul.links {
  display: none;
}
@media all and (max-width: 767px) {
  /* line 396, ../sass/pages/_front.scss */
  body.front #main #content .hp-whats-hot .view-content .latest-list .hp-latest .views-row .views-field-title span {
    line-height: 16px;
  }
  /* line 398, ../sass/pages/_front.scss */
  body.front #main #content .hp-whats-hot .view-content .latest-list .hp-latest .views-row .views-field-title span a {
    font-size: 16px;
  }
}
@media all and (max-width: 600px) {
  /* line 393, ../sass/pages/_front.scss */
  body.front #main #content .hp-whats-hot .view-content .latest-list .hp-latest .views-row {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/* line 415, ../sass/pages/_front.scss */
body.front #main #content .hp-whats-hot .item-list .pager li {
  margin: 0;
  display: block;
  padding: 0 2% 0 0;
}
@media all and (max-width: 600px) {
  /* line 415, ../sass/pages/_front.scss */
  body.front #main #content .hp-whats-hot .item-list .pager li {
    padding: 0;
  }
}
/* line 427, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block {
  width: 100%;
}
/* line 429, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block {
  margin: 0 30px 0 0;
  font-size: 0;
}
/* line 432, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .first-article {
  position: relative;
  margin: 0 2% 0 0;
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
/* line 442, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .first-article .caption {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
/* line 162, ../sass/components/_mixins.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .first-article .caption a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .first-article .caption a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .first-article .caption span {
  padding: 5px 10px;
  display: block;
}
/* line 444, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .first-article .caption .title {
  padding: 2% 2% 0;
  padding: 0 2% 2%;
  font-size: 28px;
}
/* line 447, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .first-article .caption .title a {
  font-size: 30px;
  line-height: 32px;
}
/* line 455, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .first-article .caption .subtitle {
  padding: 0 2% 2%;
  color: #FFF;
  font-size: 14px;
  display: none;
}
/* line 463, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .remaining {
  width: 28%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* line 468, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .remaining .item-small {
  padding: 0;
  height: 50%;
  margin: 0 0 5% 0;
}
@media all and (max-width: 768px) {
  /* line 468, ../sass/pages/_front.scss */
  body.front #main #content #block-bg-hp-channel-block .hp-channel-block .remaining .item-small {
    padding: 0 0 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
@media all and (max-width: 768px) {
  /* line 476, ../sass/pages/_front.scss */
  body.front #main #content #block-bg-hp-channel-block .hp-channel-block .remaining .item-small .image-small {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
  }
}
/* line 483, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .remaining .item-small .image-small img {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 487, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .remaining .item-small .caption {
  width: auto;
  display: block;
}
@media all and (max-width: 768px) {
  /* line 487, ../sass/pages/_front.scss */
  body.front #main #content #block-bg-hp-channel-block .hp-channel-block .remaining .item-small .caption {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
  }
}
/* line 495, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .remaining .item-small .caption .title {
  font-size: 20px;
  padding: 3% 2% 0;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
}
/* line 505, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .remaining .item-small.last {
  padding: 0;
  border: transparent;
}
/* line 510, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .channel-block-view-all {
  display: block;
  width: 100%;
  position: relative;
  text-align: right;
  height: 10px;
  border-bottom: 5px solid #f6f6f6;
  margin: 35px 0;
}
/* line 518, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .channel-block-view-all a {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  color: #000;
  background: #fff;
  padding-left: 10px;
  font-size: 14px;
}
/* line 526, ../sass/pages/_front.scss */
body.front #main #content #block-bg-hp-channel-block .hp-channel-block .channel-block-view-all a:hover {
  color: #f49ac1;
}
@media all and (max-width: 620px) {
  /* line 533, ../sass/pages/_front.scss */
  body.front #main #content #block-bg-hp-channel-block .hp-channel-block {
    margin: 0;
  }
  /* line 535, ../sass/pages/_front.scss */
  body.front #main #content #block-bg-hp-channel-block .hp-channel-block .first-article {
    display: block;
    width: auto;
    text-align: center;
    border-bottom: 1px solid #F6F6F6;
    margin: 0 0 10px 0;
  }
  /* line 541, ../sass/pages/_front.scss */
  body.front #main #content #block-bg-hp-channel-block .hp-channel-block .first-article .image {
    box-shadow: none;
    border: none;
    height: auto;
    width: auto;
    overflow: visible;
  }
  /* line 547, ../sass/pages/_front.scss */
  body.front #main #content #block-bg-hp-channel-block .hp-channel-block .first-article .image img {
    border: 1px solid #e6e6e6;
  }
  /* line 554, ../sass/pages/_front.scss */
  body.front #main #content #block-bg-hp-channel-block .hp-channel-block .first-article .caption .title a {
    font-size: 22px;
  }
  /* line 560, ../sass/pages/_front.scss */
  body.front #main #content #block-bg-hp-channel-block .hp-channel-block .remaining {
    display: block;
    width: auto;
  }
  /* line 563, ../sass/pages/_front.scss */
  body.front #main #content #block-bg-hp-channel-block .hp-channel-block .remaining .item-small {
    padding: 0 0 2% 0;
    margin: 0 0 2% 0;
  }
  /* line 568, ../sass/pages/_front.scss */
  body.front #main #content #block-bg-hp-channel-block .hp-channel-block .channel-block-view-all {
    margin: 5px;
  }
}
/* line 577, ../sass/pages/_front.scss */
body.front #main .region-sidebar-second {
  padding: 0;
}

/*
 *Styles for blogs
 */
/* line 6, ../sass/pages/_blog.scss */
body.node-type-blog ul.links li.blog_usernames_blog {
  display: none;
}

/* line 14, ../sass/pages/_blog.scss */
body.page-blogs ul.action-links {
  display: none;
}
/* line 20, ../sass/pages/_blog.scss */
body.page-blogs .view-content .item-list .blog-list .views-row {
  width: 46%;
  margin: 2%;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: opacity .5s linear .2s;
  -webkit-transition: -webkit- opacity .5s linear .2s;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
}
@media all and (max-width: 480px) {
  /* line 20, ../sass/pages/_blog.scss */
  body.page-blogs .view-content .item-list .blog-list .views-row {
    width: 100%;
    padding: 10px 0;
  }
}
/* line 39, ../sass/pages/_blog.scss */
body.page-blogs .view-content .item-list .blog-list .views-row:hover {
  border: solid 1px #cfcfcf;
  box-shadow: 0 0 10px 0 #eee;
}
/* line 43, ../sass/pages/_blog.scss */
body.page-blogs .view-content .item-list .blog-list .views-row .views-field-title {
  text-align: center;
  padding: 20px 10px 10px;
}
/* line 47, ../sass/pages/_blog.scss */
body.page-blogs .view-content .item-list .blog-list .views-row .views-field-title span a {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-size: 22px;
}
/* line 53, ../sass/pages/_blog.scss */
body.page-blogs .view-content .item-list .blog-list .views-row .views-field-field-subtitle {
  padding: 10px;
}

/**
 *Styles for slideshows
 **/
/* line 6, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #site-wrapper {
  overflow: visible;
}
/* line 10, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #top-banner {
  background-color: #000;
  padding: 3px 0;
}
/* line 14, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #navigation {
  display: none;
}
/* line 17, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main {
  display: block;
}
@media all and (max-width: 350px) {
  /* line 17, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main {
    padding: 0;
  }
}
/* line 22, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content {
  display: block;
  padding: 0;
}
/* line 25, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article {
  width: 100%;
  position: relative;
}
/* line 28, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content {
  width: 100%;
  padding: 0;
  display: table;
  position: relative;
}
@media all and (max-width: 400px) {
  /* line 28, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content {
    padding: 0;
  }
}
/* line 36, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame {
  display: table-cell;
  position: relative;
  min-height: 600px;
  width: 100%;
  vertical-align: top;
}
/* line 44, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #mobile-menu-link:before,
body.node-type-slideshow #page #main #content article .content #slides-frame #mobile-menu-link:after,
body.node-type-slideshow #page #main #content article .content #slides-frame #mobile-menu-link span {
  background: #000;
  content: '';
  display: block;
  width: 30px;
  height: 6px;
}
/* line 53, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #mobile-menu-link {
  display: inline-block;
  width: 40px;
  height: 36px;
  margin: 0 10px 0 0;
  z-index: 2;
  position: relative;
}
/* line 63, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #mobile-menu-link:before {
  top: 5px;
  margin: 10px 0 3px;
}
/* line 67, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #mobile-menu-link:after {
  bottom: 5px;
  margin: 3px 0 0;
}
/* line 71, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #mobile-menu-link span {
  top: 50%;
  margin-top: 3px 0;
}
/* line 75, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame .slide-share {
  width: 250px;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 0 0 150px;
}
/* line 80, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame .slide-share .share-text {
  display: inline-block;
}
/* line 83, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame .slide-share .share-block {
  display: inline-block;
  vertical-align: middle;
}
/* line 86, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame .slide-share .share-block #article-share {
  margin: 0;
}
@media all and (max-width: 1023px) {
  /* line 75, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slides-frame .slide-share {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    margin: 0;
  }
}
/* line 98, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #body-overlay {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2000;
}
/* line 104, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #body-overlay.hide {
  display: none;
}
/* line 107, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #body-overlay .slideshow-body-box {
  width: 500px;
  height: auto;
  position: relative;
  top: 120px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border: 5px solid #00ced1;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
@media all and (max-width: 550px) {
  /* line 107, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slides-frame #body-overlay .slideshow-body-box {
    width: 90%;
    top: 60px;
  }
}
@media all and (max-width: 400px) {
  /* line 107, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slides-frame #body-overlay .slideshow-body-box {
    width: 100%;
  }
}
/* line 125, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #body-overlay .slideshow-body-box h2.node-title {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 30px 0;
}
@media all and (max-width: 550px) {
  /* line 125, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slides-frame #body-overlay .slideshow-body-box h2.node-title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px 0;
  }
}
/* line 137, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #body-overlay .slideshow-body-box #slideshow-body-box-close {
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  text-align: center;
  border: 1px solid #EEE;
  padding: 0px 5px 7px 5px;
  background-color: #FFF;
  cursor: pointer;
}
/* line 153, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #body-overlay .slideshow-body-box #slideshow-start {
  background-color: #00ced1;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  width: 200px;
  margin: 0 auto;
}
/* line 160, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #body-overlay .slideshow-body-box #slideshow-start span {
  color: #FFF;
}
/* line 166, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides {
  max-width: 600px;
  min-height: 600px;
  margin: 10px auto 0 auto;
}
/* line 170, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li {
  display: none;
  width: 100%;
  text-align: center;
}
/* line 174, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li:first-child {
  display: block;
}
/* line 177, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  /* line 177, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide {
    overflow: visible;
  }
}
/* line 184, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide img {
  max-width: 600px;
  width: 100%;
}
/* line 188, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .inner-slide-controls {
  display: none;
  width: 100%;
  position: absolute;
  top: 40%;
  z-index: 2000;
}
@media all and (max-width: 768px) {
  /* line 188, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .inner-slide-controls {
    display: block;
  }
}
/* line 197, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .inner-slide-controls .container {
  position: relative;
}
/* line 199, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .inner-slide-controls .container span {
  position: absolute;
}
/* line 201, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .inner-slide-controls .container span i {
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
  font-size: 48px;
}
/* line 207, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .inner-slide-controls .container .prev {
  left: 0;
}
/* line 210, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .inner-slide-controls .container .next {
  right: 0;
}
/* line 214, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .inner-slide-controls .container .disabled i {
  color: #DEDEDE;
  text-shadow: none;
  opacity: .5;
}
/* line 222, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .slide-caption {
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
  background-color: rgba(0, 0, 0, 0.6);
}
@media all and (max-width: 1023px) {
  /* line 222, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .slide-caption {
    display: block;
  }
}
/* line 233, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .slide-caption .caption-more {
  position: relative;
}
/* line 235, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .slide-caption .caption-more i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
}
/* line 241, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .slide-caption .caption-more .fa-angle-double-up {
  display: none;
}
/* line 245, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .slide-caption .node-title {
  line-height: 1;
  margin: 0 14px 0 0;
}
/* line 249, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .slide-caption .body {
  display: none;
}
/* line 251, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .slide-caption .body p {
  margin: 0 0 5px 0;
}
/* line 253, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .slide-caption .body p a {
  color: #FFF;
}
/* line 255, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .slide-caption .body p a:hover {
  color: #f49ac1;
}
/* line 261, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .slide-caption .credit {
  display: none;
}
/* line 263, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .slide-caption .credit p {
  margin: 5px 0;
}
/* line 266, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .slide-caption .credit a {
  color: #FFF;
}
/* line 268, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slides-frame #slides li .slide .slide-caption .credit a:hover {
  color: #f49ac1;
}
/* line 278, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls {
  width: 320px;
  padding: 10px 0;
  text-align: left;
  display: block;
}
@media all and (max-width: 1023px) {
  /* line 278, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls {
    background-color: #EEE;
    max-width: 100%;
    display: table-header-group;
  }
}
/* line 288, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls .header-logo {
  width: 200px;
  margin: 0 auto 10px auto;
}
@media all and (max-width: 1023px) {
  /* line 288, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls .header-logo {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 5px 2% 5px 0;
  }
}
@media all and (max-width: 400px) {
  /* line 288, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls .header-logo {
    width: 150px;
  }
}
@media all and (max-width: 320px) {
  /* line 288, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls .header-logo {
    padding: 5px 1% 5px 0;
  }
}
/* line 304, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
@media all and (max-width: 1023px) {
  /* line 304, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container {
    width: 300px;
    display: inline-block;
    text-align: right;
    float: right;
  }
}
@media all and (max-width: 600px) {
  /* line 304, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container {
    width: 180px;
  }
}
@media all and (max-width: 400px) {
  /* line 304, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container {
    width: 150px;
  }
}
/* line 322, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #slide-controls {
  width: 110px;
  padding: 0 5px;
  text-align: left;
}
/* line 326, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #slide-controls span {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 48px;
  border-radius: 50%;
  background-color: #00ced1;
  box-sizing: border-box;
}
/* line 334, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #slide-controls span i {
  color: #FFF;
  font-size: 48px;
}
/* line 339, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #slide-controls .prev {
  margin: 0 2px 0 0;
  padding: 0 5px 0 0;
}
/* line 343, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #slide-controls .next {
  margin: 0 0 0 2px;
  padding: 0 0 0 5px;
}
/* line 347, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #slide-controls .disabled {
  background-color: #DEDEDE;
  opacity: .5;
}
@media all and (max-width: 768px) {
  /* line 322, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #slide-controls {
    display: none;
  }
}
/* line 355, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #slideshow-nav {
  width: 110px;
  margin: 0 2%;
  text-align: left;
  vertical-align: top;
}
/* line 365, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #slideshow-nav .slide-thumbs {
  font-size: 14px;
  font-weight: bold;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
/* line 369, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #slideshow-nav .slide-thumbs i.fa.fa-th {
  margin: 0 5px 0 0;
}
@media all and (max-width: 400px) {
  /* line 365, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #slideshow-nav .slide-thumbs {
    line-height: 1;
  }
}
@media all and (max-width: 1023px) {
  /* line 355, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #slideshow-nav {
    margin: 0 1%;
  }
}
@media all and (max-width: 400px) {
  /* line 355, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #slideshow-nav {
    width: 95px;
    font-size: 12px;
  }
  /* line 390, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #slideshow-nav .slide-thumbs {
    font-size: 12px;
    font-weight: normal;
  }
}
/* line 396, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #close-box {
  border-left: 1px solid #000;
  padding: 0 0 0 1%;
  margin: 0 0 0 2%;
  text-align: center;
  width: 40px;
}
/* line 402, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #close-box .close-icon {
  font-size: 36px;
  font-weight: lighter;
  line-height: 1;
}
/* line 407, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #close-box .close-text {
  font-size: 12px;
  line-height: 1;
}
@media all and (max-width: 400px) {
  /* line 396, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #close-box {
    vertical-align: middle;
    width: 30px;
    padding: 0;
  }
  /* line 417, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #close-box .close-icon {
    font-size: 28px;
    font-weight: lighter;
  }
  /* line 421, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content .slideshow-controls .controls-container #close-box .close-text {
    font-size: 10px;
  }
}
/* line 428, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data {
  max-width: 320px;
  box-sizing: border-box;
  z-index: 2;
}
@media all and (max-width: 1023px) {
  /* line 428, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slide-data {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0 0;
    display: none;
  }
}
/* line 438, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data .slideshow-title {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 0 10px;
}
@media all and (max-width: 400px) {
  /* line 438, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slide-data .slideshow-title {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
}
/* line 450, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data .caption {
  padding: 0 10px;
}
@media all and (min-width: 1023px) {
  /* line 452, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slide-data .caption .caption-more {
    display: none;
  }
}
/* line 457, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data .caption .slide-title {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 5px 0;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-weight: 400;
}
/* line 464, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data .caption p {
  font-size: 14px !important;
  margin: 0 0 10px 0;
}
/* line 471, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data .caption p span {
  font-size: 14px !important;
}
/* line 473, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data .caption p span em {
  font-size: 14px !important;
}
/* line 477, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data .caption p em {
  font-size: 14px !important;
}
/* line 481, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data .caption ul {
  list-style: none outside none;
  padding: 0 0 10px 10px;
}
/* line 484, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data .caption ul li {
  font-size: 14px;
  list-style: none outside none;
}
/* line 490, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data .slide-share {
  margin: 30px 10px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 5px 0;
}
/* line 495, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data .slide-share .share-text {
  display: inline-block;
  vertical-align: top;
  margin: 2px 10px 0 0;
}
/* line 500, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data .slide-share .share-block {
  display: inline-block;
  vertical-align: top;
}
@media all and (min-width: 1023px) {
  /* line 503, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slide-data .slide-share .share-block #article-share {
    margin: 0;
  }
}
@media all and (max-width: 1023px) {
  /* line 490, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slide-data .slide-share {
    margin: 10px 0 0 0;
    padding: 0 10px;
  }
  /* line 516, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slide-data .slide-share .share-block #article-share {
    margin: 0;
  }
  /* line 532, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slide-data .slide-share .share-block #article-share li.si-love {
    background-color: #000;
  }
  /* line 535, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slide-data .slide-share .share-block #article-share li.si-love .votes i {
    color: #f49ac1;
  }
}
/* line 544, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data .admin {
  text-align: center;
  font-size: 12px;
}
/* line 548, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content article .content #slide-data .desktop-ad {
  display: none;
}
@media all and (min-width: 1023px) {
  /* line 548, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content article .content #slide-data .desktop-ad {
    display: block;
    padding: 20px 10px;
    border-top: 1px solid #DEDEDE;
    text-align: center;
  }
}
/* line 560, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content #thumbnail-overlay {
  position: absolute;
  top: 0px;
  left: 0%;
  width: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
/* line 568, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content #thumbnail-overlay #thumbnails {
  width: 80%;
  height: auto;
  text-align: center;
  background-color: #FFF;
  border: 5px solid #00ced1;
  margin: 0 auto 100% auto;
  padding: 10px 0;
  position: relative;
}
@media all and (max-width: 768px) {
  /* line 568, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content #thumbnail-overlay #thumbnails {
    width: 90%;
  }
}
@media all and (max-width: 400px) {
  /* line 568, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content #thumbnail-overlay #thumbnails {
    width: 100%;
  }
}
/* line 583, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content #thumbnail-overlay #thumbnails #thumbnail-close {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  text-align: center;
  border: 1px solid #CCC;
  padding: 0px 5px 7px 5px;
  background-color: #FFF;
  cursor: pointer;
}
/* line 599, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content #thumbnail-overlay #thumbnails ul {
  font-size: 0;
}
/* line 601, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content #thumbnail-overlay #thumbnails ul li {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin: 10px 5px;
  text-align: center;
  list-style: none outside none;
  cursor: pointer;
}
/* line 609, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content #thumbnail-overlay #thumbnails ul li img {
  transition: all .2s ease-in-out;
}
/* line 613, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content #thumbnail-overlay #thumbnails ul li:hover img {
  box-shadow: 0 0 5px 2px #00ced1;
}
@media all and (max-width: 400px) {
  /* line 623, ../sass/pages/_slideshows.scss */
  body.node-type-slideshow #page #main #content #thumbnail-overlay #thumbnails ul li {
    width: 80px;
    margin: 10px 5px;
  }
}
/* line 631, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #page #main #content .slideshow-video-block {
  max-width: 768px;
  margin: 0 auto;
}
/* line 638, ../sass/pages/_slideshows.scss */
body.node-type-slideshow #block-views-related-content-block {
  max-width: 768px;
}

/*
 * Styling for POTD AND TOTD
 */
/*
 * Landing page
 */
/* line 9, ../sass/pages/_potd.scss */
#potd-landing ul, #totd-landing ul, #gotw-landing ul, #tsotw-landing ul {
  font-size: 0;
}
/* line 11, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item, #potd-landing ul li.totd-item, #potd-landing ul li.gotw-item, #potd-landing ul li.tsotw-item, #totd-landing ul li.potd-item, #totd-landing ul li.totd-item, #totd-landing ul li.gotw-item, #totd-landing ul li.tsotw-item, #gotw-landing ul li.potd-item, #gotw-landing ul li.totd-item, #gotw-landing ul li.gotw-item, #gotw-landing ul li.tsotw-item, #tsotw-landing ul li.potd-item, #tsotw-landing ul li.totd-item, #tsotw-landing ul li.gotw-item, #tsotw-landing ul li.tsotw-item {
  display: inline-block;
  width: 29%;
  padding: 1%;
  margin: 1%;
  vertical-align: top;
  background-color: #EEE;
  min-height: 365px;
}
@media screen and (max-width: 767px) {
  /* line 11, ../sass/pages/_potd.scss */
  #potd-landing ul li.potd-item, #potd-landing ul li.totd-item, #potd-landing ul li.gotw-item, #potd-landing ul li.tsotw-item, #totd-landing ul li.potd-item, #totd-landing ul li.totd-item, #totd-landing ul li.gotw-item, #totd-landing ul li.tsotw-item, #gotw-landing ul li.potd-item, #gotw-landing ul li.totd-item, #gotw-landing ul li.gotw-item, #gotw-landing ul li.tsotw-item, #tsotw-landing ul li.potd-item, #tsotw-landing ul li.totd-item, #tsotw-landing ul li.gotw-item, #tsotw-landing ul li.tsotw-item {
    display: block;
    width: 90%;
    margin: 0 auto 30px auto;
    padding-bottom: 20px;
    border-bottom: 5px solid #ccc;
    min-height: auto;
  }
}
/* line 27, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item p, #potd-landing ul li.totd-item p, #potd-landing ul li.gotw-item p, #potd-landing ul li.tsotw-item p, #totd-landing ul li.potd-item p, #totd-landing ul li.totd-item p, #totd-landing ul li.gotw-item p, #totd-landing ul li.tsotw-item p, #gotw-landing ul li.potd-item p, #gotw-landing ul li.totd-item p, #gotw-landing ul li.gotw-item p, #gotw-landing ul li.tsotw-item p, #tsotw-landing ul li.potd-item p, #tsotw-landing ul li.totd-item p, #tsotw-landing ul li.gotw-item p, #tsotw-landing ul li.tsotw-item p {
  margin: 0;
}
/* line 30, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item figure, #potd-landing ul li.totd-item figure, #potd-landing ul li.gotw-item figure, #potd-landing ul li.tsotw-item figure, #totd-landing ul li.potd-item figure, #totd-landing ul li.totd-item figure, #totd-landing ul li.gotw-item figure, #totd-landing ul li.tsotw-item figure, #gotw-landing ul li.potd-item figure, #gotw-landing ul li.totd-item figure, #gotw-landing ul li.gotw-item figure, #gotw-landing ul li.tsotw-item figure, #tsotw-landing ul li.potd-item figure, #tsotw-landing ul li.totd-item figure, #tsotw-landing ul li.gotw-item figure, #tsotw-landing ul li.tsotw-item figure {
  position: relative;
  cursor: pointer;
}
/* line 33, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item figure figcaption, #potd-landing ul li.totd-item figure figcaption, #potd-landing ul li.gotw-item figure figcaption, #potd-landing ul li.tsotw-item figure figcaption, #totd-landing ul li.potd-item figure figcaption, #totd-landing ul li.totd-item figure figcaption, #totd-landing ul li.gotw-item figure figcaption, #totd-landing ul li.tsotw-item figure figcaption, #gotw-landing ul li.potd-item figure figcaption, #gotw-landing ul li.totd-item figure figcaption, #gotw-landing ul li.gotw-item figure figcaption, #gotw-landing ul li.tsotw-item figure figcaption, #tsotw-landing ul li.potd-item figure figcaption, #tsotw-landing ul li.totd-item figure figcaption, #tsotw-landing ul li.gotw-item figure figcaption, #tsotw-landing ul li.tsotw-item figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  color: transparent;
  transition: all 0.5s ease;
}
/* line 43, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item figure figcaption .potd-date, #potd-landing ul li.potd-item figure figcaption .totd-date, #potd-landing ul li.potd-item figure figcaption .gotw-date, #potd-landing ul li.potd-item figure figcaption .tsotw-date, #potd-landing ul li.totd-item figure figcaption .potd-date, #potd-landing ul li.totd-item figure figcaption .totd-date, #potd-landing ul li.totd-item figure figcaption .gotw-date, #potd-landing ul li.totd-item figure figcaption .tsotw-date, #potd-landing ul li.gotw-item figure figcaption .potd-date, #potd-landing ul li.gotw-item figure figcaption .totd-date, #potd-landing ul li.gotw-item figure figcaption .gotw-date, #potd-landing ul li.gotw-item figure figcaption .tsotw-date, #potd-landing ul li.tsotw-item figure figcaption .potd-date, #potd-landing ul li.tsotw-item figure figcaption .totd-date, #potd-landing ul li.tsotw-item figure figcaption .gotw-date, #potd-landing ul li.tsotw-item figure figcaption .tsotw-date, #totd-landing ul li.potd-item figure figcaption .potd-date, #totd-landing ul li.potd-item figure figcaption .totd-date, #totd-landing ul li.potd-item figure figcaption .gotw-date, #totd-landing ul li.potd-item figure figcaption .tsotw-date, #totd-landing ul li.totd-item figure figcaption .potd-date, #totd-landing ul li.totd-item figure figcaption .totd-date, #totd-landing ul li.totd-item figure figcaption .gotw-date, #totd-landing ul li.totd-item figure figcaption .tsotw-date, #totd-landing ul li.gotw-item figure figcaption .potd-date, #totd-landing ul li.gotw-item figure figcaption .totd-date, #totd-landing ul li.gotw-item figure figcaption .gotw-date, #totd-landing ul li.gotw-item figure figcaption .tsotw-date, #totd-landing ul li.tsotw-item figure figcaption .potd-date, #totd-landing ul li.tsotw-item figure figcaption .totd-date, #totd-landing ul li.tsotw-item figure figcaption .gotw-date, #totd-landing ul li.tsotw-item figure figcaption .tsotw-date, #gotw-landing ul li.potd-item figure figcaption .potd-date, #gotw-landing ul li.potd-item figure figcaption .totd-date, #gotw-landing ul li.potd-item figure figcaption .gotw-date, #gotw-landing ul li.potd-item figure figcaption .tsotw-date, #gotw-landing ul li.totd-item figure figcaption .potd-date, #gotw-landing ul li.totd-item figure figcaption .totd-date, #gotw-landing ul li.totd-item figure figcaption .gotw-date, #gotw-landing ul li.totd-item figure figcaption .tsotw-date, #gotw-landing ul li.gotw-item figure figcaption .potd-date, #gotw-landing ul li.gotw-item figure figcaption .totd-date, #gotw-landing ul li.gotw-item figure figcaption .gotw-date, #gotw-landing ul li.gotw-item figure figcaption .tsotw-date, #gotw-landing ul li.tsotw-item figure figcaption .potd-date, #gotw-landing ul li.tsotw-item figure figcaption .totd-date, #gotw-landing ul li.tsotw-item figure figcaption .gotw-date, #gotw-landing ul li.tsotw-item figure figcaption .tsotw-date, #tsotw-landing ul li.potd-item figure figcaption .potd-date, #tsotw-landing ul li.potd-item figure figcaption .totd-date, #tsotw-landing ul li.potd-item figure figcaption .gotw-date, #tsotw-landing ul li.potd-item figure figcaption .tsotw-date, #tsotw-landing ul li.totd-item figure figcaption .potd-date, #tsotw-landing ul li.totd-item figure figcaption .totd-date, #tsotw-landing ul li.totd-item figure figcaption .gotw-date, #tsotw-landing ul li.totd-item figure figcaption .tsotw-date, #tsotw-landing ul li.gotw-item figure figcaption .potd-date, #tsotw-landing ul li.gotw-item figure figcaption .totd-date, #tsotw-landing ul li.gotw-item figure figcaption .gotw-date, #tsotw-landing ul li.gotw-item figure figcaption .tsotw-date, #tsotw-landing ul li.tsotw-item figure figcaption .potd-date, #tsotw-landing ul li.tsotw-item figure figcaption .totd-date, #tsotw-landing ul li.tsotw-item figure figcaption .gotw-date, #tsotw-landing ul li.tsotw-item figure figcaption .tsotw-date {
  text-align: center;
  width: 100%;
  padding: 0;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 28px;
  position: absolute;
  top: 45%;
  text-align: center;
}
/* line 53, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item figure figcaption .potd-date p, #potd-landing ul li.potd-item figure figcaption .totd-date p, #potd-landing ul li.potd-item figure figcaption .gotw-date p, #potd-landing ul li.potd-item figure figcaption .tsotw-date p, #potd-landing ul li.totd-item figure figcaption .potd-date p, #potd-landing ul li.totd-item figure figcaption .totd-date p, #potd-landing ul li.totd-item figure figcaption .gotw-date p, #potd-landing ul li.totd-item figure figcaption .tsotw-date p, #potd-landing ul li.gotw-item figure figcaption .potd-date p, #potd-landing ul li.gotw-item figure figcaption .totd-date p, #potd-landing ul li.gotw-item figure figcaption .gotw-date p, #potd-landing ul li.gotw-item figure figcaption .tsotw-date p, #potd-landing ul li.tsotw-item figure figcaption .potd-date p, #potd-landing ul li.tsotw-item figure figcaption .totd-date p, #potd-landing ul li.tsotw-item figure figcaption .gotw-date p, #potd-landing ul li.tsotw-item figure figcaption .tsotw-date p, #totd-landing ul li.potd-item figure figcaption .potd-date p, #totd-landing ul li.potd-item figure figcaption .totd-date p, #totd-landing ul li.potd-item figure figcaption .gotw-date p, #totd-landing ul li.potd-item figure figcaption .tsotw-date p, #totd-landing ul li.totd-item figure figcaption .potd-date p, #totd-landing ul li.totd-item figure figcaption .totd-date p, #totd-landing ul li.totd-item figure figcaption .gotw-date p, #totd-landing ul li.totd-item figure figcaption .tsotw-date p, #totd-landing ul li.gotw-item figure figcaption .potd-date p, #totd-landing ul li.gotw-item figure figcaption .totd-date p, #totd-landing ul li.gotw-item figure figcaption .gotw-date p, #totd-landing ul li.gotw-item figure figcaption .tsotw-date p, #totd-landing ul li.tsotw-item figure figcaption .potd-date p, #totd-landing ul li.tsotw-item figure figcaption .totd-date p, #totd-landing ul li.tsotw-item figure figcaption .gotw-date p, #totd-landing ul li.tsotw-item figure figcaption .tsotw-date p, #gotw-landing ul li.potd-item figure figcaption .potd-date p, #gotw-landing ul li.potd-item figure figcaption .totd-date p, #gotw-landing ul li.potd-item figure figcaption .gotw-date p, #gotw-landing ul li.potd-item figure figcaption .tsotw-date p, #gotw-landing ul li.totd-item figure figcaption .potd-date p, #gotw-landing ul li.totd-item figure figcaption .totd-date p, #gotw-landing ul li.totd-item figure figcaption .gotw-date p, #gotw-landing ul li.totd-item figure figcaption .tsotw-date p, #gotw-landing ul li.gotw-item figure figcaption .potd-date p, #gotw-landing ul li.gotw-item figure figcaption .totd-date p, #gotw-landing ul li.gotw-item figure figcaption .gotw-date p, #gotw-landing ul li.gotw-item figure figcaption .tsotw-date p, #gotw-landing ul li.tsotw-item figure figcaption .potd-date p, #gotw-landing ul li.tsotw-item figure figcaption .totd-date p, #gotw-landing ul li.tsotw-item figure figcaption .gotw-date p, #gotw-landing ul li.tsotw-item figure figcaption .tsotw-date p, #tsotw-landing ul li.potd-item figure figcaption .potd-date p, #tsotw-landing ul li.potd-item figure figcaption .totd-date p, #tsotw-landing ul li.potd-item figure figcaption .gotw-date p, #tsotw-landing ul li.potd-item figure figcaption .tsotw-date p, #tsotw-landing ul li.totd-item figure figcaption .potd-date p, #tsotw-landing ul li.totd-item figure figcaption .totd-date p, #tsotw-landing ul li.totd-item figure figcaption .gotw-date p, #tsotw-landing ul li.totd-item figure figcaption .tsotw-date p, #tsotw-landing ul li.gotw-item figure figcaption .potd-date p, #tsotw-landing ul li.gotw-item figure figcaption .totd-date p, #tsotw-landing ul li.gotw-item figure figcaption .gotw-date p, #tsotw-landing ul li.gotw-item figure figcaption .tsotw-date p, #tsotw-landing ul li.tsotw-item figure figcaption .potd-date p, #tsotw-landing ul li.tsotw-item figure figcaption .totd-date p, #tsotw-landing ul li.tsotw-item figure figcaption .gotw-date p, #tsotw-landing ul li.tsotw-item figure figcaption .tsotw-date p {
  margin: 0;
}
/* line 56, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item figure figcaption .potd-date a, #potd-landing ul li.potd-item figure figcaption .totd-date a, #potd-landing ul li.potd-item figure figcaption .gotw-date a, #potd-landing ul li.potd-item figure figcaption .tsotw-date a, #potd-landing ul li.totd-item figure figcaption .potd-date a, #potd-landing ul li.totd-item figure figcaption .totd-date a, #potd-landing ul li.totd-item figure figcaption .gotw-date a, #potd-landing ul li.totd-item figure figcaption .tsotw-date a, #potd-landing ul li.gotw-item figure figcaption .potd-date a, #potd-landing ul li.gotw-item figure figcaption .totd-date a, #potd-landing ul li.gotw-item figure figcaption .gotw-date a, #potd-landing ul li.gotw-item figure figcaption .tsotw-date a, #potd-landing ul li.tsotw-item figure figcaption .potd-date a, #potd-landing ul li.tsotw-item figure figcaption .totd-date a, #potd-landing ul li.tsotw-item figure figcaption .gotw-date a, #potd-landing ul li.tsotw-item figure figcaption .tsotw-date a, #totd-landing ul li.potd-item figure figcaption .potd-date a, #totd-landing ul li.potd-item figure figcaption .totd-date a, #totd-landing ul li.potd-item figure figcaption .gotw-date a, #totd-landing ul li.potd-item figure figcaption .tsotw-date a, #totd-landing ul li.totd-item figure figcaption .potd-date a, #totd-landing ul li.totd-item figure figcaption .totd-date a, #totd-landing ul li.totd-item figure figcaption .gotw-date a, #totd-landing ul li.totd-item figure figcaption .tsotw-date a, #totd-landing ul li.gotw-item figure figcaption .potd-date a, #totd-landing ul li.gotw-item figure figcaption .totd-date a, #totd-landing ul li.gotw-item figure figcaption .gotw-date a, #totd-landing ul li.gotw-item figure figcaption .tsotw-date a, #totd-landing ul li.tsotw-item figure figcaption .potd-date a, #totd-landing ul li.tsotw-item figure figcaption .totd-date a, #totd-landing ul li.tsotw-item figure figcaption .gotw-date a, #totd-landing ul li.tsotw-item figure figcaption .tsotw-date a, #gotw-landing ul li.potd-item figure figcaption .potd-date a, #gotw-landing ul li.potd-item figure figcaption .totd-date a, #gotw-landing ul li.potd-item figure figcaption .gotw-date a, #gotw-landing ul li.potd-item figure figcaption .tsotw-date a, #gotw-landing ul li.totd-item figure figcaption .potd-date a, #gotw-landing ul li.totd-item figure figcaption .totd-date a, #gotw-landing ul li.totd-item figure figcaption .gotw-date a, #gotw-landing ul li.totd-item figure figcaption .tsotw-date a, #gotw-landing ul li.gotw-item figure figcaption .potd-date a, #gotw-landing ul li.gotw-item figure figcaption .totd-date a, #gotw-landing ul li.gotw-item figure figcaption .gotw-date a, #gotw-landing ul li.gotw-item figure figcaption .tsotw-date a, #gotw-landing ul li.tsotw-item figure figcaption .potd-date a, #gotw-landing ul li.tsotw-item figure figcaption .totd-date a, #gotw-landing ul li.tsotw-item figure figcaption .gotw-date a, #gotw-landing ul li.tsotw-item figure figcaption .tsotw-date a, #tsotw-landing ul li.potd-item figure figcaption .potd-date a, #tsotw-landing ul li.potd-item figure figcaption .totd-date a, #tsotw-landing ul li.potd-item figure figcaption .gotw-date a, #tsotw-landing ul li.potd-item figure figcaption .tsotw-date a, #tsotw-landing ul li.totd-item figure figcaption .potd-date a, #tsotw-landing ul li.totd-item figure figcaption .totd-date a, #tsotw-landing ul li.totd-item figure figcaption .gotw-date a, #tsotw-landing ul li.totd-item figure figcaption .tsotw-date a, #tsotw-landing ul li.gotw-item figure figcaption .potd-date a, #tsotw-landing ul li.gotw-item figure figcaption .totd-date a, #tsotw-landing ul li.gotw-item figure figcaption .gotw-date a, #tsotw-landing ul li.gotw-item figure figcaption .tsotw-date a, #tsotw-landing ul li.tsotw-item figure figcaption .potd-date a, #tsotw-landing ul li.tsotw-item figure figcaption .totd-date a, #tsotw-landing ul li.tsotw-item figure figcaption .gotw-date a, #tsotw-landing ul li.tsotw-item figure figcaption .tsotw-date a {
  color: rgba(255, 255, 255, 0);
}
/* line 58, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item figure figcaption .potd-date a:hover, #potd-landing ul li.potd-item figure figcaption .totd-date a:hover, #potd-landing ul li.potd-item figure figcaption .gotw-date a:hover, #potd-landing ul li.potd-item figure figcaption .tsotw-date a:hover, #potd-landing ul li.totd-item figure figcaption .potd-date a:hover, #potd-landing ul li.totd-item figure figcaption .totd-date a:hover, #potd-landing ul li.totd-item figure figcaption .gotw-date a:hover, #potd-landing ul li.totd-item figure figcaption .tsotw-date a:hover, #potd-landing ul li.gotw-item figure figcaption .potd-date a:hover, #potd-landing ul li.gotw-item figure figcaption .totd-date a:hover, #potd-landing ul li.gotw-item figure figcaption .gotw-date a:hover, #potd-landing ul li.gotw-item figure figcaption .tsotw-date a:hover, #potd-landing ul li.tsotw-item figure figcaption .potd-date a:hover, #potd-landing ul li.tsotw-item figure figcaption .totd-date a:hover, #potd-landing ul li.tsotw-item figure figcaption .gotw-date a:hover, #potd-landing ul li.tsotw-item figure figcaption .tsotw-date a:hover, #totd-landing ul li.potd-item figure figcaption .potd-date a:hover, #totd-landing ul li.potd-item figure figcaption .totd-date a:hover, #totd-landing ul li.potd-item figure figcaption .gotw-date a:hover, #totd-landing ul li.potd-item figure figcaption .tsotw-date a:hover, #totd-landing ul li.totd-item figure figcaption .potd-date a:hover, #totd-landing ul li.totd-item figure figcaption .totd-date a:hover, #totd-landing ul li.totd-item figure figcaption .gotw-date a:hover, #totd-landing ul li.totd-item figure figcaption .tsotw-date a:hover, #totd-landing ul li.gotw-item figure figcaption .potd-date a:hover, #totd-landing ul li.gotw-item figure figcaption .totd-date a:hover, #totd-landing ul li.gotw-item figure figcaption .gotw-date a:hover, #totd-landing ul li.gotw-item figure figcaption .tsotw-date a:hover, #totd-landing ul li.tsotw-item figure figcaption .potd-date a:hover, #totd-landing ul li.tsotw-item figure figcaption .totd-date a:hover, #totd-landing ul li.tsotw-item figure figcaption .gotw-date a:hover, #totd-landing ul li.tsotw-item figure figcaption .tsotw-date a:hover, #gotw-landing ul li.potd-item figure figcaption .potd-date a:hover, #gotw-landing ul li.potd-item figure figcaption .totd-date a:hover, #gotw-landing ul li.potd-item figure figcaption .gotw-date a:hover, #gotw-landing ul li.potd-item figure figcaption .tsotw-date a:hover, #gotw-landing ul li.totd-item figure figcaption .potd-date a:hover, #gotw-landing ul li.totd-item figure figcaption .totd-date a:hover, #gotw-landing ul li.totd-item figure figcaption .gotw-date a:hover, #gotw-landing ul li.totd-item figure figcaption .tsotw-date a:hover, #gotw-landing ul li.gotw-item figure figcaption .potd-date a:hover, #gotw-landing ul li.gotw-item figure figcaption .totd-date a:hover, #gotw-landing ul li.gotw-item figure figcaption .gotw-date a:hover, #gotw-landing ul li.gotw-item figure figcaption .tsotw-date a:hover, #gotw-landing ul li.tsotw-item figure figcaption .potd-date a:hover, #gotw-landing ul li.tsotw-item figure figcaption .totd-date a:hover, #gotw-landing ul li.tsotw-item figure figcaption .gotw-date a:hover, #gotw-landing ul li.tsotw-item figure figcaption .tsotw-date a:hover, #tsotw-landing ul li.potd-item figure figcaption .potd-date a:hover, #tsotw-landing ul li.potd-item figure figcaption .totd-date a:hover, #tsotw-landing ul li.potd-item figure figcaption .gotw-date a:hover, #tsotw-landing ul li.potd-item figure figcaption .tsotw-date a:hover, #tsotw-landing ul li.totd-item figure figcaption .potd-date a:hover, #tsotw-landing ul li.totd-item figure figcaption .totd-date a:hover, #tsotw-landing ul li.totd-item figure figcaption .gotw-date a:hover, #tsotw-landing ul li.totd-item figure figcaption .tsotw-date a:hover, #tsotw-landing ul li.gotw-item figure figcaption .potd-date a:hover, #tsotw-landing ul li.gotw-item figure figcaption .totd-date a:hover, #tsotw-landing ul li.gotw-item figure figcaption .gotw-date a:hover, #tsotw-landing ul li.gotw-item figure figcaption .tsotw-date a:hover, #tsotw-landing ul li.tsotw-item figure figcaption .potd-date a:hover, #tsotw-landing ul li.tsotw-item figure figcaption .totd-date a:hover, #tsotw-landing ul li.tsotw-item figure figcaption .gotw-date a:hover, #tsotw-landing ul li.tsotw-item figure figcaption .tsotw-date a:hover {
  color: #f49ac1;
}
@media screen and (max-width: 767px) {
  /* line 33, ../sass/pages/_potd.scss */
  #potd-landing ul li.potd-item figure figcaption, #potd-landing ul li.totd-item figure figcaption, #potd-landing ul li.gotw-item figure figcaption, #potd-landing ul li.tsotw-item figure figcaption, #totd-landing ul li.potd-item figure figcaption, #totd-landing ul li.totd-item figure figcaption, #totd-landing ul li.gotw-item figure figcaption, #totd-landing ul li.tsotw-item figure figcaption, #gotw-landing ul li.potd-item figure figcaption, #gotw-landing ul li.totd-item figure figcaption, #gotw-landing ul li.gotw-item figure figcaption, #gotw-landing ul li.tsotw-item figure figcaption, #tsotw-landing ul li.potd-item figure figcaption, #tsotw-landing ul li.totd-item figure figcaption, #tsotw-landing ul li.gotw-item figure figcaption, #tsotw-landing ul li.tsotw-item figure figcaption {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 30, ../sass/pages/_potd.scss */
  #potd-landing ul li.potd-item figure, #potd-landing ul li.totd-item figure, #potd-landing ul li.gotw-item figure, #potd-landing ul li.tsotw-item figure, #totd-landing ul li.potd-item figure, #totd-landing ul li.totd-item figure, #totd-landing ul li.gotw-item figure, #totd-landing ul li.tsotw-item figure, #gotw-landing ul li.potd-item figure, #gotw-landing ul li.totd-item figure, #gotw-landing ul li.gotw-item figure, #gotw-landing ul li.tsotw-item figure, #tsotw-landing ul li.potd-item figure, #tsotw-landing ul li.totd-item figure, #tsotw-landing ul li.gotw-item figure, #tsotw-landing ul li.tsotw-item figure {
    text-align: center;
  }
}
/* line 72, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item figure:hover figcaption, #potd-landing ul li.totd-item figure:hover figcaption, #potd-landing ul li.gotw-item figure:hover figcaption, #potd-landing ul li.tsotw-item figure:hover figcaption, #totd-landing ul li.potd-item figure:hover figcaption, #totd-landing ul li.totd-item figure:hover figcaption, #totd-landing ul li.gotw-item figure:hover figcaption, #totd-landing ul li.tsotw-item figure:hover figcaption, #gotw-landing ul li.potd-item figure:hover figcaption, #gotw-landing ul li.totd-item figure:hover figcaption, #gotw-landing ul li.gotw-item figure:hover figcaption, #gotw-landing ul li.tsotw-item figure:hover figcaption, #tsotw-landing ul li.potd-item figure:hover figcaption, #tsotw-landing ul li.totd-item figure:hover figcaption, #tsotw-landing ul li.gotw-item figure:hover figcaption, #tsotw-landing ul li.tsotw-item figure:hover figcaption {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
/* line 75, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item figure:hover figcaption a, #potd-landing ul li.totd-item figure:hover figcaption a, #potd-landing ul li.gotw-item figure:hover figcaption a, #potd-landing ul li.tsotw-item figure:hover figcaption a, #totd-landing ul li.potd-item figure:hover figcaption a, #totd-landing ul li.totd-item figure:hover figcaption a, #totd-landing ul li.gotw-item figure:hover figcaption a, #totd-landing ul li.tsotw-item figure:hover figcaption a, #gotw-landing ul li.potd-item figure:hover figcaption a, #gotw-landing ul li.totd-item figure:hover figcaption a, #gotw-landing ul li.gotw-item figure:hover figcaption a, #gotw-landing ul li.tsotw-item figure:hover figcaption a, #tsotw-landing ul li.potd-item figure:hover figcaption a, #tsotw-landing ul li.totd-item figure:hover figcaption a, #tsotw-landing ul li.gotw-item figure:hover figcaption a, #tsotw-landing ul li.tsotw-item figure:hover figcaption a {
  color: white;
}
/* line 80, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item .photo-credit, #potd-landing ul li.totd-item .photo-credit, #potd-landing ul li.gotw-item .photo-credit, #potd-landing ul li.tsotw-item .photo-credit, #totd-landing ul li.potd-item .photo-credit, #totd-landing ul li.totd-item .photo-credit, #totd-landing ul li.gotw-item .photo-credit, #totd-landing ul li.tsotw-item .photo-credit, #gotw-landing ul li.potd-item .photo-credit, #gotw-landing ul li.totd-item .photo-credit, #gotw-landing ul li.gotw-item .photo-credit, #gotw-landing ul li.tsotw-item .photo-credit, #tsotw-landing ul li.potd-item .photo-credit, #tsotw-landing ul li.totd-item .photo-credit, #tsotw-landing ul li.gotw-item .photo-credit, #tsotw-landing ul li.tsotw-item .photo-credit {
  font-size: 12px;
  line-height: 18px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  margin: 5px 0 10px;
}
/* line 87, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item .photo-credit p, #potd-landing ul li.totd-item .photo-credit p, #potd-landing ul li.gotw-item .photo-credit p, #potd-landing ul li.tsotw-item .photo-credit p, #totd-landing ul li.potd-item .photo-credit p, #totd-landing ul li.totd-item .photo-credit p, #totd-landing ul li.gotw-item .photo-credit p, #totd-landing ul li.tsotw-item .photo-credit p, #gotw-landing ul li.potd-item .photo-credit p, #gotw-landing ul li.totd-item .photo-credit p, #gotw-landing ul li.gotw-item .photo-credit p, #gotw-landing ul li.tsotw-item .photo-credit p, #tsotw-landing ul li.potd-item .photo-credit p, #tsotw-landing ul li.totd-item .photo-credit p, #tsotw-landing ul li.gotw-item .photo-credit p, #tsotw-landing ul li.tsotw-item .photo-credit p {
  display: inline;
}
/* line 90, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item .photo-credit strong, #potd-landing ul li.totd-item .photo-credit strong, #potd-landing ul li.gotw-item .photo-credit strong, #potd-landing ul li.tsotw-item .photo-credit strong, #totd-landing ul li.potd-item .photo-credit strong, #totd-landing ul li.totd-item .photo-credit strong, #totd-landing ul li.gotw-item .photo-credit strong, #totd-landing ul li.tsotw-item .photo-credit strong, #gotw-landing ul li.potd-item .photo-credit strong, #gotw-landing ul li.totd-item .photo-credit strong, #gotw-landing ul li.gotw-item .photo-credit strong, #gotw-landing ul li.tsotw-item .photo-credit strong, #tsotw-landing ul li.potd-item .photo-credit strong, #tsotw-landing ul li.totd-item .photo-credit strong, #tsotw-landing ul li.gotw-item .photo-credit strong, #tsotw-landing ul li.tsotw-item .photo-credit strong {
  font-weight: normal;
}
/* line 94, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item h5, #potd-landing ul li.totd-item h5, #potd-landing ul li.gotw-item h5, #potd-landing ul li.tsotw-item h5, #totd-landing ul li.potd-item h5, #totd-landing ul li.totd-item h5, #totd-landing ul li.gotw-item h5, #totd-landing ul li.tsotw-item h5, #gotw-landing ul li.potd-item h5, #gotw-landing ul li.totd-item h5, #gotw-landing ul li.gotw-item h5, #gotw-landing ul li.tsotw-item h5, #tsotw-landing ul li.potd-item h5, #tsotw-landing ul li.totd-item h5, #tsotw-landing ul li.gotw-item h5, #tsotw-landing ul li.tsotw-item h5 {
  font-size: 14px;
  color: #f49ac1;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}
/* line 101, ../sass/pages/_potd.scss */
#potd-landing ul li.potd-item .potd-why, #potd-landing ul li.potd-item .totd-body, #potd-landing ul li.totd-item .potd-why, #potd-landing ul li.totd-item .totd-body, #potd-landing ul li.gotw-item .potd-why, #potd-landing ul li.gotw-item .totd-body, #potd-landing ul li.tsotw-item .potd-why, #potd-landing ul li.tsotw-item .totd-body, #totd-landing ul li.potd-item .potd-why, #totd-landing ul li.potd-item .totd-body, #totd-landing ul li.totd-item .potd-why, #totd-landing ul li.totd-item .totd-body, #totd-landing ul li.gotw-item .potd-why, #totd-landing ul li.gotw-item .totd-body, #totd-landing ul li.tsotw-item .potd-why, #totd-landing ul li.tsotw-item .totd-body, #gotw-landing ul li.potd-item .potd-why, #gotw-landing ul li.potd-item .totd-body, #gotw-landing ul li.totd-item .potd-why, #gotw-landing ul li.totd-item .totd-body, #gotw-landing ul li.gotw-item .potd-why, #gotw-landing ul li.gotw-item .totd-body, #gotw-landing ul li.tsotw-item .potd-why, #gotw-landing ul li.tsotw-item .totd-body, #tsotw-landing ul li.potd-item .potd-why, #tsotw-landing ul li.potd-item .totd-body, #tsotw-landing ul li.totd-item .potd-why, #tsotw-landing ul li.totd-item .totd-body, #tsotw-landing ul li.gotw-item .potd-why, #tsotw-landing ul li.gotw-item .totd-body, #tsotw-landing ul li.tsotw-item .potd-why, #tsotw-landing ul li.tsotw-item .totd-body {
  font-size: 12px;
  line-height: 20px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

/* line 180, ../sass/components/_mixins.scss */
#load-more {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  width: 100%;
  padding: 0 .5%;
  margin: 0 auto;
  background: #f49ac1;
  border: 3px solid #f49ac1;
  padding: 10px 0;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}

/* line 196, ../sass/components/_mixins.scss */
#load-more.hide {
  display: none;
}

/* line 199, ../sass/components/_mixins.scss */
#load-more.show {
  display: block;
}

/* line 111, ../sass/pages/_potd.scss */
#load-more {
  width: 97%;
  width: 300px;
  margin: 0 auto 20px auto;
}

/* line 117, ../sass/pages/_potd.scss */
#potd-submit {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e0e0e0));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%);
  /* filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e0e0e0', GradientType=0 ); */
  padding: 0 0 20px;
}
/* line 127, ../sass/pages/_potd.scss */
#potd-submit p {
  padding: 10px;
}
/* line 130, ../sass/pages/_potd.scss */
#potd-submit a {
  text-decoration: none;
  background: rgba(244, 154, 193, 0.8);
  border: 1px solid #d485a7;
  font-size: 14px;
  font-weight: 300;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 138, ../sass/pages/_potd.scss */
#potd-submit a:hover {
  background: #f49ac1;
  color: #000;
}

/*
 * SINGLE POTD page
 */
/* line 148, ../sass/pages/_potd.scss */
article.node-potd, article.node-totd, article.node-gotw, article.node-tsotw {
  margin: 0;
}
/* line 150, ../sass/pages/_potd.scss */
article.node-potd p, article.node-totd p, article.node-gotw p, article.node-tsotw p {
  margin: .75em 0;
}
/* line 153, ../sass/pages/_potd.scss */
article.node-potd .body, article.node-totd .body, article.node-gotw .body, article.node-tsotw .body {
  max-width: 600px;
  margin: 0 auto;
}
/* line 156, ../sass/pages/_potd.scss */
article.node-potd .body img, article.node-totd .body img, article.node-gotw .body img, article.node-tsotw .body img {
  max-width: 100% !important;
  height: auto !important;
  margin: 10px 0 !important;
  box-sizing: border-box;
}
/* line 163, ../sass/pages/_potd.scss */
article.node-potd .body .body-text, article.node-totd .body .body-text, article.node-gotw .body .body-text, article.node-tsotw .body .body-text {
  position: relative;
}
/* line 165, ../sass/pages/_potd.scss */
article.node-potd .body .body-text .totd-image, article.node-potd .body .body-text .potd-image, article.node-totd .body .body-text .totd-image, article.node-totd .body .body-text .potd-image, article.node-gotw .body .body-text .totd-image, article.node-gotw .body .body-text .potd-image, article.node-tsotw .body .body-text .totd-image, article.node-tsotw .body .body-text .potd-image {
  text-align: center;
}
/* line 168, ../sass/pages/_potd.scss */
article.node-potd .body .body-text #nav, article.node-totd .body .body-text #nav, article.node-gotw .body .body-text #nav, article.node-tsotw .body .body-text #nav {
  /*@media screen and (max-width:767px){
  	#next {
  		left: -10px;
  	}
  	#prev {
  		right: -10px;
  	}
  }*/
}
/* line 169, ../sass/pages/_potd.scss */
article.node-potd .body .body-text #nav a, article.node-totd .body .body-text #nav a, article.node-gotw .body .body-text #nav a, article.node-tsotw .body .body-text #nav a {
  position: absolute;
  top: 40%;
  width: 46px;
  height: 92px;
  opacity: .85;
}
/* line 176, ../sass/pages/_potd.scss */
article.node-potd .body .body-text #nav #next, article.node-totd .body .body-text #nav #next, article.node-gotw .body .body-text #nav #next, article.node-tsotw .body .body-text #nav #next {
  background: url("../images/slider-control-left.png") no-repeat 0 0;
  left: 0;
}
/* line 179, ../sass/pages/_potd.scss */
article.node-potd .body .body-text #nav #next:hover, article.node-totd .body .body-text #nav #next:hover, article.node-gotw .body .body-text #nav #next:hover, article.node-tsotw .body .body-text #nav #next:hover {
  background: url("../images/slider-control-left.png") no-repeat 0 -92px;
  opacity: 1;
}
/* line 184, ../sass/pages/_potd.scss */
article.node-potd .body .body-text #nav #prev, article.node-totd .body .body-text #nav #prev, article.node-gotw .body .body-text #nav #prev, article.node-tsotw .body .body-text #nav #prev {
  background: url("../images/slider-control-right.png") no-repeat 0 0;
  right: 0;
}
/* line 187, ../sass/pages/_potd.scss */
article.node-potd .body .body-text #nav #prev:hover, article.node-totd .body .body-text #nav #prev:hover, article.node-gotw .body .body-text #nav #prev:hover, article.node-tsotw .body .body-text #nav #prev:hover {
  background: url("../images/slider-control-right.png") no-repeat 0 -92px;
  opacity: 1;
}
/* line 202, ../sass/pages/_potd.scss */
article.node-potd .body .info, article.node-totd .body .info, article.node-gotw .body .info, article.node-tsotw .body .info {
  margin: 0 20px 30px 20px;
}
/* line 204, ../sass/pages/_potd.scss */
article.node-potd .body .info .why-title, article.node-totd .body .info .why-title, article.node-gotw .body .info .why-title, article.node-tsotw .body .info .why-title {
  color: #f49ac1;
  font-weight: bold;
}
/* line 209, ../sass/pages/_potd.scss */
article.node-potd .body .photo-credit, article.node-totd .body .photo-credit, article.node-gotw .body .photo-credit, article.node-tsotw .body .photo-credit {
  font-size: 12px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: italic;
  margin: 10px 0;
}
/* line 214, ../sass/pages/_potd.scss */
article.node-potd .body .photo-credit p, article.node-totd .body .photo-credit p, article.node-gotw .body .photo-credit p, article.node-tsotw .body .photo-credit p {
  display: inline;
  vertical-align: top;
  font-size: 12px !important;
  margin: 0 0 0 5px;
}
/* line 219, ../sass/pages/_potd.scss */
article.node-potd .body .photo-credit p a, article.node-totd .body .photo-credit p a, article.node-gotw .body .photo-credit p a, article.node-tsotw .body .photo-credit p a {
  color: #000;
}
/* line 221, ../sass/pages/_potd.scss */
article.node-potd .body .photo-credit p a:hover, article.node-totd .body .photo-credit p a:hover, article.node-gotw .body .photo-credit p a:hover, article.node-tsotw .body .photo-credit p a:hover {
  color: #00ced1;
}

/* line 3, ../sass/pages/_gotw.scss */
#gotw-landing ul li.gotw-item {
  min-height: auto;
}
@media all and (min-width: 768px) {
  /* line 3, ../sass/pages/_gotw.scss */
  #gotw-landing ul li.gotw-item {
    min-height: 550px;
  }
}
@media all and (min-width: 1024px) {
  /* line 3, ../sass/pages/_gotw.scss */
  #gotw-landing ul li.gotw-item {
    min-height: 450px;
  }
}
@media all and (min-width: 1200px) {
  /* line 3, ../sass/pages/_gotw.scss */
  #gotw-landing ul li.gotw-item {
    min-height: 520px;
  }
}
/* line 14, ../sass/pages/_gotw.scss */
#gotw-landing ul li.gotw-item .gotw-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
/* line 19, ../sass/pages/_gotw.scss */
#gotw-landing ul li.gotw-item .gotw-title .gotw-title-header {
  font-weight: 300;
}
/* line 25, ../sass/pages/_gotw.scss */
#gotw-landing ul li.gotw-item .gotw-why-title {
  margin: 0;
}
/* line 28, ../sass/pages/_gotw.scss */
#gotw-landing ul li.gotw-item .gotw-why {
  font-size: 16px;
  text-indent: 2%;
}

/* line 35, ../sass/pages/_gotw.scss */
.gotw-images {
  font-size: 0;
  list-style: none;
}
/* line 38, ../sass/pages/_gotw.scss */
.gotw-images li {
  width: 50%;
  box-sizing: border-box;
  padding: 1% 0;
  display: inline-block;
}
/* line 43, ../sass/pages/_gotw.scss */
.gotw-images li .hover-container {
  font-size: normal;
}
@media all and (max-width: 767px) {
  /* line 38, ../sass/pages/_gotw.scss */
  .gotw-images li {
    width: 100%;
    display: block;
  }
}
/* line 50, ../sass/pages/_gotw.scss */
.gotw-images li:first-child {
  padding-right: 1%;
}
/* line 53, ../sass/pages/_gotw.scss */
.gotw-images li:last-child {
  padding-left: 1%;
}

/* line 59, ../sass/pages/_gotw.scss */
article.node-gotw .body {
  max-width: 100%;
}
/* line 61, ../sass/pages/_gotw.scss */
article.node-gotw .body .body-text {
  text-align: center;
}
/* line 64, ../sass/pages/_gotw.scss */
article.node-gotw .body .info {
  font-size: 16px;
}
/* line 67, ../sass/pages/_gotw.scss */
article.node-gotw .body .info .why-container .why-title {
  font-size: 16px;
}
/* line 70, ../sass/pages/_gotw.scss */
article.node-gotw .body .info .why-container .why-text {
  font-size: 16px;
}
/* line 74, ../sass/pages/_gotw.scss */
article.node-gotw .body .info .retailer {
  padding: 1rem 0;
}
/* line 77, ../sass/pages/_gotw.scss */
article.node-gotw .body .info .gotw-logo-container {
  padding: 1rem 0;
}
/* line 79, ../sass/pages/_gotw.scss */
article.node-gotw .body .info .gotw-logo-container .gotw-logo-title {
  font-weight: 300;
  font-size: 16px;
}
/* line 83, ../sass/pages/_gotw.scss */
article.node-gotw .body .info .gotw-logo-container .gotw-logo {
  max-width: 49%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 .5%;
}
@media all and (max-width: 767px) {
  /* line 83, ../sass/pages/_gotw.scss */
  article.node-gotw .body .info .gotw-logo-container .gotw-logo {
    max-width: 100%;
    text-align: center;
    padding: 1% 0;
  }
}

/* line 3, ../sass/pages/_tsotw.scss */
#tsotw-landing ul li.tsotw-item {
  min-height: auto;
  width: 48%;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  /* line 3, ../sass/pages/_tsotw.scss */
  #tsotw-landing ul li.tsotw-item {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  /* line 3, ../sass/pages/_tsotw.scss */
  #tsotw-landing ul li.tsotw-item {
    min-height: 400px;
  }
}
@media all and (min-width: 1024px) {
  /* line 3, ../sass/pages/_tsotw.scss */
  #tsotw-landing ul li.tsotw-item {
    min-height: 350px;
  }
}
@media all and (min-width: 1200px) {
  /* line 3, ../sass/pages/_tsotw.scss */
  #tsotw-landing ul li.tsotw-item {
    min-height: 400px;
  }
}
/* line 19, ../sass/pages/_tsotw.scss */
#tsotw-landing ul li.tsotw-item .tsotw-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 10px;
}
/* line 24, ../sass/pages/_tsotw.scss */
#tsotw-landing ul li.tsotw-item .tsotw-title .tsotw-title-text {
  padding: 1% 0;
}
/* line 28, ../sass/pages/_tsotw.scss */
#tsotw-landing ul li.tsotw-item .tsotw-why-title {
  margin: 0;
}
/* line 31, ../sass/pages/_tsotw.scss */
#tsotw-landing ul li.tsotw-item .tsotw-why {
  font-size: 16px;
  text-indent: 2%;
}

/* line 40, ../sass/pages/_tsotw.scss */
article.node-tsotw .body {
  max-width: 800px;
}
/* line 42, ../sass/pages/_tsotw.scss */
article.node-tsotw .body .body-text {
  text-align: center;
}
/* line 44, ../sass/pages/_tsotw.scss */
article.node-tsotw .body .body-text .tsotw-image {
  max-width: 800px;
}
/* line 48, ../sass/pages/_tsotw.scss */
article.node-tsotw .body .info {
  font-size: 16px;
}
/* line 51, ../sass/pages/_tsotw.scss */
article.node-tsotw .body .info .why-container .why-title {
  font-size: 16px;
}
/* line 54, ../sass/pages/_tsotw.scss */
article.node-tsotw .body .info .why-container .why-text {
  font-size: 16px;
}
/* line 58, ../sass/pages/_tsotw.scss */
article.node-tsotw .body .info .retailer {
  padding: 1rem 0;
}
/* line 60, ../sass/pages/_tsotw.scss */
article.node-tsotw .body .info .retailer a {
  font-weight: bold;
}
/* line 64, ../sass/pages/_tsotw.scss */
article.node-tsotw .body .info .tsotw-logo-container {
  padding: 1% 0;
}
/* line 66, ../sass/pages/_tsotw.scss */
article.node-tsotw .body .info .tsotw-logo-container .tsotw-logo-title {
  font-weight: 300;
  font-size: 16px;
}
/* line 70, ../sass/pages/_tsotw.scss */
article.node-tsotw .body .info .tsotw-logo-container .tsotw-logo {
  max-width: 49%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 .5%;
}
@media all and (max-width: 767px) {
  /* line 70, ../sass/pages/_tsotw.scss */
  article.node-tsotw .body .info .tsotw-logo-container .tsotw-logo {
    max-width: 100%;
    text-align: center;
    padding: 1% 0;
  }
}

/*
 *Styles for the photo channel
 */
/* line 4, ../sass/pages/_photos.scss */
body.photos-landing {
  /*
   *Messy dup of styles in _potd.scss
   */
}
/* line 7, ../sass/pages/_photos.scss */
body.photos-landing .content-rw-latest .view-header .center-title {
  text-align: center;
  background: none;
  border-bottom: none;
  margin: 30px 0 10px;
}
/* line 209, ../sass/components/_mixins.scss */
body.photos-landing .content-rw-latest .view-header .center-title span {
  background: #fff;
  color: #000;
  padding: 5px 0 1px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 22px;
}
/* line 219, ../sass/components/_mixins.scss */
body.photos-landing .content-rw-latest .view-header .center-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  margin: 0 auto 25px;
  background: #000;
}
/* line 11, ../sass/pages/_photos.scss */
body.photos-landing .content-rw-latest .real-wedding-list {
  font-size: 0;
}
/* line 13, ../sass/pages/_photos.scss */
body.photos-landing .content-rw-latest .real-wedding-list .views-row {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin: 0 1%;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 13, ../sass/pages/_photos.scss */
  body.photos-landing .content-rw-latest .real-wedding-list .views-row {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
}
/* line 26, ../sass/pages/_photos.scss */
body.photos-landing .content-rw-latest .real-wedding-list .views-field-name {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
  text-align: center;
}
/* line 162, ../sass/components/_mixins.scss */
body.photos-landing .content-rw-latest .real-wedding-list .views-field-name a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
body.photos-landing .content-rw-latest .real-wedding-list .views-field-name a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
body.photos-landing .content-rw-latest .real-wedding-list .views-field-name span {
  padding: 5px 10px;
  display: block;
}
/* line 41, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd {
  margin: 20px 0 0 0;
}
/* line 44, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd .view-header .center-title {
  text-align: center;
  background: none;
  border-bottom: none;
  margin: 30px 0 10px;
}
/* line 209, ../sass/components/_mixins.scss */
body.photos-landing .photo-channel-potd .view-header .center-title span {
  background: #fff;
  color: #000;
  padding: 5px 0 1px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 22px;
}
/* line 219, ../sass/components/_mixins.scss */
body.photos-landing .photo-channel-potd .view-header .center-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  margin: 0 auto 25px;
  background: #000;
}
/* line 53, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd {
  margin: 0 0 20px 0;
}
/* line 55, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul {
  font-size: 0;
}
/* line 57, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row {
  display: inline-block;
  width: 29%;
  padding: 1%;
  margin: 0 1%;
  vertical-align: top;
  background-color: #EEE;
  min-height: 365px;
}
@media screen and (max-width: 767px) {
  /* line 57, ../sass/pages/_photos.scss */
  body.photos-landing .photo-channel-potd ul li.views-row {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
    padding-bottom: 20px;
    border-bottom: 5px solid #ccc;
    min-height: auto;
  }
}
/* line 74, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row p {
  margin: 0;
}
/* line 77, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row figure {
  position: relative;
  cursor: pointer;
}
/* line 80, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  color: transparent;
  transition: all 0.5s ease;
}
/* line 90, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row figure figcaption .potd-date, body.photos-landing .photo-channel-potd ul li.views-row figure figcaption .totd-date {
  text-align: center;
  width: 100%;
  padding: 0;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 28px;
  position: absolute;
  top: 45%;
  text-align: center;
}
/* line 100, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row figure figcaption .potd-date p, body.photos-landing .photo-channel-potd ul li.views-row figure figcaption .totd-date p {
  margin: 0;
}
/* line 103, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row figure figcaption .potd-date a, body.photos-landing .photo-channel-potd ul li.views-row figure figcaption .totd-date a {
  color: rgba(255, 255, 255, 0);
}
/* line 105, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row figure figcaption .potd-date a:hover, body.photos-landing .photo-channel-potd ul li.views-row figure figcaption .totd-date a:hover {
  color: #f49ac1;
}
@media screen and (max-width: 767px) {
  /* line 80, ../sass/pages/_photos.scss */
  body.photos-landing .photo-channel-potd ul li.views-row figure figcaption {
    display: none;
  }
}
/* line 116, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row figure:hover figcaption {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
/* line 119, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row figure:hover figcaption a {
  color: white;
}
/* line 124, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row .photo-credit {
  font-size: 12px;
  line-height: 18px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  margin: 5px 0 10px;
}
/* line 131, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row .photo-credit p {
  display: inline;
}
/* line 134, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row .photo-credit strong {
  font-weight: normal;
}
/* line 138, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row h5 {
  font-size: 14px;
  color: #f49ac1;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}
/* line 145, ../sass/pages/_photos.scss */
body.photos-landing .photo-channel-potd ul li.views-row .potd-why, body.photos-landing .photo-channel-potd ul li.views-row .totd-body {
  font-size: 14px;
  line-height: 20px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
/* line 157, ../sass/pages/_photos.scss */
body.photos-landing .photos-engagement-pane .view-header .center-title {
  text-align: center;
  background: none;
  border-bottom: none;
  margin: 30px 0 10px;
}
/* line 209, ../sass/components/_mixins.scss */
body.photos-landing .photos-engagement-pane .view-header .center-title span {
  background: #fff;
  color: #000;
  padding: 5px 0 1px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 22px;
}
/* line 219, ../sass/components/_mixins.scss */
body.photos-landing .photos-engagement-pane .view-header .center-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  margin: 0 auto 25px;
  background: #000;
}
/* line 161, ../sass/pages/_photos.scss */
body.photos-landing .photos-engagement-pane .engagement-list {
  font-size: 0;
}
/* line 163, ../sass/pages/_photos.scss */
body.photos-landing .photos-engagement-pane .engagement-list .views-row {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin: 0 1%;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 163, ../sass/pages/_photos.scss */
  body.photos-landing .photos-engagement-pane .engagement-list .views-row {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
}
/* line 176, ../sass/pages/_photos.scss */
body.photos-landing .photos-engagement-pane .engagement-list .views-field-title {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
  text-align: center;
}
/* line 162, ../sass/components/_mixins.scss */
body.photos-landing .photos-engagement-pane .engagement-list .views-field-title a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
body.photos-landing .photos-engagement-pane .engagement-list .views-field-title a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
body.photos-landing .photos-engagement-pane .engagement-list .views-field-title span {
  padding: 5px 10px;
  display: block;
}

/*
 *Styles for the WIN! channel
 */
/* line 6, ../sass/pages/_win.scss */
body.sweepstakes-landing .view-display-id-panel_pane_1 .views-row {
  padding: 20px 0;
  border-bottom: 1px solid #CCC;
}
/* line 9, ../sass/pages/_win.scss */
body.sweepstakes-landing .view-display-id-panel_pane_1 .views-row .list-image {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  /* line 9, ../sass/pages/_win.scss */
  body.sweepstakes-landing .view-display-id-panel_pane_1 .views-row .list-image {
    width: 100%;
  }
}
/* line 17, ../sass/pages/_win.scss */
body.sweepstakes-landing .view-display-id-panel_pane_1 .views-row .list-text {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding: 0 0 0 5%;
}
@media screen and (max-width: 600px) {
  /* line 17, ../sass/pages/_win.scss */
  body.sweepstakes-landing .view-display-id-panel_pane_1 .views-row .list-text {
    width: 100%;
    padding: 5% 0;
    text-align: center;
  }
}
/* line 27, ../sass/pages/_win.scss */
body.sweepstakes-landing .view-display-id-panel_pane_1 .views-row .list-text .title {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 26px;
  margin: 0 0 10px 0;
}
/* line 33, ../sass/pages/_win.scss */
body.sweepstakes-landing .view-display-id-panel_pane_1 .views-row .list-text .subtitle {
  margin: 0 0 10px 0;
}
/* line 35, ../sass/pages/_win.scss */
body.sweepstakes-landing .view-display-id-panel_pane_1 .views-row .list-text .subtitle a {
  font-weight: bold;
  text-decoration: underline;
}
/* line 40, ../sass/pages/_win.scss */
body.sweepstakes-landing .view-display-id-panel_pane_1 .views-row .list-text .enter-link {
  margin: 30px 0 0 0;
}
/* line 42, ../sass/pages/_win.scss */
body.sweepstakes-landing .view-display-id-panel_pane_1 .views-row .list-text .enter-link a {
  color: #FFF;
  background-color: #f49ac1;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #b77391;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
/* line 51, ../sass/pages/_win.scss */
body.sweepstakes-landing .view-display-id-panel_pane_1 .views-row .list-text .enter-link a:hover {
  opacity: .8;
}
/* line 58, ../sass/pages/_win.scss */
body.sweepstakes-landing .view-display-id-panel_pane_1 .views-row-last {
  border-bottom: none;
}

/* line 66, ../sass/pages/_win.scss */
body.node-type-contest-entry .entry-container .location-branch {
  margin: 0 0 10px 0;
  font-weight: bold;
}
/* line 69, ../sass/pages/_win.scss */
body.node-type-contest-entry .entry-container .location-branch div {
  width: 50%;
}
/* line 73, ../sass/pages/_win.scss */
body.node-type-contest-entry .entry-container .video {
  width: 100%;
  margin: 0 2% 0 0;
}
@media all and (max-width: 568px) {
  /* line 73, ../sass/pages/_win.scss */
  body.node-type-contest-entry .entry-container .video {
    display: block;
    width: 100%;
    margin: 0;
  }
}
/* line 81, ../sass/pages/_win.scss */
body.node-type-contest-entry .entry-container .video .player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 86, ../sass/pages/_win.scss */
body.node-type-contest-entry .entry-container .video .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 95, ../sass/pages/_win.scss */
body.node-type-contest-entry .entry-container .links {
  margin: 20px 0;
  			/*
  			.video-link {
  				width: 53%;
  				vertical-align: top;
  				@media all and (max-width: 580px) {
  					display: block;
  					width: 100%;
  					text-align: center;
  				}

  				.label {
  				}
  				.gray-link {
  					background-color: #EEE;
  					padding: 12px 10px;
  					display: inline-block;
  					height: 28px;
  					a {
  						margin: 10px;
  					}
  				}
  			}
  			*/
}
/* line 97, ../sass/pages/_win.scss */
body.node-type-contest-entry .entry-container .links .label {
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px 0 0;
}
/* line 125, ../sass/pages/_win.scss */
body.node-type-contest-entry .entry-container .links .share {
  text-align: right;
}
/* line 129, ../sass/pages/_win.scss */
body.node-type-contest-entry .entry-container .links .share #article-share {
  display: inline-block;
  width: auto;
  margin: 0;
}
/* line 136, ../sass/pages/_win.scss */
body.node-type-contest-entry .entry-container .links .share #article-share .links {
  margin: 0;
}
/* line 142, ../sass/pages/_win.scss */
body.node-type-contest-entry .entry-container .info {
  margin: 30px 0 0 0;
}
@media all and (max-width: 580px) {
  /* line 142, ../sass/pages/_win.scss */
  body.node-type-contest-entry .entry-container .info {
    border-bottom: 2px solid #999;
    margin: 30px 0 10px 0;
  }
}
/* line 148, ../sass/pages/_win.scss */
body.node-type-contest-entry .entry-container .info .text {
  margin: 20px 0 0 0;
}
/* line 150, ../sass/pages/_win.scss */
body.node-type-contest-entry .entry-container .info .text p {
  margin: 0;
}

/**
 *Styling for videos page
 */
/* line 6, ../sass/pages/_videos.scss */
body.page-videos #main #content {
  display: block;
  padding: 0;
}
/* line 9, ../sass/pages/_videos.scss */
body.page-videos #main #content #page-title {
  margin: 10px 1%;
  padding: 20px 0;
}
/* line 13, ../sass/pages/_videos.scss */
body.page-videos #main #content #page-title h1 .title-first {
  float: left;
  text-align: left;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
}
/* line 20, ../sass/pages/_videos.scss */
body.page-videos #main #content #page-title h1 .title-last {
  float: right;
  text-align: right;
}
/* line 21, ../sass/pages/_videos.scss */
body.page-videos #main #content #page-title h1 .title-last span {
  display: inline-block;
  vertical-align: middle;
}
/* line 25, ../sass/pages/_videos.scss */
body.page-videos #main #content #page-title h1 .title-last a:hover {
  color: #000;
}
/* line 30, ../sass/pages/_videos.scss */
body.page-videos #main #content #page-title h1 .title-last .powered-by {
  font-size: 12px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: 24px;
}
/* line 37, ../sass/pages/_videos.scss */
body.page-videos #main #content #page-title h1 .title-last .ls-logo img {
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  /* line 9, ../sass/pages/_videos.scss */
  body.page-videos #main #content #page-title {
    padding: 20px 0 10px 0;
    margin: 0 0 20px 0;
  }
  /* line 47, ../sass/pages/_videos.scss */
  body.page-videos #main #content #page-title h1 .title-first, body.page-videos #main #content #page-title h1 .title-last {
    font-size: 32px;
    text-align: center;
    display: block;
    float: none;
    line-height: 36px;
  }
  /* line 54, ../sass/pages/_videos.scss */
  body.page-videos #main #content #page-title h1 .title-last {
    max-width: 75%;
    margin: 5px auto 10px auto;
  }
}
/* line 61, ../sass/pages/_videos.scss */
body.page-videos #main #content .title-lower {
  margin: 20px 1%;
}
/* line 63, ../sass/pages/_videos.scss */
body.page-videos #main #content .title-lower #jump-menu {
  float: left;
  margin: 5px 0 0 0;
}
/* line 66, ../sass/pages/_videos.scss */
body.page-videos #main #content .title-lower #jump-menu select {
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #000;
}
/* line 76, ../sass/pages/_videos.scss */
body.page-videos #main #content .title-lower #upload-link {
  min-width: 200px;
  float: right;
  padding: 5px 10px;
  background-color: #00ced1;
  text-align: center;
  border-radius: 0;
}
/* line 83, ../sass/pages/_videos.scss */
body.page-videos #main #content .title-lower #upload-link a {
  color: #FFF;
  font-family: roboto;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
/* line 89, ../sass/pages/_videos.scss */
body.page-videos #main #content .title-lower #upload-link a:hover {
  color: #FFF;
}
@media only screen and (max-width: 450px) {
  /* line 61, ../sass/pages/_videos.scss */
  body.page-videos #main #content .title-lower {
    margin: 0 1% 20px 1%;
  }
  /* line 96, ../sass/pages/_videos.scss */
  body.page-videos #main #content .title-lower #jump-menu, body.page-videos #main #content .title-lower #upload-link {
    max-width: 100%;
    float: none;
  }
  /* line 99, ../sass/pages/_videos.scss */
  body.page-videos #main #content .title-lower #jump-menu select, body.page-videos #main #content .title-lower #upload-link select {
    width: 100% !important;
  }
  /* line 103, ../sass/pages/_videos.scss */
  body.page-videos #main #content .title-lower #jump-menu {
    margin: 0 0 10px 0;
  }
  /* line 107, ../sass/pages/_videos.scss */
  body.page-videos #main #content .title-lower #upload-link i.fa.fa-upload {
    margin: 0 0 0 20px;
  }
}
/* line 113, ../sass/pages/_videos.scss */
body.page-videos #main #content .featured-video {
  margin: 0 1%;
  padding: 0;
}
/* line 116, ../sass/pages/_videos.scss */
body.page-videos #main #content .featured-video .featured-video-info {
  background-color: #000;
  color: #FFF;
  padding: 1% 2%;
}
/* line 120, ../sass/pages/_videos.scss */
body.page-videos #main #content .featured-video .featured-video-info .featured-video-title {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.2;
}
/* line 127, ../sass/pages/_videos.scss */
body.page-videos #main #content .featured-video .featured-video-info .featured-video-body {
  margin: 0;
}
/* line 129, ../sass/pages/_videos.scss */
body.page-videos #main #content .featured-video .featured-video-info .featured-video-body a {
  color: #f49ac1;
}
/* line 131, ../sass/pages/_videos.scss */
body.page-videos #main #content .featured-video .featured-video-info .featured-video-body a:hover {
  color: #f49ac1;
}
/* line 136, ../sass/pages/_videos.scss */
body.page-videos #main #content .featured-video .featured-video-info .featured-cinematographer-link {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
}
/* line 141, ../sass/pages/_videos.scss */
body.page-videos #main #content .featured-video .featured-video-info .featured-cinematographer-link a {
  color: #00ced1;
}
/* line 143, ../sass/pages/_videos.scss */
body.page-videos #main #content .featured-video .featured-video-info .featured-cinematographer-link a:hover {
  color: #00ced1;
}
@media only screen and (max-width: 450px) {
  /* line 150, ../sass/pages/_videos.scss */
  body.page-videos #main #content .featured-video .featured-video-info {
    text-align: left;
  }
  /* line 152, ../sass/pages/_videos.scss */
  body.page-videos #main #content .featured-video .featured-video-info .featured-video-title {
    font-size: 30px;
  }
}
/* line 158, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos {
  margin: 0;
}
/* line 160, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .jump-anchor {
  position: relative;
  top: -80px;
  display: block;
}
/* line 165, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .cat-header {
  font-size: 30px;
  font-weight: 500;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1;
  padding: 50px 0 5px 0;
}
@media only screen and (max-width: 450px) {
  /* line 165, ../sass/pages/_videos.scss */
  body.page-videos #main #content #videos .cat-header {
    font-size: 25px;
  }
}
/* line 176, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .ls-all-link {
  color: #00ced1;
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: 300;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
/* line 184, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .cat-list {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 192, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .cat-list .video-item {
  margin: 10px;
  width: calc(25% - 20px);
  float: none;
}
/* line 196, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .cat-list .video-item .thumb-wrapper {
  position: relative;
  background: #000;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 0;
  display: inline-block;
  height: 16vh;
  margin: 0 0 5px;
  width: 100%;
}
@media all and (max-height: 1024px) {
  /* line 196, ../sass/pages/_videos.scss */
  body.page-videos #main #content #videos .cat-list .video-item .thumb-wrapper {
    height: 24vh;
  }
}
/* line 209, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .cat-list .video-item .thumb-wrapper .video-link {
  position: absolute;
  bottom: -100px;
  top: -100px;
  left: -100px;
  right: -100px;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
}
/* line 218, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .cat-list .video-item .thumb-wrapper .video-link .clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 224, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .cat-list .video-item .thumb-wrapper .video-link .clip img {
  width: 95%;
  display: inline-block;
  vertical-align: middle;
}
/* line 229, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .cat-list .video-item .thumb-wrapper .video-link .clip .vertical-align {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 235, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .cat-list .video-item .thumb-wrapper .video-link .play {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: .5;
  filter: alpha(opacity=50);
  transition: all 0.2s ease-out;
}
/* line 246, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .cat-list .video-item .thumb-wrapper .video-link .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-height: 450px) {
  /* line 196, ../sass/pages/_videos.scss */
  body.page-videos #main #content #videos .cat-list .video-item .thumb-wrapper {
    height: 40vh;
  }
}
/* line 255, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .cat-list .video-item .video-info {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
/* line 259, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .cat-list .video-item .video-info .cinema-wrapper {
  font-size: 11px;
  font-style: italic;
}
/* line 265, ../sass/pages/_videos.scss */
body.page-videos #main #content #videos .cat-list .video-item .video-info .cinema-wrapper a {
  color: #00ced1;
}
@media only screen and (max-width: 768px) {
  /* line 192, ../sass/pages/_videos.scss */
  body.page-videos #main #content #videos .cat-list .video-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 450px) {
  /* line 192, ../sass/pages/_videos.scss */
  body.page-videos #main #content #videos .cat-list .video-item {
    width: 100%;
  }
}
/* line 282, ../sass/pages/_videos.scss */
body.page-videos .fancybox-skin {
  padding: 0;
}
/* line 285, ../sass/pages/_videos.scss */
body.page-videos .fancybox-skin .fancybox-title a {
  color: #f49ac1;
}

/* line 292, ../sass/pages/_videos.scss */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 297, ../sass/pages/_videos.scss */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 306, ../sass/pages/_videos.scss */
.video-footer-block {
  margin-bottom: 1.28571em !important;
}
/* line 308, ../sass/pages/_videos.scss */
.video-footer-block h2 {
  text-align: center;
}
/* line 310, ../sass/pages/_videos.scss */
.video-footer-block h2 span {
  background-color: #00ced1;
  color: #000;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  padding: 5px 10px;
}
/* line 318, ../sass/pages/_videos.scss */
.video-footer-block h2 span a:hover {
  color: #FFF;
}
@media only screen and (max-width: 450px) {
  /* line 310, ../sass/pages/_videos.scss */
  .video-footer-block h2 span {
    font-size: 22px;
  }
}
/* line 327, ../sass/pages/_videos.scss */
.video-footer-block #video-footer {
  padding: 0;
  margin: 20px 0 0 0;
}
/* line 330, ../sass/pages/_videos.scss */
.video-footer-block #video-footer .block-inner {
  background-color: #f5f5f5;
}
/* line 332, ../sass/pages/_videos.scss */
.video-footer-block #video-footer .block-inner .cat-list {
  max-width: 1170px;
  padding: 40px 0 40px 0;
  margin: -24px auto 0 auto;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1189px) {
  /* line 332, ../sass/pages/_videos.scss */
  .video-footer-block #video-footer .block-inner .cat-list {
    max-width: 970px;
  }
}
/* line 345, ../sass/pages/_videos.scss */
.video-footer-block #video-footer .block-inner .cat-list .video-item {
  margin: 10px;
  width: calc(25% - 20px);
  float: none;
}
/* line 349, ../sass/pages/_videos.scss */
.video-footer-block #video-footer .block-inner .cat-list .video-item .thumb-wrapper {
  position: relative;
  background: #000;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 0;
  display: inline-block;
  height: 16vh;
  margin: 0 0 5px;
  width: 100%;
}
@media all and (max-height: 1024px) {
  /* line 349, ../sass/pages/_videos.scss */
  .video-footer-block #video-footer .block-inner .cat-list .video-item .thumb-wrapper {
    height: 24vh;
  }
}
/* line 362, ../sass/pages/_videos.scss */
.video-footer-block #video-footer .block-inner .cat-list .video-item .thumb-wrapper .video-link {
  position: absolute;
  bottom: -100px;
  top: -100px;
  left: -100px;
  right: -100px;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
}
/* line 371, ../sass/pages/_videos.scss */
.video-footer-block #video-footer .block-inner .cat-list .video-item .thumb-wrapper .video-link .clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 377, ../sass/pages/_videos.scss */
.video-footer-block #video-footer .block-inner .cat-list .video-item .thumb-wrapper .video-link .clip img {
  width: 95%;
  display: inline-block;
  vertical-align: middle;
}
/* line 382, ../sass/pages/_videos.scss */
.video-footer-block #video-footer .block-inner .cat-list .video-item .thumb-wrapper .video-link .clip .vertical-align {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 388, ../sass/pages/_videos.scss */
.video-footer-block #video-footer .block-inner .cat-list .video-item .thumb-wrapper .video-link .play {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: .5;
  filter: alpha(opacity=50);
  transition: all 0.2s ease-out;
}
/* line 399, ../sass/pages/_videos.scss */
.video-footer-block #video-footer .block-inner .cat-list .video-item .thumb-wrapper .video-link .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-height: 450px) {
  /* line 349, ../sass/pages/_videos.scss */
  .video-footer-block #video-footer .block-inner .cat-list .video-item .thumb-wrapper {
    height: 40vh;
  }
}
/* line 408, ../sass/pages/_videos.scss */
.video-footer-block #video-footer .block-inner .cat-list .video-item .video-info {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
/* line 412, ../sass/pages/_videos.scss */
.video-footer-block #video-footer .block-inner .cat-list .video-item .video-info a {
  color: #f49ac1;
}
@media only screen and (max-width: 768px) {
  /* line 345, ../sass/pages/_videos.scss */
  .video-footer-block #video-footer .block-inner .cat-list .video-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 450px) {
  /* line 345, ../sass/pages/_videos.scss */
  .video-footer-block #video-footer .block-inner .cat-list .video-item {
    width: 100%;
  }
}

/**
 *Styles for Beauty and health
 */
/* line 7, ../sass/pages/_beauty-health.scss */
body.page-beauty-health .view-header .center-title {
  text-align: center;
  background: none;
  border-bottom: none;
  margin: 30px 0 10px;
}
/* line 209, ../sass/components/_mixins.scss */
body.page-beauty-health .view-header .center-title span {
  background: #fff;
  color: #000;
  padding: 5px 0 1px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 22px;
}
/* line 219, ../sass/components/_mixins.scss */
body.page-beauty-health .view-header .center-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  margin: 0 auto 25px;
  background: #000;
}
/* line 11, ../sass/pages/_beauty-health.scss */
body.page-beauty-health .pane-channel-most-recent-panel-pane-4 {
  margin: 55px 0 0;
}
@media screen and (max-width: 1023px) {
  /* line 11, ../sass/pages/_beauty-health.scss */
  body.page-beauty-health .pane-channel-most-recent-panel-pane-4 {
    margin: 0;
  }
}

/*
 *Styles for planning channel
 */
/* line 5, ../sass/pages/_planning.scss */
body.planning-landing #planning-ops {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 3px solid #000;
  max-width: 100%;
}
@media all and (max-width: 767px) {
  /* line 5, ../sass/pages/_planning.scss */
  body.planning-landing #planning-ops {
    overflow-x: scroll;
  }
}
/* line 13, ../sass/pages/_planning.scss */
body.planning-landing #planning-ops ul {
  font-size: 0;
  min-width: 670px;
}
/* line 16, ../sass/pages/_planning.scss */
body.planning-landing #planning-ops ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 31.6%;
  margin: 0;
  padding: 0;
}
/* line 26, ../sass/pages/_planning.scss */
body.planning-landing #planning-ops ul li .caption {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
/* line 162, ../sass/components/_mixins.scss */
body.planning-landing #planning-ops ul li .caption a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
body.planning-landing #planning-ops ul li .caption a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
body.planning-landing #planning-ops ul li .caption span {
  padding: 5px 10px;
  display: block;
}
/* line 29, ../sass/pages/_planning.scss */
body.planning-landing #planning-ops ul li .caption p {
  padding: 4%;
}
/* line 31, ../sass/pages/_planning.scss */
body.planning-landing #planning-ops ul li .caption p a {
  font-size: 36px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
}
@media all and (max-width: 767px) {
  /* line 31, ../sass/pages/_planning.scss */
  body.planning-landing #planning-ops ul li .caption p a {
    font-size: 28px;
  }
}
/* line 42, ../sass/pages/_planning.scss */
body.planning-landing #planning-ops ul li.row-2 {
  margin: 0 2.5%;
}
/* line 50, ../sass/pages/_planning.scss */
body.planning-landing .view-channel-most-recent .view-header .center-title {
  text-align: center;
  background: none;
  border-bottom: none;
  margin: 30px 0 10px;
}
/* line 209, ../sass/components/_mixins.scss */
body.planning-landing .view-channel-most-recent .view-header .center-title span {
  background: #fff;
  color: #000;
  padding: 5px 0 1px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 22px;
}
/* line 219, ../sass/components/_mixins.scss */
body.planning-landing .view-channel-most-recent .view-header .center-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  margin: 0 auto 25px;
  background: #000;
}

/* line 59, ../sass/pages/_planning.scss */
#countdown-calendar .container {
  max-width: 840px;
}
/* line 62, ../sass/pages/_planning.scss */
#countdown-calendar .container .acc-container {
  width: 90%;
  margin: 30px auto 0 auto;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
/* line 67, ../sass/pages/_planning.scss */
#countdown-calendar .container .acc-container .acc-btn {
  width: 100%;
  margin: 0 auto;
  padding: 5px 25px;
  cursor: pointer;
  background: #00ced1;
  border-bottom: 1px solid #009395;
}
/* line 74, ../sass/pages/_planning.scss */
#countdown-calendar .container .acc-container .acc-btn .month-header {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #009395;
}
/* line 80, ../sass/pages/_planning.scss */
#countdown-calendar .container .acc-container .acc-btn .month-header:hover {
  color: #fff;
  transition: ease all 600ms;
  text-shadow: 1px 2px 0px #000;
}
/* line 86, ../sass/pages/_planning.scss */
#countdown-calendar .container .acc-container .acc-btn.selected {
  color: #fff;
  text-shadow: 1px 2px 0px #000;
}
/* line 91, ../sass/pages/_planning.scss */
#countdown-calendar .container .acc-container .acc-content {
  display: none;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #f5f5f5;
}
/* line 98, ../sass/pages/_planning.scss */
#countdown-calendar .container .acc-container .acc-content .acc-content-inner {
  padding: 30px;
}
/* line 100, ../sass/pages/_planning.scss */
#countdown-calendar .container .acc-container .acc-content .acc-content-inner ul {
  list-style: disc;
  color: #f5f5f5;
  margin: 0 0 0 15px;
}
/* line 104, ../sass/pages/_planning.scss */
#countdown-calendar .container .acc-container .acc-content .acc-content-inner ul li {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
/* line 110, ../sass/pages/_planning.scss */
#countdown-calendar .container .acc-container .acc-content .acc-content-inner ul li a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* line 114, ../sass/pages/_planning.scss */
#countdown-calendar .container .acc-container .acc-content .acc-content-inner ul li a:hover {
  text-decoration: underline;
  color: #f499c1;
}

/**
 *Styles for Beauty and health
 */
/* line 6, ../sass/pages/_dresses.scss */
body.page-dresses .pane-bg-gowns-gown-designer-listing {
  margin: 55px 0 0;
}
@media screen and (max-width: 1023px) {
  /* line 6, ../sass/pages/_dresses.scss */
  body.page-dresses .pane-bg-gowns-gown-designer-listing {
    margin: 35px 0 0;
  }
}
/* line 11, ../sass/pages/_dresses.scss */
body.page-dresses .pane-bg-gowns-gown-designer-listing .pane-title {
  background: none;
  border-bottom: none;
  margin: 0;
}
@media all and (min-width: 767px) {
  /* line 16, ../sass/pages/_dresses.scss */
  body.page-dresses .pane-bg-gowns-gown-designer-listing #designers-a-z {
    max-height: 290px;
    overflow: hidden;
  }
}
/* line 24, ../sass/pages/_dresses.scss */
body.page-dresses .view-header .center-title {
  text-align: center;
  background: none;
  border-bottom: none;
  margin: 30px 0 10px;
}
/* line 209, ../sass/components/_mixins.scss */
body.page-dresses .view-header .center-title span {
  background: #fff;
  color: #000;
  padding: 5px 0 1px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 22px;
}
/* line 219, ../sass/components/_mixins.scss */
body.page-dresses .view-header .center-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  margin: 0 auto 25px;
  background: #000;
}
/* line 29, ../sass/pages/_dresses.scss */
body.page-dresses .view-home-page-slider .bx-wrapper {
  margin: 0 auto 20px;
}
/* line 36, ../sass/pages/_dresses.scss */
body.page-dresses .channel-one-three .channel-latest .views-row .subtitle {
  display: none;
}
@media all and (min-width: 767px) {
  /* line 43, ../sass/pages/_dresses.scss */
  body.page-dresses #bridal-gown-landing #designers-a-z {
    max-height: 401px;
    overflow: hidden;
  }
}

/*
 *Rules for registry channel landing page and Bridal Best page
 */
/* line 5, ../sass/pages/_registry.scss */
body.registry-landing #registry-checklist {
  background: url("../images/registry-checklist/weddingregsitry_may19v2.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 370px;
  display: block;
  position: relative;
}
/* line 12, ../sass/pages/_registry.scss */
body.registry-landing #registry-checklist .standout {
  width: 310px;
  position: absolute;
  top: 15%;
  left: 3%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
}
/* line 20, ../sass/pages/_registry.scss */
body.registry-landing #registry-checklist .standout img {
  height: 110px;
  width: 275px;
  margin-bottom: 10px;
}
/* line 25, ../sass/pages/_registry.scss */
body.registry-landing #registry-checklist .standout p {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
}
/* line 31, ../sass/pages/_registry.scss */
body.registry-landing #registry-checklist .standout a {
  color: #00ced1;
  text-decoration: none;
}
/* line 34, ../sass/pages/_registry.scss */
body.registry-landing #registry-checklist .standout a:hover {
  text-decoration: none;
}
/* line 37, ../sass/pages/_registry.scss */
body.registry-landing #registry-checklist .standout a .more-link {
  font-weight: normal;
}
@media all and (max-width: 320px) {
  /* line 12, ../sass/pages/_registry.scss */
  body.registry-landing #registry-checklist .standout {
    width: 275px;
    left: 0;
    padding: 5px;
  }
}
/* line 48, ../sass/pages/_registry.scss */
body.registry-landing .hr {
  height: 2px;
  background: #e6e6e6;
  margin: 10px 0 20px;
}
/* line 53, ../sass/pages/_registry.scss */
body.registry-landing #registry-bb-block {
  position: relative;
}
/* line 55, ../sass/pages/_registry.scss */
body.registry-landing #registry-bb-block #bb-standout {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
}
/* line 65, ../sass/pages/_registry.scss */
body.registry-landing #registry-bb-block #bb-standout a {
  color: #FFF;
}
/* line 67, ../sass/pages/_registry.scss */
body.registry-landing #registry-bb-block #bb-standout a:hover {
  text-decoration: none;
  color: #fff;
}
/* line 72, ../sass/pages/_registry.scss */
body.registry-landing #registry-bb-block #bb-standout h2 {
  color: #FFF;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 40px;
  line-height: 1.2;
}
/* line 79, ../sass/pages/_registry.scss */
body.registry-landing #registry-bb-block #bb-standout p.upper {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
}
/* line 86, ../sass/pages/_registry.scss */
body.registry-landing #registry-bb-block #bb-standout p.see-more a {
  color: #00ced1;
}
@media all and (max-width: 500px) {
  /* line 55, ../sass/pages/_registry.scss */
  body.registry-landing #registry-bb-block #bb-standout {
    width: 90%;
  }
}
@media all and (max-width: 350px) {
  /* line 55, ../sass/pages/_registry.scss */
  body.registry-landing #registry-bb-block #bb-standout {
    width: 100%;
    position: relative;
    background: black;
    top: 0;
    left: 0;
    transform: translate(0);
  }
  /* line 101, ../sass/pages/_registry.scss */
  body.registry-landing #registry-bb-block #bb-standout h2 {
    font-size: 28px;
  }
  /* line 104, ../sass/pages/_registry.scss */
  body.registry-landing #registry-bb-block #bb-standout p.upper, body.registry-landing #registry-bb-block #bb-standout p.see-more {
    font-size: 12px;
  }
}
/* line 110, ../sass/pages/_registry.scss */
body.registry-landing #registry-spotlight-block, body.registry-landing #registry-editor-pick-block {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 47.5%;
  padding: 0 1%;
}
@media screen and (max-width: 600px) {
  /* line 110, ../sass/pages/_registry.scss */
  body.registry-landing #registry-spotlight-block, body.registry-landing #registry-editor-pick-block {
    width: 100%;
  }
}
/* line 120, ../sass/pages/_registry.scss */
body.registry-landing #bb-cats-block {
  margin: 60px 0;
}
/* line 122, ../sass/pages/_registry.scss */
body.registry-landing #bb-cats-block h2 {
  text-align: center;
  background: none;
  border-bottom: none;
  margin: 30px 0 10px;
  background: url("../images/sub-hr.jpg") repeat-x center;
}
/* line 128, ../sass/pages/_registry.scss */
body.registry-landing #bb-cats-block h2 span {
  background: #FFF;
  padding: 10px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}
/* line 139, ../sass/pages/_registry.scss */
body.registry-landing #registry-spotlight-block #registry-spotlight {
  position: relative;
}
/* line 141, ../sass/pages/_registry.scss */
body.registry-landing #registry-spotlight-block #registry-spotlight h2 {
  text-align: center;
  background: none;
  border-bottom: none;
  margin: 30px 0 10px;
  background: url("../images/sub-hr.jpg") repeat-x center;
}
/* line 147, ../sass/pages/_registry.scss */
body.registry-landing #registry-spotlight-block #registry-spotlight h2 span {
  background: #FFF;
  padding: 10px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}
/* line 159, ../sass/pages/_registry.scss */
body.registry-landing #registry-spotlight-block #registry-spotlight .title {
  -webkit-font-smoothing: antialiased !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
/* line 162, ../sass/components/_mixins.scss */
body.registry-landing #registry-spotlight-block #registry-spotlight .title a {
  -webkit-font-smoothing: antialiased !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
}
/* line 169, ../sass/components/_mixins.scss */
body.registry-landing #registry-spotlight-block #registry-spotlight .title a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/components/_mixins.scss */
body.registry-landing #registry-spotlight-block #registry-spotlight .title span {
  padding: 5px 10px;
  display: block;
}
/* line 162, ../sass/pages/_registry.scss */
body.registry-landing #registry-spotlight-block #registry-spotlight .summary, body.registry-landing #registry-spotlight-block #registry-spotlight .more-link {
  display: none;
}

/* line 170, ../sass/pages/_registry.scss */
body.page-registry-bridal-bests .pane-bridal-best-search-panel-pane-1 {
  margin: 5% 0;
}
/* line 174, ../sass/pages/_registry.scss */
body.page-registry-bridal-bests .bridal-best .bb-list {
  font-size: 0;
  margin: 0;
}
/* line 177, ../sass/pages/_registry.scss */
body.page-registry-bridal-bests .bridal-best .bb-list li {
  width: 23%;
  padding: 0 1%;
  display: inline-block !important;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 600px) {
  /* line 177, ../sass/pages/_registry.scss */
  body.page-registry-bridal-bests .bridal-best .bb-list li {
    width: 48%;
  }
}
/* line 186, ../sass/pages/_registry.scss */
body.page-registry-bridal-bests .bridal-best .bb-list li .bb-title {
  font-size: 14px;
}
/* line 193, ../sass/pages/_registry.scss */
body.page-registry-bridal-bests #registry-spotlight h2 {
  border-top: 3px solid #f49ac1;
  border-bottom: 1px dashed #ccc;
  margin: 0;
  background-color: #FFF;
}
/* line 202, ../sass/pages/_registry.scss */
body.page-registry-bridal-bests #registry-spotlight .spot-container {
  background-color: #f6f6f6;
  margin: 0 0 20px;
  padding: 3%;
  position: relative;
}
/* line 208, ../sass/pages/_registry.scss */
body.page-registry-bridal-bests #registry-spotlight .image {
  width: 30%;
  margin: 0 5% 0 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 820px) {
  /* line 208, ../sass/pages/_registry.scss */
  body.page-registry-bridal-bests #registry-spotlight .image {
    margin: 0 auto 5%;
    width: 90%;
    display: block;
  }
}
/* line 222, ../sass/pages/_registry.scss */
body.page-registry-bridal-bests #registry-spotlight .image img {
  width: 100%;
}
/* line 227, ../sass/pages/_registry.scss */
body.page-registry-bridal-bests #registry-spotlight .text {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
@media screen and (max-width: 820px) {
  /* line 227, ../sass/pages/_registry.scss */
  body.page-registry-bridal-bests #registry-spotlight .text {
    width: 100%;
    text-align: center;
    display: block;
  }
}
/* line 236, ../sass/pages/_registry.scss */
body.page-registry-bridal-bests #registry-spotlight .text .title {
  font-style: italic;
}
/* line 242, ../sass/pages/_registry.scss */
body.page-registry-bridal-bests #registry-spotlight .text .more-link {
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 820px) {
  /* line 242, ../sass/pages/_registry.scss */
  body.page-registry-bridal-bests #registry-spotlight .text .more-link {
    text-align: center;
  }
}

/* line 254, ../sass/pages/_registry.scss */
.bb-node .image, .bb-node .side, .bb-node .search, .bb-node .back-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
/* line 259, ../sass/pages/_registry.scss */
.bb-node .image {
  width: 35%;
  min-width: 200px;
  max-width: 300px;
  margin: 0 2% 0 0;
}
@media screen and (max-width: 900px) {
  /* line 264, ../sass/pages/_registry.scss */
  .bb-node .image a {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  /* line 259, ../sass/pages/_registry.scss */
  .bb-node .image {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto 30px;
  }
}
/* line 276, ../sass/pages/_registry.scss */
.bb-node .image .fa-expand {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 900px) {
  /* line 276, ../sass/pages/_registry.scss */
  .bb-node .image .fa-expand {
    right: 40px;
  }
}
/* line 285, ../sass/pages/_registry.scss */
.bb-node .side {
  width: 60%;
}
@media screen and (max-width: 900px) {
  /* line 285, ../sass/pages/_registry.scss */
  .bb-node .side {
    width: 100%;
  }
}
/* line 290, ../sass/pages/_registry.scss */
.bb-node .side .nav-search {
  border-bottom: 3px solid #000;
}
/* line 292, ../sass/pages/_registry.scss */
.bb-node .side .nav-search .back-link {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
/* line 295, ../sass/pages/_registry.scss */
.bb-node .side .nav-search .back-link a {
  color: #000;
}
/* line 297, ../sass/pages/_registry.scss */
.bb-node .side .nav-search .back-link a:hover {
  color: #f49ac1;
}
/* line 303, ../sass/pages/_registry.scss */
.bb-node .side .nav-search .search {
  background-color: #000;
  color: #FFF;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  width: 180px;
  position: absolute;
  right: 0px;
}
/* line 310, ../sass/pages/_registry.scss */
.bb-node .side .nav-search .search .search-header {
  text-align: center;
}
/* line 312, ../sass/pages/_registry.scss */
.bb-node .side .nav-search .search .search-header #search-toggle {
  cursor: pointer;
}
/* line 316, ../sass/pages/_registry.scss */
.bb-node .side .nav-search .search #search-form {
  display: none;
}
/* line 318, ../sass/pages/_registry.scss */
.bb-node .side .nav-search .search #search-form form {
  padding: 5px;
}
/* line 320, ../sass/pages/_registry.scss */
.bb-node .side .nav-search .search #search-form form .views-exposed-widget {
  display: block;
  width: 100%;
}
/* line 323, ../sass/pages/_registry.scss */
.bb-node .side .nav-search .search #search-form form .views-exposed-widget .form-item-brand, .bb-node .side .nav-search .search #search-form form .views-exposed-widget .form-item-tableware {
  padding: 5px 10px;
  background: #e6e6e6 url("/sites/all/themes/custom/bg_zen/images/select-down-blk.png") no-repeat 95%;
  vertical-align: bottom;
  margin: 3px 0;
}
/* line 328, ../sass/pages/_registry.scss */
.bb-node .side .nav-search .search #search-form form .views-exposed-widget .form-item-brand .form-select, .bb-node .side .nav-search .search #search-form form .views-exposed-widget .form-item-tableware .form-select {
  width: 100%;
  color: #000;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 338, ../sass/pages/_registry.scss */
.bb-node .side .nav-search .search #search-form form .views-exposed-widget.views-submit-button .form-submit {
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  background: #00ced1;
  color: #FFF;
  border: 0;
}
/* line 349, ../sass/pages/_registry.scss */
.bb-node .side .nav-search .search #search-form.show {
  display: block;
}
/* line 354, ../sass/pages/_registry.scss */
.bb-node .side .info {
  margin: 10px 0 0;
}
/* line 356, ../sass/pages/_registry.scss */
.bb-node .side .info h1 {
  margin: 0 0 20px;
}
/* line 359, ../sass/pages/_registry.scss */
.bb-node .side .info p.link {
  margin: 0 3px;
  font-size: 14px;
}
/* line 362, ../sass/pages/_registry.scss */
.bb-node .side .info p.link i {
  margin: 0 5px 0 0;
}

/* line 3, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content {
  display: block;
}
/* line 5, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider {
  margin: 10px 0;
}
/* line 7, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper {
  margin: 0 auto;
}
/* line 9, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
/* line 12, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-viewport li .hp-slider-relative {
  position: relative;
}
/* line 14, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout {
  width: auto;
  max-width: 40%;
  position: absolute;
  left: 0;
  bottom: 10%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
}
/* line 23, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout h1 {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 10px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}
/* line 31, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout .body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #d7d7d7;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 42, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout .more-link {
  margin-top: 10px;
  font-weight: 700;
}
/* line 46, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout a {
  color: #FFF;
}
/* line 48, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout a:hover {
  color: #f49ac1;
}
/* line 56, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-controls {
  position: relative;
  z-index: 100;
}
/* line 59, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-controls .bx-pager {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
}
/* line 64, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
}
/* line 71, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-controls .bx-controls-direction {
  z-index: 100;
  position: absolute;
  bottom: 8px;
}
/* line 75, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 25px;
  height: 25px;
  text-decoration: none;
}
/* line 80, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  background: url("../images/slider-nav-sprite.png") no-repeat 0 0;
  left: 0px;
}
/* line 84, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  background: url("../images/slider-nav-sprite.png") no-repeat -29px 0;
  left: 30px;
}
@media all and (max-width: 1023px) {
  /* line 92, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #content #slider.registry-slider .bx-wrapper {
    margin: 0 auto 10px auto;
  }
  /* line 96, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-viewport li .hp-slider-relative {
    overflow: hidden;
  }
  /* line 98, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout {
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
  /* line 105, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout h1 {
    font-size: 28px;
    line-height: 26px;
    text-align: center;
  }
  /* line 110, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout .body {
    display: none;
  }
  /* line 113, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-viewport li .hp-slider-relative .hp-slider-standout .more-link {
    display: none;
  }
  /* line 120, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #content #slider.registry-slider .bx-wrapper .bx-controls {
    display: none;
  }
}
@media all and (max-width: 400px) {
  /* line 5, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #content #slider.registry-slider {
    margin: 10px 0 30px 0;
  }
}
/* line 130, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-cats {
  font-size: 0;
}
/* line 132, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-cats li {
  position: relative;
  width: 31.3%;
  margin: 0 1% 20px;
  display: inline-block;
  vertical-align: top;
}
/* line 138, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-cats li img {
  width: 100%;
}
@media all and (max-width: 500px) {
  /* line 132, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #bb-cats li {
    width: 48%;
    margin: 0 1% 12px;
  }
}
/* line 145, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-cats li .caption {
  -webkit-font-smoothing: antialiased !important;
  text-align: center;
  position: absolute;
  bottom: 0px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #FFF;
}
/* line 157, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-cats li .caption a {
  color: #FFF;
}
/* line 159, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-cats li .caption a:hover {
  color: #FFF;
}
@media all and (max-width: 500px), all and (max-device-width: 500px) {
  /* line 145, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #bb-cats li .caption {
    font-size: 16px;
  }
}
/* line 169, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-spotlight-block {
  margin: 0 0 20px 0;
}
/* line 171, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-spotlight-block h2 {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 34px;
  margin: 0 0 10px 0;
  text-align: center;
}
/* line 179, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-spotlight-block h2:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 auto 25px;
  background: #000;
}
/* line 188, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-spotlight-block .bb-spotlight-block-inner {
  background-color: #EEE;
  padding: 10px;
}
/* line 191, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-spotlight-block .bb-spotlight-block-inner .image {
  float: left;
  width: 50%;
  padding: 0 2% 0 0;
}
/* line 200, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-spotlight-block .bb-spotlight-block-inner .info p {
  margin: .5em 0 0 0;
}
/* line 203, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-spotlight-block .bb-spotlight-block-inner .info a {
  display: block;
  text-align: right;
  padding: 0 2% 0 0;
}
@media all and (max-width: 800px), all and (max-device-width: 800px) {
  /* line 188, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #bb-spotlight-block .bb-spotlight-block-inner {
    margin: 0 0 20px 0;
  }
  /* line 211, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #bb-spotlight-block .bb-spotlight-block-inner .image {
    width: 100%;
    float: none;
    padding: 0 0 10px 0;
  }
  /* line 216, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #bb-spotlight-block .bb-spotlight-block-inner .info {
    text-align: left;
  }
  /* line 218, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #bb-spotlight-block .bb-spotlight-block-inner .info h4 {
    text-align: center;
  }
  /* line 221, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #bb-spotlight-block .bb-spotlight-block-inner .info p {
    font-size: 14px;
  }
  /* line 224, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #bb-spotlight-block .bb-spotlight-block-inner .info a {
    font-size: 14px;
    color: #f49ac1;
  }
}
/* line 233, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-brands-block {
  margin: 30px 0 0 0;
}
/* line 235, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-brands-block h2 {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 34px;
  margin: 0;
  text-align: center;
}
/* line 243, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-brands-block h2:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 auto 25px;
  background: #000;
}
/* line 252, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-brands-block ul {
  font-size: 0;
  margin: 5px 0 0 0;
}
/* line 255, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-brands-block ul li {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  line-height: 14px;
  width: 19%;
  padding: 0 .5% 0 0;
}
/* line 263, ../sass/pages/_bridalbests.scss */
#page.bridal-bests #bb-brands-block ul li i {
  margin: 0 5px 0 0;
}
@media all and (max-width: 768px), all and (max-device-width: 768px) {
  /* line 255, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #bb-brands-block ul li {
    width: 24%;
  }
}
@media all and (max-width: 650px), all and (max-device-width: 650px) {
  /* line 255, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #bb-brands-block ul li {
    width: 32%;
  }
}
@media all and (max-width: 500px), all and (max-device-width: 500px) {
  /* line 255, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #bb-brands-block ul li {
    width: 49%;
  }
}
@media all and (max-width: 350px), all and (max-device-width: 350px) {
  /* line 255, ../sass/pages/_bridalbests.scss */
  #page.bridal-bests #bb-brands-block ul li {
    width: 100%;
  }
}

/* line 285, ../sass/pages/_bridalbests.scss */
body.bridal-bests-view-all #all-tableware h2.all-title {
  background-color: #f49ac1;
  padding: 0 0 0 12px;
  margin: 0 0 10px 0;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  color: #FFF;
}
/* line 292, ../sass/pages/_bridalbests.scss */
body.bridal-bests-view-all #all-tableware ul {
  font-size: 0;
}
/* line 294, ../sass/pages/_bridalbests.scss */
body.bridal-bests-view-all #all-tableware ul li {
  width: 23%;
  margin: 1% 1% 10px 1%;
  border: 5px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 6px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 6px;
}
/* line 301, ../sass/pages/_bridalbests.scss */
body.bridal-bests-view-all #all-tableware ul li:hover {
  z-index: 10;
}
/* line 306, ../sass/pages/_bridalbests.scss */
body.bridal-bests-view-all #all-tableware ul li figure img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 200ms;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1.2, 1.2);
  -ms-transition-duration: 200ms;
  -ms-transition-timing-function: ease-out;
}
/* line 318, ../sass/pages/_bridalbests.scss */
body.bridal-bests-view-all #all-tableware ul li figure figcaption {
  display: none;
  -webkit-font-smoothing: antialiased !important;
  text-align: center;
  position: absolute;
  bottom: 10px;
  padding: .5% 0;
  width: 100%;
  font-size: 22px;
  text-shadow: 2px 2px 2px #000;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #FFF;
}
/* line 331, ../sass/pages/_bridalbests.scss */
body.bridal-bests-view-all #all-tableware ul li figure figcaption a {
  color: #FFF;
}
/* line 333, ../sass/pages/_bridalbests.scss */
body.bridal-bests-view-all #all-tableware ul li figure figcaption a:hover {
  color: #FFF;
}
/* line 339, ../sass/pages/_bridalbests.scss */
body.bridal-bests-view-all #all-tableware ul li figure:hover figcaption {
  display: block;
}
@media all and (max-width: 768px) {
  /* line 294, ../sass/pages/_bridalbests.scss */
  body.bridal-bests-view-all #all-tableware ul li {
    width: 31%;
  }
}
@media all and (max-width: 500px) {
  /* line 294, ../sass/pages/_bridalbests.scss */
  body.bridal-bests-view-all #all-tableware ul li {
    width: 48%;
  }
}

/**
 *Styles for login/register/password/etc.
 **/
/* line 4, ../sass/pages/_login.scss */
body.page-user-login, body.page-user-register, body.page-user-password {
  background: url("/sites/all/themes/custom/bg_zen/images/login.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 12, ../sass/pages/_login.scss */
body.page-user-login #auth_box, body.page-user-register #auth_box, body.page-user-password #auth_box {
  text-align: center;
  margin: 50px 0 0 0;
}
/* line 15, ../sass/pages/_login.scss */
body.page-user-login #auth_box #top_part, body.page-user-register #auth_box #top_part, body.page-user-password #auth_box #top_part {
  text-align: center;
}
/* line 18, ../sass/pages/_login.scss */
body.page-user-login #auth_box #top_part #the_logo img, body.page-user-register #auth_box #top_part #the_logo img, body.page-user-password #auth_box #top_part #the_logo img {
  width: 200px;
  margin: 0 0 20px;
}
/* line 24, ../sass/pages/_login.scss */
body.page-user-login #auth_box #middle_part, body.page-user-register #auth_box #middle_part, body.page-user-password #auth_box #middle_part {
  background-color: rgba(0, 0, 0, 0.85);
  width: 320px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  color: #fff;
}
/* line 32, ../sass/pages/_login.scss */
body.page-user-login #auth_box #middle_part form input[type="text"], body.page-user-login #auth_box #middle_part form input[type="password"], body.page-user-register #auth_box #middle_part form input[type="text"], body.page-user-register #auth_box #middle_part form input[type="password"], body.page-user-password #auth_box #middle_part form input[type="text"], body.page-user-password #auth_box #middle_part form input[type="password"] {
  width: 100%;
  font-size: 20px;
  margin: 5px 0;
  padding: 10px;
}
/* line 38, ../sass/pages/_login.scss */
body.page-user-login #auth_box #middle_part form input.form-submit, body.page-user-register #auth_box #middle_part form input.form-submit, body.page-user-password #auth_box #middle_part form input.form-submit {
  padding: 5px 15px;
  background: #00ced1;
  border: 0px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
/* line 48, ../sass/pages/_login.scss */
body.page-user-login #auth_box #middle_part form .form-item, body.page-user-register #auth_box #middle_part form .form-item, body.page-user-password #auth_box #middle_part form .form-item {
  margin: 0 0 10px 0;
}
/* line 51, ../sass/pages/_login.scss */
body.page-user-login #auth_box #middle_part form .item-list, body.page-user-register #auth_box #middle_part form .item-list, body.page-user-password #auth_box #middle_part form .item-list {
  font-size: 12px;
}
/* line 56, ../sass/pages/_login.scss */
body.page-user-login #auth_box #middle_part form .item-list ul li .first a, body.page-user-register #auth_box #middle_part form .item-list ul li .first a, body.page-user-password #auth_box #middle_part form .item-list ul li .first a {
  content: '<i class="fa fa-twitter"></i> Sign up with Twitter';
  display: block;
}
/* line 59, ../sass/pages/_login.scss */
body.page-user-login #auth_box #middle_part form .item-list ul li .first a img, body.page-user-register #auth_box #middle_part form .item-list ul li .first a img, body.page-user-password #auth_box #middle_part form .item-list ul li .first a img {
  display: none;
}
/* line 64, ../sass/pages/_login.scss */
body.page-user-login #auth_box #middle_part form .item-list ul li i, body.page-user-register #auth_box #middle_part form .item-list ul li i, body.page-user-password #auth_box #middle_part form .item-list ul li i {
  margin: 0 5px 0 0;
}
/* line 67, ../sass/pages/_login.scss */
body.page-user-login #auth_box #middle_part form .item-list ul li a, body.page-user-register #auth_box #middle_part form .item-list ul li a, body.page-user-password #auth_box #middle_part form .item-list ul li a {
  color: #fff;
}
/* line 74, ../sass/pages/_login.scss */
body.page-user-login #auth_box #middle_part .back_link, body.page-user-register #auth_box #middle_part .back_link, body.page-user-password #auth_box #middle_part .back_link {
  text-align: left;
}
/* line 76, ../sass/pages/_login.scss */
body.page-user-login #auth_box #middle_part .back_link a, body.page-user-register #auth_box #middle_part .back_link a, body.page-user-password #auth_box #middle_part .back_link a {
  color: #fff;
}
/* line 81, ../sass/pages/_login.scss */
body.page-user-login #auth_box #bottom_part, body.page-user-register #auth_box #bottom_part, body.page-user-password #auth_box #bottom_part {
  text-align: center;
}

/**
 *styles specific to YP search
 **/
/*
 *Vendor search (Yellow Pages)
 */
/* line 8, ../sass/pages/_vendors.scss */
#yp-search-header {
  background: #000 center/cover url("../images/vendors-bg.png") no-repeat;
  width: 100%;
  height: 515px;
  margin: 0 auto;
  position: relative;
}
/* line 14, ../sass/pages/_vendors.scss */
#yp-search-header .container {
  height: auto;
  padding: 5% 0;
}
/* line 18, ../sass/pages/_vendors.scss */
#yp-search-header .container .yp-title {
  font: italic 400 80px Arapey, "Times New Roman", Times, Georgia, serif;
  text-align: center;
  margin: 0;
  padding: 20px 0 0;
  color: #FFF;
  text-transform: capitalize;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
}
/* line 27, ../sass/pages/_vendors.scss */
#yp-search-header .container .yp-subtitle {
  font: 300 30px Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 10px auto 20px;
  color: #FFF;
}
/* line 33, ../sass/pages/_vendors.scss */
#yp-search-header .container .yp-form-holder {
  max-width: 824px;
  height: 100px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 43, ../sass/pages/_vendors.scss */
#yp-search-header .attribution {
  max-width: 824px;
  text-align: right;
  margin: 0 auto;
  /*position: absolute;
  right: 5px;
  bottom: 0px;*/
}

/* line 53, ../sass/pages/_vendors.scss */
#yp-search-form {
  font: normal 300 20px Roboto, Helvetica, Arial, sans-serif;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  top: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 60, ../sass/pages/_vendors.scss */
#yp-search-form .form-type-textfield, #yp-search-form #select-what {
  margin: 0 3% 0 0;
  display: inline-block;
  vertical-align: top;
  width: 36%;
}
/* line 66, ../sass/pages/_vendors.scss */
#yp-search-form input[type="text"] {
  font: normal 300 20px Roboto, Helvetica, Arial, sans-serif;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  -webkit-box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  padding: 10px;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 76, ../sass/pages/_vendors.scss */
#yp-search-form ::-webkit-input-placeholder {
  color: black;
}
/* line 79, ../sass/pages/_vendors.scss */
#yp-search-form :-moz-placeholder {
  color: black;
}
/* line 82, ../sass/pages/_vendors.scss */
#yp-search-form ::-moz-placeholder {
  color: black;
}
/* line 86, ../sass/pages/_vendors.scss */
#yp-search-form :-ms-input-placeholder {
  color: black;
}
/* line 89, ../sass/pages/_vendors.scss */
#yp-search-form .form-item-free-what {
  display: none;
}
/* line 92, ../sass/pages/_vendors.scss */
#yp-search-form input[type="submit"] {
  font: normal 300 20px Roboto, Helvetica, Arial, sans-serif;
  color: #FFF;
  background: #00ced1;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  -webkit-box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 104, ../sass/pages/_vendors.scss */
#yp-search-form #backgrounds {
  display: none;
}
/* line 109, ../sass/pages/_vendors.scss */
#yp-search-form #select-what dd, #yp-search-form #select-what dt, #yp-search-form #select-what ul {
  margin: 0;
  padding: 0;
}
/* line 113, ../sass/pages/_vendors.scss */
#yp-search-form #select-what dd {
  position: relative;
}
/* line 115, ../sass/pages/_vendors.scss */
#yp-search-form #select-what dd ul {
  background: #efefef none repeat scroll 0 0;
  -moz-box-shadow: RGBA(0, 0, 0, 0.75) 0 6px 8px;
  -webkit-box-shadow: RGBA(0, 0, 0, 0.75) 0 6px 8px;
  box-shadow: RGBA(0, 0, 0, 0.75) 0 6px 8px;
  display: none;
  list-style: none outside none;
  padding: 5%;
  position: absolute;
  left: 0;
  top: -3px;
  width: 200%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #999;
  z-index: 1;
}
@media all and (max-width: 768px) {
  /* line 115, ../sass/pages/_vendors.scss */
  #yp-search-form #select-what dd ul {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 135, ../sass/pages/_vendors.scss */
#yp-search-form #select-what dd ul li {
  display: inline-block;
  cursor: pointer;
  width: 42%;
  margin: 8px 15px 0 0;
  padding: 1% 2%;
}
@media all and (max-width: 768px) {
  /* line 135, ../sass/pages/_vendors.scss */
  #yp-search-form #select-what dd ul li {
    width: 100%;
    margin: 8px auto 0;
    padding: 1% 15%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 148, ../sass/pages/_vendors.scss */
#yp-search-form #select-what dd ul li:hover {
  color: #f49ac1;
  background: #fbfbfb;
}
/* line 155, ../sass/pages/_vendors.scss */
#yp-search-form #select-what dt {
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  -webkit-box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  cursor: pointer;
  padding: 10px 20px 10px 10px;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font: normal 300 20px Roboto, Helvetica, Arial, sans-serif;
  background: #FFF url(/sites/all/themes/custom/bg_zen/images/menu-expanded.png) no-repeat scroll 96% center;
  display: block;
  padding-right: 20px;
}

@media all and (max-width: 767px) {
  /* line 176, ../sass/pages/_vendors.scss */
  body.page-vendors #yp-search-header .container {
    height: auto;
    border-bottom: none;
  }
  /* line 179, ../sass/pages/_vendors.scss */
  body.page-vendors #yp-search-header .container .yp-title {
    font: italic 400 36px Arapey, "Times New Roman", Times, Georgia, serif;
  }
  /* line 182, ../sass/pages/_vendors.scss */
  body.page-vendors #yp-search-header .container .yp-subtitle {
    font: 300 20px Roboto, Helvetica, Arial, sans-serif;
  }
  /* line 185, ../sass/pages/_vendors.scss */
  body.page-vendors #yp-search-header .container .yp-form-holder {
    height: auto;
    width: 98%;
  }
  /* line 188, ../sass/pages/_vendors.scss */
  body.page-vendors #yp-search-header .container .yp-form-holder #yp-search-form {
    top: 40%;
    text-align: center;
    padding: 10px 0;
  }
  /* line 192, ../sass/pages/_vendors.scss */
  body.page-vendors #yp-search-header .container .yp-form-holder #yp-search-form .form-type-textfield, body.page-vendors #yp-search-header .container .yp-form-holder #yp-search-form #select-what {
    width: 90%;
    margin: 20px auto;
  }
  /* line 197, ../sass/pages/_vendors.scss */
  body.page-vendors #yp-search-header .container .yp-form-holder #yp-search-form input[type="submit"] {
    display: block;
    margin: 20px auto;
    width: 90%;
  }
}
@media all and (max-width: 320px) {
  /* line 211, ../sass/pages/_vendors.scss */
  body.page-vendors #yp-search-header {
    height: auto;
  }
  /* line 214, ../sass/pages/_vendors.scss */
  body.page-vendors #yp-search-header .container .yp-title {
    font: italic 300 24px Arapey, "Times New Roman", Times, Georgia, serif;
  }
  /* line 217, ../sass/pages/_vendors.scss */
  body.page-vendors #yp-search-header .container .yp-subtitle {
    font: 300 14px Roboto, Helvetica, Arial, sans-serif;
  }
  /* line 220, ../sass/pages/_vendors.scss */
  body.page-vendors #yp-search-header .container .yp-form-holder {
    height: auto;
  }
  /* line 222, ../sass/pages/_vendors.scss */
  body.page-vendors #yp-search-header .container .yp-form-holder #yp-search-form {
    top: 40%;
    text-align: center;
    padding: 10px 0;
  }
  /* line 226, ../sass/pages/_vendors.scss */
  body.page-vendors #yp-search-header .container .yp-form-holder #yp-search-form .form-type-textfield, body.page-vendors #yp-search-header .container .yp-form-holder #yp-search-form #select-what {
    display: block;
    width: 90%;
    margin: 20px auto;
  }
  /* line 231, ../sass/pages/_vendors.scss */
  body.page-vendors #yp-search-header .container .yp-form-holder #yp-search-form input[type="submit"] {
    display: block;
    margin: 20px auto;
    width: 90%;
  }
}
/* Results page */
/* line 245, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-form {
  padding: 20px 0;
  background-color: #F6F6F6;
}
/* line 249, ../sass/pages/_vendors.scss */
body.page-vendors-results .attribution {
  background: url("../images/titlebg.png") repeat-x bottom left;
  text-align: right;
  padding: 10px 0 8px 0;
}
/* line 255, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results li {
  text-align: left;
}
/* line 258, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results li .info a {
  color: #00ced1;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
/* line 261, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results li .info a:hover {
  text-decoration: underline;
}
/* line 265, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results li .info .title {
  margin: 0 0 10px 0;
}
/* line 267, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results li .info .title a {
  font-size: 24px;
}
/* line 271, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results li .info .slogan {
  margin: 0 0 10px 0;
}
/* line 274, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results li .info .address {
  background: url("../images/address.png") no-repeat left 2px;
  text-indent: 25px;
  margin: 0 0 5px 0;
}
/* line 279, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results li .info .phone {
  background: url("../images/phone.png") no-repeat left 2px;
  text-indent: 25px;
  margin: 0 0 5px 0;
}
/* line 284, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results li .info .site {
  background: url("../images/web.png") no-repeat left 2px;
  text-indent: 25px;
  margin: 0 0 5px 0;
}
/* line 289, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results li .info .video {
  background: url("../images/video.png") no-repeat left 2px;
  text-indent: 25px;
  margin: 0 0 5px 0;
}
/* line 296, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results #sponsored {
  padding: 20px;
  text-align: center;
  background-color: #F6F6F6;
  margin: 0 0 20px 0;
}
/* line 301, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results #sponsored li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}
/* line 306, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results #sponsored li.first {
  margin: 0 2% 0 0;
}
/* line 309, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results #sponsored li.middle {
  margin: 0;
}
/* line 312, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results #sponsored li.last {
  margin: 0 0 0 2%;
}
/* line 317, ../sass/pages/_vendors.scss */
body.page-vendors-results #yp-results #organic li {
  padding: 10px 0;
  border-bottom: 1px dotted #7d7d7d;
}

/* Details page */
/* line 327, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-form {
  padding: 20px 0;
  background-color: #F6F6F6;
}
/* line 331, ../sass/pages/_vendors.scss */
body.page-vendors-details .attribution {
  text-align: right;
  padding: 10px 0 8px 0;
}
/* line 336, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed {
  margin: 20px 0 0 0;
}
/* line 338, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #details {
  position: relative;
  padding: 20px;
  background-color: #F6F6F6;
}
/* line 342, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #details #top {
  position: relative;
  margin: 0 0 10px 0;
  min-height: 80px;
}
/* line 346, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #details #top .info {
  display: inline-block;
  vertical-align: top;
  min-width: 55%;
}
/* line 351, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #details #top .info .title h1 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #00ced1;
  margin: 0 0 5px 0;
}
/* line 358, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #details #top .info .address {
  background: url("../images/address.png") no-repeat left 2px;
  text-indent: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 0 0;
}
/* line 365, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #details #top .info .phone {
  background: url("../images/phone.png") no-repeat left 2px;
  text-indent: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 0 0;
}
/* line 371, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #details #top .info .phone a {
  color: #00ced1;
}
/* line 375, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #details #top .info .site {
  background: url("../images/web.png") no-repeat left 2px;
  text-indent: 25px;
  display: inline-block;
  vertical-align: top;
}
/* line 380, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #details #top .info .site a {
  color: #00ced1;
}
/* line 385, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #details #top #biz-img {
  display: inline-block;
  vertical-align: top;
  min-width: 44%;
  text-align: right;
  max-width: 300px;
}
/* line 391, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #details #top #biz-img img {
  border: 2px solid #7d7d7d;
}
/* line 396, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #details #top .general-info p {
  margin: 10px 0;
}
/* line 402, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #yp-business-details {
  border-bottom: 1px dotted #7d7d7d;
  padding: 10px 0;
  position: relative;
}
/* line 406, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #yp-business-details .info {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
/* line 410, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #yp-business-details .info h4 {
  margin: 0 10px 0 0;
}
/* line 414, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #yp-business-details .rating-block {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 50%;
}
/* line 421, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed .stars {
  display: inline-block;
}
/* line 423, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed .stars .stars-background {
  width: 65px;
  height: 13px;
  background: url(/sites/all/themes/custom/bg_zen/images/yp-rating-sprite.png) 0 0;
}
/* line 427, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed .stars .stars-background .stars-foreground {
  height: 13px;
  background: url(/sites/all/themes/custom/bg_zen/images/yp-rating-sprite.png) 0 -13px;
}
/* line 436, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #reviews {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
/* line 438, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #reviews li {
  padding: 20px 0;
}
/* line 440, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #reviews li .review-info {
  margin: 0 0 10px 0;
}
/* line 442, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #reviews li .review-info .stars {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 20px 0 0;
}
/* line 447, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #reviews li .review-info .reviewer {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
  font-weight: bold;
}
/* line 453, ../sass/pages/_vendors.scss */
body.page-vendors-details #yp-detailed #reviews li .review-info .date {
  display: inline-block;
  vertical-align: top;
}

@media all and (max-width: 767px) {
  /* line 466, ../sass/pages/_vendors.scss */
  body.page-vendors-details #yp-search-form .form-type-textfield,
  body.page-vendors-results #yp-search-form .form-type-textfield {
    display: block;
    width: 90%;
    margin: 20px auto;
  }
  /* line 471, ../sass/pages/_vendors.scss */
  body.page-vendors-details #yp-search-form input[type="submit"],
  body.page-vendors-results #yp-search-form input[type="submit"] {
    display: block;
    margin: 20px auto;
    width: 90%;
  }
  /* line 478, ../sass/pages/_vendors.scss */
  body.page-vendors-details #yp-results #sponsored,
  body.page-vendors-results #yp-results #sponsored {
    margin: 0 0 5px 0;
    padding: 5px;
  }
  /* line 481, ../sass/pages/_vendors.scss */
  body.page-vendors-details #yp-results #sponsored li, body.page-vendors-details #yp-results #sponsored li.first, body.page-vendors-details #yp-results #sponsored li.last,
  body.page-vendors-results #yp-results #sponsored li,
  body.page-vendors-results #yp-results #sponsored li.first,
  body.page-vendors-results #yp-results #sponsored li.last {
    display: block;
    width: 98%;
    margin: 0 0 5px 0;
    padding: 5px 0;
    border-bottom: 1px dotted #7d7d7d;
  }
  /* line 488, ../sass/pages/_vendors.scss */
  body.page-vendors-details #yp-results #sponsored li.last,
  body.page-vendors-results #yp-results #sponsored li.last {
    border-bottom: none;
  }
  /* line 492, ../sass/pages/_vendors.scss */
  body.page-vendors-details #yp-results #organic,
  body.page-vendors-results #yp-results #organic {
    margin: 0 0 20px 0;
  }
}
/*
 *In a complete break from logic and convention,
 * I am placing the contextual search block styles here
 * instead of _blocks.scss
 * may the standards gods forgive me
 */
/* line 507, ../sass/pages/_vendors.scss */
#yp-contextual-search-block {
  width: 100%;
  min-height: 520px;
  position: relative;
  background-color: #EEE;
}
/* line 512, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-image-container {
  background: #000 center/cover url("../images/vendors-bg.png") no-repeat;
  padding: 5% 0;
  height: 300px;
}
/* line 516, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-image-container .yp-title {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #FFF;
  text-transform: capitalize;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
}
/* line 527, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-image-container .yp-subtitle {
  font: 300 15px Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 10px 0;
  color: #FFF;
}
/* line 534, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}
/* line 541, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form {
  font: normal 300 20px Roboto, Helvetica, Arial, sans-serif;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  top: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 548, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form .form-type-textfield, #yp-contextual-search-block .yp-form-container #yp-block-search-form #select-what {
  margin: 10px auto;
  width: 90%;
}
/* line 552, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form input[type="text"] {
  font: normal 300 20px Roboto, Helvetica, Arial, sans-serif;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  -webkit-box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  padding: 5px;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
/* line 563, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form ::-webkit-input-placeholder {
  color: black;
}
/* line 566, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form :-moz-placeholder {
  color: black;
}
/* line 569, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form ::-moz-placeholder {
  color: black;
}
/* line 573, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form :-ms-input-placeholder {
  color: black;
}
/* line 576, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form .form-item-free-what {
  display: none;
}
/* line 579, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form input[type="submit"] {
  font: normal 300 20px Roboto, Helvetica, Arial, sans-serif;
  color: #FFF;
  background: #00ced1;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  -webkit-box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
}
/* line 590, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form #backgrounds {
  display: none;
}
/* line 595, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form #select-what dd, #yp-contextual-search-block .yp-form-container #yp-block-search-form #select-what dt, #yp-contextual-search-block .yp-form-container #yp-block-search-form #select-what ul {
  margin: 0;
  padding: 0;
}
/* line 599, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form #select-what dd {
  position: relative;
}
/* line 601, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form #select-what dd ul {
  background: #efefef none repeat scroll 0 0;
  -moz-box-shadow: RGBA(0, 0, 0, 0.75) 0 6px 8px;
  -webkit-box-shadow: RGBA(0, 0, 0, 0.75) 0 6px 8px;
  box-shadow: RGBA(0, 0, 0, 0.75) 0 6px 8px;
  display: none;
  list-style: none outside none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #999;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 614, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form #select-what dd ul li {
  cursor: pointer;
  width: 100%;
  margin: 8px auto 0;
  padding: 1% 5%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 621, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form #select-what dd ul li:hover {
  color: #f49ac1;
  background: #fbfbfb;
}
/* line 628, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .yp-form-container #yp-block-search-form #select-what dt {
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  -webkit-box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  box-shadow: RGBA(0, 0, 0, 0.5) 0px 2px 1px;
  cursor: pointer;
  padding: 5px 20px 5px 10px;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font: normal 300 20px Roboto, Helvetica, Arial, sans-serif;
  background: #FFF url(/sites/all/themes/custom/bg_zen/images/menu-expanded.png) no-repeat scroll 96% center;
  display: block;
  padding-right: 20px;
}
/* line 645, ../sass/pages/_vendors.scss */
#yp-contextual-search-block .attribution {
  text-align: center;
  width: 100%;
  padding: 10px 0;
  background-color: #FFF;
  border: 5px solid #EEE;
  box-sizing: border-box;
}

/**
 *Sitemap page
 */
/* line 5, ../sass/pages/_sitemap.scss */
#bg-sitemap ul, #bg-sitemap li, #bg-sitemap a {
  margin: 0;
  padding: 0;
}
/* line 10, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul {
  margin: 0 0 0 100px;
  padding-top: 0;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  /*
  li:last-child::before{
    border-radius: 0;
    border-right: none;
    border-left: 1px solid #ccc;
    left: 9%;
  }
  */
}
/* line 17, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul li {
  width: 250px;
  float: none;
  text-align: left;
  margin: 0;
  padding: 10px 0 0 0;
  list-style-type: none;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
/* line 28, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul li a, #bg-sitemap .tree ul li span {
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-decoration: none;
  color: #666;
  width: 200px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
/* line 46, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul li a:hover,
#bg-sitemap .tree ul li a:hover + ul li a,
#bg-sitemap .tree ul li a:hover + ul li span,
#bg-sitemap .tree ul li span:hover,
#bg-sitemap .tree ul li span:hover + ul li a {
  background: #f49ac1;
  color: #000;
  border: 1px solid #94a0b4;
}
/* line 56, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul li a:hover + ul li::after,
#bg-sitemap .tree ul li a:hover + ul li::before,
#bg-sitemap .tree ul li a:hover + ul::before,
#bg-sitemap .tree ul li a:hover + ul ul::before,
#bg-sitemap .tree ul li span:hover,
#bg-sitemap .tree ul li span:hover + ul li a {
  border-color: #94a0b4;
}
/* line 65, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul li ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1%;
  border-left: none;
  width: 0;
  height: 10px;
}
/* line 76, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul li ul li ul li:only-child::after, #bg-sitemap .tree ul li ul li ul li:only-child::before {
  display: block;
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
  border-right: none;
}
/* line 88, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul li.no-border::after {
  border-left: none;
}
/* line 92, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul li::before, #bg-sitemap .tree ul li::after {
  height: 10px;
  border-top: none;
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
}
/* line 99, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul li::after {
  right: auto;
  left: 9%;
}
/* line 104, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul li:only-child::after, #bg-sitemap .tree ul li:only-child::before {
  display: none;
}
/* line 107, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul li:first-child::before, #bg-sitemap .tree ul li:last-child::after {
  border: 0 none;
}
/* line 118, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul li:first-child::after {
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
/* line 124, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul li.leaf::after {
  border-left: none;
}
/* line 131, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul li.first::after,
#bg-sitemap .tree ul ul li ul li.leaf::after,
#bg-sitemap .tree ul ul.footer-menu li::after {
  border-left: 1px solid #ccc;
}
/* line 135, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 20px;
}
/* line 146, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul ul ul li {
  float: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
/* line 151, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul ul ul li:after {
  border-top: none;
}
/* line 154, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul ul ul li:before {
  border-top: none;
}
/* line 158, ../sass/pages/_sitemap.scss */
#bg-sitemap .tree ul ul ul li:first-child::after {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
@media all and (max-width: 700px) {
  /* line 167, ../sass/pages/_sitemap.scss */
  #bg-sitemap .tree ul {
    margin: 0 0 0 20px;
    padding-top: 0;
  }
  /* line 170, ../sass/pages/_sitemap.scss */
  #bg-sitemap .tree ul li {
    width: 150px;
    float: none;
    text-align: left;
    margin: 0;
    padding: 10px 0 0 0;
  }
  /* line 177, ../sass/pages/_sitemap.scss */
  #bg-sitemap .tree ul li:after, #bg-sitemap .tree ul li:before {
    height: 10px;
    border-top: none;
  }
  /* line 181, ../sass/pages/_sitemap.scss */
  #bg-sitemap .tree ul li:after {
    left: 9%;
  }
  /* line 184, ../sass/pages/_sitemap.scss */
  #bg-sitemap .tree ul li:first-child::after {
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
  }
  /* line 189, ../sass/pages/_sitemap.scss */
  #bg-sitemap .tree ul li:last-child::before {
    border-radius: 0;
    border-right: none;
    border-left: 1px solid #ccc;
    left: 9%;
  }
  /* line 205, ../sass/pages/_sitemap.scss */
  #bg-sitemap .tree ul li ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1%;
    border-left: none;
    width: 0;
    height: 10px;
  }
}

/**
 *Styles for the Registry Checklist page
 *  - print and email
 */
/* line 7, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist img.hidden {
  display: none;
}
/* line 10, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #print-link-wrapper {
  text-align: right;
}
/* line 12, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #print-link-wrapper span {
  background-color: #00ced1;
  border-radius: 10px;
  padding: 1px 10px;
}
/* line 16, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #print-link-wrapper span a {
  color: #FFF;
  font-weight: bold;
}
/* line 22, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #page-title {
  position: relative;
}
/* line 24, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #page-title .page__title {
  display: inline-block;
}
@media all and (max-width: 600px) {
  /* line 24, ../sass/pages/_registry-checklist.scss */
  #page.registry-checklist #page-title .page__title {
    display: block;
    font-size: 18px;
  }
}
/* line 31, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #page-title #amazon-logo-wrapper {
  position: absolute;
  top: 10px;
  right: 0px;
}
/* line 35, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #page-title #amazon-logo-wrapper .powered-by {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
/* line 41, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #page-title #amazon-logo-wrapper .amazon-logo {
  display: inline-block;
}
@media all and (max-width: 800px) {
  /* line 31, ../sass/pages/_registry-checklist.scss */
  #page.registry-checklist #page-title #amazon-logo-wrapper {
    position: relative;
    top: 0;
    left: 0;
    text-align: right;
  }
}
/* line 55, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #header-image {
  margin: 0 0 10px 0;
}
/* line 58, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #pop-out-trigger {
  text-align: right;
}
/* line 60, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #pop-out-trigger span {
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
/* line 64, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #pop-out-trigger span a {
  display: inline;
}
/* line 66, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #pop-out-trigger span a:hover {
  color: #000;
  text-decoration: underline;
}
/* line 73, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form {
  font-size: 16px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
/* line 79, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .upper-action-warning {
  text-align: center;
}
/* line 84, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset {
  min-height: 26px;
  border: none;
  padding: 0;
  margin: 0;
}
/* line 89, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset legend {
  width: 100%;
}
/* line 91, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset legend .fieldset-legend {
  border: none;
  color: #7d7d7d;
  background-color: #FFF;
}
/* line 97, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset {
  min-height: 26px;
  border: none;
  margin: 0;
  padding: 0;
}
/* line 102, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset legend {
  background-color: #44d0d2;
}
/* line 105, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .fieldset-legend {
  background-color: #44d0d2;
  width: 95%;
  font-size: 14px;
}
/* line 109, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .fieldset-legend a {
  color: #fff;
  margin: 2px 0;
}
/* line 115, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset.collapsed .fieldset-legend {
  border-bottom: 1px dashed #7d7d7d;
}
/* line 119, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .cat-header {
  font-size: 12px;
  color: #7d7d7d;
}
/* line 123, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .cat-items {
  font-size: 0px;
}
/* line 125, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .cat-items .form-item {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
/* line 129, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .cat-items .form-item input, #page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .cat-items .form-item label {
  font-size: 14px;
}
/* line 132, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .cat-items .form-item input.form-checkbox {
  color: #00ced1;
}
/* line 135, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .cat-items .form-item label {
  padding: 0 0 0 20px;
}
@media all and (max-width: 500px) {
  /* line 125, ../sass/pages/_registry-checklist.scss */
  #page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .cat-items .form-item {
    width: 50%;
  }
}
@media all and (max-width: 350px) {
  /* line 125, ../sass/pages/_registry-checklist.scss */
  #page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .cat-items .form-item {
    width: 100%;
  }
}
/* line 146, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .images {
  font-size: 0;
  margin: 0 0 5px 0;
}
/* line 149, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .images .images-wrapper {
  width: 70%;
  margin: 0 auto;
}
/* line 152, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .images .images-wrapper .images-header {
  font-size: 14px;
  font-weight: bold;
}
/* line 157, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .images .images-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  padding: 0 1.5%;
}
/* line 162, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .images .images-wrapper ul li img {
  border: 1px solid #DEDEDE;
}
@media all and (max-width: 500px) {
  /* line 149, ../sass/pages/_registry-checklist.scss */
  #page.registry-checklist #checklist-form form .section-fieldset .category-fieldset .images .images-wrapper {
    width: 100%;
  }
}
/* line 174, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .actions-fieldset {
  border: none;
  font-size: 28px;
  text-align: center;
  font-weight: normal;
}
/* line 179, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .actions-fieldset .action-warning {
  font-size: 16px;
}
/* line 182, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .actions-fieldset .form-submit {
  border: none;
  box-sizing: border-box;
  font-family: 'FontAwesome';
  background-color: #FFF;
  margin: 0 10px 0 10px;
  color: #7d7d7d;
}
/* line 189, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .actions-fieldset .form-submit:hover {
  color: #f49ac1;
}
/* line 193, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .actions-fieldset .button {
  margin: 0 10px 0 10px;
}
/* line 196, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .actions-fieldset a {
  color: #7d7d7d;
}
/* line 198, ../sass/pages/_registry-checklist.scss */
#page.registry-checklist #checklist-form form .actions-fieldset a:hover {
  color: #f49ac1;
}
@media all and (max-width: 500px) {
  /* line 174, ../sass/pages/_registry-checklist.scss */
  #page.registry-checklist #checklist-form form .actions-fieldset {
    font-size: 18px;
  }
}
@media all and (max-width: 350px) {
  /* line 206, ../sass/pages/_registry-checklist.scss */
  #page.registry-checklist #checklist-form form .actions-fieldset .button:last-child {
    display: block;
  }
}

/* line 216, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop {
  padding: 20px;
  background-color: #FFF;
  display: none;
}
/* line 218, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop img.hidden {
  display: none;
}
/* line 224, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #intro-pop-header {
  position: relative;
}
/* line 227, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #intro-pop-header h1 span {
  font-size: 28px;
}
@media all and (max-width: 600px) {
  /* line 226, ../sass/pages/_registry-checklist.scss */
  #registry-intro-pop #intro-pop-header h1 {
    display: none;
  }
}
/* line 234, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #intro-pop-header #pop-amazon-logo-wrapper {
  position: absolute;
  top: 0px;
  max-width: 150px;
  right: 0px;
}
/* line 240, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #intro-pop-header #pop-amazon-logo-wrapper .powered-by {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
/* line 245, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #intro-pop-header #pop-amazon-logo-wrapper .amazon-logo {
  display: inline-block;
}
/* line 247, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #intro-pop-header #pop-amazon-logo-wrapper .amazon-logo img {
  width: 100%;
}
@media all and (max-width: 600px) {
  /* line 234, ../sass/pages/_registry-checklist.scss */
  #registry-intro-pop #intro-pop-header #pop-amazon-logo-wrapper {
    display: none;
  }
}
/* line 256, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #pop-header-image {
  margin: 0 0 20px 0;
}
/* line 260, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #pop-copy .pop-copy-intro {
  color: #00ced1;
  font-weight: bold;
  font-size: 16px;
  margin: 5px 0 10px 0;
}
/* line 266, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #pop-copy .intro-checklist {
  margin: 0 20px;
}
/* line 268, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #pop-copy .intro-checklist li {
  background: url(/sites/all/themes/custom/bg_zen/images/registry-checklist/list-check.png) no-repeat 7px 7px transparent;
  font-size: 14px;
  padding: 0 0 10px 30px;
}
/* line 274, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #pop-copy #pop-up-button-wrapper {
  margin: 5px 0 10px 0;
  text-align: center;
}
/* line 277, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #pop-copy #pop-up-button-wrapper a {
  font-weight: bold;
}
/* line 279, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #pop-copy #pop-up-button-wrapper a:hover {
  color: #FFF;
}
/* line 282, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #pop-copy #pop-up-button-wrapper a #pop-up-button {
  width: 250px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #00ced1;
  box-shadow: 3px 3px 5px 0 #DEDEDE;
}
/* line 291, ../sass/pages/_registry-checklist.scss */
#registry-intro-pop #pop-copy .disclaimer {
  font-size: 12px;
}

/* line 296, ../sass/pages/_registry-checklist.scss */
#registry-warning-pop {
  display: none;
  height: 100px;
  width: 250px;
  padding: 20px;
  position: fixed;
  top: 35%;
  left: 50%;
  margin-left: -125px;
  border-radius: 20px;
  border: 2px solid #DEDEDE;
  background-color: #00ced1;
  font-size: 16px;
  font-weight: normal;
  color: #FFF;
}
/* line 311, ../sass/pages/_registry-checklist.scss */
#registry-warning-pop a {
  font-weight: bold;
}
/* line 313, ../sass/pages/_registry-checklist.scss */
#registry-warning-pop a:hover {
  color: #000;
}
/* line 317, ../sass/pages/_registry-checklist.scss */
#registry-warning-pop #warning-close {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  color: #000;
  font-size: 20px;
}
@media all and (max-width: 500px) {
  /* line 296, ../sass/pages/_registry-checklist.scss */
  #registry-warning-pop {
    left: 10%;
    margin: 0;
  }
}
@media all and (max-width: 350px) {
  /* line 296, ../sass/pages/_registry-checklist.scss */
  #registry-warning-pop {
    left: 4%;
    padding: 2%;
    width: 87%;
  }
}

/**
 *Styles for the user profile pages
 *view
 *then edit
 */
@media all and (max-width: 767px) {
  /* line 8, ../sass/pages/_user-profile.scss */
  body.page-user-edit .breadcrumb {
    margin: 1px 0;
  }
}

/* line 15, ../sass/pages/_user-profile.scss */
#user-profile-form #user-profile-upper {
  background: url(/sites/all/themes/custom/bg_zen/images/user-profile-upper-background.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
/* line 19, ../sass/pages/_user-profile.scss */
#user-profile-form #user-profile-upper .user-image {
  display: block;
  margin: 0 auto;
}
/* line 23, ../sass/pages/_user-profile.scss */
#user-profile-form #user-profile-upper #user-title {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 27, ../sass/pages/_user-profile.scss */
#user-profile-form #user-profile-upper #user-title .user-title-wrapper {
  padding: 5px 10px;
  color: #FFF;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  font-size: 36px;
  line-height: 36px;
  background-color: #f49ac1;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
}
/* line 37, ../sass/pages/_user-profile.scss */
#user-profile-form #user-profile-upper #user-title .user-title-wrapper:after {
  position: absolute;
  display: block;
  left: 100%;
  bottom: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 46px solid transparent;
  border-left: 45px solid #f49ac1;
}
@media all and (max-width: 767px) {
  /* line 27, ../sass/pages/_user-profile.scss */
  #user-profile-form #user-profile-upper #user-title .user-title-wrapper {
    font-size: 24px;
  }
}
@media all and (max-width: 350px) {
  /* line 27, ../sass/pages/_user-profile.scss */
  #user-profile-form #user-profile-upper #user-title .user-title-wrapper {
    font-size: 20px;
  }
}
/* line 58, ../sass/pages/_user-profile.scss */
#user-profile-form #pane-title {
  padding: 5px 0 5px 10px;
  font-size: 24px;
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  margin: 0 0 -10px 0;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  /* line 58, ../sass/pages/_user-profile.scss */
  #user-profile-form #pane-title {
    display: none;
  }
}
/* line 71, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs {
  border: none;
  margin: 1em 0 1em 12em;
}
/* line 74, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs ul.vertical-tabs-list {
  font-family: Arapey, "Times New Roman", Times, Georgia, serif;
  border: none;
  width: 12em;
  margin: -1px 0 -1px -12em;
}
/* line 79, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs ul.vertical-tabs-list li {
  background-color: #f49ac1;
  border: none;
  padding: 0 1em;
}
/* line 83, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs ul.vertical-tabs-list li a {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  background: url("../images/arrow-down-white.png") no-repeat 100%;
  background-size: 10px;
}
/* line 88, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs ul.vertical-tabs-list li a:hover {
  outline: none;
}
/* line 90, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs ul.vertical-tabs-list li a:hover strong {
  color: #DEDEDE;
  text-decoration: none;
}
/* line 95, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs ul.vertical-tabs-list li a .form-required {
  display: none;
}
/* line 100, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs ul.vertical-tabs-list li.selected a {
  background: url("../images/arrow-right-white.png") no-repeat 100%;
  background-size: 10px;
}
/* line 103, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs ul.vertical-tabs-list li.selected a strong {
  color: #FFF;
}
/* line 109, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs ul.vertical-tabs-list li.last a {
  border-bottom: none;
}
/* line 115, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes {
  border: none;
  padding: 0 0 0 10px;
}
/* line 118, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane {
  border: 2px solid #f49ac1;
  padding: 10px;
}
/* line 121, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper {
  /*
   *You never know...
  .field-type-addressfield {
    #addressfield-wrapper {
      .form-wrapper {
        legend {

        }
        .fieldset-wrapper {
          .form-item {
            position: relative;
            margin: 0 0 26px 0;
            label {
              position: absolute;
              bottom: -24px;
              font-size: 12px;
              text-transform: uppercase;
              font-weight: normal;
              padding: 0 0 0 5px;
            }
          }
          .form-type-select {
          }
          .locality-block {
            max-width: 100%;
            font-size: 0;
            .form-item {
              display: inline-block;
              vertical-align: top;
              width: 48%;
              padding: 0 1%;
              font-size: 16px;
            }
          }
        }
      }
    }
  }
  */
}
/* line 123, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper input {
  font-size: 16px;
  padding: 0 5px;
}
/* line 127, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper select {
  border: 2px solid #DEDEDE;
  border-radius: 0;
  font-size: 16px;
}
/* line 132, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .fieldset-description {
  display: none;
}
/* line 135, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-widget-text-textfield, #user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-widget-options-select {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 48%;
  padding: 0 1%;
  margin: 0 0 26px 0;
  position: relative;
}
/* line 143, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-widget-text-textfield label, #user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-widget-options-select label {
  position: absolute;
  bottom: -16px;
  font-size: 12px;
  padding: 0 0 0 5px;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 151, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-widget-text-textfield .field-widget-text-textfield, #user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-widget-text-textfield .field-widget-options-select, #user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-widget-options-select .field-widget-text-textfield, #user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-widget-options-select .field-widget-options-select {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  display: block;
}
/* line 159, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
/* line 164, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper fieldset#edit-picture legend {
  display: none;
}
/* line 169, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper fieldset .fieldset-wrapper .user-picture {
  display: none;
}
/* line 172, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper fieldset .fieldset-wrapper .form-item {
  margin: 0 10px;
}
/* line 174, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper fieldset .fieldset-wrapper .form-item:first-child {
  margin: 20px 10px 0 10px;
}
/* line 180, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-datestamp {
  margin: 0 0 20px 0;
}
/* line 185, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-datestamp fieldset.form-wrapper .fieldset-wrapper {
  width: 100%;
}
/* line 187, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-datestamp fieldset.form-wrapper .fieldset-wrapper .form-type-date-popup {
  margin: 0 0 0 10px;
}
/* line 189, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-datestamp fieldset.form-wrapper .fieldset-wrapper .form-type-date-popup .date-padding {
  padding: 0;
}
/* line 191, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-datestamp fieldset.form-wrapper .fieldset-wrapper .form-type-date-popup .date-padding .form-type-textfield {
  margin: 0;
}
/* line 192, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-datestamp fieldset.form-wrapper .fieldset-wrapper .form-type-date-popup .date-padding .form-type-textfield label {
  display: none;
}
/* line 196, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-datestamp fieldset.form-wrapper .fieldset-wrapper .form-type-date-popup .date-padding .form-type-textfield input {
  display: inline-block;
  vertical-align: text-bottom;
}
/* line 200, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-datestamp fieldset.form-wrapper .fieldset-wrapper .form-type-date-popup .date-padding .form-type-textfield .description {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 209, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-datestamp fieldset.form-wrapper div.form-wrapper {
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 216, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-name-field-fianc-first-name,
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-name-field-fianc-last-name,
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-name-field-fianc-email-address {
  display: none;
}
/* line 260, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-list-boolean, #user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-list-integer, #user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-list-boolean {
  margin: 0 0 26px 0;
  padding: 0 1%;
}
/* line 264, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-list-text, #user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-taxonomy-term-reference {
  float: none;
  clear: both;
}
/* line 267, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-list-text .form-item, #user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-taxonomy-term-reference .form-item {
  margin: 0;
  position: relative;
}
/* line 271, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-list-text .form-type-radio, #user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-list-text .form-type-checkbox, #user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-taxonomy-term-reference .form-type-radio, #user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-taxonomy-term-reference .form-type-checkbox {
  margin: 0;
  width: 90px;
  float: left;
}
/* line 277, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-list-text:after, #user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-taxonomy-term-reference:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 285, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper #edit-field-wedding-location-other,
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper #edit-field-honeymoon-other-1,
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper #edit-field-honeymoon-other-2 {
  display: none;
}
/* line 292, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-type-list-boolean .form-item-location {
  margin: 0;
}
/* line 297, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-name-field-season .form-type-radio {
  width: 25%;
  min-width: 90px;
}
/* line 303, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper .field-name-field-registries .form-type-checkbox {
  width: 50%;
  float: left;
}
/* line 308, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper #email-pref-sub {
  display: none;
  margin: 0 0 0 30px;
}
/* line 311, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane .fieldset-wrapper #email-pref-sub.show {
  display: block;
}
/* line 320, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane#edit-group_honeymoon .field-group-div .field-name-field-honeymoon-details-1 select,
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane#edit-group_honeymoon .field-group-div .field-name-field-honeymoon-details-2 select {
  width: 100%;
}
/* line 328, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane#edit-group_account .form-type-password-confirm .form-item {
  width: 98%;
  margin: 10px auto;
}
/* line 331, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane#edit-group_account .form-type-password-confirm .form-item .password-strength {
  float: none;
  margin: 10px 0;
}
/* line 336, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane#edit-group_account .form-type-password-confirm .password-suggestions {
  width: 98%;
  margin: 10px auto;
}
/* line 342, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane#edit-group_account #edit-timezone .form-item {
  margin: 0;
}
/* line 344, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane#edit-group_account #edit-timezone .form-item select {
  width: 100%;
  font-size: 12px;
}
/* line 347, ../sass/pages/_user-profile.scss */
#user-profile-form .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane#edit-group_account #edit-timezone .form-item select option {
  max-width: 10px;
}
@media all and (max-width: 767px) {
  /* line 71, ../sass/pages/_user-profile.scss */
  #user-profile-form .vertical-tabs {
    margin: 0 0 20px 0;
  }
  /* line 358, ../sass/pages/_user-profile.scss */
  #user-profile-form .vertical-tabs ul.vertical-tabs-list {
    display: none;
  }
  /* line 361, ../sass/pages/_user-profile.scss */
  #user-profile-form .vertical-tabs .vertical-tabs-panes {
    padding: 0;
    margin: 10px 0 0 0 !important;
  }
  /* line 364, ../sass/pages/_user-profile.scss */
  #user-profile-form .vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
    display: block !important;
    padding: 0;
    margin: 0 0 10px 0 !important;
  }
  /* line 368, ../sass/pages/_user-profile.scss */
  #user-profile-form .vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane legend {
    display: block;
    margin: 0 0 0 5px;
  }
  /* line 371, ../sass/pages/_user-profile.scss */
  #user-profile-form .vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane legend .fieldset-legend {
    display: block;
    background-color: #f49ac1;
    padding: 0 10px;
  }
  /* line 377, ../sass/pages/_user-profile.scss */
  #user-profile-form .vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane .fieldset-wrapper {
    padding: 5px;
    /*
    .field-type-addressfield {
      padding: 0 0 0 5px;
      #addressfield-wrapper {
        .form-wrapper {
          .fieldset-wrapper {
            .form-item {
              width: 40%;
              //display: block;
              //margin: 10px auto;
              //float: none;
            }
            .form-type-select {
              select {
                max-width: 175px;
                option {
                  max-width: 10px;
                }
              }
            }
          }
        }
      }
    }
    */
  }
  /* line 380, ../sass/pages/_user-profile.scss */
  #user-profile-form .vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane .fieldset-wrapper fieldset legend {
    width: auto;
  }
  /* line 382, ../sass/pages/_user-profile.scss */
  #user-profile-form .vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane .fieldset-wrapper fieldset legend .fieldset-legend {
    display: inline;
    background-color: #FFF;
    padding: 0 5px;
  }
  /* line 388, ../sass/pages/_user-profile.scss */
  #user-profile-form .vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane .fieldset-wrapper fieldset .fieldset-wrapper {
    padding: 0;
  }
  /* line 417, ../sass/pages/_user-profile.scss */
  #user-profile-form .vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane .fieldset-wrapper .field-type-text, #user-profile-form .vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane .fieldset-wrapper .field-type-list-integer {
    display: block;
    width: 98%;
    margin: 0 auto 26px;
    padding: 1% 0;
  }
  /* line 424, ../sass/pages/_user-profile.scss */
  #user-profile-form .vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane .fieldset-wrapper #edit-picture #edit-picture-upload {
    width: 98%;
    margin: 0 auto;
  }
  /* line 430, ../sass/pages/_user-profile.scss */
  #user-profile-form .vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane .fieldset-wrapper .field-name-field-registries .form-type-checkbox {
    width: 100%;
    float: none;
  }
}
/* line 454, ../sass/pages/_user-profile.scss */
#user-profile-form .form-actions {
  text-align: center;
}
@media all and (max-width: 767px) {
  /* line 454, ../sass/pages/_user-profile.scss */
  #user-profile-form .form-actions {
    margin: 0 0 20px 0;
  }
  /* line 458, ../sass/pages/_user-profile.scss */
  #user-profile-form .form-actions #edit-submit {
    border: 5px solid pink;
    background-color: #DEDEDE;
    border-radius: 15px;
    width: 50%;
  }
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 14px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}

.fancybox-wrap {
  margin-top: 60px;
}

@media (max-width: 720px) {
  body.page-node-191489 #main {
    background-image: none !important;
  }
}

.videoCardContainer {
  flex-wrap: wrap;
}
body.page-node-192989  #main #content {
    display: block;
}
.videoCard {
  width: 31.33%;
  margin: 0 1%;
  overflow: hidden;
}

.videoCardContainer .videoCard iframe {
    width: 100%;
}

@media (max-width: 720px) {
  .videoCard {
    width: 98%;
    margin: 0 1%;
  }
}

@media (max-width: 1024px) and (min-width: 721px) {
  .videoCard {
    width: 48%;
    margin: 0 1%;
  }
}
