/* HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  color: #666;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (min-width: 480px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset,
menu {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.ie7 .title {
  padding-top: 20px;
}
.v5-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  display: block;
}
.v5-loader:before {
  content: "";
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spinner 0.75s 0s linear infinite;
  -moz-animation: spinner 0.75s 0s linear infinite;
  -o-animation: spinner 0.75s 0s linear infinite;
  -ms-animation: spinner 0.75s 0s linear infinite;
  animation: spinner 0.75s 0s linear infinite;
  border: 2px solid #666;
  border-color: #666 transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  z-index: 101;
}
.touch .show-touch {
  display: inline-block;
}
.touch .show-no-touch {
  display: none;
}
.no-touch .show-touch {
  display: none;
}
.no-touch .show-no-touch {
  display: inline-block;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "100lc-glyphs";
  src: url("../../fonts/100lc/100lc-glyphs.eot?7qj38n");
  src: url("../../fonts/100lc/100lc-glyphs.eot?7qj38n#iefix")
      format("embedded-opentype"),
    url("../../fonts/100lc/100lc-glyphs.ttf?7qj38n") format("truetype"),
    url("../../fonts/100lc/100lc-glyphs.woff?7qj38n") format("woff"),
    url("../../fonts/100lc/100lc-glyphs.svg?7qj38n#100lc-glyphs") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lci {
  vertical-align: middle;
}
.lci:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "100lc-glyphs" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lci-arrow_down:before {
  content: "\e914";
}
.lci-arrow_up:before {
  content: "\e913";
}
.lci-menu:before {
  content: "\e912";
}
.lci-home:before {
  content: "\e911";
}
.lci-arrow-bold-right:before {
  content: "\e907";
}
.lci-bloglovin:before {
  content: "\e915";
}
.lci-play:before {
  content: "\e909";
}
.lci-arrow-up:before {
  content: "\e90a";
}
.lci-larrow-tall:before {
  content: "\e90b";
}
.lci-rarrow-tall:before {
  content: "\e90c";
}
.lci-larrow:before {
  content: "\e90d";
}
.lci-rarrow:before {
  content: "\e90e";
}
.lci-lquote:before {
  content: "\e90f";
}
.lci-rquote:before {
  content: "\e910";
}
.lci-arrow:before {
  content: "\e906";
}
.lci-cross:before {
  content: "\e900";
}
.lci-search:before {
  content: "\e908";
}
.lci-instagram:before {
  content: "\e901";
}
.lci-facebook:before {
  content: "\e902";
}
.lci-twitter:before {
  content: "\e903";
}
.lci-pinterest:before {
  content: "\e904";
}
.lci-google:before {
  content: "\e905";
}
.v5-header,
#container > .v5-header {
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}
.v5-header.search-now .v5-search,
#container > .v5-header.search-now .v5-search {
  display: block;
}
.v5-header .v5-logo,
#container > .v5-header .v5-logo {
  display: block;
  margin: 18px auto 0;
  width: 220px;
  height: 103px;
}

@media screen and (max-width: 767px) {
  .v5-header .v5-logo,
  #container > .v5-header .v5-logo {
    height: 62px;
  }
}

.cakelet .v5-header .v5-logo,
.cakelet #container > .v5-header .v5-logo {
  width: 250px;
  height: 0;
  padding-bottom: 22.5%;
}

.v5-nav .matchbook-link {
  color: #ef7c69;
}

.matchbook-link img {
  margin-bottom: 3px;
  display: inline-block;
  height: 16px;
}

@media screen and (min-width: 990px) {
  .v5-header .v5-logo,
  #container > .v5-header .v5-logo {
  }
  .cakelet .v5-header .v5-logo,
  .cakelet #container > .v5-header .v5-logo {
    width: 279px;
    padding-bottom: 8.2%;
  }
}
.v5-nav-trigger,
.v5-search-trigger {
  position: absolute;
  top: 3px;
  left: 7px;
  margin: 0;
  padding: 0;
  font-size: 2.9em;
  color: #363636;
}
@media screen and (min-width: 990px) {
  .v5-nav-trigger,
  .v5-search-trigger {
    display: none;
  }
}
.v5-nav-trigger span,
.v5-search-trigger span {
  display: none;
}
.v5-search-trigger {
  left: auto;
  right: 10px;
  top: 9px;
  font-size: 2.1em;
  color: #b9b3ad;
}
.v5-nav-input,
.v5-search-input {
  display: none !important;
}
.v5-nav-input:checked ~ .v5-nav {
  position: absolute;
  display: block;
  top: 165px;
  left: 0;
  right: 0;
  background: #f7f6f4;
  z-index: 500;
  border-top: 1px solid #bebfba;
}
.v5-search-input:checked ~ .v5-search {
  display: block;
  top: 49px;
}
.v5-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}
.v5-search form {
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 990px) {
  .v5-search form {
    max-width: 995px;
    margin: 0 auto;
    padding: 18px 0;
    text-align: left;
  }
}
.v5-search label {
  font: bold 12px/1.5 proxima-nova, Helvetica, sans-serif;
  color: #141414;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.v5-search input {
  background: none;
  border: none;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #363636;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 990px) {
  .v5-search input {
    margin: 0 0 0 14px;
  }
}
.v5-search input[type="text"] {
  font: normal 16px/1 proxima-nova, Helvetica, Arial, sans-serif;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40%;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .v5-search input[type="text"] {
    width: 55%;
  }
}
@media screen and (min-width: 990px) {
  .v5-search input[type="text"] {
    width: 325px;
    font-size: 28px;
  }
}
.v5-search input[type="submit"] {
  background: #80b4ae;
  color: #fff;
  width: 93px;
  font: bold 12px/2 proxima-nova, Helvetica, Arial, sans-serif;
  padding: 0.375em 0;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.v5-inner-container {
  position: relative;
  width: 93%;
  max-width: 1500px;
  margin: 0 auto;
}
.v5-header .v5-inner-container {
  width: 100%;
}
@media screen and (min-width: 651px) {
  .v5-header .v5-inner-container {
    min-height: 156px;
  }
}
@media screen and (min-width: 768px) {
  .v5-inner-container .v5-flag.tr {
    position: absolute;
    top: 8px;
    right: 0;
  }
}
.v5-header-social {
  text-align: center;
  border-bottom: 1px solid #fff;
}
.v5-header-social ul {
  clear: both;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 990px) {
  .v5-header-social ul {
    padding: 0;
  }
}
.v5-header-social li {
  display: inline-block;
  margin: 0 8px;
  font-size: 17px;
  line-height: 1.6;
  vertical-align: middle;
}
.v5-header-social li .lci-bloglovin {
  font-size: 0.9em;
}
@media screen and (min-width: 375px) {
  .v5-header-social li {
    font-size: 22px;
    line-height: 1.27;
  }
}
@media screen and (min-width: 990px) {
  .v5-header-social li {
    font-size: 18px;
    line-height: inherit;
  }
}
.v5-header-social a {
  display: block;
  color: #b9b3ad;
}
.cakelet .v5-header-social a {
  color: #363636;
}
@media screen and (min-width: 990px) {
  .v5-header-social {
    float: left;
    margin: 38px 0 0 34px;
    border: none;
  }
  .v5-header-social:before {
    color: #b9b3ad;
    display: block;
    content: "Follow Us!";
    text-transform: uppercase;
    font: bold 12px/1 proxima-nova, sans-serif;
    margin: 0 0 15px 0;
    letter-spacing: 0.1em;
  }
  .cakelet .v5-header-social:before {
    color: #363636;
  }
}
.v5-header-links {
  text-align: center;
  margin: 0;
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .v5-header-links {
    position: absolute;
    top: 70px;
    text-align: left;
    right: 0;
    width: 170px;
    white-space: nowrap;
    color: #b9b3ad;
    font: normal 12px/1.8 Cardo, Georgia, serif;
  }
}
@media screen and (min-width: 990px) {
  .v5-header-links {
    position: relative;
    top: auto;
    right: auto;
    float: right;
    margin: 30px 0 0;
  }
}
.v5-header-links table {
  border: 1px solid #b9b3ad;
  margin: 10px 0 0;
  padding: 0;
  width: 95%;
}
.v5-header-links td {
  border: 1px solid #b9b3ad;
  border-collapse: collapse;
  padding: 5px;
}
.v5-header-links .v5-logged-in {
  border-top: 1px solid #626161;
  margin: 5px 0 0 -2px;
  padding: 5px 0 0 2px;
}
.v5-split-list li {
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid #787878;
  width: 44%;
}
.v5-split-list li:nth-child(odd) {
  margin: 0 10.7% 0 0;
}
.v5-split-list li:nth-child(even) {
  margin-left: -4px;
}
.v5-split-list a,
.v5-split-list a:link,
.v5-split-list a:visited {
  display: block;
  color: #363636;
  font: 300 13px proxima-nova, Helvetica, Arial, sans-serif;
  padding: 10px 0 7px 2px;
  letter-spacing: 0.02em;
}
.v5-split-list.full li {
  width: 100%;
}
.v5-split-list.full li:nth-child(even) {
  margin: 0;
}
.v5-nav {
  display: none;
}
.v5-nav .section-highlight {
  display: none;
}
@media screen and (max-width: 989px) {
  .v5-header .v5-nav > ul > li {
    display: block;
    border-bottom: 1px solid #bebfba;
  }
  .v5-header .v5-nav > ul > li:hover .sub:after,
  .v5-header .v5-nav > ul > li:focus .sub:after {
    content: "\e913";
    font: normal 36px/0.25 "100lc-glyphs";
    color: #2f2f2f;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1000;
    padding: 32px 0 0;
  }
  .v5-header .v5-nav > ul > li:hover .section-nav,
  .v5-header .v5-nav > ul > li:focus .section-nav {
    display: block;
  }
  .v5-header .v5-nav > ul > li:hover .section-categories,
  .v5-header .v5-nav > ul > li:focus .section-categories {
    display: block;
  }
  .v5-header .v5-nav > ul > li:last-child {
    display: none;
  }
  .v5-header .v5-nav > ul > li > a {
    position: relative;
    display: block;
    text-align: center;
    font: bold 13px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
    color: #363636;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 15px 0 14px;
  }
  .v5-header .v5-nav .section-categories {
    display: none;
    background: #2f2f2f;
    padding: 15px 12px 25px;
  }
  .v5-header .v5-nav .section-categories h3 {
    font: bold 13px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
    color: #ffded6;
    text-transform: uppercase;
    margin: 0 0 3px;
  }
  .v5-header .v5-nav .section-categories .v5-split-list li {
    border-bottom: 1px solid #787878;
    width: 45.4%;
  }
  .v5-header .v5-nav .section-categories .v5-split-list li:nth-child(odd) {
    margin: 0 6.3% 0 0;
  }
  .v5-header .v5-nav .section-categories .v5-split-list li:nth-last-child(1),
  .v5-header .v5-nav .section-categories .v5-split-list li:nth-last-child(2) {
    border: none;
  }
  .v5-header .v5-nav .section-categories .v5-split-list a,
  .v5-header .v5-nav .section-categories .v5-split-list a:link,
  .v5-header .v5-nav .section-categories .v5-split-list a:visited {
    color: #fff;
    font: normal 12px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
    padding: 10px 0 10px 2px;
  }
}
@media screen and (min-width: 990px) {
  .v5-nav {
    display: block;
  }
  .v5-header .v5-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .v5-nav .section-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #2f2f2f;
    z-index: 999;
    padding: 25px 0;
    border-top: 8px solid #f7f6f4;
    text-align: left;
  }
  .v5-nav .section-nav-inner {
    max-width: 905px;
    margin: 0 auto;
    overflow: hidden;
  }
  .v5-nav .section-nav-inner.b {
    max-width: 945px;
  }
  .v5-nav .section-highlight {
    display: block;
    float: left;
    width: 470px;
  }
  .v5-nav .section-highlight li {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 0 0 5%;
  }
  .v5-nav .section-highlight li:first-child {
    margin: 0;
  }
  .v5-nav .section-highlight img {
    display: block;
    width: 100%;
  }
  .v5-nav .section-highlight .v5-img-crop {
    padding-bottom: 105%;
    margin: 0 0 16px;
  }
  .v5-nav .section-highlight a {
    color: #f7f6f3;
    font: normal 13px/1.42 Cardo, Georgia, serif;
    display: block;
  }
  .v5-nav .section-highlight.x3 {
    width: 740px;
  }
  .v5-nav .section-highlight.x3 li {
    width: 29.73%;
    margin: 0 0 0 4.7%;
  }
  .v5-nav .section-highlight.x3 li:first-child {
    margin: 0;
  }
  .v5-nav .section-highlight.b a {
    text-align: center;
    text-transform: uppercase;
  }
  .v5-nav .section-categories {
    float: right;
    width: 385px;
    text-align: left;
  }
  .v5-nav .section-categories h3 {
    font: bold 13px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
    color: #ffded6;
    text-transform: uppercase;
    margin: 2px 0 10px;
  }
  .v5-nav .section-categories .v5-split-list a {
    color: #fff;
  }
  .v5-nav .section-categories.b {
    width: 170px;
  }
  .v5-nav > ul {
    max-width: 995px;
    margin: 0 auto;
    padding: 0 0 11px;
    text-align: center;
  }
  .v5-nav > ul > li {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .v5-nav > ul > li:hover .sub:after,
  .v5-nav > ul > li:focus .sub:after {
    content: "\e913";
    font: normal 36px/0.25 "100lc-glyphs";
    color: #2f2f2f;
    display: block;
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1000;
    padding: 32px 0 0;
  }
  .v5-nav > ul > li:hover .section-nav,
  .v5-nav > ul > li:focus .section-nav {
    display: block;
  }
  .v5-header .v5-nav > ul > li:last-child {
    margin: 0 0 0 10px;
  }
  .v5-header .v5-nav > ul > li:last-child > a {
    font-size: 16px;
  }
  .v5-nav > ul > li > a {
    position: relative;
    display: inline-block;
    font: bold 12px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
    color: #363636;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .v5-nav > ul > li > a.a:hover,
  .v5-nav > ul > li > a.a.active {
    color: #e4ad89;
  }
  .v5-nav > ul > li > a.b:hover,
  .v5-nav > ul > li > a.b.active {
    color: #1aa9b6;
  }
  .v5-nav > ul > li > a.c:hover,
  .v5-nav > ul > li > a.c.active {
    color: #a9c3a4;
  }
  .v5-nav > ul > li > a.d:hover,
  .v5-nav > ul > li > a.d.active {
    color: #d1b6a4;
  }
  .v5-nav > ul > li > a.e:hover,
  .v5-nav > ul > li > a.e.active {
    color: #e8a5b9;
  }
  .v5-nav > ul > li > a.f:hover,
  .v5-nav > ul > li > a.f.active {
    color: #999;
  }
  .v5-nav > ul > li > a.g:hover,
  .v5-nav > ul > li > a.g.active {
    color: #6c86b7;
  }
  .v5-nav > ul > li > a span {
    display: none;
  }
  .v5-nav > ul > li > a .lci {
    font-size: 1.3em;
    color: #b9b3ad;
  }
  .v5-nav > ul > li:before {
    display: inline-block;
    content: "/";
    color: #9c9c9c;
    font: bold 13px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
    padding: 0 6px 0 2px;
  }
  .v5-header .v5-nav > ul > li:last-child:before {
    display: none;
  }
  .v5-nav > ul > li:first-child:before {
    display: none;
  }
}
.v5-footer .v5-nav {
  display: block;
}
.v5-footer .v5-nav > ul {
  max-width: 995px;
  margin: 0 auto;
  padding: 0 0 11px;
  text-align: center;
}
.v5-footer .v5-nav > ul > li {
  display: inline;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .v5-footer .v5-nav > ul > li {
    display: inline-block;
  }
}
.v5-footer .v5-nav > ul > li > a {
  position: relative;
  display: inline-block;
  font: bold 12px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
  color: #bab9b5;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
@media screen and (min-width: 768px) {
  .v5-footer .v5-nav > ul > li > a {
    color: #363636;
  }
}
.v5-footer .v5-nav > ul > li:before {
  display: inline;
  content: "/";
  color: #9c9c9c;
  font: bold 13px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
  padding: 0 6px 0 2px;
}
@media screen and (min-width: 900px) {
  .v5-footer .v5-nav > ul > li:before {
    display: inline-block;
  }
}
.v5-footer .v5-nav > ul > li:first-child:before {
  display: none;
}
@media screen and (max-width: 899px) {
  .v5-footer .v5-nav > ul > li.break-point-b:before {
    display: inline;
    content: "\a";
    padding: 0;
    white-space: pre;
  }
}
@media screen and (max-width: 510px) {
  .v5-footer .v5-nav > ul > li.break-point:before {
    display: inline;
    content: "\a";
    padding: 0;
    white-space: pre;
  }
}
.v5-page-top {
  padding: 16px 0 0;
}
.cakelet .v5-page-top {
  background-image: url("../../img/site/backgrounds/bg_cakelet_body_header.png");
}
@media screen and (min-width: 768px) {
  .v5-content-container {
    margin-right: -300px;
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .v5-content {
    margin-right: 320px;
    max-width: 635px;
  }
}
.v5-sidebar {
  position: relative;
}
@media screen and (min-width: 768px) {
  .v5-sidebar {
    width: 300px;
    float: left;
  }
}
.v5-leader-ad-container {
  position: relative;
  margin: 0 0 20px;
}
.v5-leader-ad {
  padding: 10px 0 5px;
}
.v5-ad-center {
  display: table;
  margin: 0 auto;
}
.v5-sidebar .v5-ad-center {
  margin-bottom: 20px;
}
.v5-ad-mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f3f1f2;
  text-align: center;
}
@media screen and (min-width: 652px) {
  .v5-ad-mobile-footer {
    display: none;
  }
}
.v5-ad-mobile-footer > div {
  display: inline-block;
}
.v5-ad-grid .v5-ad-grid-items {
  text-align: center;
}
.v5-ad-grid .v5-ad-grid-items a {
  display: block;
}
.v5-ad-grid .v5-ad-grid-items a img {
  width: 100%;
}
.v5-ad-grid .v5-ad-grid-items > div {
  display: block;
  margin: 0 auto 15px;
}
@media screen and (min-width: 480px) {
  .v5-ad-grid .v5-ad-grid-items > div {
    margin: 0 0 25px;
  }
}
.v5-ad-grid .v5-ad-grid-items[data-cols="2"] {
  padding: 15px 0;
  margin: -15px -4px -20px;
}
@media screen and (min-width: 480px) {
  .v5-ad-grid .v5-ad-grid-items[data-cols="2"] {
    margin: -15px -4px -5px;
  }
}
@media screen and (min-width: 480px) {
  .v5-ad-grid .v5-ad-grid-items[data-cols="2"] > div {
    display: inline-block;
    width: 47.62%;
  }
  .v5-ad-grid .v5-ad-grid-items[data-cols="2"] > div:nth-child(odd) {
    margin-right: 4.85%;
  }
  .v5-ad-grid .v5-ad-grid-items[data-cols="2"] > div:nth-child(even) {
    margin-left: -4px;
  }
  .v5-ad-grid .v5-ad-grid-items[data-cols="2"] > div:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.v5-story-block {
  padding: 45px 0 0;
}
.v5-leader-ad-container + .v5-story-block {
  padding: 25px 0 0;
}
.v5-story-slider {
  background: #fff;
  position: relative;
}
.v5-story-slider .slick-list {
  z-index: 100;
}
.v5-story-slider h2 {
  text-align: center;
  font: normal 2em/1.22 Cardo, Georgia, serif;
  margin: 17px 0 7px;
  padding: 0 5%;
}
.v5-story-slider h2 a {
  color: #141414;
}
.v5-story-slider p {
  font: normal 14px/1.62 proxima-nova, Helvetica, Arial, sans-serif;
  padding: 0 1.25%;
}
.v5-story-slider a.v5-pframe {
  display: block;
}
.v5-story-slider a.v5-flag {
  margin: 0 0 0 1.25%;
}
.v5-story-slider .v5-post-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  font: normal 24px/1.25 Cardo, Georgia, serif;
  padding: 3% 3.52%;
  color: #141414;
}
.v5-story-slider li:hover .v5-post-caption {
  color: #474747;
}
.v5-story-slider .v5-story-slider-controls-container {
  position: relative;
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  height: 100%;
}

.v5-story-slider ul {
  height: 202px;
  overflow-y: hidden;
}

.v5-story-slider li {
  padding: 3px;
  margin: 0 2px;
  width: 320px;
}
@media screen and (min-width: 370px) {
  .v5-story-slider li {
    width: 370px;
  }

  .v5-story-slider ul {
    height: 234px;
  }
}
@media screen and (min-width: 768px) {
  .v5-story-slider li {
    width: 647px;
  }

  .v5-story-slider ul {
    height: 410px;
  }
}
.v5-slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.v5-slider-controls a {
  display: block;
  position: absolute;
  font-size: 15px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid #a8a8a8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 150;
}
@media screen and (min-width: 375px) {
  .v5-slider-controls a {
    top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .v5-slider-controls a {
    top: 200px;
  }
}
.v5-slider-controls a i {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  top: 50.5%;
  line-height: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0.8em;
}
.v5-slider-controls a.prev {
  left: 0;
}
.v5-slider-controls a.prev i {
  margin-left: -1px;
}
.v5-slider-controls a.next {
  right: 0;
}
.v5-slider-controls a.next i {
  margin-left: 1px;
}
.v5-related-slider {
  padding: 25px 0 32px;
  border-bottom: 1px solid #141414;
  margin: 0 0 55px;
  position: relative;
}
.v5-related-slider ul {
  height: 392px;
  overflow-y: hidden;
}
.v5-related-slider .slick-slider {
  z-index: 100;
}
.v5-related-slider li {
  margin: 0 15px;
  padding: 20px 0 0;
  width: 255px;
}
.v5-related-slider li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.v5-related-slider li a:after {
  position: absolute;
  display: block;
  content: "";
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  width: 122px;
  height: 37px;
  background: url("../../img/site/misc/tape2.png") 0 0 no-repeat;
}
.v5-related-slider li em {
  font: normal 17px/1.35 Cardo, Georgia, serif;
  font-style: normal;
  display: block;
  color: #141414;
  text-align: center;
  margin: 17px 0 0;
}
.v5-related-slider .v5-related-slider-controls-container {
  position: relative;
  width: 95%;
  margin: 0 auto;
  height: 100%;
}
.v5-story h3 {
  font: normal 1.6em/1.2 Cardo, Georgia, serif;
  margin: 0 0 0 70px;
}
@media screen and (min-width: 768px) {
  .v5-story h3 {
    font: normal 2em/1.2 Cardo, Georgia, serif;
  }
}
.v5-story h3 a {
  color: #141414;
}
.v5-story h3 a:hover {
  color: #474747;
}
.v5-story time {
  display: inline-block;
  position: relative;
  padding: 30px 5px 0;
  width: 45px;
  text-align: center;
  float: left;
}
.v5-story time em {
  font: normal 24px/1.2 Cardo, Georgia, serif;
  color: #e1c4b1;
  position: absolute;
  display: block;
  top: 0;
  left: 5px;
  right: 5px;
}
.cakelet .v5-story time em {
  color: #43ba9d;
}
.v5-story time span {
  font: normal 14px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
  color: #a09999;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
}
.v5-story time:after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  right: -9px;
  border-right: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
}
.v5-story p {
  font: normal 14px/1.62 proxima-nova, Helvetica, Arial, sans-serif;
  margin: 29px 1.8% 22px;
}
.v5-story .v5-pframe {
  display: block;
  width: 100%;
}
.v5-story p .v5-pframe {
  margin: 0 -1.6%;
  width: 102.81%;
  height: auto;
  max-width: 102.81%;
}
.v5-story .v5-story-extras {
  margin: 0 1.8%;
}
.v5-story .v5-story-comments {
  border-top: 1px solid #141414;
  margin: 10px 0 100px;
  padding: 10px 0 0;
}
.v5-story .v5-story-categories {
  font: normal 12px/1.47 proxima-nova, Helvetica, Arial, sans-serif;
}
.v5-story .v5-story-categories a:hover {
  color: #5bd9b9;
}
.v5-story.v5-story-full .v5-story-specs {
  margin: 0 0 30px -0.6%;
}
.v5-story.v5-story-full .v5-story-categories {
  margin: 2px 0 0 70px;
}
.v5-story.v5-story-full a.v5-flag {
  margin: 0 0 10px 2.05%;
}
.v5-content-section.v5-story-list .v5-story:first-child {
  margin-top: 0;
}
.v5-content-section.v5-story-list .v5-story:last-child {
  margin-bottom: 10px;
}
.v5-story-list .v5-story {
  margin: 30px 0;
}
.v5-story-list .v5-story .v5-story-categories {
  margin: 3px 0 30px 70px;
}
.v5-story-list .v5-story a.v5-pframe {
  margin: 0 0 10px;
}
@media screen and (min-width: 480px) {
  .v5-story-list .v5-story p {
    margin: 13px 0 0;
  }
  .v5-story-list .v5-story .v5-story-categories {
    margin: 10px 0 0 0;
  }
  .v5-story-list .v5-story a.v5-pframe {
    float: left;
    width: 50%;
    margin: 0;
  }
  .v5-story-list .v5-story .v5-story-specs {
    width: 45.2%;
  }
  .v5-story-list .v5-story h3,
  .v5-story-list .v5-story .v5-story-categories {
    margin-left: 0;
  }
  .v5-story-list .v5-story time {
    width: auto;
    padding: 0;
    display: block;
    float: none;
    white-space: nowrap;
    text-align: left;
    margin: 0 0 4px;
  }
  .v5-story-list .v5-story time em,
  .v5-story-list .v5-story time span {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 2px 0 0;
    vertical-align: middle;
  }
  .v5-story-list .v5-story time:after {
    display: none;
  }
}
.v5-story .linkwithin_hook {
  display: none;
}
.v5-story-loader {
  position: relative;
  height: 100px;
  margin: 0 0 20px;
  text-align: center;
}
.v5-social-counters {
  text-align: center;
}
.v5-social-counters .jssocials-shares {
  padding: 15px 0 11px;
}
.v5-social-counters .jssocials-share {
  display: inline-block;
  margin: 0 14px;
  vertical-align: top;
}
.v5-social-counters .jssocials-share a {
  display: inline-block;
  width: 31px;
  height: 31px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
}
.v5-social-counters .jssocials-share a i {
  color: #fff;
  display: inline-block;
  margin: 8px 0 0;
  font-size: 1.25em;
}
.v5-social-counters .jssocials-share a span {
  display: none;
}
.v5-social-counters .jssocials-share.jssocials-share-facebook a {
  background: #4b6ab3;
}
.v5-social-counters .jssocials-share.jssocials-share-pinterest a {
  background: #c81c26;
}
.v5-social-counters .jssocials-share.jssocials-share-twitter a {
  background: #2baeeb;
}
.v5-social-counters .jssocials-share.jssocials-share-googleplus a {
  background: #d6593c;
}
.v5-social-counters .jssocials-share-count-box {
  display: block;
  font: bold 14px/1.4 proxima-nova, Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  color: #141414;
  white-space: nowrap;
  padding: 9px 0 0;
}
.v5-inspiration-grid {
  margin: 0 3px 45px;
  overflow: hidden;
}
.v5-inspiration-grid br {
  display: none;
}
.v5-inspiration-grid a {
  display: block;
  width: 24.5%;
  float: left;
  margin: 0 0.66% 6px 0;
}
.v5-inspiration-grid a:nth-of-type(4) {
  float: right;
  margin: 0;
}
.v5-inspiration-grid a img {
  display: block;
  width: 100%;
}
.v5-inspiration-grid a.more {
  float: none;
  clear: both;
  background: #f6ece7;
  position: relative;
  text-align: center;
  color: #363636;
  font: 300 17px/1.53 proxima-nova, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
  padding: 16px 0 12px;
  margin: 0;
  letter-spacing: 0.14em;
}
.v5-inspiration-grid a.more i {
  color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 4px;
  font-size: 2em;
  margin: 0 0 0 15px;
}
.v5-inspiration-grid a.more:after {
  position: absolute;
  content: "";
  display: block;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 1px solid #fff;
}
.v5-post-comments {
  padding: 35px;
  background: #f8f7f5;
  margin: 30px 8px 0;
}
.v5-post-comments .v5-post-comment {
  border-top: 1px solid #2c2c2c;
  padding: 20px 0 0;
  margin: 20px 0 0;
  line-height: 2;
}
.v5-post-comments .v5-post-comment:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
.v5-post-comments .v5-post-comment p {
  margin: 0;
}
.v5-story-grid {
  text-align: center;
  margin: 0 -2%;
}
.v5-grid-story {
  display: inline-block;
  width: 44%;
  margin: 7% 2% 0;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .v5-grid-story {
    width: 30%;
    margin: 4.5% 1.3% 0;
  }
}
.v5-grid-story em {
  color: #141414;
  font: normal 14px/1.36 Cardo, Georgia, serif;
  display: block;
  margin: 0.85em 8px 0;
}
.wp-inspiration-grid {
  margin: 1em auto 0;
  width: 99.2%;
  padding: 8px 4px 0;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(31, 31, 31, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(31, 31, 31, 0.3);
  text-align: center;
  overflow: hidden;
}
.wp-inspiration-grid a {
  display: block;
  text-align: center;
  margin: 0 5px 8px;
}
.wp-inspiration-grid li {
  display: block;
  width: 33.3%;
  float: left;
}
.wp-inspiration-grid li.more {
  padding: 38.4% 0 0;
  position: relative;
}
.wp-inspiration-grid li.more a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 66%;
  margin: 0;
}
.wp-inspiration-grid img {
  display: block;
  width: 100%;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
body > span[class^="PIN_"] {
  margin: 5px 0 0 5px;
  width: 45px !important;
  height: 45px !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.v5-content-section {
  padding: 0 2px 29px;
  margin: 0 0 35px;
  position: relative;
}
.v5-content-section:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.v5-page-divider {
  background: #f4f1ee url("../../img/site/backgrounds/bg_content_banner.png") 0
    0 repeat-x;
  padding: 50px 0 40px;
  margin: 20px 0;
}
.v5-page-divider.b {
  background: #f0f4f3;
}
.v5-page-divider.circles {
  background: url("../../img/site/backgrounds/bg_content_banner.png") 0 0
      repeat-x,
    url("../../img/site/backgrounds/bg_cakelet_puffs.png") center top repeat;
  background-color: #f4f1ee;
  padding-bottom: 0;
}
.v5-widget {
  margin: 0 0 20px;
  text-align: center;
  /*
	.v5-widget-wrap
		display inline-block
		vertical-align top
		text-align left
	*/
}

