/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* #Basic Styles
================================================== */
body {
  background: #fff;
  font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #181818;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}

h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}

h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}

h5 {
  font-size: 17px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 21px;
}

.subheader {
  color: #777;
}

p {
  margin: 0 0 20px 0;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  color: #333;
}

small {
  font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* #Links
================================================== */
a, a:visited {
  color: #333;
  text-decoration: underline;
  outline: 0;
}

a:hover, a:focus {
  color: #000;
}

p a, p a:visited {
  line-height: inherit;
}

/* #Lists
================================================== */
ul, ol {
  margin-bottom: 20px;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

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

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

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

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 18px;
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

li p {
  line-height: 21px;
}

/* #Images
================================================== */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #eee;
  /* Old browsers */
  background: #eee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: #eee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #eee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera11.10+ */
  background: #eee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: #eee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 8px 10px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #222;
  background: #ddd;
  /* Old browsers */
  background: #ddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: #ddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #ddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera11.10+ */
  background: #ddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: #ddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  border: 1px solid #666;
  background: #ccc;
  /* Old browsers */
  background: #ccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* FF3.6+ */
  background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
  /* Chrome,Safari4+ */
  background: #ccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #ccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Opera11.10+ */
  background: #ccc -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* IE10+ */
  background: #ccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* W3C */
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

select {
  padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
}

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

select {
  width: 220px;
}

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

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

/* #Misc
================================================== */
.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

/* Regular */
@font-face {
  font-family: 'League Gothic';
  src: url("../fonts/leaguegothic-regular-webfont.eot");
  src: url("../fonts/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-regular-webfont.woff") format("woff"), url("../fonts/leaguegothic-regular-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-regular-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Italic */
@font-face {
  font-family: 'League Gothic';
  src: url("../fonts/leaguegothic-italic-webfont.eot");
  src: url("../fonts/leaguegothic-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-italic-webfont.woff") format("woff"), url("../fonts/leaguegothic-italic-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular") format("svg");
  font-weight: normal;
  font-style: italic;
}
/* Condensed */
@font-face {
  font-family: 'League Gothic Condensed';
  src: url("../fonts/leaguegothic-condensed-regular-webfont.eot");
  src: url("../fonts/leaguegothic-condensed-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-condensed-regular-webfont.woff") format("woff"), url("../fonts/leaguegothic-condensed-regular-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Condensed Italic */
@font-face {
  font-family: 'League Gothic Condensed';
  src: url("leaguegothic-condensed-italic-webfont.eot");
  src: url("leaguegothic-condensed-italic-webfont.eot?#iefix") format("embedded-opentype"), url("leaguegothic-condensed-italic-webfont.woff") format("woff"), url("leaguegothic-condensed-italic-webfont.ttf") format("truetype"), url("leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg") format("svg");
  font-weight: normal;
  font-style: italic;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

#MemberLoginForm_LoginForm {
  float: right;
}
@media screen and (max-width: 480px) {
  #MemberLoginForm_LoginForm {
    float: left;
  }
}

header {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-animation: fadedown .6s .5s 1 forwards ease-in-out;
  -moz-animation: fadedown .6s .5s 1 forwards ease-in-out;
  animation: fadedown .6s .5s 1 forwards ease-in-out;
}

.HomePage header {
  opacity: 0;
  -webkit-animation: fadein .6s .5s 1 forwards ease-in-out;
  -moz-animation: fadein .6s .5s 1 forwards ease-in-out;
  animation: fadein .6s .5s 1 forwards ease-in-out;
}

/* Animations */
/* Keyframes */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadedown {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes fadedown {
  0% {
    -moz-transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadedown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.HomePage header {
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  animation-delay: .8s;
}

.no-cssanimations .HomePage header, .no-cssanimations header {
  opacity: 1;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  background: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  background: transparent;
  border: none;
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #FFF;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: Georgia;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background: #0D0A27;
  color: #FFFFFF;
}

a, a:visited {
  color: #D1B0DA;
}
a:hover, a:visited:hover {
  color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 700;
  letter-spacing: -1px;
  color: #FFFFFF;
}

.container {
  width: auto;
  padding: 8em;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.meta {
  color: #ccc;
}

.hashban-loader {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -30px;
  background: url("../images/loader.gif") no-repeat 0 0;
  padding: 80px 0 0;
}

header {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -25%;
  padding: 56px 0;
  z-index: 200;
  text-align: center;
}
header .logo {
  display: inline-block;
  font-family: georgia;
  font-size: 54px;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.25em;
  border: 3px solid;
  border-left: 0;
  border-right: 0;
  padding: 14px 0 18px;
}
header .byline {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
header .byline span {
  margin: 0 10px;
}
header nav {
  margin-top: 30px;
  color: red;
  font-family: futura;
}
header nav ul {
  margin: 0;
}
header nav ul li {
  display: inline-block;
  margin: 0;
  margin-right: 24px;
  text-transform: uppercase;
  font-size: 14px;
}
header nav ul li:last-child {
  margin-right: 0;
}
.HomePage header {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0 40px;
  margin: 0;
}

.header {
  padding-left: 100px;
}

.landing-header {
  position: absolute;
  top: 40px;
  left: 40px;
}
.landing-header .hamburger {
  margin-bottom: 40px;
}

.landing-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 80px;
  color: #FFFFFF;
}

.nav-item {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 80px;
  display: block;
  text-transform: none;
  text-align: left;
}
.nav-item a {
  color: #FFFFFF;
  transition: color .2s ease-out;
}
.nav-item a:hover {
  color: #FF0E8F;
}
.nav-item.sub-nav-item {
  font-size: 30px;
  line-height: 38px;
  max-width: 160px;
}

.megamenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: black;
  height: 100%;
  padding: 10% 20%;
  z-index: 10;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  opacity: 1;
  overflow: scroll;
}
.megamenu.hidden {
  opacity: 0;
  z-index: -999;
}
.megamenu .nav-item {
  text-align: center;
}

.megamenu-visible {
  overflow: hidden;
}
.megamenu-visible .landing-header {
  z-index: 12;
}
.megamenu-visible .landing-header > * {
  display: none;
}
.megamenu-visible .landing-header .hamburger {
  display: block;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.bring-to-front {
  z-index: 1000;
}

#slideshow {
  position: relative;
  overflow: auto;
}
#slideshow li {
  list-style: none;
  float: left;
}

.left {
  width: 50%;
  float: left;
  height: 100%;
}

.layout-left {
  padding: 262px 60px 120px 240px;
}
.layout-left.max-container-width {
  width: 100%;
  padding-right: 240px;
}
.layout-left.small-pad-top {
  padding-top: 80px;
}
.layout-left .content {
  position: relative;
  z-index: 1;
}

.right {
  width: 50%;
  height: 100%;
  position: fixed;
  right: 0;
  padding-top: 16em;
}
.right .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.right.with-content {
  position: relative;
  float: right;
  z-index: 100;
  padding-top: 27em;
}
.right.with-content > div {
  z-index: 100;
  position: relative;
}
.right.with-content .background {
  background-size: cover;
  position: absolute;
  z-index: 10;
}
.right.with-content img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

label.left, label.right {
  width: auto;
  float: none;
  padding: 0;
}

div.wrapper {
  position: relative;
}

.social {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 5;
}
.social li {
  list-style-type: none;
  display: block;
  background: #E4CDE5;
  color: #685669;
  padding: 14px;
  position: relative;
  float: right;
  clear: both;
}
.social li.hover {
  padding-right: 20px;
}
.social li a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.testim-div {
  display: flex;
  margin-bottom: 30px;
}

.testimonial-img {
  margin-right: 20px;
}

.section-heading {
  text-align: right;
  margin: 1em 0 0.5em;
  padding-right: 45px;
  margin-right: -40px;
  z-index: 200;
  position: relative;
  color: #E4CDE5;
  font-size: 60px;
  font-style: italic;
  line-height: 1;
}

.gallery-header {
  width: 50%;
  height: 100%;
  float: left;
  padding: 16em 8em 8em;
  display: block;
}

.gallery-container {
  max-width: 1075px;
  display: flex;
  align-items: center;
  position: relative;
  flex-flow: row wrap;
}

.gallery-holder-container {
  width: auto;
  display: block;
  clear: left;
  padding: 0 8em 8em;
}

.gallery-thumbnail {
  vertical-align: bottom;
}

.PhotoGalleryHolder .gallery-holder-container .gallerythumb {
  float: left;
  width: 170px;
  height: 260px;
  margin: 0 10px 0 0;
}

.gallery-container {
  clear: both;
}

.pagination {
  clear: both;
  float: right;
  padding: 1em 2em;
}

.PhotoGalleryPage .container {
  width: 80%;
  margin: 0 auto;
  margin-top: 10em;
  text-align: right;
}
.PhotoGalleryPage .section-heading, .PhotoGalleryPage .back-link {
  display: inline-block;
}
.PhotoGalleryPage .gallerythumb {
  margin: 0 10px 6px 0;
  display: inline-block;
  float: right;
}
.PhotoGalleryPage .gallerythumb:first-child {
  margin-left: 0;
}
.PhotoGalleryPage .right {
  overflow: hidden;
  padding: 0;
}
.PhotoGalleryPage .right img {
  height: 100%;
  position: absolute;
  right: 0;
}
.PhotoGalleryPage .back-link {
  margin: 1em 0;
  margin-left: 24px;
  font-style: italic;
}
.PhotoGalleryPage .images {
  position: relative;
  display: inline-block;
}
.PhotoGalleryPage .images li {
  position: relative;
}
.PhotoGalleryPage .images li.even {
  float: left;
  left: 0;
}
.PhotoGalleryPage .images li.odd {
  float: right;
  right: 0;
}
.PhotoGalleryPage .images li img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ContactPage form,
.MyContactPage form,
.UserDefinedForm form {
  padding: 0 30px;
}
.ContactPage form label,
.MyContactPage form label,
.UserDefinedForm form label {
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  padding-bottom: 6px;
}
.ContactPage form label.error,
.MyContactPage form label.error,
.UserDefinedForm form label.error {
  color: #ffb800;
}
.ContactPage form input, .ContactPage form textarea,
.MyContactPage form input,
.MyContactPage form textarea,
.UserDefinedForm form input,
.UserDefinedForm form textarea {
  width: 100%;
  font-size: 14px;
  padding: 12px 6px;
}
.ContactPage form textarea,
.MyContactPage form textarea,
.UserDefinedForm form textarea {
  min-height: 160px;
}
.ContactPage form .Actions input,
.MyContactPage form .Actions input,
.UserDefinedForm form .Actions input {
  border: none;
  background: #FF0E8F;
  font-size: 16px;
  font-family: Futura;
  color: white;
  text-shadow: none;
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  6% {
    opacity: 1;
  }
  27% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  6% {
    opacity: 1;
  }
  27% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.carousel-slides, .carousel-slides:after {
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}

.carousel-slides li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  -o-animation: imageAnimation 24s linear infinite 0s;
  animation: imageAnimation 24s linear infinite 0s;
}

.carousel-slides li:nth-child(2) span {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -o-animation-delay: 8s;
  animation-delay: 8s;
}

.carousel-slides li:nth-child(3) span {
  -webkit-animation-delay: 16s;
  -moz-animation-delay: 16s;
  -o-animation-delay: 16s;
  animation-delay: 16s;
}

.no-cssanimations .carousel-slides li span {
  opacity: 1;
}

.BlogHolder .section-heading {
  font-size: 32px;
  margin-bottom: 0.5em;
}

.BlogEntry .section-heading {
  font-size: 48px;
  margin-bottom: 0.5em;
}

#BlogContent .content {
  margin: 2em 0;
}

.authorDate, .tags, .blogVitals {
  text-align: right;
  margin-bottom: 0;
}

.PhotoGalleryHolder .gallerythumb {
  margin: 0 0 6px 10px;
  display: inline-block;
  float: right;
}
.PhotoGalleryHolder .gallerythumb:first-child {
  margin-left: 0;
}

.gallery-image {
  width: 100%;
  height: 100%;
  background: url("../images/portrait.jpg");
  background-size: 100%;
}

#photoswipe-open.has-slides:hover {
  cursor: url("/themes/ashleighjane/images/expand.svg"), auto;
}

.typekit-badge {
  display: none !important;
}

@media only screen and (max-width: 993px) {
  .HomePage .header {
    padding: 0 60px;
    width: 100%;
  }
  .HomePage .header nav ul li {
    display: block;
    margin: 16px 0;
    font-size: 17px;
  }
  .HomePage .carousel-slides {
    display: none;
  }
  .HomePage .social {
    display: none;
  }

  .layout-left {
    width: 100%;
  }

  .layout-right {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .megamenu {
    padding: 100px 20%;
  }
  .megamenu .nav-item {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .layout-left {
    width: 100%;
    padding: 60px 80px 80px 40px;
  }
  .layout-left.max-container-width {
    padding-right: 80px;
  }

  .layout-right {
    display: none;
  }

  .landing-header {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    padding: 0 40px;
  }
  .landing-header p {
    margin: 0;
  }
  .landing-header .landing-heading {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .landing-header .nav-item.sub-nav-item {
    font-size: 20px;
    line-height: 24px;
    max-width: 160px;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=styles.css.map */