.v5-widget.pinterest {
  min-height: 532px;
}

.v5-widget.facebook {
  min-height: 130px;
}

.v5-widget.youtube {
  min-height: 167px;
}

.diy-project-grid {
  min-height: 341px;
}

.v5-gallery-panel {
  background: #f5f1ed;
  padding: 30px 0 35px;
  margin: 0 0 10px;
}
.v5-gallery-panel h4 {
  display: table;
  white-space: nowrap;
  background: #fff;
  position: relative;
  margin: 0 auto 18px;
  font: bold 13px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
  letter-spacing: 0.077em;
  text-transform: uppercase;
  color: #363636;
  padding: 10px 18px 14px 14px;
}
.v5-gallery-panel h4:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #82d5c8;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
}
.v5-gallery-panel h4.b:after {
  border-color: #f1c1ac;
}
.v5-gallery-panel .v5-panel-list {
  text-align: center;
}
.v5-gallery-panel .v5-panel-list a {
  display: block;
  width: 55%;
  margin: 0 auto 25px;
  font: normal 13px/1.4 Cardo, Georgia, serif;
  color: #363636;
}
@media screen and (min-width: 480px) {
  .v5-gallery-panel .v5-panel-list a {
    vertical-align: top;
    display: inline-block;
    width: 27.1%;
    margin: 0 1.35%;
  }
}
.v5-gallery-panel .v5-panel-list a strong {
  display: block;
  font: bold 12px/1.4 proxima-nova, Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.v5-gallery-panel .v5-panel-list span {
  display: block;
  margin: 0 10%;
}
.v5-gallery-panel .v5-panel-list em {
  border: 8px solid #fff;
  margin: 0 0 15px;
}
.v5-member-grid {
  padding: 30px 0 0;
  background: #fff;
  margin: -15px 0 0;
}
.v5-member-grid p {
  font: normal 14px/1.57 proxima-nova, Helvetica, Arial, sans-serif;
  color: #363636;
  margin: 0;
  padding: 6px 0 20px 0;
}
.v5-member-grid .v5-members-list {
  text-align: left;
}
.v5-member-grid .v5-members-list span {
  display: block;
  margin: 0 0 0 42%;
  font: bold 12px/1.4 proxima-nova, Helvetica, Arial, sans-serif;
  color: #363636;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.v5-member-grid .v5-members-list em {
  display: block;
  position: absolute;
  text-transform: uppercase;
  bottom: 13px;
  left: 42%;
  background: #efd9cc;
  font: bold 12px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
  color: #363636;
  white-space: nowrap;
  padding: 9px 0;
  text-align: center;
  right: 13px;
}
.v5-member-grid .v5-members-list a {
  background: #f1efed;
  padding: 13px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 20px;
  display: block;
}
@media screen and (min-width: 481px) {
  .v5-member-grid .v5-members-list a {
    display: inline-block;
    vertical-align: top;
    width: 48.45%;
    margin: 0 3% 20px 0;
  }
  .v5-member-grid .v5-members-list a:nth-child(even) {
    margin-left: -4px;
    margin-right: 0;
  }
  .v5-member-grid .v5-members-list a:last-child {
    margin-bottom: 25px;
  }
}
.v5-member-grid .v5-members-list .thumb {
  display: block;
  float: left;
  width: 36.12%;
}
.v5-pic-wall .v5-wall-pics {
  text-align: center;
  margin: 40px 0;
}
.v5-pic-wall .v5-wall-pics a {
  display: block;
  position: relative;
  margin: 0 0 40px;
}
@media screen and (max-width: 480px) {
  .cakelet .v5-pic-wall .v5-wall-pics a {
    margin: 0 0 80px;
  }
}
@media screen and (min-width: 480px) {
  .v5-pic-wall .v5-wall-pics a {
    display: inline-block;
    vertical-align: top;
    width: 45.5%;
    margin: 0 3.5% 40px -4px;
  }
}
@media screen and (min-width: 768px) {
  .v5-pic-wall .v5-wall-pics a {
    width: 31.66%;
    margin: 0 1.5% 40px -4px;
  }
}
.v5-pic-wall .v5-wall-pics a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
  white-space: nowrap;
  font: normal 20px/1.2 Cardo, Georgia, serif;
  letter-spacing: 0.14em;
  color: #fff;
  text-transform: uppercase;
}
.v5-pic-wall .v5-wall-pics a:after {
  position: absolute;
  display: block;
  content: "";
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 122px;
  height: 37px;
  background: url("../../img/site/misc/tape.png") 0 0 no-repeat;
}
@media screen and (min-width: 480px) {
  .v5-pic-wall.b a {
    margin-bottom: 80px;
    margin-top: 15px;
  }
}
.v5-pic-wall.b a span {
  top: auto;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  color: #141414;
  text-transform: none;
  white-space: normal;
  text-align: center;
  width: 100%;
  margin: 14px 0 0;
  letter-spacing: 0;
}
.v5-pic-wall.b a:after {
  top: -17px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  background: url("../../img/site/misc/tape2.png") 0 0 no-repeat;
}
.v5-color-grid .v5-color-list {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .v5-color-grid .v5-color-list {
    text-align: left;
  }
}
.v5-color-grid .v5-color-list a {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0 15.45% 15.45% 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  border: 5px solid #f4f1ee;
  margin: 0 5% 20px 5%;
  position: relative;
}
@media screen and (min-width: 651px) {
  .v5-color-grid .v5-color-list a {
    padding: 0 10.45% 10.45% 0;
    margin: 0 5.3% 0 -4px;
  }
  .v5-color-grid .v5-color-list a:last-child {
    margin-right: 0;
  }
}
.v5-color-grid .v5-color-list a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../../img/site/misc/color_cloth_overlay.png") center center
    no-repeat;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
}
.v5-color-grid .v5-color-list a:hover {
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(31, 31, 31, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(31, 31, 31, 0.3);
}
.v5-sidebar .v5-color-grid {
  border: 1px solid #afafaf;
  padding: 15px 0 0;
  text-align: center;
  margin: 0 0 20px;
}
.v5-sidebar .v5-color-grid .v5-color-list {
  text-align: center !important;
}
.v5-sidebar .v5-color-grid .v5-color-list a {
  position: relative;
  border-color: #fff;
  padding: 0 24.45% 24.45% 0 !important;
  margin: 0 2% 35px !important;
}
.v5-sidebar .v5-color-grid .v5-color-list a span {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 10px 0 0;
  display: block;
  font: bold 12px/1 proxima-nova, Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
  color: #363636;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.v5-vendor-grid + .v5-flag {
  margin: 0 0 0 6.1%;
}
@media screen and (min-width: 768px) {
  .v5-vendor-grid {
    float: left;
    width: 62.81%;
  }
  .v5-vendor-grid + .v5-flag {
    margin: 0 18px 0 0;
  }
}
.v5-vendor-grid .v5-vendor-grid-list {
  padding: 0 0 0 4px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .v5-vendor-grid .v5-vendor-grid-list {
    text-align: left;
  }
}
.v5-vendor-grid .v5-vendor-grid-list a {
  display: inline-block;
  width: 40%;
  text-align: center;
  vertical-align: top;
  margin: 0 9% 25px -4px;
  font: normal 12px/1.25 proxima-nova, Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
  color: #363636;
}
.v5-vendor-grid .v5-vendor-grid-list a:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 651px) {
  .v5-vendor-grid .v5-vendor-grid-list a {
    width: 25%;
  }
  .v5-vendor-grid .v5-vendor-grid-list a:nth-child(2n) {
    margin-right: 9%;
  }
  .v5-vendor-grid .v5-vendor-grid-list a:nth-child(3n) {
    margin-right: 0;
  }
}
.v5-vendor-grid .v5-vendor-grid-list a .v5-pframe {
  display: block;
  margin: 0 0 17px;
}
.v5-vendor-grid .v5-vendor-grid-list a strong {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.v5-latest-requests {
  background: #fff;
  padding: 30px;
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .v5-latest-requests {
    margin: 0;
    float: right;
    width: 34.36%;
  }
}
.v5-latest-requests .v5-section-header em {
  white-space: normal;
}
.v5-latest-requests ol {
  margin: 0 0 15px 25px;
  list-style-type: decimal;
  font: bold 13px/1.45 proxima-nova, Helvetica, Arial, sans-serif;
  letter-spacing: 0.06em;
  color: #7c7a77;
}
.v5-latest-requests ol li {
  padding: 0 0 0 5px;
  margin: 0 0 10px;
}
.v5-latest-requests ol a {
  color: #7c7a77;
  text-transform: uppercase;
}
.v5-latest-requests ol span {
  color: #64bfaf;
  white-space: nowrap;
}
.v5-link-list {
  margin: 30px 0 20px;
}
.v5-link-list .v5-section-header {
  margin-bottom: 10px !important;
}
.v5-link-list .v5-list-links a {
  display: block;
  border-top: 1px solid #e8dbcd;
  padding: 10px 5% 8px;
  font: normal 16px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
  color: #141414;
  text-align: center;
}
.v5-link-list .v5-list-links a:first-child {
  border-top: none;
}
.v5-link-list .v5-list-links a:hover {
  color: #474747;
}
.v5-grid-list {
  border: 1px solid #afafaf;
  padding: 16px 0;
  margin: 0 0 18px;
  text-align: center;
}
.v5-grid-list .v5-btn-link {
  margin: 5px 0 0;
}
.v5-grid-list .v5-grid-list-items {
  text-align: center;
}
.v5-grid-list .v5-grid-list-items a {
  vertical-align: top;
  display: inline-block;
}
.v5-grid-list .v5-grid-list-items a img {
  width: 100%;
}
.v5-grid-list .v5-grid-list-items span {
  display: block;
  font: bold 12px/1 proxima-nova, Helvetica, Arial, sans-serif;
  color: #363636;
  margin: 10px 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.v5-grid-list .v5-grid-list-items[data-cols="2"] a {
  width: 42.3%;
  margin: 0 2.9% 2.5% 0;
}
.v5-grid-list .v5-grid-list-items[data-cols="2"] a:nth-child(2n) {
  margin: 0 0 2.5% -4px;
}
.v5-grid-list .v5-grid-list-items[data-cols="3"] a {
  width: 30%;
  margin: 0 2.2% 1.5% -4px;
}
.v5-grid-list .v5-grid-list-items[data-cols="3"] a:nth-child(3n) {
  margin: 0 0 1.5% -4px;
}
.v5-grid-list .v5-grid-list-items[data-cols="3"] a:nth-child(4n),
.v5-grid-list .v5-grid-list-items[data-cols="3"] a:first-child {
  margin: 0 2.2% 1.5% 0;
}
.v5-grid-list .v5-grid-list-items[data-cols="3"] a:nth-last-child(-n + 3) span {
  margin-bottom: 0;
}
.v5-side-policies {
  text-align: center;
  font: normal 12px/1.2 Cardo, Georgia, serif;
  color: #9e9e9e;
}
.v5-side-policies a:link,
.v5-side-policies a:visited {
  color: #9e9e9e;
}
.v5-video-link {
  display: block;
  position: relative;
  width: 100%;
}
.v5-video-link img {
  width: 100%;
}
.v5-video-link span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 11px 15% 8px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  font: bold 13px/1.38 proxima-nova, Helvetica, Arial, sans-serif;
  color: #363636;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.v5-video-link i {
  position: absolute;
  font-size: 65px;
  top: 16%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.v5-content-list {
  background: #faf8f6;
  margin: 0 0 25px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(31, 31, 31, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(31, 31, 31, 0.35);
  padding: 25px 0 20px;
}
.v5-content-list .v5-content-list-items {
  padding: 0 27px;
  margin: 0 0 10px;
  position: relative;
}
.v5-content-list .v5-content-list-items.quote {
  padding: 32px 27px 38px;
}
.v5-content-list .v5-content-list-items.quote:before,
.v5-content-list .v5-content-list-items.quote:after {
  display: block;
  position: absolute;
  content: "\e90f";
  top: -3px;
  padding: 0 5px;
  left: 50%;
  font: normal 25px/1 "100lc-glyphs";
  color: #b7b6b2;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.v5-content-list .v5-content-list-items.quote:after {
  content: "\e910";
  top: auto;
  bottom: 9px;
}
.v5-content-list .v5-content-list-items li {
  border-top: 1px solid #d8d1c9;
  padding: 10px 0 9px;
  font: normal 13px/1.54 proxima-nova, Helvetica, Arial, sans-serif;
  color: #3d3c39;
}
.v5-content-list .v5-content-list-items li:first-child {
  border: none;
  padding: 9px 0 9px;
}
.v5-content-list .v5-content-list-items span {
  color: #9e968f;
  white-space: nowrap;
}
.v5-content-list .v5-content-list-items a {
  color: #43ba9d;
  display: block;
}
.v5-content-list .v5-content-list-items a:after {
  content: "\00BB";
  display: inline-block;
  padding: 0 0 0 5px;
}
.v5-shop-list {
  padding: 34px 0 35px;
  margin: 0 0 10px;
  background: #f3f1f3;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .v5-shop-list {
    margin: 0 0 50px;
  }
}
.v5-shop-list .v5-flag {
  margin-top: 17px;
}
@media screen and (min-width: 480px) {
  .v5-shop-list .v5-flag {
    margin-top: 0;
  }
}
.v5-shop-list .v5-shop-list-items {
  margin: 0 -15px 0 0;
  text-align: center;
}
@media screen and (min-width: 990px) {
  .v5-shop-list .v5-shop-list-items {
    text-align: left;
  }
}
.v5-shop-list .v5-shop-list-items li {
  display: inline-block;
  width: 44%;
  margin: 0 5% 10px 0;
  vertical-align: top;
}
@media screen and (min-width: 480px) {
  .v5-shop-list .v5-shop-list-items li {
    width: 29%;
    margin: 0 2.4% 10px 0;
  }
}
@media screen and (min-width: 990px) {
  .v5-shop-list .v5-shop-list-items li {
    width: 18%;
    margin: 0 1.7% 10px 0;
  }
  .v5-shop-list .v5-shop-list-items li:last-child {
    display: none;
  }
}
.v5-shop-list .v5-shop-list-items a {
  display: block;
}
.v5-shop-list .v5-shop-list-items img {
  display: block;
  width: 100%;
  border: 8px solid #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(31, 31, 31, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(31, 31, 31, 0.3);
}
.v5-shop-list .v5-shop-list-items span {
  display: block;
  text-align: center;
  font: bold 12px/1.5 proxima-nova, Helvetica, Arial, sans-serif;
  color: #7c7a77;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 7px 10px 0;
}
.v5-about .v5-dline-header:before {
  top: 1.4em;
}
.v5-about .v5-dline-header em {
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .v5-about .v5-dline-header:before {
    top: 50%;
  }
  .v5-about .v5-dline-header em {
    font-size: 20px;
  }
  .v5-about .v5-dline-header i {
    position: inherit;
    top: auto;
    left: auto;
    font-size: 20px;
  }
}
.v5-about-header {
  background: #f8f1ec;
  margin: 5px 0 0;
  overflow: hidden;
}
.v5-about-header .v5-dline-header em {
  background: #f8f1ec;
}
.v5-about-header .v5-inner-container {
  padding: 20px 0 37px;
  max-width: 735px;
}
@media screen and (min-width: 768px) {
  .v5-about-header .v5-inner-container {
    padding: 51px 0 66px;
  }
}
.v5-about-header .v5-header-img {
  margin: 0 -6.5%;
}
@media screen and (min-width: 768px) {
  .v5-about-header .v5-header-img {
    margin: 31px 0;
  }
}
.v5-about-header .v5-pframe {
  display: block;
  margin: 13px 0 0;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .v5-about-header .v5-pframe {
    margin: 0 auto;
    width: 84%;
  }
}
.v5-about-header p {
  margin: 18px 10px 0;
  line-height: 1.64;
}
@media screen and (min-width: 768px) {
  .v5-about-header p {
    margin: 25px 23px 0;
  }
}
@media screen and (min-width: 768px) {
  .v5-about-collaborations > li:nth-child(2n) {
    background: #f4f1ee;
  }
  .v5-about-collaborations > li:nth-child(2n) .v5-pframe {
    float: right;
    width: 42.1%;
  }
  .v5-about-collaborations > li:nth-child(2n) .v5-collaboration-specs {
    position: absolute;
    top: 49%;
    left: 0;
    width: 47%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .v5-about-collaborations > li:nth-child(2n + 1) .v5-pframe {
    float: left;
    width: 42.1%;
  }
  .v5-about-collaborations > li:nth-child(2n + 1) .v5-collaboration-specs {
    position: absolute;
    top: 49%;
    left: 50%;
    width: 47%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.v5-collaboration-item {
  position: relative;
}
.v5-collaboration {
  width: 84%;
  max-width: 735px;
  margin: 0 auto;
  padding: 40px 0 27px;
}
@media screen and (min-width: 768px) {
  .v5-collaboration {
    padding: 65px 0 52px;
  }
}
.v5-collaboration .v5-dline-header {
  margin: -13px 0 62px;
}
@media screen and (min-width: 768px) {
  .v5-collaboration .v5-dline-header {
    margin: -13px 0 74px;
  }
}
.v5-collaboration-specs {
  margin: 18px 3px 0;
}
.v5-collaboration-specs h3 {
  font: bold 13px/1.77 proxima-nova, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #141414;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .v5-collaboration-specs h3 {
    margin: 0 0 17px;
  }
}
.v5-collaboration-specs a {
  font-family: Cardo, Georgia, serif;
  display: block;
  margin: 7px 0 0;
}
.v5-collaboration-specs a:after {
  content: "\003e";
  display: inline-block;
  padding: 0 0 0 5px;
}
.v5-collab-links {
  clear: both;
}
@media screen and (min-width: 768px) {
  .v5-collab-links {
    padding: 0 0 30px;
  }
}
.v5-collab-links h3 {
  font: normal 18px/1.45 Cardo, Georgia, serif;
  text-transform: uppercase;
  margin: 29px 0 3px 3px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .v5-collab-links h3 {
    margin: 60px 0 4px 3px;
    font-size: 20px;
  }
}
.v5-collab-links ul {
  overflow: hidden;
  margin: 0 0 0 -10px;
}
.v5-collab-links li {
  margin: 10px 0 0 -2px;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .v5-collab-links li {
    margin: 12px 0 0 -2px;
  }
}
.v5-collab-links a:link,
.v5-collab-links a:visited {
  font: bold 13px/0.9 proxima-nova, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #141414;
  padding: 0 11px 0 15px;
  position: relative;
  letter-spacing: 0.14em;
}
.v5-collab-links a:link:before,
.v5-collab-links a:visited:before,
.v5-collab-links a:link:after,
.v5-collab-links a:visited:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 3px;
  border-left: 1px solid #fbede5;
}
.v5-collab-links a:link:after,
.v5-collab-links a:visited:after {
  border-left: 1px solid #f2c7ae;
  left: 1px;
}
.v5-about-stats {
  background: #141414;
  color: #fff !important;
  padding: 0 0 39px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .v5-about-stats {
    padding: 0 0 90px 0;
  }
  .v5-about-stats .v5-inner-container {
    max-width: 755px;
    overflow: hidden;
  }
  .v5-about-stats .v5-stat-panels {
    margin: 0 -7%;
  }
}
.v5-about-stats .v5-stat-panel {
  display: inline-block;
  width: 45%;
  margin: 2.7em 2% 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.14em;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .v5-about-stats .v5-stat-panel {
    width: 24%;
    margin: 4em 0 0;
  }
}
.v5-about-stats .v5-stat-panel em {
  font: normal 40px/1 Cardo, Georgia, serif;
  display: block;
  margin: 0 0 19px;
  letter-spacing: 0;
}
.v5-about-stats .v5-dline-header {
  margin: 35px 11% 23px;
}
@media screen and (min-width: 768px) {
  .v5-about-stats .v5-dline-header {
    margin: 70px 0 2px;
  }
}
.v5-about-stats .v5-dline-header em {
  background: #141414;
  color: #fff;
}
.v5-about-stats .v5-dline-header:before {
  border-color: #fff;
}
.v5-recognition {
  padding: 30px 0 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .v5-recognition {
    padding: 62px 0 75px;
  }
  .v5-recognition .v5-inner-container {
    max-width: 755px;
  }
}
.v5-recognition .v5-dline-header {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .v5-recognition .v5-dline-header {
    margin: 0 0 59px;
  }
}
.v5-recognition li {
  display: inline-block;
  width: 58%;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .v5-recognition li {
    width: 29%;
    margin: 10px 2%;
  }
}
.v5-recognition li img {
  display: block;
  width: 100%;
}
.v5-boutique .v5-dline-header.single {
  margin: 0;
  padding: 24px 0 20px;
}
.v5-boutique .v5-dline-header.single em {
  background: none;
}
.v5-frame-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.v5-frame-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.v5-videos {
  margin: 0 0 50px;
}
.v5-videos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.v5-videos .featured-video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
}
@media screen and (min-width: 768px) {
  .v5-videos .featured-video {
    padding: 0 0 36.55%;
    float: left;
    width: 67.54%;
  }
}
.v5-videos .video-list li {
  margin: 12px 0;
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.55%;
}
.v5-videos .video-list img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .v5-videos .video-list {
    float: right;
    width: 31.36%;
  }
  .v5-videos .video-list li {
    width: 100%;
    float: none;
  }
  .v5-videos .video-list li:first-child {
    margin: 0;
    float: none;
  }
}
.v5-instagram {
  padding: 34px 0 35px;
  margin: 0 0 10px;
  background: #f4efed;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .v5-instagram {
    margin: 0 0 50px;
  }
}
.cakelet .v5-instagram {
  background: #f6f8e9;
}
.cakelet .v5-instagram .v5-flag {
  margin-top: 18px;
}
@media screen and (min-width: 480px) {
  .cakelet .v5-instagram .v5-flag {
    margin-top: 0;
  }
}
.v5-instagram .v5-instafeed {
  margin: 0 -15px 0 0;
  text-align: center;
}
@media screen and (min-width: 990px) {
  .v5-instagram .v5-instafeed {
    text-align: left;
  }
}
.v5-instagram .v5-instafeed li {
  display: inline-block;
  width: 44%;
  margin: 0 5% 10px 0;
}
@media screen and (min-width: 480px) {
  .v5-instagram .v5-instafeed li {
    width: 29%;
    margin: 0 2.4% 10px 0;
  }
}
@media screen and (min-width: 990px) {
  .v5-instagram .v5-instafeed li {
    width: 18%;
    margin: 0 1.7% 10px 0;
  }
  .v5-instagram .v5-instafeed li:last-child {
    display: none;
  }
}
.v5-instagram .v5-instafeed a {
  display: block;
  border: 8px solid #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(31, 31, 31, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(31, 31, 31, 0.3);
}
.v5-instagram .v5-instafeed img {
  display: block;
  width: 100%;
}
.v5-tweet {
  padding: 0 0 45px;
  position: relative;
  margin: 0 10px 30px;
}
@media screen and (min-width: 768px) {
  .v5-tweet {
    float: left;
    width: 44.22%;
    margin: 0;
  }
}
.v5-tweet p {
  position: relative;
  margin: 65px 0 16px;
  font: normal 14px/1.5 Cardo, Georgia, serif;
}
.v5-tweet p:last-child {
  margin: 0;
}
.v5-tweet .v5-section-header:after,
.v5-tweet p:last-child:after {
  display: block;
  position: absolute;
  content: "\e90f";
  top: 64px;
  left: 0;
  font: normal 25px/1 "100lc-glyphs";
  color: #b7b6b2;
}
.v5-tweet p:last-child:after {
  content: "\e910";
  top: auto;
  bottom: -42px;
}
.v5-locations {
  position: relative;
  margin: 0 auto 30px;
  width: 77%;
}
@media screen and (min-width: 768px) {
  .v5-locations {
    float: right;
    margin: 0;
    width: 47%;
  }
}
@media screen and (min-width: 768px) {
  .v5-locations {
    width: 43%;
  }
}
.v5-locations .v5-split-list li {
  border-color: #c0bfbe;
}
@media screen and (max-width: 767px) {
  .v5-locations .v5-split-list li {
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
  }
}
.v5-footer .v5-nav {
  margin: 0;
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .v5-footer .v5-nav {
    padding: 100px 0 40px;
  }
}
.v5-footer .v5-nav ul {
  width: 87%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .v5-footer .v5-nav ul {
    text-align: left;
    margin: 0;
  }
}
.v5-footer .v5-aol {
  display: table;
  margin: 0 auto 25px;
}
@media screen and (min-width: 768px) {
  .v5-footer .v5-aol {
    float: right;
    margin: 0;
  }
}
.v5-footer .v5-split-list a {
  font-weight: normal;
}
.v5-footer .v5-copyright {
  text-align: center;
  margin: 10px 0 0;
  text-transform: uppercase;
  color: #bab9b5;
  font: bold 12px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 768px) {
  .v5-footer .v5-copyright {
    text-align: left;
    margin: -10px 0 0;
    color: #363636;
  }
}
.v5-newsletter-signup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: rgba(255, 255, 255, 0.6);
}
.v5-newsletter-signup .success,
.v5-newsletter-signup .error {
  display: none;
}
.v5-newsletter-signup.show-success .form-contents {
  display: none;
}
.v5-newsletter-signup.show-success .success {
  display: block;
  font: normal 1.6em/1.2 Cardo, Georgia, serif;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .v5-newsletter-signup.show-success .success {
    line-height: 3;
    padding: 0;
  }
}
.v5-newsletter-signup.show-error .error {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  color: #a30003;
  font-size: 0.9em;
}
.v5-newsletter-signup.reminder {
  display: block;
}
@media screen and (min-width: 768px) {
  .v5-newsletter-signup {
    top: auto;
    right: 0;
    bottom: 0;
    margin: 17px 0 0;
    background: #fcf2ec
      url("../../img/site/backgrounds/bg_footer_decorations.png") center top
      repeat-y;
    height: 79px;
    padding: 22px 0 28px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(1, 2, 2, 0.19);
    box-shadow: 0px 0px 5px 0px rgba(1, 2, 2, 0.19);
  }
}
.v5-newsletter-signup p {
  display: inline-block;
  font: bold 15px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #3d3c38;
  margin: 0 0 15px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .v5-newsletter-signup p {
    vertical-align: middle;
    margin: 0;
  }
  .v5-newsletter-signup p span {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .v5-newsletter-signup p span {
    display: inline;
  }
}
.v5-newsletter-signup form {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  width: 95%;
  max-width: 320px;
  background: url("../../img/site/backgrounds/bg_newsletter_decorations.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 25px 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(1, 2, 2, 0.34);
  box-shadow: 0px 0px 5px 0px rgba(1, 2, 2, 0.34);
}
@media screen and (min-width: 768px) {
  .v5-newsletter-signup form {
    position: initial;
    top: auto;
    left: auto;
    width: 98%;
    max-width: 995px;
    margin: 0 auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.v5-newsletter-signup input {
  display: inline-block;
  border: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #363636;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.v5-newsletter-signup input[type="email"] {
  background: #fff;
  color: #a1a09b;
  margin: 0 0 0 14px;
  font: normal 15px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 1px 0px 2px 0px rgba(1, 2, 2, 0.21) inset;
  box-shadow: 1px 0px 2px 0px rgba(1, 2, 2, 0.21) inset;
  padding: 7px 10px 8px;
  width: 235px;
}
@media screen and (min-width: 768px) and (max-width: 989px) {
  .v5-newsletter-signup input[type="email"] {
    width: 210px;
  }
}
.v5-newsletter-signup input[type="submit"] {
  background: #70c3b4;
  color: #fff;
  width: 93px;
  font: bold 12px/2 proxima-nova, Helvetica, Arial, sans-serif;
  padding: 0.375em 0;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin: 12px 0 0;
}
@media screen and (min-width: 768px) {
  .v5-newsletter-signup input[type="submit"] {
    margin: 0 0 0 4px;
  }
}
.v5-newsletter-signup .loader {
  display: none;
  position: relative;
}
.v5-newsletter-signup .loader .v5-loader:before {
  width: 15px;
  height: 15px;
  margin: -9px 0 0 -9px;
  border-color: #fff transparent;
}
.v5-newsletter-signup.in-progress input[type="submit"] {
  display: none;
}
.v5-newsletter-signup.in-progress .loader {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
  width: 93px;
  height: 33px;
  background: #80b4ae;
}
.v5-newsletter-signup a,
.v5-newsletter-signup a:link,
.v5-newsletter-signup a:visited {
  display: block;
  font-size: 24px;
  color: #c1ac9f;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .v5-newsletter-signup a,
  .v5-newsletter-signup a:link,
  .v5-newsletter-signup a:visited {
    font-size: 30px;
    top: 10px;
    right: 10px;
  }
}
.v5-logo {
  display: inline-block;
  background: url("../../img/site/misc/100lc_logo.svg") 0 0 no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  text-indent: -999em;
  vertical-align: middle;
}
.cakelet .v5-logo {
  background-image: url("../../img/site/misc/cakelet_logo.svg");
}
.v5-flag {
  display: inline-block;
  background: #383837;
  color: #fff !important;
  font: bold 11px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
  position: relative;
  margin: 0 18px 0 0;
  padding: 9px 14px 8px 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.v5-flag:after {
  position: absolute;
  top: 0;
  content: "";
  overflow: hidden;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #383837;
}
.v5-flag.b {
  background: #70c3b4;
}
.v5-flag.b:after {
  border-color: transparent transparent transparent #70c3b4;
}
.v5-section-header {
  margin: 0 0 25px;
  padding: 0;
  text-align: center;
}
.v5-section-header.sub {
  margin: 0 0 20px;
}
.v5-section-header em {
  display: inline-block;
  border: 1px solid #222;
  font: bold 13px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
  padding: 13px 20px 11px;
  color: #363636;
  letter-spacing: 0.08em;
  vertical-align: middle;
  text-transform: uppercase;
  background: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .v5-section-header {
    text-align: left;
  }
  .v5-section-header.sub {
    text-align: center;
    margin: 0 0 20px;
  }
}
.v5-section-header .v5-flag {
  float: right;
  margin-top: 8px;
  vertical-align: middle;
}
.v5-single-header {
  font: bold 13px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
  letter-spacing: 0.077em;
  color: #141414;
  text-align: center;
  text-transform: uppercase;
  margin: 3px 20px 15px;
}
.v5-dual-header {
  font: normal 12px/1.2 Cardo, Georgia, serif;
  color: #141414;
  text-align: center;
  text-transform: uppercase;
  margin: 3px 0 15px;
  letter-spacing: 0.14em;
  position: relative;
}
.v5-dual-header.b {
  background: #fdf0ec;
  padding: 13px 0 8px;
  margin: -3px 15px 13px;
}
.v5-dual-header.c {
  margin: 3px 20px 15px;
  padding: 0 0 12px 0;
}
.v5-dual-header.c:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  content: "";
  display: block;
  border-top: 1px solid #c3dfd4;
  border-bottom: 1px solid #c3dfd4;
}
.v5-dual-header em {
  display: block;
  font: bold 1em/1.9 proxima-nova, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.v5-pframe {
  display: inline-block;
  border: 8px solid #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(31, 31, 31, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(31, 31, 31, 0.3);
  position: relative;
}
.v5-pframe img {
  display: block;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.v5-pframe.tape:after {
  position: absolute;
  display: block;
  content: "";
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 122px;
  height: 37px;
  background: url("../../img/site/misc/tape.png") 0 0 no-repeat;
}
.v5-img-crop {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 115%;
  overflow: hidden;
}
.v5-img-crop.portrait-b {
  padding-bottom: 105%;
}
.v5-img-crop.landscape {
  padding-bottom: 63.3%;
}
.v5-img-crop.activated {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.v5-img-crop.activated img {
  visibility: hidden;
}
.v5-img-crop img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  min-height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.v5-btn-link,
a.v5-btn-link,
a.v5-btn-link:link,
a.v5-btn-link:visited {
  display: inline-block;
  font: bold 12px/1.2 proxima-nova, Helvetica, Arial, sans-serif;
  padding: 7px 20px 8px;
  color: #fff;
  background: #363636;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.v5-btn-link.big,
a.v5-btn-link.big,
a.v5-btn-link:link.big,
a.v5-btn-link:visited.big {
  font-size: 13px;
  padding: 20px 0;
  text-align: center;
  letter-spacing: 0.14em;
}
.v5-btn-link.full,
a.v5-btn-link.full,
a.v5-btn-link:link.full,
a.v5-btn-link:visited.full {
  display: block;
  width: 100%;
}
.v5-btn-link.b,
a.v5-btn-link.b,
a.v5-btn-link:link.b,
a.v5-btn-link:visited.b {
  background: #6f6d67;
}
.v5-btn-link.c,
a.v5-btn-link.c,
a.v5-btn-link:link.c,
a.v5-btn-link:visited.c {
  background: #add2c7;
}
.v5-btn-group {
  text-align: center;
}
.v5-btn-group .v5-btn-link {
  padding: 7px 17px 8px !important;
}
.v5-dline-header {
  position: relative;
  text-align: center;
}
.v5-dline-header:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  content: "";
  height: 2px;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
  margin-top: -3px;
}
.v5-dline-header em {
  font-style: normal;
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  color: #141414;
  padding: 5px 15px;
  position: relative;
  font: normal 18px/1.78 Cardo, Georgia, serif;
  letter-spacing: 0.16em;
}
.v5-dline-header em:nth-of-type(2) {
  margin: -15px 0 0;
  padding-top: 0;
}
.v5-dline-header.b {
  margin: 0 0 20px;
}
.v5-dline-header.b em {
  font-size: 20px;
}
.v5-dline-header.b span {
  display: none;
}
@media screen and (min-width: 425px) {
  .v5-dline-header.b span {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 424px) {
  .v5-dline-header.c:before {
    left: 4em;
    right: 4em;
  }
}
@media screen and (max-width: 424px) {
  .v5-dline-header.d:before {
    top: auto;
    bottom: 1.6em;
  }
}
@media screen and (min-width: 425px) {
  .v5-dline-header br {
    display: none;
  }
  .v5-dline-header em:nth-of-type(2) {
    padding-left: 0;
    padding-top: 5px;
    margin: 0 0 0 -6px;
  }
}
.v5-dline-header i {
  position: absolute;
  top: 1.7em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.v5-dline-header.single {
  margin: 35px 0 5px;
  overflow: hidden;
}
.v5-dline-header.single.c {
  margin: 29px 0 22px;
}
.crumbs + .v5-dline-header.single.c {
  margin-top: 5px;
}
.v5-dline-header.single em {
  font-size: 23px;
}
.v5-dline-header.single em:before,
.v5-dline-header.single em:after {
  position: absolute;
  top: 50%;
  left: -70px;
  right: auto;
  display: block;
  content: "";
  height: 2px;
  border-top: 1px solid #141414;
  width: 70px;
  margin-top: -3px;
}
.v5-dline-header.single em:after {
  left: auto;
  right: -70px;
}
.v5-dline-header.single.b em:first-child {
  font: bold 16px/1 proxima-nova, Helvetica, Arial, sans-serif;
}
.v5-dline-header.single.b em:first-child:before,
.v5-dline-header.single.b em:first-child:after {
  margin-top: 0;
}
.v5-dline-header.single.b em:nth-child(2) {
  display: block;
  margin: -2px 0 22px 4px;
  padding: 0;
}
.v5-dline-header.single.b em:nth-child(2):before,
.v5-dline-header.single.b em:nth-child(2):after {
  display: none;
}
.v5-dline-header.single:before {
  display: none;
}
.v5-error-info {
  width: 100%;
  border: 1px solid #333;
  border-collapse: collapse;
  color: #333;
  display: none;
}
.v5-error-info td {
  padding: 10px;
  border: 1px solid #333;
  vertical-align: top;
}
.v5-error-info tr td:first-child {
  font-weight: bold;
  width: 20%;
}
.v5-ddl-selector {
  text-align: center;
  margin: -5px 0 7px;
}
@media screen and (min-width: 768px) {
  .v5-ddl-selector {
    margin: 0;
    text-align: left;
  }
}
.v5-ddl {
  border: 1px solid #bfbfbf;
  padding: 6px 30px 5px 14px;
  position: relative;
  text-align: left;
  display: inline-block;
  background: #fefefe;
  background: -webkit-linear-gradient(
    top,
    #fefefe 0%,
    #fefefe 43%,
    #f6f1eb 100%
  );
  background: -moz-linear-gradient(top, #fefefe 0%, #fefefe 43%, #f6f1eb 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #fefefe 43%, #f6f1eb 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #fefefe 43%, #f6f1eb 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 43%, #f6f1eb 100%);
  cursor: pointer;
}
.v5-ddl label {
  min-width: 193px;
  display: inline-block;
  cursor: pointer;
}
.v5-ddl .lci {
  font-size: 1.85em;
  position: absolute;
  top: 50%;
  right: 11px;
  color: #d9bcaa;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.v5-ddl ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 100;
  background: #f5f2f0;
  white-space: nowrap;
  padding: 0;
  border: 1px solid #bfbfbf;
  border-top: 0;
  min-width: 101%;
}
.v5-ddl .v5-ddl-flag {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden;
}
.v5-ddl .v5-ddl-flag:checked ~ ul {
  display: block;
}
.v5-ddl li {
  white-space: nowrap;
  padding: 0;
}
.v5-ddl a {
  color: #3d3c39;
  display: block;
  padding: 7px 10px 7px 14px;
}
.v5-ddl a:hover {
  background: #f2dfd4;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
