@charset "UTF-8";
@font-face {
  font-family: 'NotoSerifSubset';
  src: url("../../static/font/NotoSerifCJKjp-Subset-v2/NotoSerifCJKjp-Subset-Regular.woff2") format("woff2"), url("../../static/font/NotoSerifCJKjp-Subset-v2/NotoSerifCJKjp-Subset-Regular.woff") format("woff"); }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

html {
  font-size: 62.5%; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0; }

img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0; }

svg {
  max-height: 100%; }

figure {
  margin: 0; }

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word; }

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 100%; }

body {
  font-family: "Roboto", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0; }

p, ul, ol, dd {
  margin: 0 0 24px 0;
  margin: 0 0 2.4rem 0; }

::-moz-selection {
  background: #000; }

::selection {
  background: #000; }

a {
  color: #000;
  text-decoration: underline; }

a:hover,
a:focus,
a:active {
  color: black;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: inherit;
  font-weight: 500;
  line-height: 1.1; }

.H0 {
  font-size: 36px;
  font-size: 3.6rem; }

h1, .H1 {
  font-size: 30px;
  font-size: 3rem; }

h2, .H2 {
  font-size: 24px;
  font-size: 2.4rem; }

h3, .H3 {
  font-size: 20px;
  font-size: 2rem; }

h4, .H4 {
  font-size: 16px;
  font-size: 1.6rem; }

h5, .H5 {
  font-size: 14px;
  font-size: 1.4rem; }

h6, .H6 {
  font-size: 12px;
  font-size: 1.2rem; }

ul > li > ul,
ol > li > ol {
  padding-left: 20px;
  padding-left: 2rem;
  margin: 0;
  list-style: inset; }

ul, ol {
  padding-left: 24px;
  padding-left: 2.4rem; }

.ListInline, .ty-Footer-sns, .ty-Footer-link,
.ListReset {
  padding-left: 0;
  list-style: none; }

.ListInline, .ty-Footer-sns, .ty-Footer-link {
  margin-left: -5px;
  margin-left: -0.5rem; }
  .ListInline > li, .ty-Footer-sns > li, .ty-Footer-link > li {
    display: inline-block;
    padding-left: 5px;
    padding-left: .5rem;
    padding-right: 5px;
    padding-right: .5rem; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

pre,
code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  white-space: pre-wrap; }

hr {
  display: block;
  height: 1px;
  height: .1rem;
  border: 0;
  border-top: 1px solid #ccc;
  border-top: .1rem solid #ccc;
  margin: 24px 0;
  margin: 2.4rem 0;
  padding: 0; }

small {
  font-size: 80%; }

mark {
  padding-left: 5px;
  padding-left: .5rem;
  padding-right: 5px;
  padding-right: .5rem;
  background-color: #000;
  color: #fff; }

button,
.Button,
.Button-outline,
.Button-inverse,
.Button-tysons,
#alo_easymail_widget_form .input-submit,
.Button-tyharbor,
.s-Tyharbor .ty-ProjectList .ty-ProjectList-button,
.Button-cicada,
.s-Cicada .ty-ProjectList .ty-ProjectList-button,
.Button-breadworks,
.s-Breadworks .ty-ProjectList .ty-ProjectList-button,
.Button-crisscross,
.s-Crisscross .ty-ProjectList .ty-ProjectList-button,
.Button-beacon,
.s-Beacon .ty-ProjectList .ty-ProjectList-button,
.Button-ivyplace,
.s-Ivyplace .ty-ProjectList .ty-ProjectList-button,
.Button-smokehouse,
.s-Smokehouse .ty-ProjectList .ty-ProjectList-button,
.Button-roastery,
.s-Roastery .ty-ProjectList .ty-ProjectList-button,
.Button-bond,
.s-Bond .ty-ProjectList .ty-ProjectList-button,
.Button-lilycakes,
.s-Lilycakes .ty-ProjectList .ty-ProjectList-button,
.Button-no4,
.s-No4 .ty-ProjectList .ty-ProjectList-button,
.Button-brewery,
.s-Brewery .ty-ProjectList .ty-ProjectList-button,
.Button-elcamion,
.s-Elcamion .ty-ProjectList .ty-ProjectList-button,
.Button-crista,
.s-Crista .ty-ProjectList .ty-ProjectList-button,
.Button-ryan,
.s-Ryan .ty-ProjectList .ty-ProjectList-button,
.Button-news,
.Button-kenka,
.s-Kenka .ty-ProjectList .ty-ProjectList-button,
.Button-kacto,
.s-Kacto .ty-ProjectList .ty-ProjectList-button,
.Button-close,
.ButtonBorder,
.ButtonReset {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  height: auto;
  margin: 0;
  height: 25px;
  height: 2.5rem;
  padding: 0 16px;
  padding: 0 1.6rem;
  border-radius: 0.4rem;
  border: 1px solid #bbbbbb;
  border: 0.1rem solid #bbbbbb;
  background-image: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  line-height: inherit;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 23px;
  line-height: 2.3rem;
  outline: none; }
  button.is-disabled, button[disabled],
  .Button.is-disabled,
  .is-disabled.Button-outline,
  .is-disabled.Button-inverse,
  .is-disabled.Button-tysons,
  #alo_easymail_widget_form .is-disabled.input-submit,
  .is-disabled.Button-tyharbor,
  .s-Tyharbor .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-cicada,
  .s-Cicada .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-breadworks,
  .s-Breadworks .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-crisscross,
  .s-Crisscross .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-beacon,
  .s-Beacon .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-ivyplace,
  .s-Ivyplace .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-smokehouse,
  .s-Smokehouse .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-roastery,
  .s-Roastery .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-bond,
  .s-Bond .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-lilycakes,
  .s-Lilycakes .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-no4,
  .s-No4 .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-brewery,
  .s-Brewery .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-elcamion,
  .s-Elcamion .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-crista,
  .s-Crista .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-ryan,
  .s-Ryan .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-news,
  .is-disabled.Button-kenka,
  .s-Kenka .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-kacto,
  .s-Kacto .ty-ProjectList .is-disabled.ty-ProjectList-button,
  .is-disabled.Button-close,
  .Button[disabled],
  .Button-outline[disabled],
  .Button-inverse[disabled],
  .Button-tysons[disabled],
  #alo_easymail_widget_form .input-submit[disabled],
  .Button-tyharbor[disabled],
  .s-Tyharbor .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-cicada[disabled],
  .s-Cicada .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-breadworks[disabled],
  .s-Breadworks .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-crisscross[disabled],
  .s-Crisscross .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-beacon[disabled],
  .s-Beacon .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-ivyplace[disabled],
  .s-Ivyplace .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-smokehouse[disabled],
  .s-Smokehouse .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-roastery[disabled],
  .s-Roastery .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-bond[disabled],
  .s-Bond .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-lilycakes[disabled],
  .s-Lilycakes .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-no4[disabled],
  .s-No4 .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-brewery[disabled],
  .s-Brewery .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-elcamion[disabled],
  .s-Elcamion .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-crista[disabled],
  .s-Crista .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-ryan[disabled],
  .s-Ryan .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-news[disabled],
  .Button-kenka[disabled],
  .s-Kenka .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-kacto[disabled],
  .s-Kacto .ty-ProjectList .ty-ProjectList-button[disabled],
  .Button-close[disabled],
  .ButtonBorder.is-disabled,
  .ButtonBorder[disabled],
  .ButtonReset.is-disabled,
  .ButtonReset[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65; }
  button::-moz-focus-inner,
  .Button::-moz-focus-inner,
  .Button-outline::-moz-focus-inner,
  .Button-inverse::-moz-focus-inner,
  .Button-tysons::-moz-focus-inner,
  #alo_easymail_widget_form .input-submit::-moz-focus-inner,
  .Button-tyharbor::-moz-focus-inner,
  .s-Tyharbor .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-cicada::-moz-focus-inner,
  .s-Cicada .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-breadworks::-moz-focus-inner,
  .s-Breadworks .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-crisscross::-moz-focus-inner,
  .s-Crisscross .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-beacon::-moz-focus-inner,
  .s-Beacon .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-ivyplace::-moz-focus-inner,
  .s-Ivyplace .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-smokehouse::-moz-focus-inner,
  .s-Smokehouse .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-roastery::-moz-focus-inner,
  .s-Roastery .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-bond::-moz-focus-inner,
  .s-Bond .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-lilycakes::-moz-focus-inner,
  .s-Lilycakes .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-no4::-moz-focus-inner,
  .s-No4 .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-brewery::-moz-focus-inner,
  .s-Brewery .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-elcamion::-moz-focus-inner,
  .s-Elcamion .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-crista::-moz-focus-inner,
  .s-Crista .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-ryan::-moz-focus-inner,
  .s-Ryan .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-news::-moz-focus-inner,
  .Button-kenka::-moz-focus-inner,
  .s-Kenka .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-kacto::-moz-focus-inner,
  .s-Kacto .ty-ProjectList .ty-ProjectList-button::-moz-focus-inner,
  .Button-close::-moz-focus-inner,
  .ButtonBorder::-moz-focus-inner,
  .ButtonReset::-moz-focus-inner {
    border: 0;
    padding: 0; }


.Button,
.Button-outline,
.Button-inverse,
.Button-tysons,
#alo_easymail_widget_form .input-submit,
.Button-tyharbor,
.s-Tyharbor .ty-ProjectList .ty-ProjectList-button,
.Button-cicada,
.s-Cicada .ty-ProjectList .ty-ProjectList-button,
.Button-breadworks,
.s-Breadworks .ty-ProjectList .ty-ProjectList-button,
.Button-crisscross,
.s-Crisscross .ty-ProjectList .ty-ProjectList-button,
.Button-beacon,
.s-Beacon .ty-ProjectList .ty-ProjectList-button,
.Button-ivyplace,
.s-Ivyplace .ty-ProjectList .ty-ProjectList-button,
.Button-smokehouse,
.s-Smokehouse .ty-ProjectList .ty-ProjectList-button,
.Button-roastery,
.s-Roastery .ty-ProjectList .ty-ProjectList-button,
.Button-bond,
.s-Bond .ty-ProjectList .ty-ProjectList-button,
.Button-lilycakes,
.s-Lilycakes .ty-ProjectList .ty-ProjectList-button,
.Button-no4,
.s-No4 .ty-ProjectList .ty-ProjectList-button,
.Button-brewery,
.s-Brewery .ty-ProjectList .ty-ProjectList-button,
.Button-elcamion,
.s-Elcamion .ty-ProjectList .ty-ProjectList-button,
.Button-crista,
.s-Crista .ty-ProjectList .ty-ProjectList-button,
.Button-ryan,
.s-Ryan .ty-ProjectList .ty-ProjectList-button,
.Button-news,
.Button-kenka,
.s-Kenka .ty-ProjectList .ty-ProjectList-button,
.Button-kacto,
.s-Kacto .ty-ProjectList .ty-ProjectList-button,
.Button-close {
  background-color: #c8c8c8;
  color: #fff; }
  .Button:hover, .Button-outline:hover,
  .Button-inverse:hover,
  .Button-tysons:hover, #alo_easymail_widget_form .input-submit:hover,
  .Button-tyharbor:hover, .s-Tyharbor .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-cicada:hover, .s-Cicada .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-breadworks:hover, .s-Breadworks .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-crisscross:hover, .s-Crisscross .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-beacon:hover, .s-Beacon .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-ivyplace:hover, .s-Ivyplace .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-smokehouse:hover, .s-Smokehouse .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-roastery:hover, .s-Roastery .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-bond:hover, .s-Bond .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-lilycakes:hover, .s-Lilycakes .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-no4:hover, .s-No4 .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-brewery:hover, .s-Brewery .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-elcamion:hover, .s-Elcamion .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-crista:hover, .s-Crista .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-ryan:hover, .s-Ryan .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-news:hover,
  .Button-kenka:hover, .s-Kenka .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-kacto:hover, .s-Kacto .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-close:hover, .Button:focus, .Button-outline:focus,
  .Button-inverse:focus,
  .Button-tysons:focus, #alo_easymail_widget_form .input-submit:focus,
  .Button-tyharbor:focus, .s-Tyharbor .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-cicada:focus, .s-Cicada .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-breadworks:focus, .s-Breadworks .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-crisscross:focus, .s-Crisscross .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-beacon:focus, .s-Beacon .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-ivyplace:focus, .s-Ivyplace .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-smokehouse:focus, .s-Smokehouse .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-roastery:focus, .s-Roastery .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-bond:focus, .s-Bond .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-lilycakes:focus, .s-Lilycakes .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-no4:focus, .s-No4 .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-brewery:focus, .s-Brewery .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-elcamion:focus, .s-Elcamion .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-crista:focus, .s-Crista .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-ryan:focus, .s-Ryan .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-news:focus,
  .Button-kenka:focus, .s-Kenka .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-kacto:focus, .s-Kacto .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-close:focus, .Button:active, .Button-outline:active,
  .Button-inverse:active,
  .Button-tysons:active, #alo_easymail_widget_form .input-submit:active,
  .Button-tyharbor:active, .s-Tyharbor .ty-ProjectList .ty-ProjectList-button:active,
  .Button-cicada:active, .s-Cicada .ty-ProjectList .ty-ProjectList-button:active,
  .Button-breadworks:active, .s-Breadworks .ty-ProjectList .ty-ProjectList-button:active,
  .Button-crisscross:active, .s-Crisscross .ty-ProjectList .ty-ProjectList-button:active,
  .Button-beacon:active, .s-Beacon .ty-ProjectList .ty-ProjectList-button:active,
  .Button-ivyplace:active, .s-Ivyplace .ty-ProjectList .ty-ProjectList-button:active,
  .Button-smokehouse:active, .s-Smokehouse .ty-ProjectList .ty-ProjectList-button:active,
  .Button-roastery:active, .s-Roastery .ty-ProjectList .ty-ProjectList-button:active,
  .Button-bond:active, .s-Bond .ty-ProjectList .ty-ProjectList-button:active,
  .Button-lilycakes:active, .s-Lilycakes .ty-ProjectList .ty-ProjectList-button:active,
  .Button-no4:active, .s-No4 .ty-ProjectList .ty-ProjectList-button:active,
  .Button-brewery:active, .s-Brewery .ty-ProjectList .ty-ProjectList-button:active,
  .Button-elcamion:active, .s-Elcamion .ty-ProjectList .ty-ProjectList-button:active,
  .Button-crista:active, .s-Crista .ty-ProjectList .ty-ProjectList-button:active,
  .Button-ryan:active, .s-Ryan .ty-ProjectList .ty-ProjectList-button:active,
  .Button-news:active,
  .Button-kenka:active, .s-Kenka .ty-ProjectList .ty-ProjectList-button:active,
  .Button-kacto:active, .s-Kacto .ty-ProjectList .ty-ProjectList-button:active,
  .Button-close:active, .Button.is-active, .is-active.Button-outline,
  .is-active.Button-inverse,
  .is-active.Button-tysons, #alo_easymail_widget_form .is-active.input-submit,
  .is-active.Button-tyharbor, .s-Tyharbor .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-cicada, .s-Cicada .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-breadworks, .s-Breadworks .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-crisscross, .s-Crisscross .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-beacon, .s-Beacon .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-ivyplace, .s-Ivyplace .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-smokehouse, .s-Smokehouse .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-roastery, .s-Roastery .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-bond, .s-Bond .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-lilycakes, .s-Lilycakes .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-no4, .s-No4 .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-brewery, .s-Brewery .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-elcamion, .s-Elcamion .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-crista, .s-Crista .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-ryan, .s-Ryan .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-news,
  .is-active.Button-kenka, .s-Kenka .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-kacto, .s-Kacto .ty-ProjectList .is-active.ty-ProjectList-button,
  .is-active.Button-close {
    background-color: transparent;
    border-color: #c8c8c8;
    color: #c8c8c8;
    text-decoration: none; }

.ButtonBorder {
  background-color: transparent;
  border-color: #c8c8c8;
  color: #c8c8c8; }
  .ButtonBorder:hover, .ButtonBorder:focus, .ButtonBorder:active, .ButtonBorder.is-active {
    background-color: #c8c8c8;
    color: #fff;
    border-color: #bbbbbb;
    text-decoration: none; }

.ButtonReset {
  background-color: transparent;
  border-color: transparent;
  color: #000; }
  .ButtonReset:hover, .ButtonReset:focus, .ButtonReset:active, .ButtonReset.is-active {
    border-color: transparent;
    color: black;
    text-decoration: underline; }

.Button--pill, #alo_easymail_widget_form .input-submit, .s-Tyharbor .ty-ProjectList .ty-ProjectList-button, .s-Cicada .ty-ProjectList .ty-ProjectList-button, .s-Beacon .ty-ProjectList .ty-ProjectList-button, .s-Crisscross .ty-ProjectList .ty-ProjectList-button, .s-Breadworks .ty-ProjectList .ty-ProjectList-button, .s-Ivyplace .ty-ProjectList .ty-ProjectList-button, .s-Smokehouse .ty-ProjectList .ty-ProjectList-button, .s-Roastery .ty-ProjectList .ty-ProjectList-button, .s-Brewery .ty-ProjectList .ty-ProjectList-button, .s-Bond .ty-ProjectList .ty-ProjectList-button, .s-Lilycakes .ty-ProjectList .ty-ProjectList-button, .s-No4 .ty-ProjectList .ty-ProjectList-button, .s-Elcamion .ty-ProjectList .ty-ProjectList-button, .s-Crista .ty-ProjectList .ty-ProjectList-button, .s-Ryan .ty-ProjectList .ty-ProjectList-button, .s-Kenka .ty-ProjectList .ty-ProjectList-button, .s-Kacto .ty-ProjectList .ty-ProjectList-button,
.ButtonBorder--pill {
  border-radius: 5rem; }

.Button--roundOff,
.ButtonBorder--roundOff {
  border-radius: 0 !important; }

.Button--roundOn,
.ButtonBorder--roundOn {
  border-radius: 0.4rem !important; }

.Button--xl,
.ButtonBorder--xl,
.ButtonReset--xl {
  height: 60px;
  height: 6rem;
  padding: 0 36px;
  padding: 0 3.6rem;
  line-height: 58px;
  line-height: 5.8rem;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 0.5rem; }

.Button--lg, .Button-wxs-block,
.ButtonBorder--lg,
.ButtonReset--lg {
  height: 39px;
  height: 3.9rem;
  padding: 0 24px;
  padding: 0 2.4rem;
  line-height: 37px;
  line-height: 3.7rem;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 0.5rem; }

.Button--sm,
.ButtonBorder--sm,
.ButtonReset--sm {
  height: 23px;
  height: 2.3rem;
  padding: 0 8px;
  padding: 0 0.8rem;
  line-height: 21px;
  line-height: 2.1rem;
  font-size: 11px;
  font-size: 1.1rem;
  border-radius: 0.2rem; }

.Button--full,
.ButtonBorder--full,
.ButtonReset--full {
  display: block;
  width: 100%; }

.Button--full + .Button--full,
.ButtonBorder--full + .ButtonBorder--full,
.ButtonReset--full + .ButtonReset--full {
  margin-top: 5px; }

.Button--primary {
  background-color: #000;
  border-color: black;
  color: #fff; }
  .Button--primary:hover, .Button--primary:focus, .Button--primary:active, .Button--primary.is-active {
    background-color: #fff;
    color: #000;
    border-color: black; }

.ButtonBorder--primary {
  border-color: #000;
  color: #000; }
  .ButtonBorder--primary:hover, .ButtonBorder--primary:focus, .ButtonBorder--primary:active, .ButtonBorder--primary.is-active {
    background-color: #000;
    color: #fff;
    border-color: black; }

.Button.is-success, .is-success.Button-outline,
.is-success.Button-inverse,
.is-success.Button-tysons, #alo_easymail_widget_form .is-success.input-submit,
.is-success.Button-tyharbor, .s-Tyharbor .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-cicada, .s-Cicada .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-breadworks, .s-Breadworks .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-crisscross, .s-Crisscross .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-beacon, .s-Beacon .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-ivyplace, .s-Ivyplace .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-smokehouse, .s-Smokehouse .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-roastery, .s-Roastery .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-bond, .s-Bond .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-lilycakes, .s-Lilycakes .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-no4, .s-No4 .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-brewery, .s-Brewery .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-elcamion, .s-Elcamion .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-crista, .s-Crista .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-ryan, .s-Ryan .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-news,
.is-success.Button-kenka, .s-Kenka .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-kacto, .s-Kacto .ty-ProjectList .is-success.ty-ProjectList-button,
.is-success.Button-close,
.Button--success {
  background-color: #18be91;
  border-color: #15a780;
  color: #fff; }
  .Button.is-success:hover, .is-success.Button-outline:hover,
  .is-success.Button-inverse:hover,
  .is-success.Button-tysons:hover, #alo_easymail_widget_form .is-success.input-submit:hover,
  .is-success.Button-tyharbor:hover, .s-Tyharbor .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-cicada:hover, .s-Cicada .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-breadworks:hover, .s-Breadworks .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-crisscross:hover, .s-Crisscross .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-beacon:hover, .s-Beacon .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-ivyplace:hover, .s-Ivyplace .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-smokehouse:hover, .s-Smokehouse .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-roastery:hover, .s-Roastery .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-bond:hover, .s-Bond .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-lilycakes:hover, .s-Lilycakes .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-no4:hover, .s-No4 .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-brewery:hover, .s-Brewery .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-elcamion:hover, .s-Elcamion .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-crista:hover, .s-Crista .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-ryan:hover, .s-Ryan .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-news:hover,
  .is-success.Button-kenka:hover, .s-Kenka .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-kacto:hover, .s-Kacto .ty-ProjectList .is-success.ty-ProjectList-button:hover,
  .is-success.Button-close:hover, .Button.is-success:focus, .is-success.Button-outline:focus,
  .is-success.Button-inverse:focus,
  .is-success.Button-tysons:focus, #alo_easymail_widget_form .is-success.input-submit:focus,
  .is-success.Button-tyharbor:focus, .s-Tyharbor .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-cicada:focus, .s-Cicada .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-breadworks:focus, .s-Breadworks .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-crisscross:focus, .s-Crisscross .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-beacon:focus, .s-Beacon .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-ivyplace:focus, .s-Ivyplace .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-smokehouse:focus, .s-Smokehouse .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-roastery:focus, .s-Roastery .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-bond:focus, .s-Bond .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-lilycakes:focus, .s-Lilycakes .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-no4:focus, .s-No4 .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-brewery:focus, .s-Brewery .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-elcamion:focus, .s-Elcamion .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-crista:focus, .s-Crista .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-ryan:focus, .s-Ryan .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-news:focus,
  .is-success.Button-kenka:focus, .s-Kenka .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-kacto:focus, .s-Kacto .ty-ProjectList .is-success.ty-ProjectList-button:focus,
  .is-success.Button-close:focus, .Button.is-success:active, .is-success.Button-outline:active,
  .is-success.Button-inverse:active,
  .is-success.Button-tysons:active, #alo_easymail_widget_form .is-success.input-submit:active,
  .is-success.Button-tyharbor:active, .s-Tyharbor .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-cicada:active, .s-Cicada .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-breadworks:active, .s-Breadworks .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-crisscross:active, .s-Crisscross .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-beacon:active, .s-Beacon .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-ivyplace:active, .s-Ivyplace .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-smokehouse:active, .s-Smokehouse .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-roastery:active, .s-Roastery .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-bond:active, .s-Bond .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-lilycakes:active, .s-Lilycakes .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-no4:active, .s-No4 .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-brewery:active, .s-Brewery .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-elcamion:active, .s-Elcamion .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-crista:active, .s-Crista .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-ryan:active, .s-Ryan .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-news:active,
  .is-success.Button-kenka:active, .s-Kenka .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-kacto:active, .s-Kacto .ty-ProjectList .is-success.ty-ProjectList-button:active,
  .is-success.Button-close:active, .Button.is-success.is-active, .is-success.is-active.Button-outline,
  .is-success.is-active.Button-inverse,
  .is-success.is-active.Button-tysons, #alo_easymail_widget_form .is-success.is-active.input-submit,
  .is-success.is-active.Button-tyharbor, .s-Tyharbor .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-cicada, .s-Cicada .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-breadworks, .s-Breadworks .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-crisscross, .s-Crisscross .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-beacon, .s-Beacon .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-ivyplace, .s-Ivyplace .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-smokehouse, .s-Smokehouse .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-roastery, .s-Roastery .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-bond, .s-Bond .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-lilycakes, .s-Lilycakes .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-no4, .s-No4 .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-brewery, .s-Brewery .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-elcamion, .s-Elcamion .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-crista, .s-Crista .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-ryan, .s-Ryan .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-news,
  .is-success.is-active.Button-kenka, .s-Kenka .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-kacto, .s-Kacto .ty-ProjectList .is-success.is-active.ty-ProjectList-button,
  .is-success.is-active.Button-close,
  .Button--success:hover,
  .Button--success:focus,
  .Button--success:active,
  .Button--success.is-active {
    background-color: #fff;
    color: #18be91; }

.ButtonBorder.is-success,
.ButtonBorder--success {
  border-color: #18be91;
  color: #18be91; }
  .ButtonBorder.is-success:hover, .ButtonBorder.is-success:focus, .ButtonBorder.is-success:active, .ButtonBorder.is-success.is-active,
  .ButtonBorder--success:hover,
  .ButtonBorder--success:focus,
  .ButtonBorder--success:active,
  .ButtonBorder--success.is-active {
    background-color: #18be91;
    color: #fff;
    border-color: #15a780; }

.ButtonReset.is-success,
.ButtonReset--success {
  color: #18be91; }
  .ButtonReset.is-success:hover, .ButtonReset.is-success:focus, .ButtonReset.is-success:active, .ButtonReset.is-success.is-active,
  .ButtonReset--success:hover,
  .ButtonReset--success:focus,
  .ButtonReset--success:active,
  .ButtonReset--success.is-active {
    color: #12916e; }

.Button.is-notice, .is-notice.Button-outline,
.is-notice.Button-inverse,
.is-notice.Button-tysons, #alo_easymail_widget_form .is-notice.input-submit,
.is-notice.Button-tyharbor, .s-Tyharbor .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-cicada, .s-Cicada .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-breadworks, .s-Breadworks .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-crisscross, .s-Crisscross .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-beacon, .s-Beacon .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-ivyplace, .s-Ivyplace .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-smokehouse, .s-Smokehouse .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-roastery, .s-Roastery .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-bond, .s-Bond .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-lilycakes, .s-Lilycakes .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-no4, .s-No4 .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-brewery, .s-Brewery .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-elcamion, .s-Elcamion .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-crista, .s-Crista .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-ryan, .s-Ryan .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-news,
.is-notice.Button-kenka, .s-Kenka .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-kacto, .s-Kacto .ty-ProjectList .is-notice.ty-ProjectList-button,
.is-notice.Button-close,
.Button--notice {
  background-color: #7bc1eb;
  border-color: #65b7e8;
  color: #fff; }
  .Button.is-notice:hover, .is-notice.Button-outline:hover,
  .is-notice.Button-inverse:hover,
  .is-notice.Button-tysons:hover, #alo_easymail_widget_form .is-notice.input-submit:hover,
  .is-notice.Button-tyharbor:hover, .s-Tyharbor .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-cicada:hover, .s-Cicada .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-breadworks:hover, .s-Breadworks .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-crisscross:hover, .s-Crisscross .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-beacon:hover, .s-Beacon .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-ivyplace:hover, .s-Ivyplace .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-smokehouse:hover, .s-Smokehouse .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-roastery:hover, .s-Roastery .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-bond:hover, .s-Bond .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-lilycakes:hover, .s-Lilycakes .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-no4:hover, .s-No4 .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-brewery:hover, .s-Brewery .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-elcamion:hover, .s-Elcamion .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-crista:hover, .s-Crista .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-ryan:hover, .s-Ryan .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-news:hover,
  .is-notice.Button-kenka:hover, .s-Kenka .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-kacto:hover, .s-Kacto .ty-ProjectList .is-notice.ty-ProjectList-button:hover,
  .is-notice.Button-close:hover, .Button.is-notice:focus, .is-notice.Button-outline:focus,
  .is-notice.Button-inverse:focus,
  .is-notice.Button-tysons:focus, #alo_easymail_widget_form .is-notice.input-submit:focus,
  .is-notice.Button-tyharbor:focus, .s-Tyharbor .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-cicada:focus, .s-Cicada .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-breadworks:focus, .s-Breadworks .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-crisscross:focus, .s-Crisscross .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-beacon:focus, .s-Beacon .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-ivyplace:focus, .s-Ivyplace .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-smokehouse:focus, .s-Smokehouse .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-roastery:focus, .s-Roastery .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-bond:focus, .s-Bond .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-lilycakes:focus, .s-Lilycakes .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-no4:focus, .s-No4 .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-brewery:focus, .s-Brewery .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-elcamion:focus, .s-Elcamion .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-crista:focus, .s-Crista .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-ryan:focus, .s-Ryan .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-news:focus,
  .is-notice.Button-kenka:focus, .s-Kenka .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-kacto:focus, .s-Kacto .ty-ProjectList .is-notice.ty-ProjectList-button:focus,
  .is-notice.Button-close:focus, .Button.is-notice:active, .is-notice.Button-outline:active,
  .is-notice.Button-inverse:active,
  .is-notice.Button-tysons:active, #alo_easymail_widget_form .is-notice.input-submit:active,
  .is-notice.Button-tyharbor:active, .s-Tyharbor .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-cicada:active, .s-Cicada .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-breadworks:active, .s-Breadworks .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-crisscross:active, .s-Crisscross .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-beacon:active, .s-Beacon .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-ivyplace:active, .s-Ivyplace .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-smokehouse:active, .s-Smokehouse .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-roastery:active, .s-Roastery .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-bond:active, .s-Bond .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-lilycakes:active, .s-Lilycakes .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-no4:active, .s-No4 .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-brewery:active, .s-Brewery .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-elcamion:active, .s-Elcamion .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-crista:active, .s-Crista .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-ryan:active, .s-Ryan .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-news:active,
  .is-notice.Button-kenka:active, .s-Kenka .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-kacto:active, .s-Kacto .ty-ProjectList .is-notice.ty-ProjectList-button:active,
  .is-notice.Button-close:active, .Button.is-notice.is-active, .is-notice.is-active.Button-outline,
  .is-notice.is-active.Button-inverse,
  .is-notice.is-active.Button-tysons, #alo_easymail_widget_form .is-notice.is-active.input-submit,
  .is-notice.is-active.Button-tyharbor, .s-Tyharbor .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-cicada, .s-Cicada .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-breadworks, .s-Breadworks .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-crisscross, .s-Crisscross .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-beacon, .s-Beacon .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-ivyplace, .s-Ivyplace .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-smokehouse, .s-Smokehouse .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-roastery, .s-Roastery .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-bond, .s-Bond .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-lilycakes, .s-Lilycakes .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-no4, .s-No4 .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-brewery, .s-Brewery .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-elcamion, .s-Elcamion .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-crista, .s-Crista .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-ryan, .s-Ryan .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-news,
  .is-notice.is-active.Button-kenka, .s-Kenka .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-kacto, .s-Kacto .ty-ProjectList .is-notice.is-active.ty-ProjectList-button,
  .is-notice.is-active.Button-close,
  .Button--notice:hover,
  .Button--notice:focus,
  .Button--notice:active,
  .Button--notice.is-active {
    background-color: #fff;
    color: #7bc1eb; }

.ButtonBorder.is-notice,
.ButtonBorder--notice {
  border-color: #7bc1eb;
  color: #7bc1eb; }
  .ButtonBorder.is-notice:hover, .ButtonBorder.is-notice:focus, .ButtonBorder.is-notice:active, .ButtonBorder.is-notice.is-active,
  .ButtonBorder--notice:hover,
  .ButtonBorder--notice:focus,
  .ButtonBorder--notice:active,
  .ButtonBorder--notice.is-active {
    background-color: #7bc1eb;
    color: #fff;
    border-color: #65b7e8; }

.ButtonReset.is-notice,
.ButtonReset--notice {
  color: #7bc1eb; }
  .ButtonReset.is-notice:hover, .ButtonReset.is-notice:focus, .ButtonReset.is-notice:active, .ButtonReset.is-notice.is-active,
  .ButtonReset--notice:hover,
  .ButtonReset--notice:focus,
  .ButtonReset--notice:active,
  .ButtonReset--notice.is-active {
    color: #4face4; }

.Button.is-warning, .is-warning.Button-outline,
.is-warning.Button-inverse,
.is-warning.Button-tysons, #alo_easymail_widget_form .is-warning.input-submit,
.is-warning.Button-tyharbor, .s-Tyharbor .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-cicada, .s-Cicada .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-breadworks, .s-Breadworks .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-crisscross, .s-Crisscross .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-beacon, .s-Beacon .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-ivyplace, .s-Ivyplace .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-smokehouse, .s-Smokehouse .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-roastery, .s-Roastery .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-bond, .s-Bond .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-lilycakes, .s-Lilycakes .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-no4, .s-No4 .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-brewery, .s-Brewery .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-elcamion, .s-Elcamion .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-crista, .s-Crista .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-ryan, .s-Ryan .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-news,
.is-warning.Button-kenka, .s-Kenka .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-kacto, .s-Kacto .ty-ProjectList .is-warning.ty-ProjectList-button,
.is-warning.Button-close,
.Button--warning {
  background-color: #e5cd2f;
  border-color: #dfc51c;
  color: #fff; }
  .Button.is-warning:hover, .is-warning.Button-outline:hover,
  .is-warning.Button-inverse:hover,
  .is-warning.Button-tysons:hover, #alo_easymail_widget_form .is-warning.input-submit:hover,
  .is-warning.Button-tyharbor:hover, .s-Tyharbor .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-cicada:hover, .s-Cicada .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-breadworks:hover, .s-Breadworks .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-crisscross:hover, .s-Crisscross .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-beacon:hover, .s-Beacon .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-ivyplace:hover, .s-Ivyplace .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-smokehouse:hover, .s-Smokehouse .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-roastery:hover, .s-Roastery .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-bond:hover, .s-Bond .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-lilycakes:hover, .s-Lilycakes .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-no4:hover, .s-No4 .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-brewery:hover, .s-Brewery .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-elcamion:hover, .s-Elcamion .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-crista:hover, .s-Crista .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-ryan:hover, .s-Ryan .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-news:hover,
  .is-warning.Button-kenka:hover, .s-Kenka .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-kacto:hover, .s-Kacto .ty-ProjectList .is-warning.ty-ProjectList-button:hover,
  .is-warning.Button-close:hover, .Button.is-warning:focus, .is-warning.Button-outline:focus,
  .is-warning.Button-inverse:focus,
  .is-warning.Button-tysons:focus, #alo_easymail_widget_form .is-warning.input-submit:focus,
  .is-warning.Button-tyharbor:focus, .s-Tyharbor .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-cicada:focus, .s-Cicada .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-breadworks:focus, .s-Breadworks .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-crisscross:focus, .s-Crisscross .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-beacon:focus, .s-Beacon .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-ivyplace:focus, .s-Ivyplace .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-smokehouse:focus, .s-Smokehouse .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-roastery:focus, .s-Roastery .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-bond:focus, .s-Bond .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-lilycakes:focus, .s-Lilycakes .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-no4:focus, .s-No4 .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-brewery:focus, .s-Brewery .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-elcamion:focus, .s-Elcamion .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-crista:focus, .s-Crista .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-ryan:focus, .s-Ryan .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-news:focus,
  .is-warning.Button-kenka:focus, .s-Kenka .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-kacto:focus, .s-Kacto .ty-ProjectList .is-warning.ty-ProjectList-button:focus,
  .is-warning.Button-close:focus, .Button.is-warning:active, .is-warning.Button-outline:active,
  .is-warning.Button-inverse:active,
  .is-warning.Button-tysons:active, #alo_easymail_widget_form .is-warning.input-submit:active,
  .is-warning.Button-tyharbor:active, .s-Tyharbor .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-cicada:active, .s-Cicada .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-breadworks:active, .s-Breadworks .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-crisscross:active, .s-Crisscross .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-beacon:active, .s-Beacon .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-ivyplace:active, .s-Ivyplace .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-smokehouse:active, .s-Smokehouse .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-roastery:active, .s-Roastery .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-bond:active, .s-Bond .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-lilycakes:active, .s-Lilycakes .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-no4:active, .s-No4 .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-brewery:active, .s-Brewery .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-elcamion:active, .s-Elcamion .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-crista:active, .s-Crista .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-ryan:active, .s-Ryan .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-news:active,
  .is-warning.Button-kenka:active, .s-Kenka .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-kacto:active, .s-Kacto .ty-ProjectList .is-warning.ty-ProjectList-button:active,
  .is-warning.Button-close:active, .Button.is-warning.is-active, .is-warning.is-active.Button-outline,
  .is-warning.is-active.Button-inverse,
  .is-warning.is-active.Button-tysons, #alo_easymail_widget_form .is-warning.is-active.input-submit,
  .is-warning.is-active.Button-tyharbor, .s-Tyharbor .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-cicada, .s-Cicada .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-breadworks, .s-Breadworks .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-crisscross, .s-Crisscross .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-beacon, .s-Beacon .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-ivyplace, .s-Ivyplace .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-smokehouse, .s-Smokehouse .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-roastery, .s-Roastery .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-bond, .s-Bond .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-lilycakes, .s-Lilycakes .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-no4, .s-No4 .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-brewery, .s-Brewery .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-elcamion, .s-Elcamion .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-crista, .s-Crista .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-ryan, .s-Ryan .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-news,
  .is-warning.is-active.Button-kenka, .s-Kenka .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-kacto, .s-Kacto .ty-ProjectList .is-warning.is-active.ty-ProjectList-button,
  .is-warning.is-active.Button-close,
  .Button--warning:hover,
  .Button--warning:focus,
  .Button--warning:active,
  .Button--warning.is-active {
    background-color: #fff;
    color: #e5cd2f; }

.ButtonBorder.is-warning,
.ButtonBorder--warning {
  border-color: #e5cd2f;
  color: #e5cd2f; }
  .ButtonBorder.is-warning:hover, .ButtonBorder.is-warning:focus, .ButtonBorder.is-warning:active, .ButtonBorder.is-warning.is-active,
  .ButtonBorder--warning:hover,
  .ButtonBorder--warning:focus,
  .ButtonBorder--warning:active,
  .ButtonBorder--warning.is-active {
    background-color: #e5cd2f;
    color: #fff;
    border-color: #dfc51c; }

.ButtonReset.is-warning,
.ButtonReset--warning {
  color: #e5cd2f; }
  .ButtonReset.is-warning:hover, .ButtonReset.is-warning:focus, .ButtonReset.is-warning:active, .ButtonReset.is-warning.is-active,
  .ButtonReset--warning:hover,
  .ButtonReset--warning:focus,
  .ButtonReset--warning:active,
  .ButtonReset--warning.is-active {
    color: #c8b119; }

.Button.is-error, .is-error.Button-outline,
.is-error.Button-inverse,
.is-error.Button-tysons, #alo_easymail_widget_form .is-error.input-submit,
.is-error.Button-tyharbor, .s-Tyharbor .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-cicada, .s-Cicada .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-breadworks, .s-Breadworks .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-crisscross, .s-Crisscross .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-beacon, .s-Beacon .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-ivyplace, .s-Ivyplace .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-smokehouse, .s-Smokehouse .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-roastery, .s-Roastery .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-bond, .s-Bond .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-lilycakes, .s-Lilycakes .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-no4, .s-No4 .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-brewery, .s-Brewery .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-elcamion, .s-Elcamion .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-crista, .s-Crista .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-ryan, .s-Ryan .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-news,
.is-error.Button-kenka, .s-Kenka .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-kacto, .s-Kacto .ty-ProjectList .is-error.ty-ProjectList-button,
.is-error.Button-close,
.Button--error {
  background-color: #eb5850;
  border-color: #e84239;
  color: #fff; }
  .Button.is-error:hover, .is-error.Button-outline:hover,
  .is-error.Button-inverse:hover,
  .is-error.Button-tysons:hover, #alo_easymail_widget_form .is-error.input-submit:hover,
  .is-error.Button-tyharbor:hover, .s-Tyharbor .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-cicada:hover, .s-Cicada .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-breadworks:hover, .s-Breadworks .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-crisscross:hover, .s-Crisscross .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-beacon:hover, .s-Beacon .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-ivyplace:hover, .s-Ivyplace .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-smokehouse:hover, .s-Smokehouse .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-roastery:hover, .s-Roastery .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-bond:hover, .s-Bond .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-lilycakes:hover, .s-Lilycakes .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-no4:hover, .s-No4 .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-brewery:hover, .s-Brewery .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-elcamion:hover, .s-Elcamion .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-crista:hover, .s-Crista .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-ryan:hover, .s-Ryan .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-news:hover,
  .is-error.Button-kenka:hover, .s-Kenka .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-kacto:hover, .s-Kacto .ty-ProjectList .is-error.ty-ProjectList-button:hover,
  .is-error.Button-close:hover, .Button.is-error:focus, .is-error.Button-outline:focus,
  .is-error.Button-inverse:focus,
  .is-error.Button-tysons:focus, #alo_easymail_widget_form .is-error.input-submit:focus,
  .is-error.Button-tyharbor:focus, .s-Tyharbor .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-cicada:focus, .s-Cicada .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-breadworks:focus, .s-Breadworks .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-crisscross:focus, .s-Crisscross .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-beacon:focus, .s-Beacon .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-ivyplace:focus, .s-Ivyplace .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-smokehouse:focus, .s-Smokehouse .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-roastery:focus, .s-Roastery .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-bond:focus, .s-Bond .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-lilycakes:focus, .s-Lilycakes .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-no4:focus, .s-No4 .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-brewery:focus, .s-Brewery .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-elcamion:focus, .s-Elcamion .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-crista:focus, .s-Crista .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-ryan:focus, .s-Ryan .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-news:focus,
  .is-error.Button-kenka:focus, .s-Kenka .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-kacto:focus, .s-Kacto .ty-ProjectList .is-error.ty-ProjectList-button:focus,
  .is-error.Button-close:focus, .Button.is-error:active, .is-error.Button-outline:active,
  .is-error.Button-inverse:active,
  .is-error.Button-tysons:active, #alo_easymail_widget_form .is-error.input-submit:active,
  .is-error.Button-tyharbor:active, .s-Tyharbor .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-cicada:active, .s-Cicada .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-breadworks:active, .s-Breadworks .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-crisscross:active, .s-Crisscross .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-beacon:active, .s-Beacon .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-ivyplace:active, .s-Ivyplace .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-smokehouse:active, .s-Smokehouse .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-roastery:active, .s-Roastery .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-bond:active, .s-Bond .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-lilycakes:active, .s-Lilycakes .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-no4:active, .s-No4 .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-brewery:active, .s-Brewery .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-elcamion:active, .s-Elcamion .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-crista:active, .s-Crista .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-ryan:active, .s-Ryan .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-news:active,
  .is-error.Button-kenka:active, .s-Kenka .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-kacto:active, .s-Kacto .ty-ProjectList .is-error.ty-ProjectList-button:active,
  .is-error.Button-close:active, .Button.is-error.is-active, .is-error.is-active.Button-outline,
  .is-error.is-active.Button-inverse,
  .is-error.is-active.Button-tysons, #alo_easymail_widget_form .is-error.is-active.input-submit,
  .is-error.is-active.Button-tyharbor, .s-Tyharbor .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-cicada, .s-Cicada .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-breadworks, .s-Breadworks .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-crisscross, .s-Crisscross .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-beacon, .s-Beacon .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-ivyplace, .s-Ivyplace .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-smokehouse, .s-Smokehouse .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-roastery, .s-Roastery .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-bond, .s-Bond .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-lilycakes, .s-Lilycakes .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-no4, .s-No4 .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-brewery, .s-Brewery .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-elcamion, .s-Elcamion .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-crista, .s-Crista .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-ryan, .s-Ryan .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-news,
  .is-error.is-active.Button-kenka, .s-Kenka .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-kacto, .s-Kacto .ty-ProjectList .is-error.is-active.ty-ProjectList-button,
  .is-error.is-active.Button-close,
  .Button--error:hover,
  .Button--error:focus,
  .Button--error:active,
  .Button--error.is-active {
    background-color: #fff;
    color: #eb5850; }

.ButtonBorder.is-error,
.ButtonBorder--error {
  border-color: #eb5850;
  color: #eb5850; }
  .ButtonBorder.is-error:hover, .ButtonBorder.is-error:focus, .ButtonBorder.is-error:active, .ButtonBorder.is-error.is-active,
  .ButtonBorder--error:hover,
  .ButtonBorder--error:focus,
  .ButtonBorder--error:active,
  .ButtonBorder--error.is-active {
    background-color: #eb5850;
    color: #fff;
    border-color: #e84239; }

.ButtonReset.is-error,
.ButtonReset--error {
  color: #eb5850; }
  .ButtonReset.is-error:hover, .ButtonReset.is-error:focus, .ButtonReset.is-error:active, .ButtonReset.is-error.is-active,
  .ButtonReset--error:hover,
  .ButtonReset--error:focus,
  .ButtonReset--error:active,
  .ButtonReset--error.is-active {
    color: #e62c22; }

select,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'] {
  line-height: inherit;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 25px;
  height: 2.5rem;
  padding: 2px 12px;
  padding: 0.2rem 1.2rem;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block; }

.Input,
.Textarea,
.Select {
  border: 1px solid #c8c8c8;
  border: 0.1rem solid #c8c8c8;
  border-radius: 0.4rem;
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }
  .Input.is-focus, .Input:focus,
  .Textarea.is-focus,
  .Textarea:focus,
  .Select.is-focus,
  .Select:focus {
    border: 1px solid #6c7b88;
    border: 0.1rem solid #6c7b88;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(108, 123, 136, 0.4), 0 0 8px rgba(108, 123, 136, 0.4);
            box-shadow: inset 0 1px 1px rgba(108, 123, 136, 0.4), 0 0 8px rgba(108, 123, 136, 0.4); }
  .Input.is-disabled, .Input[disabled],
  .Textarea.is-disabled,
  .Textarea[disabled],
  .Select.is-disabled,
  .Select[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    background-color: #e2e2e2; }

.Input,
.Textarea {
  -webkit-appearance: none; }

.Input--xl,
.Select--xl,
.Form--xl {
  font-size: 20px !important;
  font-size: 2rem !important;
  padding: 6px 12px !important;
  padding: 0.6rem 1.2rem !important;
  border-radius: 0.5rem !important;
  height: 60px !important;
  height: 6rem !important; }

.Input--lg,
.Select--lg,
.Form--lg {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  padding: 4px 12px !important;
  padding: 0.4rem 1.2rem !important;
  border-radius: 0.5rem !important;
  height: 39px !important;
  height: 3.9rem !important; }

.Input--sm,
.Select--sm,
.Form--sm {
  font-size: 12px !important;
  font-size: 1.2rem !important;
  padding: 1px 12px !important;
  padding: 0.1rem 1.2rem !important;
  border-radius: 0.2rem !important;
  height: 23px !important;
  height: 2.3rem !important; }

.Input--full,
.Select--full,
.Form--full {
  display: block;
  width: 100%; }

.Input--full + .Input--full,
.Select--full + .Select--full,
.Form--full + .Form--full {
  margin-top: 5px; }

.Input.is-success,
.Input--success,
.Select.is-success,
.Select--success,
.Form.is-success,
.Form--success {
  background-color: #f1fdfa;
  border-color: #18be91;
  color: #18be91; }
  .Input.is-success.is-focus, .Input.is-success:focus,
  .Input--success.is-focus,
  .Input--success:focus,
  .Select.is-success.is-focus,
  .Select.is-success:focus,
  .Select--success.is-focus,
  .Select--success:focus,
  .Form.is-success.is-focus,
  .Form.is-success:focus,
  .Form--success.is-focus,
  .Form--success:focus {
    border: 1px solid #18be91;
    border: 0.1rem solid #18be91;
    -webkit-box-shadow: inset 0 1px 1px rgba(24, 190, 145, 0.4), 0 0 8px rgba(24, 190, 145, 0.4);
            box-shadow: inset 0 1px 1px rgba(24, 190, 145, 0.4), 0 0 8px rgba(24, 190, 145, 0.4); }

.Input.is-notice,
.Input--notice,
.Select.is-notice,
.Select--notice,
.Form.is-notice,
.Form--notice {
  background-color: #eaf5fc;
  border-color: #7bc1eb;
  color: #7bc1eb; }
  .Input.is-notice.is-focus, .Input.is-notice:focus,
  .Input--notice.is-focus,
  .Input--notice:focus,
  .Select.is-notice.is-focus,
  .Select.is-notice:focus,
  .Select--notice.is-focus,
  .Select--notice:focus,
  .Form.is-notice.is-focus,
  .Form.is-notice:focus,
  .Form--notice.is-focus,
  .Form--notice:focus {
    border: 1px solid #7bc1eb;
    border: 0.1rem solid #7bc1eb;
    -webkit-box-shadow: inset 0 1px 1px rgba(123, 193, 235, 0.6), 0 0 8px rgba(123, 193, 235, 0.6);
            box-shadow: inset 0 1px 1px rgba(123, 193, 235, 0.6), 0 0 8px rgba(123, 193, 235, 0.6); }

.Input.is-warning,
.Input--warning,
.Select.is-warning,
.Select--warning,
.Form.is-warning,
.Form--warning {
  background-color: #fcf9e4;
  border-color: #e5cd2f;
  color: #e5cd2f; }
  .Input.is-warning.is-focus, .Input.is-warning:focus,
  .Input--warning.is-focus,
  .Input--warning:focus,
  .Select.is-warning.is-focus,
  .Select.is-warning:focus,
  .Select--warning.is-focus,
  .Select--warning:focus,
  .Form.is-warning.is-focus,
  .Form.is-warning:focus,
  .Form--warning.is-focus,
  .Form--warning:focus {
    border: 1px solid #e5cd2f;
    border: 0.1rem solid #e5cd2f;
    -webkit-box-shadow: inset 0 1px 1px rgba(229, 205, 47, 0.6), 0 0 8px rgba(229, 205, 47, 0.6);
            box-shadow: inset 0 1px 1px rgba(229, 205, 47, 0.6), 0 0 8px rgba(229, 205, 47, 0.6); }

.Input.is-error,
.Input--error,
.Select.is-error,
.Select--error,
.Form.is-error,
.Form--error {
  background-color: #fdf1f0;
  border-color: #eb5850;
  color: #eb5850; }
  .Input.is-error.is-focus, .Input.is-error:focus,
  .Input--error.is-focus,
  .Input--error:focus,
  .Select.is-error.is-focus,
  .Select.is-error:focus,
  .Select--error.is-focus,
  .Select--error:focus,
  .Form.is-error.is-focus,
  .Form.is-error:focus,
  .Form--error.is-focus,
  .Form--error:focus {
    border: 1px solid #eb5850;
    border: 0.1rem solid #eb5850;
    -webkit-box-shadow: inset 0 1px 1px rgba(235, 88, 80, 0.4), 0 0 8px rgba(235, 88, 80, 0.4);
            box-shadow: inset 0 1px 1px rgba(235, 88, 80, 0.4), 0 0 8px rgba(235, 88, 80, 0.4); }

table,
.Tbl,
.Table {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 24px 0;
  margin: 2.4rem 0;
  border-collapse: collapse; }
  table tr > th,
  table tr > td,
  .Tbl tr > th,
  .Tbl tr > td,
  .Table tr > th,
  .Table tr > td {
    text-align: left;
    padding: 5px;
    padding: .5rem;
    border-bottom: 1px solid #c8c8c8; }
  table tr:last-child > td,
  .Tbl tr:last-child > td,
  .Table tr:last-child > td {
    border-bottom: 0; }
  table > thead > tr > th,
  table > thead > tr > td,
  .Tbl > thead > tr > th,
  .Tbl > thead > tr > td,
  .Table > thead > tr > th,
  .Table > thead > tr > td {
    border-bottom: 2px solid #c8c8c8; }

.ContainerSlim,
.ContainerFull,
.Container,
.ContainerSmall {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-left: 1.2rem;
  padding-right: 12px;
  padding-right: 1.2rem; }

@media (min-width: 768px) {
  
  .Container,
  .ContainerSmall {
    width: 74.4rem; } }

@media (min-width: 992px) {
  
  .Container,
  .ContainerSmall {
    width: 96.4rem; } }

@media (min-width: 1200px) {
  
  .Container,
  .ContainerSmall {
    width: 116.4rem; } }

.ContainerSlim {
  max-width: 744px;
  max-width: 74.4rem; }

.ContainerSlim,
.ContainerFull,
.Container,
.ContainerSmall {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-left: 1.2rem;
  padding-right: 12px;
  padding-right: 1.2rem; }

@media (min-width: 768px) {
  
  .Container,
  .ContainerSmall {
    width: 74.4rem; } }

@media (min-width: 992px) {
  
  .Container,
  .ContainerSmall {
    width: 96.4rem; } }

@media (min-width: 1200px) {
  
  .Container,
  .ContainerSmall {
    width: 116.4rem; } }

.ContainerSlim {
  max-width: 744px;
  max-width: 74.4rem; }

.Row, .breweryChoice-item {
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-left: -12px;
  margin-left: -1.2rem;
  margin-right: -12px;
  margin-right: -1.2rem; }
  .Row:before, .breweryChoice-item:before, .Row:after, .breweryChoice-item:after {
    content: " ";
    display: table; }
  .Row:after, .breweryChoice-item:after {
    clear: both; }
  .Row > .Row-col, .breweryChoice-item > .Row-col, .Row > .ty-List-title, .breweryChoice-item > .ty-List-title,
  .Row > .ty-List-img,
  .breweryChoice-item > .ty-List-img, .Row > .breweryChoice-item-col, .breweryChoice-item > .breweryChoice-item-col {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem; }

.Row, .breweryChoice-item {
  display: block; }
  .Row > .Row-col, .breweryChoice-item > .Row-col, .Row > .ty-List-title, .breweryChoice-item > .ty-List-title,
  .Row > .ty-List-img,
  .breweryChoice-item > .ty-List-img, .Row > .breweryChoice-item-col, .breweryChoice-item > .breweryChoice-item-col {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 100%; }

.Row--float > .Row-col, .Row--float > .ty-List-title,
.Row--float > .ty-List-img, .Row--float > .breweryChoice-item-col {
  float: left; }

.Row--table {
  width: calc(100% + 2.4rem);
  padding: 0; }
  .Row--table > .Row-col, .Row--table > .ty-List-title,
  .Row--table > .ty-List-img, .Row--table > .breweryChoice-item-col {
    width: 100%; }
  @media (min-width: 480px) {
    .Row--table {
      display: table;
      table-layout: fixed; }
      .Row--table > .Row-col, .Row--table > .ty-List-title,
      .Row--table > .ty-List-img, .Row--table > .breweryChoice-item-col {
        display: table-cell; } }

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

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

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

.Row--top > .Row-col, .Row--top > .ty-List-title,
.Row--top > .ty-List-img, .Row--top > .breweryChoice-item-col {
  vertical-align: top; }

.Row--middle > .Row-col, .breweryChoice-item > .Row-col, .Row--middle > .ty-List-title, .breweryChoice-item > .ty-List-title,
.Row--middle > .ty-List-img,
.breweryChoice-item > .ty-List-img, .Row--middle > .breweryChoice-item-col, .breweryChoice-item > .breweryChoice-item-col {
  vertical-align: middle; }

.Row--bottom > .Row-col, .Row--bottom > .ty-List-title,
.Row--bottom > .ty-List-img, .Row--bottom > .breweryChoice-item-col {
  vertical-align: bottom; }

.Row-col, .ty-List-title,
.ty-List-img, .breweryChoice-item-col {
  min-height: 1px;
  padding-left: 12px;
  padding-left: 1.2rem;
  padding-right: 12px;
  padding-right: 1.2rem;
  position: relative; }

.FullEmbed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .FullEmbed .FullEmbed-item,
  .FullEmbed iframe,
  .FullEmbed embed,
  .FullEmbed object,
  .FullEmbed video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.FullEmbed--16by9 {
  padding-bottom: 56.25%; }

.FullEmbed--4by3 {
  padding-bottom: 75%; }

.FullEmbed--3by1 {
  padding-bottom: 33.33333333333333%; }

.FullEmbed--2by1 {
  padding-bottom: 50%; }

.t-borderTop {
  border-top: 1px solid #c8c8c8 !important; }

.t-borderLeft {
  border-left: 1px solid #c8c8c8 !important; }

.t-borderRight {
  border-right: 1px solid #c8c8c8 !important; }

.t-borderBottom {
  border-bottom: 1px solid #c8c8c8 !important; }

.t-border {
  border: 1px solid #c8c8c8 !important; }

.t-hide {
  display: none !important; }

.t-show {
  display: block !important; }

.t-invisible {
  visibility: hidden !important; }

.t-hidden {
  display: none !important;
  visibility: hidden !important; }

@-ms-viewport {
  width: device-width; }

.t-wxs-visible,
.t-wsm-visible,
.t-wmd-visible,
.t-wlg-visible {
  display: none !important; }

.t-wxs-visible-block,
.t-wxs-visible-inline,
.t-wxs-visible-inlineBlock,
.t-wsm-visible-block,
.t-wsm-visible-inline,
.t-wsm-visible-inlineBlock,
.t-wmd-visible-block,
.t-wmd-visible-inline,
.t-wmd-visible-inlineBlock,
.t-wlg-visible-block,
.t-wlg-visible-inline,
.t-wlg-visible-inlineBlock {
  display: none !important; }

@media (max-width: 767px) {
  .t-wxs-visible {
    display: block !important; } }

@media (max-width: 767px) {
  .t-wxs-visible-block {
    display: block !important; } }

@media (max-width: 767px) {
  .t-wxs-visible-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .t-wxs-visible-inlineBlock {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .t-wsm-visible {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .t-wsm-visible-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .t-wsm-visible-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .t-wsm-visible-inlineBlock {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .t-wmd-visible {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .t-wmd-visible-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .t-wmd-visible-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .t-wmd-visible-inlineBlock {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .t-wlg-visible {
    display: block !important; } }

@media (min-width: 1200px) {
  .t-wlg-visible-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .t-wlg-visible-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .t-wlg-visible-inlineBlock {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .t-wxs-hidden {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .t-wsm-hidden {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .t-wmd-hidden {
    display: none !important; } }

@media (min-width: 1200px) {
  .t-wlg-hidden {
    display: none !important; } }

.t-print-visible {
  display: none !important; }

@media print {
  .t-print-visible {
    display: block !important; } }

.t-visible-print-block {
  display: none !important; }

@media print {
  .t-visible-print-block {
    display: block !important; } }

.t-print-visible-inline {
  display: none !important; }

@media print {
  .t-print-visible-inline {
    display: inline !important; } }

.t-print-visible-inlineBlock {
  display: none !important; }

@media print {
  .t-print-visible-inlineBlock {
    display: inline-block !important; } }

@media print {
  .t-print-hidden {
    display: none !important; } }

.ContainerSlim,
.ContainerFull,
.Container,
.ContainerSmall {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-left: 1.2rem;
  padding-right: 12px;
  padding-right: 1.2rem; }

@media (min-width: 768px) {
  
  .Container,
  .ContainerSmall {
    width: 74.4rem; } }

@media (min-width: 992px) {
  
  .Container,
  .ContainerSmall {
    width: 96.4rem; } }

@media (min-width: 1200px) {
  
  .Container,
  .ContainerSmall {
    width: 116.4rem; } }

.ContainerSlim {
  max-width: 744px;
  max-width: 74.4rem; }

.t-gutterReset,
.t-wxs-gutterReset,
.t-wsm-gutterReset,
.t-wmd-gutterReset,
.t-wlg-gutterReset {
  margin-left: -12px;
  margin-left: -1.2rem;
  margin-right: -12px;
  margin-right: -1.2rem; }

@media (min-width: 480px) {
  .t-wxs-gutterReset {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 768px) {
  .t-wsm-gutterReset {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 992px) {
  .t-wmd-gutterReset {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 1200px) {
  .t-wlg-gutterReset {
    margin-left: 0;
    margin-right: 0; } }

.t-imgFull {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.t-imgInline {
  display: inline !important; }

.t-imgRound {
  border-radius: 0.4rem !important; }

.t-imgCircle {
  border-radius: 50% !important; }

.t-clear:before, .ty-Footer:before, .ty-Navbar:before, .ty-Navbar-header:before, .ty-Navbar-collapse:before, .ty-Nav:before, .t-clear:after, .ty-Footer:after, .ty-Navbar:after, .ty-Navbar-header:after, .ty-Navbar-collapse:after, .ty-Nav:after {
  content: " ";
  display: table; }

.t-clear:after, .ty-Footer:after, .ty-Navbar:after, .ty-Navbar-header:after, .ty-Navbar-collapse:after, .ty-Nav:after {
  clear: both; }

.t-center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.t-right {
  float: right !important; }

.t-left {
  float: left !important; }

.t-block {
  display: block !important; }

.t-inline {
  display: inline !important; }

.t-inlineBlock {
  display: inline-block !important; }

.t-overfllow {
  overflow: auto !important; }

.t-overfllowX {
  overflow-x: auto !important;
  overflow-y: hidden !important; }

.t-overfllowY {
  overflow-x: hidden !important;
  overflow-y: auto !important; }

.t-normal {
  font-weight: normal !important; }

.t-bold, .breweryChoice-item-col--month {
  font-weight: bold !important; }

.t-italic {
  font-style: italic !important; }

.t-alignLeft {
  text-align: left !important; }

.t-alignRight {
  text-align: right !important; }

.t-alignCenter {
  text-align: center !important; }

.t-alignJustify {
  text-align: justify !important; }

.t-alignTop {
  vertical-align: top !important; }

.t-alignMiddle {
  vertical-align: middle !important; }

.t-alignBottom {
  vertical-align: bottom !important; }

.t-lowercase {
  text-transform: lowercase !important; }

.t-uppercase {
  text-transform: uppercase !important; }

.t-capitalize {
  text-transform: capitalize !important; }

.t-nowrap {
  white-space: nowrap !important; }

.t-typoHide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important; }

.t-enSans {
  font-family: "Roboto", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important; }

.t-jaSans {
  font-family: "Roboto", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important; }

.t-enSerif {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "NotoSerifSubset", serif !important; }

.t-jaSerif {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "NotoSerifSubset", serif !important; }

.t-enMonospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important; }

.t-jaMonospace {
  font-family: "Osaka－等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace !important; }

.t-ls-xs {
  letter-spacing: -0.08em !important; }

.t-ls-sm {
  letter-spacing: -0.04em !important; }

.t-ls-bs {
  letter-spacing: 0 !important; }

.t-ls-lg {
  letter-spacing: 0.05em !important; }

.t-ls-xl, .ty-Sign-body {
  letter-spacing: 0.1em !important; }

.t-lh-xs {
  line-height: 1.1 !important; }

.t-lh-sm {
  line-height: 1.2 !important; }

.t-lh-bs {
  line-height: 1.5 !important; }

.t-lh-lg {
  line-height: 1.8 !important; }

.t-lh-xl {
  line-height: 2 !important; }

.t-width1of10 {
  width: 10% !important; }

.t-width1of9 {
  width: 11.11111% !important; }

.t-width1of8 {
  width: 12.5% !important; }

.t-width1of7 {
  width: 14.28571% !important; }

.t-width1of6 {
  width: 16.66667% !important; }

.t-width1of5,
.t-width2of10,
.breweryChoice-item--new .breweryChoice-item-col--day {
  width: 20% !important; }

.t-width2of9 {
  width: 22.22222% !important; }

.t-width1of4, table.alo_easymail_form_table td:first-child,
.t-width2of8 {
  width: 25% !important; }

.t-width2of7 {
  width: 28.57143% !important; }

.t-width3of10 {
  width: 30% !important; }

.t-width1of3,
.t-width2of6,
.t-width3of9 {
  width: 33.33333% !important; }

.t-width3of8 {
  width: 37.5% !important; }

.t-width2of5,
.t-width4of10 {
  width: 40% !important; }

.t-width3of7 {
  width: 42.85714% !important; }

.t-width4of9 {
  width: 44.44444% !important; }

.t-width1of2,
.t-width2of4,
.t-width3of6,
.t-width4of8,
.t-width5of10 {
  width: 50% !important; }

.t-width5of9 {
  width: 55.55556% !important; }

.t-width4of7 {
  width: 57.14286% !important; }

.t-width3of5,
.t-width6of10 {
  width: 60% !important; }

.t-width5of8 {
  width: 62.5% !important; }

.t-width2of3,
.t-width4of6,
.t-width6of9 {
  width: 66.66667% !important; }

.t-width7of10 {
  width: 70% !important; }

.t-width5of7 {
  width: 71.42857% !important; }

.t-width3of4, table.alo_easymail_form_table td .input-text,
.t-width6of8 {
  width: 75% !important; }

.t-width7of9 {
  width: 77.77778% !important; }

.t-width4of5,
.t-width8of10,
.breweryChoice-item--new .breweryChoice-item-col--name {
  width: 80% !important; }

.t-width5of6 {
  width: 83.33333% !important; }

.t-width6of7 {
  width: 85.71429% !important; }

.t-width7of8 {
  width: 87.5% !important; }

.t-width8of9 {
  width: 88.88889% !important; }

.t-width9of10 {
  width: 90% !important; }

.t-width2of2,
.t-width3of3,
.t-width4of4,
.t-width5of5,
.t-width6of6,
.t-width7of7,
.t-width8of8,
.t-width9of9,
.t-width10of10 {
  width: 100% !important; }

@media (min-width: 480px) {
  .t-wxs-width1of10 {
    width: 10% !important; }
  .t-wxs-width1of9 {
    width: 11.11111% !important; }
  .t-wxs-width1of8 {
    width: 12.5% !important; }
  .t-wxs-width1of7 {
    width: 14.28571% !important; }
  .t-wxs-width1of6 {
    width: 16.66667% !important; }
  .t-wxs-width1of5,
  .t-wxs-width2of10,
  .breweryChoice-item-col--month,
  .breweryChoice-item--new .breweryChoice-item-col--month {
    width: 20% !important; }
  .t-wxs-width2of9 {
    width: 22.22222% !important; }
  .t-wxs-width1of4,
  .t-wxs-width2of8 {
    width: 25% !important; }
  .t-wxs-width2of7 {
    width: 28.57143% !important; }
  .t-wxs-width3of10 {
    width: 30% !important; }
  .t-wxs-width1of3,
  .t-wxs-width2of6,
  .t-wxs-width3of9 {
    width: 33.33333% !important; }
  .t-wxs-width3of8 {
    width: 37.5% !important; }
  .t-wxs-width2of5,
  .t-wxs-width4of10 {
    width: 40% !important; }
  .t-wxs-width3of7 {
    width: 42.85714% !important; }
  .t-wxs-width4of9 {
    width: 44.44444% !important; }
  .t-wxs-width1of2,
  .t-wxs-width2of4,
  .t-wxs-width3of6,
  .t-wxs-width4of8,
  .t-wxs-width5of10 {
    width: 50% !important; }
  .t-wxs-width5of9 {
    width: 55.55556% !important; }
  .t-wxs-width4of7 {
    width: 57.14286% !important; }
  .t-wxs-width3of5,
  .t-wxs-width6of10,
  .breweryChoice-item--new .breweryChoice-item-col--name {
    width: 60% !important; }
  .t-wxs-width5of8 {
    width: 62.5% !important; }
  .t-wxs-width2of3,
  .t-wxs-width4of6,
  .t-wxs-width6of9 {
    width: 66.66667% !important; }
  .t-wxs-width7of10 {
    width: 70% !important; }
  .t-wxs-width5of7 {
    width: 71.42857% !important; }
  .t-wxs-width3of4,
  .t-wxs-width6of8 {
    width: 75% !important; }
  .t-wxs-width7of9 {
    width: 77.77778% !important; }
  .t-wxs-width4of5,
  .t-wxs-width8of10,
  .breweryChoice-item-col--name {
    width: 80% !important; }
  .t-wxs-width5of6 {
    width: 83.33333% !important; }
  .t-wxs-width6of7 {
    width: 85.71429% !important; }
  .t-wxs-width7of8 {
    width: 87.5% !important; }
  .t-wxs-width8of9 {
    width: 88.88889% !important; }
  .t-wxs-width9of10 {
    width: 90% !important; }
  .t-wxs-width2of2,
  .t-wxs-width3of3,
  .t-wxs-width4of4,
  .t-wxs-width5of5,
  .t-wxs-width6of6,
  .t-wxs-width7of7,
  .t-wxs-width8of8,
  .t-wxs-width9of9,
  .t-wxs-width10of10 {
    width: 100% !important; } }

@media (min-width: 768px) {
  .t-wsm-width1of10 {
    width: 10% !important; }
  .t-wsm-width1of9 {
    width: 11.11111% !important; }
  .t-wsm-width1of8 {
    width: 12.5% !important; }
  .t-wsm-width1of7 {
    width: 14.28571% !important; }
  .t-wsm-width1of6 {
    width: 16.66667% !important; }
  .t-wsm-width1of5,
  .t-wsm-width2of10 {
    width: 20% !important; }
  .t-wsm-width2of9 {
    width: 22.22222% !important; }
  .t-wsm-width1of4,
  .t-wsm-width2of8 {
    width: 25% !important; }
  .t-wsm-width2of7 {
    width: 28.57143% !important; }
  .t-wsm-width3of10 {
    width: 30% !important; }
  .t-wsm-width1of3,
  .t-wsm-width2of6,
  .t-wsm-width3of9 {
    width: 33.33333% !important; }
  .t-wsm-width3of8 {
    width: 37.5% !important; }
  .t-wsm-width2of5,
  .t-wsm-width4of10 {
    width: 40% !important; }
  .t-wsm-width3of7 {
    width: 42.85714% !important; }
  .t-wsm-width4of9 {
    width: 44.44444% !important; }
  .t-wsm-width1of2,
  .t-wsm-width2of4,
  .t-wsm-width3of6,
  .t-wsm-width4of8,
  .t-wsm-width5of10 {
    width: 50% !important; }
  .t-wsm-width5of9 {
    width: 55.55556% !important; }
  .t-wsm-width4of7 {
    width: 57.14286% !important; }
  .t-wsm-width3of5,
  .t-wsm-width6of10 {
    width: 60% !important; }
  .t-wsm-width5of8 {
    width: 62.5% !important; }
  .t-wsm-width2of3,
  .t-wsm-width4of6,
  .t-wsm-width6of9 {
    width: 66.66667% !important; }
  .t-wsm-width7of10 {
    width: 70% !important; }
  .t-wsm-width5of7 {
    width: 71.42857% !important; }
  .t-wsm-width3of4,
  .t-wsm-width6of8 {
    width: 75% !important; }
  .t-wsm-width7of9 {
    width: 77.77778% !important; }
  .t-wsm-width4of5,
  .t-wsm-width8of10 {
    width: 80% !important; }
  .t-wsm-width5of6 {
    width: 83.33333% !important; }
  .t-wsm-width6of7 {
    width: 85.71429% !important; }
  .t-wsm-width7of8 {
    width: 87.5% !important; }
  .t-wsm-width8of9 {
    width: 88.88889% !important; }
  .t-wsm-width9of10 {
    width: 90% !important; }
  .t-wsm-width2of2,
  .t-wsm-width3of3,
  .t-wsm-width4of4,
  .t-wsm-width5of5,
  .t-wsm-width6of6,
  .t-wsm-width7of7,
  .t-wsm-width8of8,
  .t-wsm-width9of9,
  .t-wsm-width10of10 {
    width: 100% !important; } }

@media (min-width: 992px) {
  .t-wmd-width1of10 {
    width: 10% !important; }
  .t-wmd-width1of9 {
    width: 11.11111% !important; }
  .t-wmd-width1of8 {
    width: 12.5% !important; }
  .t-wmd-width1of7 {
    width: 14.28571% !important; }
  .t-wmd-width1of6 {
    width: 16.66667% !important; }
  .t-wmd-width1of5,
  .t-wmd-width2of10 {
    width: 20% !important; }
  .t-wmd-width2of9 {
    width: 22.22222% !important; }
  .t-wmd-width1of4,
  .t-wmd-width2of8 {
    width: 25% !important; }
  .t-wmd-width2of7 {
    width: 28.57143% !important; }
  .t-wmd-width3of10 {
    width: 30% !important; }
  .t-wmd-width1of3,
  .t-wmd-width2of6,
  .t-wmd-width3of9 {
    width: 33.33333% !important; }
  .t-wmd-width3of8 {
    width: 37.5% !important; }
  .t-wmd-width2of5,
  .t-wmd-width4of10 {
    width: 40% !important; }
  .t-wmd-width3of7 {
    width: 42.85714% !important; }
  .t-wmd-width4of9 {
    width: 44.44444% !important; }
  .t-wmd-width1of2,
  .t-wmd-width2of4,
  .t-wmd-width3of6,
  .t-wmd-width4of8,
  .t-wmd-width5of10 {
    width: 50% !important; }
  .t-wmd-width5of9 {
    width: 55.55556% !important; }
  .t-wmd-width4of7 {
    width: 57.14286% !important; }
  .t-wmd-width3of5,
  .t-wmd-width6of10 {
    width: 60% !important; }
  .t-wmd-width5of8 {
    width: 62.5% !important; }
  .t-wmd-width2of3,
  .t-wmd-width4of6,
  .t-wmd-width6of9 {
    width: 66.66667% !important; }
  .t-wmd-width7of10 {
    width: 70% !important; }
  .t-wmd-width5of7 {
    width: 71.42857% !important; }
  .t-wmd-width3of4,
  .t-wmd-width6of8 {
    width: 75% !important; }
  .t-wmd-width7of9 {
    width: 77.77778% !important; }
  .t-wmd-width4of5,
  .t-wmd-width8of10 {
    width: 80% !important; }
  .t-wmd-width5of6 {
    width: 83.33333% !important; }
  .t-wmd-width6of7 {
    width: 85.71429% !important; }
  .t-wmd-width7of8 {
    width: 87.5% !important; }
  .t-wmd-width8of9 {
    width: 88.88889% !important; }
  .t-wmd-width9of10 {
    width: 90% !important; }
  .t-wmd-width2of2,
  .t-wmd-width3of3,
  .t-wmd-width4of4,
  .t-wmd-width5of5,
  .t-wmd-width6of6,
  .t-wmd-width7of7,
  .t-wmd-width8of8,
  .t-wmd-width9of9,
  .t-wmd-width10of10 {
    width: 100% !important; } }

@media (min-width: 1200px) {
  .t-wlg-width1of10 {
    width: 10% !important; }
  .t-wlg-width1of9 {
    width: 11.11111% !important; }
  .t-wlg-width1of8 {
    width: 12.5% !important; }
  .t-wlg-width1of7 {
    width: 14.28571% !important; }
  .t-wlg-width1of6 {
    width: 16.66667% !important; }
  .t-wlg-width1of5,
  .t-wlg-width2of10 {
    width: 20% !important; }
  .t-wlg-width2of9 {
    width: 22.22222% !important; }
  .t-wlg-width1of4,
  .t-wlg-width2of8 {
    width: 25% !important; }
  .t-wlg-width2of7 {
    width: 28.57143% !important; }
  .t-wlg-width3of10 {
    width: 30% !important; }
  .t-wlg-width1of3,
  .t-wlg-width2of6,
  .t-wlg-width3of9 {
    width: 33.33333% !important; }
  .t-wlg-width3of8 {
    width: 37.5% !important; }
  .t-wlg-width2of5,
  .t-wlg-width4of10 {
    width: 40% !important; }
  .t-wlg-width3of7 {
    width: 42.85714% !important; }
  .t-wlg-width4of9 {
    width: 44.44444% !important; }
  .t-wlg-width1of2,
  .t-wlg-width2of4,
  .t-wlg-width3of6,
  .t-wlg-width4of8,
  .t-wlg-width5of10 {
    width: 50% !important; }
  .t-wlg-width5of9 {
    width: 55.55556% !important; }
  .t-wlg-width4of7 {
    width: 57.14286% !important; }
  .t-wlg-width3of5,
  .t-wlg-width6of10 {
    width: 60% !important; }
  .t-wlg-width5of8 {
    width: 62.5% !important; }
  .t-wlg-width2of3,
  .t-wlg-width4of6,
  .t-wlg-width6of9 {
    width: 66.66667% !important; }
  .t-wlg-width7of10 {
    width: 70% !important; }
  .t-wlg-width5of7 {
    width: 71.42857% !important; }
  .t-wlg-width3of4,
  .t-wlg-width6of8 {
    width: 75% !important; }
  .t-wlg-width7of9 {
    width: 77.77778% !important; }
  .t-wlg-width4of5,
  .t-wlg-width8of10 {
    width: 80% !important; }
  .t-wlg-width5of6 {
    width: 83.33333% !important; }
  .t-wlg-width6of7 {
    width: 85.71429% !important; }
  .t-wlg-width7of8 {
    width: 87.5% !important; }
  .t-wlg-width8of9 {
    width: 88.88889% !important; }
  .t-wlg-width9of10 {
    width: 90% !important; }
  .t-wlg-width2of2,
  .t-wlg-width3of3,
  .t-wlg-width4of4,
  .t-wlg-width5of5,
  .t-wlg-width6of6,
  .t-wlg-width7of7,
  .t-wlg-width8of8,
  .t-wlg-width9of9,
  .t-wlg-width10of10 {
    width: 100% !important; } }

/*
	jQuery Touch Optimized Sliders "R"Us
	Core CSS
*/
.tos-noanimation {
  -webkit-transition-property: none !important;
  transition-property: none !important; }

.tos-fastanimation {
  -webkit-transition-duration: 0.2s !important;
          transition-duration: 0.2s !important;
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.tos-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .tos-wrapper.tos-opened {
    display: block; }
  .tos-wrapper.tos-opening {
    opacity: 1; }
  .tos-wrapper.tos-fixed {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000; }
  .tos-wrapper.tos-inline {
    position: relative; }

.tos-slider {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative; }

.tos-wrapper.tos-fx-slide .tos-slider {
  left: 0;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease; }

.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
  position: absolute; }

.tos-wrapper.tos-fx-fade .tos-slider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.tos-uibg {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

.tos-fill .tos-uibg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.tos-desktop .tos-wrapper:hover .tos-uibg,
.tos-touch .tos-wrapper.tos-hover .tos-uibg {
  opacity: 1; }

.tos-slide {
  -webkit-overflow-scrolling: touch;
  line-height: 1px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .tos-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }
  .tos-slide.tos-loading > * {
    opacity: 0; }
  .tos-slide > * {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }

.tos-slide > * {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.tos-slide.tos-html > div {
  -webkit-overflow-scrolling: touch;
  white-space: normal;
  text-align: left;
  line-height: 1.5; }
  .tos-slide.tos-html > div * {
    -webkit-text-size-adjust: none;
       -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
            text-size-adjust: none; }

.tos-wrapper.tos-fill .tos-slide.tos-image > img {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%; }

.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
  background-color: #fff;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 40px;
  overflow: auto; }

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(0, 0, 0, 0.85); }
  .tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
    padding: 20px; }

.t-alignJustify {
  text-align: justify !important;
  text-justify: inter-ideograph !important; }

@media (min-width: 768px) {
  .t-wsm-alignLeft {
    text-align: left !important; }
  .t-wsm-alignRight {
    text-align: right !important; }
  .t-wsm-alignCenter {
    text-align: center !important; }
  .t-wsm-alignJustify {
    text-align: justify !important;
    text-justify: inter-ideograph !important; }
  .t-wsm-alignBaseline {
    vertical-align: baseline !important; }
  .t-wsm-alignTop {
    vertical-align: top !important; }
  .t-wsm-alignMiddle {
    vertical-align: middle !important; }
  .t-wsm-alignBottom {
    vertical-align: bottom !important; }
  .t-wsm-alignTextTop {
    vertical-align: text-top !important; }
  .t-wsm-alignTextBottom {
    vertical-align: text-bottom !important; }
  .t-wsm-alignSuper {
    vertical-align: super !important; }
  .t-wsm-alignSub {
    vertical-align: sub !important; } }

@media (min-width: 992px) {
  .t-wmd-alignLeft {
    text-align: left !important; }
  .t-wmd-alignRight {
    text-align: right !important; }
  .t-wmd-alignCenter {
    text-align: center !important; }
  .t-wmd-alignJustify {
    text-align: justify !important;
    text-justify: inter-ideograph !important; }
  .t-wmd-alignBaseline {
    vertical-align: baseline !important; }
  .t-wmd-alignTop {
    vertical-align: top !important; }
  .t-wmd-alignMiddle {
    vertical-align: middle !important; }
  .t-wmd-alignBottom {
    vertical-align: bottom !important; }
  .t-wmd-alignTextTop {
    vertical-align: text-top !important; }
  .t-wmd-alignTextBottom {
    vertical-align: text-bottom !important; }
  .t-wmd-alignSuper {
    vertical-align: super !important; }
  .t-wmd-alignSub {
    vertical-align: sub !important; } }

@media (min-width: 1200px) {
  .t-wlg-alignLeft {
    text-align: left !important; }
  .t-wlg-alignRight {
    text-align: right !important; }
  .t-wlg-alignCenter {
    text-align: center !important; }
  .t-wlg-alignJustify {
    text-align: justify !important;
    text-justify: inter-ideograph !important; }
  .t-wlg-alignBaseline {
    vertical-align: baseline !important; }
  .t-wlg-alignTop {
    vertical-align: top !important; }
  .t-wlg-alignMiddle {
    vertical-align: middle !important; }
  .t-wlg-alignBottom {
    vertical-align: bottom !important; }
  .t-wlg-alignTextTop {
    vertical-align: text-top !important; }
  .t-wlg-alignTextBottom {
    vertical-align: text-bottom !important; }
  .t-wlg-alignSuper {
    vertical-align: super !important; }
  .t-wlg-alignSub {
    vertical-align: sub !important; } }

.t-gutter, .ty-Magic-content-sean1-inner, .SlickMasthead-overlay-inner-catch, .interview-Header h2,
.interview-Header h3 {
  padding-left: 12px;
  padding-left: 1.2rem;
  padding-right: 12px;
  padding-right: 1.2rem; }

.t-gutterReset {
  margin-left: -12px;
  margin-left: -1.2rem;
  margin-right: -12px;
  margin-right: -1.2rem; }

.t-gutterSlim {
  padding-left: 6px;
  padding-left: 0.6rem;
  padding-right: 6px;
  padding-right: 0.6rem; }

.t-gutterSlimReset {
  margin-left: -6px !important;
  margin-left: -0.6rem !important;
  margin-right: -6px !important;
  margin-right: -0.6rem !important; }

/*
 * sircus-tools-gutter
 ================================================== */
.t-ma-00 {
  margin: 0 !important; }

.t-ma-mn {
  margin: 8px !important;
  margin: 0.8rem !important; }

.t-ma-xs {
  margin: 12px !important;
  margin: 1.2rem !important; }

.t-ma-sm {
  margin: 20px !important;
  margin: 2rem !important; }

.t-ma-bs {
  margin: 24px !important;
  margin: 2.4rem !important; }

.t-ma-lg {
  margin: 36px !important;
  margin: 3.6rem !important; }

.t-ma-xl {
  margin: 48px !important;
  margin: 4.8rem !important; }

.t-ma-mg {
  margin: 60px !important;
  margin: 6rem !important; }

.t-ma-hg {
  margin: 80px !important;
  margin: 8rem !important; }

.t-mt-00 {
  margin-top: 0 !important; }

.t-mt-mn {
  margin-top: 8px !important;
  margin-top: 0.8rem !important; }

.t-mt-xs, .ty-FindUs {
  margin-top: 12px !important;
  margin-top: 1.2rem !important; }

.t-mt-sm {
  margin-top: 20px !important;
  margin-top: 2rem !important; }

.t-mt-bs {
  margin-top: 24px !important;
  margin-top: 2.4rem !important; }

.t-mt-lg {
  margin-top: 36px !important;
  margin-top: 3.6rem !important; }

.t-mt-xl {
  margin-top: 48px !important;
  margin-top: 4.8rem !important; }

.t-mt-mg {
  margin-top: 60px !important;
  margin-top: 6rem !important; }

.t-mt-hg {
  margin-top: 80px !important;
  margin-top: 8rem !important; }

.t-mb-00 {
  margin-bottom: 0 !important; }

.t-mb-mn {
  margin-bottom: 8px !important;
  margin-bottom: 0.8rem !important; }

.t-mb-xs {
  margin-bottom: 12px !important;
  margin-bottom: 1.2rem !important; }

.t-mb-sm, .s-Brewery.p-order #brewery-order-shippingCal-wrap,
.s-Brewery.p-order #brewery-order-shipping-wrap,
.s-Brewery.p-order #brewery-order-gift-other-wrap,
.s-Brewery.p-order #brewery-order-products-flavor {
  margin-bottom: 20px !important;
  margin-bottom: 2rem !important; }

.t-mb-bs {
  margin-bottom: 24px !important;
  margin-bottom: 2.4rem !important; }

.t-mb-lg {
  margin-bottom: 36px !important;
  margin-bottom: 3.6rem !important; }

.t-mb-xl, .ty-FindUs {
  margin-bottom: 48px !important;
  margin-bottom: 4.8rem !important; }

.t-mb-mg {
  margin-bottom: 60px !important;
  margin-bottom: 6rem !important; }

.t-mb-hg {
  margin-bottom: 80px !important;
  margin-bottom: 8rem !important; }

.t-pa-00 {
  padding: 0 !important; }

.t-pa-mn {
  padding: 8px !important;
  padding: 0.8rem !important; }

.t-pa-xs {
  padding: 12px !important;
  padding: 1.2rem !important; }

.t-pa-sm {
  padding: 20px !important;
  padding: 2rem !important; }

.t-pa-bs {
  padding: 24px !important;
  padding: 2.4rem !important; }

.t-pa-lg {
  padding: 36px !important;
  padding: 3.6rem !important; }

.t-pa-xl {
  padding: 48px !important;
  padding: 4.8rem !important; }

.t-pa-mg {
  padding: 60px !important;
  padding: 6rem !important; }

.t-pa-hg {
  padding: 80px !important;
  padding: 8rem !important; }

.t-pt-00, .breweryChoice {
  padding-top: 0 !important; }

.t-pt-mn {
  padding-top: 8px !important;
  padding-top: 0.8rem !important; }

.t-pt-xs, .ty-FindUs-title, .breweryChoice-item {
  padding-top: 12px !important;
  padding-top: 1.2rem !important; }

.t-pt-sm {
  padding-top: 20px !important;
  padding-top: 2rem !important; }

.t-pt-bs {
  padding-top: 24px !important;
  padding-top: 2.4rem !important; }

.t-pt-lg {
  padding-top: 36px !important;
  padding-top: 3.6rem !important; }

.t-pt-xl {
  padding-top: 48px !important;
  padding-top: 4.8rem !important; }

.t-pt-mg {
  padding-top: 60px !important;
  padding-top: 6rem !important; }

.t-pt-hg {
  padding-top: 80px !important;
  padding-top: 8rem !important; }

.t-pb-00 {
  padding-bottom: 0 !important; }

.t-pb-mn {
  padding-bottom: 8px !important;
  padding-bottom: 0.8rem !important; }

.t-pb-xs, .breweryChoice-item {
  padding-bottom: 12px !important;
  padding-bottom: 1.2rem !important; }

.t-pb-sm {
  padding-bottom: 20px !important;
  padding-bottom: 2rem !important; }

.t-pb-bs {
  padding-bottom: 24px !important;
  padding-bottom: 2.4rem !important; }

.t-pb-lg {
  padding-bottom: 36px !important;
  padding-bottom: 3.6rem !important; }

.t-pb-xl {
  padding-bottom: 48px !important;
  padding-bottom: 4.8rem !important; }

.t-pb-mg {
  padding-bottom: 60px !important;
  padding-bottom: 6rem !important; }

.t-pb-hg, #alo_easymail_page {
  padding-bottom: 80px !important;
  padding-bottom: 8rem !important; }

@media (min-width: 480px) {
  .t-wxs-ma-00 {
    margin: 0 !important; }
  .t-wxs-ma-mn {
    margin: 0.8rem !important; }
  .t-wxs-ma-xs {
    margin: 1.2rem !important; }
  .t-wxs-ma-sm {
    margin: 2rem !important; }
  .t-wxs-ma-bs {
    margin: 2.4rem !important; }
  .t-wxs-ma-lg {
    margin: 3.6rem !important; }
  .t-wxs-ma-xl {
    margin: 4.8rem !important; }
  .t-wxs-ma-mg {
    margin: 6rem !important; }
  .t-wxs-ma-hg {
    margin: 8rem !important; }
  .t-wxs-mt-00 {
    margin-top: 0 !important; }
  .t-wxs-mt-mn {
    margin-top: 0.8rem !important; }
  .t-wxs-mt-xs {
    margin-top: 1.2rem !important; }
  .t-wxs-mt-sm {
    margin-top: 2rem !important; }
  .t-wxs-mt-bs {
    margin-top: 2.4rem !important; }
  .t-wxs-mt-lg {
    margin-top: 3.6rem !important; }
  .t-wxs-mt-xl {
    margin-top: 4.8rem !important; }
  .t-wxs-mt-mg {
    margin-top: 6rem !important; }
  .t-wxs-mt-hg {
    margin-top: 8rem !important; }
  .t-wxs-mb-00 {
    margin-bottom: 0 !important; }
  .t-wxs-mb-mn {
    margin-bottom: 0.8rem !important; }
  .t-wxs-mb-xs {
    margin-bottom: 1.2rem !important; }
  .t-wxs-mb-sm {
    margin-bottom: 2rem !important; }
  .t-wxs-mb-bs {
    margin-bottom: 2.4rem !important; }
  .t-wxs-mb-lg {
    margin-bottom: 3.6rem !important; }
  .t-wxs-mb-xl {
    margin-bottom: 4.8rem !important; }
  .t-wxs-mb-mg {
    margin-bottom: 6rem !important; }
  .t-wxs-mb-hg {
    margin-bottom: 8rem !important; }
  .t-wxs-pa-00 {
    padding: 0 !important; }
  .t-wxs-pa-mn {
    padding: 0.8rem !important; }
  .t-wxs-pa-xs {
    padding: 1.2rem !important; }
  .t-wxs-pa-sm {
    padding: 2rem !important; }
  .t-wxs-pa-bs {
    padding: 2.4rem !important; }
  .t-wxs-pa-lg {
    padding: 3.6rem !important; }
  .t-wxs-pa-xl {
    padding: 4.8rem !important; }
  .t-wxs-pa-mg {
    padding: 6rem !important; }
  .t-wxs-pa-hg {
    padding: 8rem !important; }
  .t-wxs-pt-00 {
    padding-top: 0 !important; }
  .t-wxs-pt-mn {
    padding-top: 0.8rem !important; }
  .t-wxs-pt-xs {
    padding-top: 1.2rem !important; }
  .t-wxs-pt-sm {
    padding-top: 2rem !important; }
  .t-wxs-pt-bs {
    padding-top: 2.4rem !important; }
  .t-wxs-pt-lg {
    padding-top: 3.6rem !important; }
  .t-wxs-pt-xl {
    padding-top: 4.8rem !important; }
  .t-wxs-pt-mg {
    padding-top: 6rem !important; }
  .t-wxs-pt-hg {
    padding-top: 8rem !important; }
  .t-wxs-pb-00 {
    padding-bottom: 0 !important; }
  .t-wxs-pb-mn {
    padding-bottom: 0.8rem !important; }
  .t-wxs-pb-xs {
    padding-bottom: 1.2rem !important; }
  .t-wxs-pb-sm {
    padding-bottom: 2rem !important; }
  .t-wxs-pb-bs {
    padding-bottom: 2.4rem !important; }
  .t-wxs-pb-lg {
    padding-bottom: 3.6rem !important; }
  .t-wxs-pb-xl {
    padding-bottom: 4.8rem !important; }
  .t-wxs-pb-mg {
    padding-bottom: 6rem !important; }
  .t-wxs-pb-hg {
    padding-bottom: 8rem !important; } }

@media (min-width: 768px) {
  .t-wsm-ma-00 {
    margin: 0 !important; }
  .t-wsm-ma-mn {
    margin: 0.8rem !important; }
  .t-wsm-ma-xs {
    margin: 1.2rem !important; }
  .t-wsm-ma-sm {
    margin: 2rem !important; }
  .t-wsm-ma-bs {
    margin: 2.4rem !important; }
  .t-wsm-ma-lg {
    margin: 3.6rem !important; }
  .t-wsm-ma-xl {
    margin: 4.8rem !important; }
  .t-wsm-ma-mg {
    margin: 6rem !important; }
  .t-wsm-ma-hg {
    margin: 8rem !important; }
  .t-wsm-mt-00 {
    margin-top: 0 !important; }
  .t-wsm-mt-mn {
    margin-top: 0.8rem !important; }
  .t-wsm-mt-xs {
    margin-top: 1.2rem !important; }
  .t-wsm-mt-sm {
    margin-top: 2rem !important; }
  .t-wsm-mt-bs {
    margin-top: 2.4rem !important; }
  .t-wsm-mt-lg {
    margin-top: 3.6rem !important; }
  .t-wsm-mt-xl {
    margin-top: 4.8rem !important; }
  .t-wsm-mt-mg {
    margin-top: 6rem !important; }
  .t-wsm-mt-hg {
    margin-top: 8rem !important; }
  .t-wsm-mb-00 {
    margin-bottom: 0 !important; }
  .t-wsm-mb-mn {
    margin-bottom: 0.8rem !important; }
  .t-wsm-mb-xs {
    margin-bottom: 1.2rem !important; }
  .t-wsm-mb-sm {
    margin-bottom: 2rem !important; }
  .t-wsm-mb-bs {
    margin-bottom: 2.4rem !important; }
  .t-wsm-mb-lg {
    margin-bottom: 3.6rem !important; }
  .t-wsm-mb-xl {
    margin-bottom: 4.8rem !important; }
  .t-wsm-mb-mg {
    margin-bottom: 6rem !important; }
  .t-wsm-mb-hg {
    margin-bottom: 8rem !important; }
  .t-wsm-pa-00 {
    padding: 0 !important; }
  .t-wsm-pa-mn {
    padding: 0.8rem !important; }
  .t-wsm-pa-xs {
    padding: 1.2rem !important; }
  .t-wsm-pa-sm {
    padding: 2rem !important; }
  .t-wsm-pa-bs {
    padding: 2.4rem !important; }
  .t-wsm-pa-lg {
    padding: 3.6rem !important; }
  .t-wsm-pa-xl {
    padding: 4.8rem !important; }
  .t-wsm-pa-mg {
    padding: 6rem !important; }
  .t-wsm-pa-hg {
    padding: 8rem !important; }
  .t-wsm-pt-00 {
    padding-top: 0 !important; }
  .t-wsm-pt-mn {
    padding-top: 0.8rem !important; }
  .t-wsm-pt-xs {
    padding-top: 1.2rem !important; }
  .t-wsm-pt-sm {
    padding-top: 2rem !important; }
  .t-wsm-pt-bs {
    padding-top: 2.4rem !important; }
  .t-wsm-pt-lg {
    padding-top: 3.6rem !important; }
  .t-wsm-pt-xl {
    padding-top: 4.8rem !important; }
  .t-wsm-pt-mg {
    padding-top: 6rem !important; }
  .t-wsm-pt-hg {
    padding-top: 8rem !important; }
  .t-wsm-pb-00 {
    padding-bottom: 0 !important; }
  .t-wsm-pb-mn {
    padding-bottom: 0.8rem !important; }
  .t-wsm-pb-xs {
    padding-bottom: 1.2rem !important; }
  .t-wsm-pb-sm {
    padding-bottom: 2rem !important; }
  .t-wsm-pb-bs {
    padding-bottom: 2.4rem !important; }
  .t-wsm-pb-lg {
    padding-bottom: 3.6rem !important; }
  .t-wsm-pb-xl {
    padding-bottom: 4.8rem !important; }
  .t-wsm-pb-mg {
    padding-bottom: 6rem !important; }
  .t-wsm-pb-hg {
    padding-bottom: 8rem !important; } }

@media (min-width: 992px) {
  .t-wmd-ma-00 {
    margin: 0 !important; }
  .t-wmd-ma-mn {
    margin: 0.8rem !important; }
  .t-wmd-ma-xs {
    margin: 1.2rem !important; }
  .t-wmd-ma-sm {
    margin: 2rem !important; }
  .t-wmd-ma-bs {
    margin: 2.4rem !important; }
  .t-wmd-ma-lg {
    margin: 3.6rem !important; }
  .t-wmd-ma-xl {
    margin: 4.8rem !important; }
  .t-wmd-ma-mg {
    margin: 6rem !important; }
  .t-wmd-ma-hg {
    margin: 8rem !important; }
  .t-wmd-mt-00 {
    margin-top: 0 !important; }
  .t-wmd-mt-mn {
    margin-top: 0.8rem !important; }
  .t-wmd-mt-xs {
    margin-top: 1.2rem !important; }
  .t-wmd-mt-sm {
    margin-top: 2rem !important; }
  .t-wmd-mt-bs {
    margin-top: 2.4rem !important; }
  .t-wmd-mt-lg {
    margin-top: 3.6rem !important; }
  .t-wmd-mt-xl {
    margin-top: 4.8rem !important; }
  .t-wmd-mt-mg {
    margin-top: 6rem !important; }
  .t-wmd-mt-hg {
    margin-top: 8rem !important; }
  .t-wmd-mb-00 {
    margin-bottom: 0 !important; }
  .t-wmd-mb-mn {
    margin-bottom: 0.8rem !important; }
  .t-wmd-mb-xs {
    margin-bottom: 1.2rem !important; }
  .t-wmd-mb-sm {
    margin-bottom: 2rem !important; }
  .t-wmd-mb-bs {
    margin-bottom: 2.4rem !important; }
  .t-wmd-mb-lg {
    margin-bottom: 3.6rem !important; }
  .t-wmd-mb-xl {
    margin-bottom: 4.8rem !important; }
  .t-wmd-mb-mg {
    margin-bottom: 6rem !important; }
  .t-wmd-mb-hg {
    margin-bottom: 8rem !important; }
  .t-wmd-pa-00 {
    padding: 0 !important; }
  .t-wmd-pa-mn {
    padding: 0.8rem !important; }
  .t-wmd-pa-xs {
    padding: 1.2rem !important; }
  .t-wmd-pa-sm {
    padding: 2rem !important; }
  .t-wmd-pa-bs {
    padding: 2.4rem !important; }
  .t-wmd-pa-lg {
    padding: 3.6rem !important; }
  .t-wmd-pa-xl {
    padding: 4.8rem !important; }
  .t-wmd-pa-mg {
    padding: 6rem !important; }
  .t-wmd-pa-hg {
    padding: 8rem !important; }
  .t-wmd-pt-00 {
    padding-top: 0 !important; }
  .t-wmd-pt-mn {
    padding-top: 0.8rem !important; }
  .t-wmd-pt-xs {
    padding-top: 1.2rem !important; }
  .t-wmd-pt-sm {
    padding-top: 2rem !important; }
  .t-wmd-pt-bs {
    padding-top: 2.4rem !important; }
  .t-wmd-pt-lg {
    padding-top: 3.6rem !important; }
  .t-wmd-pt-xl {
    padding-top: 4.8rem !important; }
  .t-wmd-pt-mg {
    padding-top: 6rem !important; }
  .t-wmd-pt-hg {
    padding-top: 8rem !important; }
  .t-wmd-pb-00 {
    padding-bottom: 0 !important; }
  .t-wmd-pb-mn {
    padding-bottom: 0.8rem !important; }
  .t-wmd-pb-xs {
    padding-bottom: 1.2rem !important; }
  .t-wmd-pb-sm {
    padding-bottom: 2rem !important; }
  .t-wmd-pb-bs {
    padding-bottom: 2.4rem !important; }
  .t-wmd-pb-lg {
    padding-bottom: 3.6rem !important; }
  .t-wmd-pb-xl {
    padding-bottom: 4.8rem !important; }
  .t-wmd-pb-mg {
    padding-bottom: 6rem !important; }
  .t-wmd-pb-hg {
    padding-bottom: 8rem !important; } }

@media (min-width: 1200px) {
  .t-wlg-ma-00 {
    margin: 0 !important; }
  .t-wlg-ma-mn {
    margin: 0.8rem !important; }
  .t-wlg-ma-xs {
    margin: 1.2rem !important; }
  .t-wlg-ma-sm {
    margin: 2rem !important; }
  .t-wlg-ma-bs {
    margin: 2.4rem !important; }
  .t-wlg-ma-lg {
    margin: 3.6rem !important; }
  .t-wlg-ma-xl {
    margin: 4.8rem !important; }
  .t-wlg-ma-mg {
    margin: 6rem !important; }
  .t-wlg-ma-hg {
    margin: 8rem !important; }
  .t-wlg-mt-00 {
    margin-top: 0 !important; }
  .t-wlg-mt-mn {
    margin-top: 0.8rem !important; }
  .t-wlg-mt-xs {
    margin-top: 1.2rem !important; }
  .t-wlg-mt-sm {
    margin-top: 2rem !important; }
  .t-wlg-mt-bs {
    margin-top: 2.4rem !important; }
  .t-wlg-mt-lg {
    margin-top: 3.6rem !important; }
  .t-wlg-mt-xl {
    margin-top: 4.8rem !important; }
  .t-wlg-mt-mg {
    margin-top: 6rem !important; }
  .t-wlg-mt-hg {
    margin-top: 8rem !important; }
  .t-wlg-mb-00 {
    margin-bottom: 0 !important; }
  .t-wlg-mb-mn {
    margin-bottom: 0.8rem !important; }
  .t-wlg-mb-xs {
    margin-bottom: 1.2rem !important; }
  .t-wlg-mb-sm {
    margin-bottom: 2rem !important; }
  .t-wlg-mb-bs {
    margin-bottom: 2.4rem !important; }
  .t-wlg-mb-lg {
    margin-bottom: 3.6rem !important; }
  .t-wlg-mb-xl {
    margin-bottom: 4.8rem !important; }
  .t-wlg-mb-mg {
    margin-bottom: 6rem !important; }
  .t-wlg-mb-hg {
    margin-bottom: 8rem !important; }
  .t-wlg-pa-00 {
    padding: 0 !important; }
  .t-wlg-pa-mn {
    padding: 0.8rem !important; }
  .t-wlg-pa-xs {
    padding: 1.2rem !important; }
  .t-wlg-pa-sm {
    padding: 2rem !important; }
  .t-wlg-pa-bs {
    padding: 2.4rem !important; }
  .t-wlg-pa-lg {
    padding: 3.6rem !important; }
  .t-wlg-pa-xl {
    padding: 4.8rem !important; }
  .t-wlg-pa-mg {
    padding: 6rem !important; }
  .t-wlg-pa-hg {
    padding: 8rem !important; }
  .t-wlg-pt-00 {
    padding-top: 0 !important; }
  .t-wlg-pt-mn {
    padding-top: 0.8rem !important; }
  .t-wlg-pt-xs {
    padding-top: 1.2rem !important; }
  .t-wlg-pt-sm {
    padding-top: 2rem !important; }
  .t-wlg-pt-bs {
    padding-top: 2.4rem !important; }
  .t-wlg-pt-lg {
    padding-top: 3.6rem !important; }
  .t-wlg-pt-xl {
    padding-top: 4.8rem !important; }
  .t-wlg-pt-mg {
    padding-top: 6rem !important; }
  .t-wlg-pt-hg {
    padding-top: 8rem !important; }
  .t-wlg-pb-00 {
    padding-bottom: 0 !important; }
  .t-wlg-pb-mn {
    padding-bottom: 0.8rem !important; }
  .t-wlg-pb-xs {
    padding-bottom: 1.2rem !important; }
  .t-wlg-pb-sm {
    padding-bottom: 2rem !important; }
  .t-wlg-pb-bs {
    padding-bottom: 2.4rem !important; }
  .t-wlg-pb-lg {
    padding-bottom: 3.6rem !important; }
  .t-wlg-pb-xl {
    padding-bottom: 4.8rem !important; }
  .t-wlg-pb-mg {
    padding-bottom: 6rem !important; }
  .t-wlg-pb-hg {
    padding-bottom: 8rem !important; } }

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

html {
  font-size: 10px; }

body {
  letter-spacing: .05em;
  line-height: 1.8;
  overflow-x: hidden; }

a {
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  a:hover {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none; }
  a:hover .Icon--circle,
  a:hover .icon--circle {
    color: #fff;
    fill: #fff; }

figure {
  margin: 0; }

textarea {
  border-color: #ccc; }

.wp-caption,
.wp-caption a {
  width: auto !important; }

.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important; }
  .wp-caption.aligncenter .wp-caption-text,
  .wp-caption.aligncenter img {
    margin-left: 5px;
    margin-right: 5px; }
  .wp-caption.aligncenter .wp-caption-text {
    margin-top: 2px;
    text-align: center !important; }

.tos-prev,
.tos-next,
.tos-close {
  background-color: transparent !important; }

.Icon--circle {
  color: #fff;
  border-radius: 50%;
  background-color: #b4b4b4; }

.ty-hr-gray {
  border-top: 1px solid #c8c8c8; }

.ty-hr-black {
  border-top: 1px solid #000; }

.ty-hr-slim {
  width: 140px;
  border-top: 1px solid #c8c8c8;
  margin-left: auto;
  margin-right: auto; }

.js-imagesLoaded {
  opacity: 0;
  -webkit-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
  background-image: url("../images/common/loader-large-white.gif");
  background-position: center center;
  background-repeat: no-repeat; }
  .js-imagesLoaded.in {
    opacity: 1 !important;
    background-image: none; }

.ty-AccessContentBody p {
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

.ty-Policy ol > li {
  margin-bottom: 48px;
  margin-bottom: 4.8rem; }
  .ty-Policy ol > li h2 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem; }

.ty-Policy ol > li > ol,
.ty-Policy ol > li > ol > li {
  margin: 24px 0;
  margin: 2.4rem 0; }

.ty-ResponsiveMargin {
  margin-bottom: 60px;
  margin-bottom: 6rem; }
  @media (min-width: 768px) {
    .ty-ResponsiveMargin {
      margin-bottom: 8rem; } }

.ContainerNarrowSlim,
.ContainerNarrow,
.ContainerNarrowSmall {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-left: 0.6rem;
  padding-right: 6px;
  padding-right: 0.6rem; }

@media (min-width: 768px) {
  
  .ContainerNarrow,
  .ContainerNarrowSmall {
    width: 74.4rem; } }

@media (min-width: 992px) {
  
  .ContainerNarrow,
  .ContainerNarrowSmall {
    width: 96.4rem; } }

@media (min-width: 1200px) {
  
  .ContainerNarrow,
  .ContainerNarrowSmall {
    width: 116.4rem; } }

.ContainerNarrowSlim {
  max-width: 744px;
  max-width: 74.4rem; }

/*　sircus-components-grid
======================================== */
.Grid,
.GridNarrow,
.recruit-Career-step-listGrid {
  font-size: 0;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left; }

.Grid .Grid {
  margin-left: -12px;
  margin-left: -1.2rem;
  margin-right: -12px;
  margin-right: -1.2rem; }

.GridNarrow .GridNarrow, .recruit-Career-step-listGrid .GridNarrow, .GridNarrow .recruit-Career-step-listGrid, .recruit-Career-step-listGrid .recruit-Career-step-listGrid {
  margin-left: -6px;
  margin-left: -0.6rem;
  margin-right: -6px;
  margin-right: -0.6rem; }

.Grid-col,
.GridNarrow-col,
.recruit-Career-step-listGrid li {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 1px;
  text-align: left;
  vertical-align: top; }

.Grid-col {
  padding-right: 12px;
  padding-right: 1.2rem;
  padding-left: 12px;
  padding-left: 1.2rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }


.GridNarrow-col,
.recruit-Career-step-listGrid li {
  padding-right: 6px;
  padding-right: 0.6rem;
  padding-left: 6px;
  padding-left: 0.6rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

/* .Grid--float */
.Grid--float > .Grid-col,
.GridNarrow--float > .GridNarrow-col,
.recruit-Career-step-listGrid .GridNarrow--float > li {
  float: left; }

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

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

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

.Grid--top > .Grid-col,
.GridNarrow--top > .GridNarrow-col,
.recruit-Career-step-listGrid .GridNarrow--top > li {
  vertical-align: top; }

.Grid--middle > .Grid-col,
.GridNarrow--middle > .GridNarrow-col,
.recruit-Career-step-listGrid .GridNarrow--middle > li {
  vertical-align: middle; }

.Grid--bottom > .Grid-col,
.GridNarrow--bottom > .GridNarrow-col,
.recruit-Career-step-listGrid .GridNarrow--bottom > li {
  vertical-align: bottom; }

@media (min-width: 768px) {
  .Grid-col--smReset {
    padding-left: 12px;
    padding-right: 12px; } }

.Grid-col--smReset a {
  margin-left: -12px;
  margin-right: -12px; }
  @media (min-width: 768px) {
    .Grid-col--smReset a {
      margin-left: 0;
      margin-right: 0; } }

.GridNarrow-col--smReset {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .GridNarrow-col--smReset {
      padding-left: 6px;
      padding-right: 6px; } }
  .GridNarrow-col--smReset a {
    margin-left: -6px;
    margin-right: -6px; }
    @media (min-width: 768px) {
      .GridNarrow-col--smReset a {
        margin-left: 0;
        margin-right: 0; } }

.Row, .breweryChoice-item,
.Grid,
.GridNarrow,
.recruit-Career-step-listGrid {
  letter-spacing: -0.4em;
  word-spacing: -1em; }

.Row-col, .ty-List-title,
.ty-List-img, .breweryChoice-item-col,
.Grid-col,
.GridNarrow-col,
.recruit-Career-step-listGrid li {
  letter-spacing: normal;
  word-spacing: normal; }

@media (min-width: 1200px) {
  
  .Container,
  .ContainerSmall,
  .ContainerNarrow,
  .ContainerNarrowSmall {
    width: 96.4rem; } }

@media (min-width: 768px) {
  .ContainerSlim,
  .ContainerNarrowSlim {
    max-width: 69.4rem; } }

@media (min-width: 480px) {
  .ContainerSmall,
  .ContainerNarrowSmall {
    max-width: 48rem; } }

/*
# Typography

Description

```
<h1 class="t-uppercase t-mt-hg">Typography</h1>
<hr>
<h2 class="t-mt-hg">ENG</h2>
<hr>
<h3>.ty-TypoEn</h3>
<p class="ty-TypoEn">
  Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<hr>
<h3>.ty-TypoEnBold</h3>
<p class="ty-TypoEnBold">
  Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<hr>
<h3>.ty-CatchEn</h3>
<p class="ty-CatchEn">
  Lorem ipsum dolor sit amet
</p>
<hr>
<h3>.ty-TitleLink</h3>
<p class="ty-TitleLink">
  Lorem ipsum dolor sit amet
</p>
<hr>
<h3>.ty-TitleEn</h3>
<p class="ty-TitleEn">
  Lorem ipsum dolor sit amet
</p>
<hr>
<h3>.ty-TitleEn.ty-TitleEn--border</h3>
<p class="ty-TitleEn ty-TitleEn--border">
  Lorem ipsum dolor sit amet
</p>
<hr>
<h3>.ty-TitleBlock</h3>
<p class="ty-TitleBlock">募集要項</p>
<hr>
<h2 class="t-mt-hg">JPN</h2>
<h3>.ty-LeadJa</h3>
<p class="ty-LeadJa">
  この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。
</p>
<hr>
<h3>.ty-TypoJaSerif</h3>
<p class="ty-TypoJaSerif">
  この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。
</p>
<hr>
<h3>.ty-TypoJaSans</h3>
<p class="ty-TypoJaSans">
  この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。
</p>

```
*/
.ty-TypoEn, .en .ty-TypoSans, .bogo-language-switcher,
.Button-close, .Button--minimal, #alo_em_widget_loading, .news-Item-cat {
  font-family: "Roboto", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .1em;
  font-weight: 400; }

.ty-TitleEn, .interview-athorJob, .ty-FillCollapseBody-contents-cat, .ty-List-title > *, .bsns-restList-title, .ty-TypoEnBold, .ty-TitleLink, .ty-CatchEn, .ty-Footer-title, .ty-Navbar-nav > li > a, .ty-Dropdown-menu, .ty-pageHeader-title, .ty-Magic-content-sean1-inner-title, .SlickMasthead-overlay-inner-title, .ty-Fill-inner-cat, .ty-Media-title {
  font-family: "Roboto", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .1em;
  font-weight: 700; }

.ty-TypoJaSans, .ja .ty-TypoSans, .recruit-WorkValue .recruit-WorkValue-position {
  font-family: "Roboto", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

.ty-TypoJaSerif, .ja .ty-TypoSerif, .ja .ty-Fill-inner-title, .ja .ty-Fill-inner-text, .ja .ty-FillCollapseBody-contents-title, .ja .ty-Magic-content-sean1-inner-cap, .ja .ty-Magic-content-sean2, .ja .ty-TypeSerif, .recruit-WorkValue .recruit-WorkValue-name, .recruit-Career-step-description, .interview-Header h2, .interview-Contents .interview-Contents-title, .interview-Slide .ty-ImageOverlay-figure-caption span {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "NotoSerifSubset", serif;
  letter-spacing: .05em;
  text-align: justify; }

.ty-TypoEnSerif, .en .ty-TypoSerif, .en .ty-Fill-inner-title, .en .ty-Fill-inner-text, .en .ty-FillCollapseBody-contents-title, .en .ty-Magic-content-sean1-inner-cap, .en .ty-Magic-content-sean2, .en .ty-TypeSerif {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "NotoSerifSubset", serif;
  letter-spacing: .05em; }

.ty-TitleEn, .interview-athorJob, .ty-FillCollapseBody-contents-cat, .ty-List-title > *, .bsns-restList-title {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase; }

.ty-wsm-TypeLeft {
  text-align: left; }
  @media (min-width: 768px) {
    .ty-wsm-TypeLeft {
      text-align: center; } }

.ty-TitleEn, .interview-athorJob {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 8px;
  padding-bottom: .8rem; }

.ty-TitleEn--lg {
  font-size: 18px;
  font-size: 1.8rem; }

.ty-TitleEn--xl {
  font-size: 20px;
  font-size: 2rem; }

.ty-TitleEn--border {
  border-bottom: 1px solid #c8c8c8; }

.ty-TitleLink {
  padding-bottom: 16px;
  padding-bottom: 1.6rem;
  margin-top: 8px;
  margin-top: .8rem;
  background-image: url("../images/svg/icon-arrow.svg");
  background-size: 1.4rem 1.4rem;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .ty-TitleLink {
      background-image: none; } }

.ty-TitleBlock {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px;
  padding: .4rem;
  background: #eee;
  text-align: center; }

.ty-CatchEn {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0; }

.ty-Lead, .SlickMasthead-overlay-inner-catch {
  text-align: center;
  line-height: 1.6;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "NotoSerifSubset", serif;
  font-size: 16px;
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    .ty-Lead, .SlickMasthead-overlay-inner-catch {
      font-size: 2.4rem; } }

.ty-Lead--sm {
  font-size: 14px !important;
  font-size: 1.4rem !important; }

.ty-Lead--lg {
  font-size: 16px !important;
  font-size: 1.6rem !important; }

.ja .ty-TypoBody {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "NotoSerifSubset", serif;
  text-align: justify; }

.en .ty-TypoBody {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "NotoSerifSubset", serif;
  text-align: justify; }

.ty-TypoBody a {
  text-decoration: underline; }
  .ty-TypoBody a:hover {
    text-decoration: none; }

.ty-TypeSerif {
  font-size: 14px; }
  @media (min-width: 992px) {
    .ty-TypeSerif {
      font-size: 16px; } }

.ty-Footer {
  background-color: #f5f5f5;
  text-align: center;
  color: #b4b4b4; }
  .ty-Footer .Row-col, .ty-Footer .ty-List-title,
  .ty-Footer .ty-List-img, .ty-Footer .breweryChoice-item-col {
    margin-bottom: 24px; }
  .ty-Footer .Container, .ty-Footer .ContainerSmall {
    max-width: 320px; }
  .ty-Footer img[src$=".svg"],
  .ty-Footer img[src$=".svgz"] {
    width: 100%; }
  .ty-Footer a:hover,
  .ty-Footer a:focus {
    opacity: .75; }
  @media (min-width: 768px) {
    .ty-Footer .Container, .ty-Footer .ContainerSmall {
      max-width: 100%; } }

.ty-Footer-title {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.6;
  color: #575757; }

.ty-Footer-sns {
  font-size: 24px;
  margin-bottom: 8px;
  margin-bottom: .8rem; }
  .ty-Footer-sns .icon {
    color: #b4b4b4;
    font-size: 24px; }

.ty-Footer-link {
  margin-bottom: 8px;
  margin-bottom: .8rem;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center; }
  .ty-Footer-link li {
    padding: 0 2px;
    padding: 0 .2rem; }

.ty-Footer-copyright {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 24px; }

.ty-Hamburger {
  position: relative;
  display: block;
  margin-top: 10px; }
  .ty-Hamburger, .ty-Hamburger:before, .ty-Hamburger:after {
    height: 3px;
    width: 100%;
    border-radius: 1px;
    background-color: #c8c8c8;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
  .ty-Hamburger:before, .ty-Hamburger:after {
    position: absolute;
    content: " ";
    top: -8px;
    left: 0; }
  .ty-Hamburger:after {
    top: 8px; }
  .ty-Hamburger {
    background-color: transparent;
    top: 0; }
  .ty-Hamburger:before, .ty-Hamburger:after {
    top: 0; }
  .ty-Hamburger:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .ty-Hamburger:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .collapsed .ty-Hamburger {
    background-color: #c8c8c8; }
  .collapsed .ty-Hamburger:before {
    top: -8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .collapsed .ty-Hamburger:after {
    top: 8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.ty-Navbar {
  position: relative;
  min-height: 80px;
  min-height: 8rem;
  width: 100%;
  border: 0;
  border-radius: 1px;
  border-bottom: 1px solid #c8c8c8;
  text-transform: uppercase;
  -webkit-transition: top .4s ease-in-out;
  transition: top .4s ease-in-out;
  z-index: 9000; }
  @media (min-width: 992px) {
    .ty-Navbar {
      min-height: 14rem; } }

.ty-Navbar-brand {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  padding-top: 8px;
  padding-top: .8rem;
  text-align: center;
  z-index: 9100; }
  .ty-Navbar-brand:hover, .ty-Navbar-brand:focus {
    opacity: .75; }
  @media (min-width: 992px) {
    .ty-Navbar-brand {
      padding-top: 2.4rem; } }

@media (min-width: 992px) {
  .ty-Navbar-header {
    float: left; } }

.ty-Navbar-toggle {
  position: relative;
  background-color: transparent;
  background-image: none;
  border: 0 solid transparent;
  margin: 0;
  width: 44px;
  height: 80px;
  height: 8rem;
  padding: 12px 12px 52px;
  padding: 1.2rem 1.2rem 5.2rem;
  z-index: 9400; }
  .ty-Navbar-toggle:focus {
    outline: 0; }
  @media (min-width: 992px) {
    .ty-Navbar-toggle {
      display: none; } }

.ty-Navbar-collapse {
  overflow-x: visible;
  padding-right: 12px;
  padding-right: 1.2rem;
  padding-left: 12px;
  padding-left: 1.2rem;
  -webkit-overflow-scrolling: touch; }
  .ty-Navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .ty-Navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .ty-Navbar-collapse.collapse {
        display: block;
        visibility: visible;
        overflow: visible;
        height: auto;
        padding-bottom: 0; }
      .ty-Navbar-collapse.in {
        overflow-y: visible; } }

.Container > .ty-Navbar-header, .ContainerSmall > .ty-Navbar-header,
.Container > .ty-Navbar-collapse,
.ContainerSmall > .ty-Navbar-collapse,
.ContainerSlim > .ty-Navbar-header,
.ContainerSlim > .ty-Navbar-collapse,
.ContainerFull > .ty-Navbar-header,
.ContainerFull > .ty-Navbar-collapse {
  margin-right: -12px;
  margin-right: -1.2rem;
  margin-left: -12px;
  margin-left: -1.2rem; }
  @media (min-width: 992px) {
    .Container > .ty-Navbar-header, .ContainerSmall > .ty-Navbar-header,
    .Container > .ty-Navbar-collapse,
    .ContainerSmall > .ty-Navbar-collapse,
    .ContainerSlim > .ty-Navbar-header,
    .ContainerSlim > .ty-Navbar-collapse,
    .ContainerFull > .ty-Navbar-header,
    .ContainerFull > .ty-Navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.ty-Navbar-nav {
  margin-right: -12px;
  margin-right: -1.2rem;
  margin-left: -12px;
  margin-left: -1.2rem; }
  .ty-Navbar-nav > li {
    border-bottom: 1px solid #c8c8c8; }
    .ty-Navbar-nav > li:first-child {
      border-top: 1px solid #c8c8c8; }
  .ty-Navbar-nav > li > a {
    line-height: 2; }
  @media (min-width: 992px) {
    .ty-Navbar-nav {
      margin: 0;
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      text-align: center; }
      .ty-Navbar-nav > li {
        display: inline-block;
        border-bottom: none; }
        .ty-Navbar-nav > li:first-child {
          border-top: none; } }

@media (max-width: 991px) {
  .open .ty-Dropdown-menu {
    position: static;
    float: none;
    width: auto;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .open .ty-Dropdown-menu > li {
      border-bottom: 1px dotted #c8c8c8; }
      .open .ty-Dropdown-menu > li:first-child {
        border-top: 1px dotted #c8c8c8; }
      .open .ty-Dropdown-menu > li:last-child {
        border-bottom: 0; }
    .open .ty-Dropdown-menu > li > a {
      padding: .8rem 1.2rem;
      background-color: transparent; }
      .open .ty-Dropdown-menu > li > a:hover, .open .ty-Dropdown-menu > li > a:focus {
        background-image: none; } }

.ty-Navbar-nav > li > .ty-Dropdown-menu {
  margin-top: 0;
  border-top-radius: 0; }

.is-fixed.ty-Navbar {
  position: fixed;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border: none;
  top: -50px;
  top: -5rem;
  min-height: 50px;
  min-height: 5rem; }
  .is-fixed.ty-Navbar .ty-Navbar-header {
    height: 50px;
    height: 5rem; }
  .is-fixed.ty-Navbar .ty-Navbar-brand {
    padding-top: 2px;
    height: 50px;
    height: 5rem; }
    .is-fixed.ty-Navbar .ty-Navbar-brand img {
      width: 110px;
      width: 11rem; }
  .is-fixed.ty-Navbar .ty-Navbar-toggle {
    height: 26px;
    height: 2.6rem;
    padding-bottom: 36px;
    padding-bottom: 3.6rem; }
  @media (min-width: 992px) {
    .is-fixed.ty-Navbar .ty-Navbar-brand {
      position: absolute;
      margin-top: 2px;
      width: 11rem;
      left: 1.2rem;
      padding-top: 0;
      text-align: center; } }

.is-fixed-after.ty-Navbar {
  top: 0; }

.ty-Nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .ty-Nav > li {
    position: relative; }
    .ty-Nav > li > a {
      position: relative;
      display: block;
      padding: 12px 12px;
      padding: 1.2rem 1.2rem; }
      .ty-Nav > li > a:hover, .ty-Nav > li > a:focus {
        text-decoration: none; }
  .ty-Nav > li > a > img {
    max-width: none; }

.ty-Caret {
  display: inline-block;
  width: 8px;
  width: .8rem;
  height: 10px;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  background-size: .8rem .8rem;
  background-image: url("../images/svg/icon-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out; }

.ty-Caret--down {
  margin-left: 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
  .ie9 .ty-Caret--down {
    display: none !important; }

.ty-Caret--left {
  display: inline-block; }
  @media (min-width: 992px) {
    .ty-Caret--left {
      display: none; } }

.ty-Dropdown {
  position: relative; }

.ty-Dropdown-close {
  padding: 12px 0;
  padding: 1.2rem 0;
  text-align: right; }

.ty-Dropdown-toggle:focus {
  outline: 0; }

.ty-Dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9200;
  display: none;
  min-width: 160px;
  min-width: 16rem;
  padding: 5px 0;
  padding: .5rem 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  border-radius: 1px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }
  .ty-Dropdown-menu > li > a {
    display: block;
    padding: 4px 12px;
    padding: .4rem 1.2rem;
    clear: both;
    line-height: 1.5;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .ty-Dropdown-menu > li > a {
        opacity: .7; } }

@media (min-width: 992px) {
  .ty-Dropdown-menu > li > a:hover, .ty-Dropdown-menu > li > a:focus {
    opacity: 1; } }

.open .ty-Caret--down {
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important; }

.open > .ty-Dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.ty-fixed-logo {
  display: none; }

.is-fixed .ty-default-logo {
  display: none; }

.is-fixed .ty-fixed-logo {
  display: inline-block; }

/*
# bogo 言語切り換えボタン
Description
```
<button class="btn-primary">
  Button
</button>
<button class="btn-primary btn--lg">
  Button large
</button>
```
*/
.bogo-language-switcher {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  list-style: none;
  line-height: 1.2;
  z-index: 9300; }
  .bogo-language-switcher li > a {
    padding: 13px 12px;
    padding: 1.3rem 1.2rem; }
  .bogo-language-switcher .current {
    display: none !important; }
  @media (min-width: 992px) {
    .bogo-language-switcher {
      top: auto;
      bottom: 0;
      line-height: 2; } }

.is-fixed + .is-fixed-margin {
  margin-top: 80px;
  margin-top: 8rem; }
  @media (min-width: 768px) {
    .is-fixed + .is-fixed-margin {
      margin-top: 5rem; } }

.is-fixed + main .is-fixed-margin {
  padding-top: 80px;
  padding-top: 8rem; }
  @media (min-width: 768px) {
    .is-fixed + main .is-fixed-margin {
      margin-top: 5rem; } }

/*
# Icon
Description
```
<ul class="ListInline H0">
  <li><i class="Icon-arrow-left"></i></li>
  <li><i class="Icon-arrow-right"></i></li>
  <li><i class="Icon-baby"></i></li>
  <li><i class="Icon-bus"></i></li>
  <li><i class="Icon-car"></i></li>
  <li><i class="Icon-dot"></i></li>
  <li><i class="Icon-handicapped"></i></li>
  <li><i class="Icon-home"></i></li>
  <li><i class="Icon-instagram"></i></li>
  <li><i class="Icon-mail"></i></li>
  <li><i class="Icon-pet"></i></li>
  <li><i class="Icon-phone"></i></li>
  <li><i class="Icon-pinterest"></i></li>
  <li><i class="Icon-smoking"></i></li>
  <li><i class="Icon-train"></i></li>
  <li><i class="Icon-triangle-down"></i></li>
  <li><i class="Icon-twitter"></i></li>
</ul>
<ul class="ListInline  H0">
  <li><i class="Icon-arrow-left Icon--circle"></i></li>
  <li><i class="Icon-arrow-right Icon--circle"></i></li>
  <li><i class="Icon-baby Icon--circle"></i></li>
  <li><i class="Icon-bus Icon--circle"></i></li>
  <li><i class="Icon-car Icon--circle"></i></li>
  <li><i class="Icon-dot Icon--circle"></i></li>
  <li><i class="Icon-home Icon--circle"></i></li>
  <li><i class="Icon-handicapped Icon--circle"></i></li>
  <li><i class="Icon-instagram Icon--circle"></i></li>
  <li><i class="Icon-mail Icon--circle"></i></li>
  <li><i class="Icon-pet Icon--circle"></i></li>
  <li><i class="Icon-phone Icon--circle"></i></li>
  <li><i class="Icon-pinterest Icon--circle"></i></li>
  <li><i class="Icon-smoking Icon--circle"></i></li>
  <li><i class="Icon-train Icon--circle"></i></li>
  <li><i class="Icon-triangle-down Icon--circle"></i></li>
  <li><i class="Icon-twitter Icon--circle"></i></li>
</ul>
```
*/
@font-face {
  font-family: "Icon";
  src: url("../../static/font/Icon.eot");
  src: url("../../static/font/Icon.eot?#iefix") format("eot"), url("../../static/font/Icon.woff") format("woff"), url("../../static/font/Icon.ttf") format("truetype"), url("../../static/font/Icon.svg#Icon") format("svg");
  font-weight: normal;
  font-style: normal; }

.Icon-_arrow-left,
.Icon-_arrow-right,
.Icon-_dot,
.Icon-arrow-left,
.Icon-arrow-right,
.Icon-baby,
.Icon-bus,
.Icon-car,
.Icon-dot,
.Icon-facebook-lg,
.Icon-facebook-normal,
.Icon-facebook,
.Icon-google,
.Icon-handicapped,
.Icon-home,
.Icon-instagram-lg,
.Icon-instagram,
.Icon-mail,
.Icon-pet,
.Icon-phone,
.Icon-pinterest,
.Icon-smoking,
.Icon-train,
.Icon-triangle-down,
.Icon-twitter-lg,
.Icon-twitter,
.Icon-web,
.Icon {
  font-family: 'Icon';
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
  line-height: 1;
  text-rendering: auto;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
  .ie .Icon-_arrow-left, .ie
  .Icon-_arrow-right, .ie
  .Icon-_dot, .ie
  .Icon-arrow-left, .ie
  .Icon-arrow-right, .ie
  .Icon-baby, .ie
  .Icon-bus, .ie
  .Icon-car, .ie
  .Icon-dot, .ie
  .Icon-facebook-lg, .ie
  .Icon-facebook-normal, .ie
  .Icon-facebook, .ie
  .Icon-google, .ie
  .Icon-handicapped, .ie
  .Icon-home, .ie
  .Icon-instagram-lg, .ie
  .Icon-instagram, .ie
  .Icon-mail, .ie
  .Icon-pet, .ie
  .Icon-phone, .ie
  .Icon-pinterest, .ie
  .Icon-smoking, .ie
  .Icon-train, .ie
  .Icon-triangle-down, .ie
  .Icon-twitter-lg, .ie
  .Icon-twitter, .ie
  .Icon-web, .ie
  .Icon {
    padding-top: 1px; }

.Icon--circle {
  color: #fff;
  border-radius: 50%;
  background-color: #b4b4b4; }

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

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

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

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

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

.Icon--fw {
  width: 1.28571429em;
  text-align: center; }

.Icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.Icon-ul > li {
  position: relative; }

.Icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.Icon-li.Icon-lg {
  left: -1.85714286em; }

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

.Icon.t-left {
  margin-right: .3em; }

.Icon.t-right {
  margin-left: .3em; }

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

.Icon--pulse {
  -webkit-animation: Icon-spin 1s infinite steps(8);
  animation: Icon-spin 1s infinite steps(8); }

@-webkit-keyframes Icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes Icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

.Icon--rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.Icon--inverse {
  color: #ffffff; }

.Icon-_arrow-left:before {
  content: "\E001"; }

.Icon-_arrow-right:before {
  content: "\E002"; }

.Icon-_dot:before {
  content: "\E003"; }

.Icon-arrow-left:before {
  content: "\E004"; }

.Icon-arrow-right:before {
  content: "\E005"; }

.Icon-baby:before {
  content: "\E006"; }

.Icon-bus:before {
  content: "\E007"; }

.Icon-car:before {
  content: "\E008"; }

.Icon-dot:before {
  content: "\E009"; }

.Icon-facebook-lg:before {
  content: "\E00A"; }

.Icon-facebook-normal:before {
  content: "\E00B"; }

.Icon-facebook:before {
  content: "\E00C"; }

.Icon-google:before {
  content: "\E00D"; }

.Icon-handicapped:before {
  content: "\E00E"; }

.Icon-home:before {
  content: "\E00F"; }

.Icon-instagram-lg:before {
  content: "\E010"; }

.Icon-instagram:before {
  content: "\E011"; }

.Icon-mail:before {
  content: "\E012"; }

.Icon-pet:before {
  content: "\E013"; }

.Icon-phone:before {
  content: "\E014"; }

.Icon-pinterest:before {
  content: "\E015"; }

.Icon-smoking:before {
  content: "\E016"; }

.Icon-train:before {
  content: "\E017"; }

.Icon-triangle-down:before {
  content: "\E018"; }

.Icon-twitter-lg:before {
  content: "\E019"; }

.Icon-twitter:before {
  content: "\E01A"; }

.Icon-web:before {
  content: "\E01B"; }

.ty-pageHeader, .ty-Magic-content-sean1-inner {
  text-align: center;
  text-transform: uppercase; }

.ty-pageHeader-title, .ty-Magic-content-sean1-inner-title, .SlickMasthead-overlay-inner-title {
  margin-top: 24px;
  margin-top: 2.4rem;
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
  font-size: 18px;
  font-size: 1.8rem; }

@media (min-width: 768px) {
  .ty-pageHeader-title, .ty-Magic-content-sean1-inner-title, .SlickMasthead-overlay-inner-title {
    margin-top: 3.6rem;
    font-size: 2.2rem; } }

.ty-CoverWrap {
  height: 100%; }

.ty-Cover,
.ty-CoverFull,
.ty-Cover-head {
  background-size: cover;
  background-position: center center;
  overflow: hidden; }

.ty-Cover,
.ty-CoverFull {
  height: 100%; }

.ty-Cover-head-wrap {
  height: calc(100% - 80px); }

.ty-Cover-head {
  height: 100%; }

.ty-CoverFull {
  height: 100%; }

.ty-Cover-inner,
.ty-CoverFull-inner {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center; }
  .ty-Cover-inner.ty-Cover-alpha,
  .ty-CoverFull-inner.ty-Cover-alpha {
    background: rgba(0, 0, 0, 0.5); }
    .ty-Cover--tysons-kojimachi .ty-Cover-inner.ty-Cover-alpha, .ty-Cover--tysons-kojimachi
    .ty-CoverFull-inner.ty-Cover-alpha {
      background: rgba(0, 0, 0, 0); }
    .ie8 .ty-Cover-inner.ty-Cover-alpha, .ie8
    .ty-CoverFull-inner.ty-Cover-alpha {
      background: transparent; }

.ty-Cover-cell,
.ty-CoverFull-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }

.ty-Cover-title,
.ty-CoverFull-title {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px; }

.ty-Cover-img--desktop {
  display: none; }
  @media (min-width: 768px) {
    .ty-Cover-img--desktop {
      display: inline-block; } }

@media (min-width: 768px) {
  .ty-Cover-img--mobile {
    display: none; } }

.ty-Fill {
  width: 100%;
  padding-top: 10px;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: none;
  border-top: 1px solid #ccc; }
  @media (min-width: 768px) {
    .ty-Fill {
      padding-top: 0;
      margin-top: 10px;
      color: #fff;
      height: calc(100vh - 52px);
      display: table;
      table-layout: fixed;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .ty-Fill:before {
        position: absolute;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6); } }

@media (min-width: 768px) {
  .ty-Fill--content1 {
    background-image: url("../images/tysons/business/restaurant/restaurant-pc.jpg"); }
  .ty-Fill--content2 {
    background-image: url("../images/tysons/business/project/project-pc.jpg"); }
  .ty-Fill--content3 {
    background-image: url("../images/tysons/business/product/product-pc.jpg"); }
  .ty-Fill--content4 {
    background-image: url("../images/tysons/business/consulting/consulting-pc.jpg"); }
  .ty-Fill--content5 {
    background-image: url("../images/tysons/business/catering/catering-pc.jpg"); } }

.ty-Fill-inner {
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .ty-Fill-inner {
      display: table-cell;
      vertical-align: middle; } }

.ty-Fill-inner-img {
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .ty-Fill-inner-img {
      display: none; } }

.ty-Fill-inner-container {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 640px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .ty-Fill-inner-container {
      max-width: 100%;
      padding-right: 24px; } }

@media (min-width: 992px) {
  .ty-Fill-inner-container--left {
    max-width: 80%;
    padding-right: 24px; } }

.ty-Fill-inner-cat,
.ty-Fill-inner-title,
.ty-Fill-inner-button,
.ty-Fill-inner-more {
  text-align: center !important;
  text-transform: none; }
  @media (min-width: 992px) {
    .ty-Fill-inner-cat,
    .ty-Fill-inner-title,
    .ty-Fill-inner-button,
    .ty-Fill-inner-more {
      text-align: left !important; } }

.ty-Fill-inner-cat {
  margin-bottom: 8px; }

.ty-Fill-inner-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .ty-Fill-inner-title {
      font-size: 20px;
      line-height: 1.4; } }
  @media (min-width: 992px) {
    .ty-Fill-inner-title {
      font-size: 24px; } }
  .ty-Fill-inner-title .fontPalt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    @media (min-width: 768px) {
      .ty-Fill-inner-title .fontPalt {
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal; } }

.ty-Fill-inner-text {
  font-size: 14px;
  text-align: center !important;
  text-transform: none; }
  @media (min-width: 992px) {
    .ty-Fill-inner-text {
      text-align: left !important; } }
  @media (min-width: 1200px) {
    .ty-Fill-inner-text {
      font-size: 16px; } }

.ty-FillCollapseHeader {
  text-align: center;
  position: relative;
  width: 200px;
  height: 96px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .ty-FillCollapseHeader {
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%; } }

.ty-FillCollapseHeader-toggle {
  display: block; }
  .ty-FillCollapseHeader-toggle:hover .icon {
    fill: #000; }
    @media (min-width: 768px) {
      .ty-FillCollapseHeader-toggle:hover .icon {
        fill: #fff; } }
  .ty-FillCollapseHeader-toggle:hover {
    opacity: .6; }
    .ty-FillCollapseHeader-toggle:hover .icon {
      fill: #000; }
      @media (min-width: 768px) {
        .ty-FillCollapseHeader-toggle:hover .icon {
          fill: #fff; } }

.ty-FillCollapseHeader-toggle-title {
  margin-bottom: 8px;
  opacity: 1;
  -webkit-transition-delay: .8s;
          transition-delay: .8s; }
  @media (min-width: 768px) {
    .ty-FillCollapseHeader-toggle-title {
      color: #fff; } }

.ty-FillCollapseHeader-toggle-icon {
  width: 42px;
  margin: 0 auto;
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }
  .ty-FillCollapseHeader-toggle-icon .icon {
    border: 1px solid #000; }
    @media (min-width: 768px) {
      .ty-FillCollapseHeader-toggle-icon .icon {
        border: 1px solid #fff;
        fill: #fff; } }

.ty-FillCollapseBody-contents {
  padding-top: 36px;
  padding-bottom: 12px; }
  @media (min-width: 768px) {
    .ty-FillCollapseBody-contents {
      padding-top: 150px;
      padding-bottom: 12px; } }

.ty-FillCollapseBody-contents-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.6;
  text-align: center !important; }
  @media (min-width: 768px) {
    .ty-FillCollapseBody-contents-title {
      font-size: 24px; } }

.ty-FillCollapseBody-contents-cat {
  text-align: center;
  font-size: 17px;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .ty-FillCollapseBody-contents-cat {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .ty-FillCollapseBody-contents-cat {
      font-size: 22px; } }

.ty-FillCollapseHeader-toggle-title,
.ty-FillCollapseHeader-toggle-icon,
.ty-FillCollapseHeader-toggle-icon .icon {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.ty-FillCollapseHeader-toggle[aria-expanded="true"] .ty-FillCollapseHeader-toggle-title {
  opacity: 0; }
  @media (min-width: 768px) {
    .ty-FillCollapseHeader-toggle[aria-expanded="true"] .ty-FillCollapseHeader-toggle-title {
      margin-top: 20px; } }

.ty-FillCollapseHeader-toggle[aria-expanded="true"] .ty-FillCollapseHeader-toggle-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  @media (min-width: 768px) {
    .ty-FillCollapseHeader-toggle[aria-expanded="true"] .ty-FillCollapseHeader-toggle-icon {
      margin-top: 100px; } }
  .ty-FillCollapseHeader-toggle[aria-expanded="true"] .ty-FillCollapseHeader-toggle-icon .icon {
    border: 1px solid #ccc;
    background-color: #ccc;
    fill: #fff; }

/*
# ty-List

Description

```
<div class="ContainerSlim">
  <div class="t-wsm-gutterReset">

    <div class="ty-List">
      <div class="ty-List-title">
        <h2>Base</h2>
      </div>
      <div class="ty-List-arrow"></div>
    </div><!-- /.ty-List -->


    <div class="ty-List ty-List--responsive">
      <div class="ty-List-title">
        <h2>.ty-List--responsive</h2>
      </div>
      <div class="ty-List-arrow"></div>
    </div><!-- /.ty-List -->

    <a href="#">
      <div class="ty-List">
        <div class="ty-List-img">
          <img src="//placehold.it/500x500">
        </div>
        <div class="ty-List-title">
          <p class="ty-List-titleMini">Thumbnail </p>
        </div>
        <div class="ty-List-arrow"></div>
      </div><!-- /.ty-List -->
    </a>

    <div class="ty-List ty-List--lg">
      <div class="ty-List-img">
        <img src="//placehold.it/500x500">
      </div>
      <div class="ty-List-title">
        <p>.ty-List--lg</p>
      </div>
      <div class="ty-List-arrow"></div>
    </div><!-- /.ty-List -->


    <div class="ty-List">
      <div class="ty-List-img">
        <img src="//placehold.it/500x500">
      </div>
      <div class="ty-List-title">
        <p>.ty-List--lg</p>
      </div>
      <div class="ty-List-arrow"></div>
    </div><!-- /.ty-List -->


  </div>
</div>


<!-- =======================================
*
*
* ty-List width collapse
*
*
========================================= -->

<hr class="ContainerSlim t-mt-hg t-mb-hg">

<h1 class="ContainerSlim">ty-List width collapse</h1>

<div class="ContainerSlim">
  <div class="">
    <div class="t-wsm-gutterReset">
      <a class="ty-Collapse collapsed" data-toggle="collapse" href="#ty-List-collapse">
        <div class="ty-List ty-List--responsive ty-List--border-black">
          <div class="ty-List-title">
            <h2>ty-List-collapse</h2>
          </div>
          <div class="ty-List-arrow"></div>
       </div><!-- /.ty-List -->
      </a>
    </div>
  </div>
  <div class="collapse fade" id="ty-List-collapse">
    <div class="Row">
      <div class="ty-Media Row-col  t-wsm-width1of3">
        <p class="ty-Media-thumb t-wsm-gutterReset">
          <img src="<?php echo get_theme_root_uri(); ?>/build/images/tysons/home/tennoz.jpg" alt="tennoz">
        </p>
      </div>
      <div class="Row-col  t-alignRight t-mt-sm t-mb-xs t-wxs-visible">
        <a class="Button-close" data-toggle="collapse" href="#ty-List-collapse">CLOSE</a>
      </div>
    </div><!-- /.row -->
  </div><!-- /.Container -->
</div>


<div class="ContainerSlim t-mb-hg">
  <div class="t-wsm-gutterReset">
    <a class="ty-Collapse collapsed" data-toggle="collapse" href="#ty-List-collapse2">
      <div class="ty-List ty-List--lg">
        <div class="ty-List-img">
          <img src="<?php echo get_theme_root_uri(); ?>/build/images/tysons/about/david.jpg" />
        </div>
        <div class="ty-List-title">
          <p class="ty-List-titleMini">寺田心平<br>代表取締役社長</p>
        </div>
        <div class="ty-List-arrow"></div>
     </div><!-- /.ty-List -->
    </a>
    <div class="Row-col  collapse" id="ty-List-collapse2">
      <p class="t-mt-sm ty-TypoJaSerif">南麻布のシカダは2003年、31歳の時に天王洲を離れて都心で開けた初めての店だった。近隣の個人店オーナーに心配されながらもオープンして10年近く、ファンが多かっただけではなく、今の会社を支えるスタッフの多くもこの店から育ってきた。</p>
      <p class="t-alignRight">
        <a class="Button-close" data-toggle="collapse" href="#ty-List-collapse2">CLOSE</a>
      </p>
    </div>
  </div>
</div><!-- /.ty-offset -->




<div class="ContainerSlim t-mb-hg">
  <div class="t-wsm-gutterReset">
    <a class="ty-Collapse collapsed" data-toggle="collapse" href="#ty-List-collapse2">
      <div class="ty-List ty-List--lg">
        <div class="ty-List-title ty-List-title--ja">
          <p>社員</p>
        </div>
        <div class="ty-List-arrow"></div>
      </div>
    </a>
    <div class="Row-col  collapse" id="ty-List-collapse2">
      <p class="t-mt-sm ty-TypoJaSerif">南麻布のシカダは2003年、31歳の時に天王洲を離れて都心で開けた初めての店だった。近隣の個人店オーナーに心配されながらもオープンして10年近く、ファンが多かっただけではなく、今の会社を支えるスタッフの多くもこの店から育ってきた。</p>
      <p class="t-alignRight">
        <a class="Button-close" data-toggle="collapse" href="#ty-List-collapse2">CLOSE</a>
      </p>
    </div>
  </div>
</div><!-- /.ty-offset -->


<!-- =======================================
*
*
* ty-ResponsiveCollapse
*
*
========================================= -->

<hr class="ContainerSlim t-mt-hg t-mb-hg">

<h1 class="ContainerSlim">ty-ResponsiveCollapse</h1>
<p class="ContainerSlim">
  768px以上でcollapseを開くクラス。
</p>

<div class="ty-ResponsiveCollapse">
  <div class="ContainerSlim">
    <div class="t-wsm-gutterReset">

      <a class="ty-Collapse collapsed" data-toggle="collapse" href="#ty-ResponsiveCollapse">
        <div class="ty-List ty-List--responsive">
          <div class="ty-List-title">
            <h2>ty-ResponsiveCollapse</h2>
          </div>
          <div class="ty-List-arrow"></div>
       </div><!-- /.ty-List -->
      </a>
    </div>
  </div>
  <div class="ty-ResponsiveCollapse-body ContainerSlim collapse fade" id="ty-ResponsiveCollapse">
    <div class="Row">
      <div class="ty-Media Row-col  t-wsm-width1of3">
        <a href="<?php network_home_url() ?>/tennoz">
          <p class="ty-Media-thumb t-wsm-gutterReset">
            <img src="<?php echo get_theme_root_uri(); ?>/build/images/tysons/home/tennoz.jpg" alt="tennoz">
          </p>
          <h4 class="ty-Media-title ty-TitleLink">TENNOZ</h4>
        </a>
        <p class="ty-Media-text">ベーカリーがある。ダイニングがある。ブルワリー併設のBARがある。朝も昼も夜も、品川の東から新しい水辺ライフを発信。</p>
        <p><a href="<?php network_home_url() ?>/tennoz" class="Button-tysons Button--pill t-wxs-hidden">READ MORE</a></p>
      </div>
      <div class="Row-col  t-alignRight t-mt-sm t-mb-xs t-wxs-visible">
        <a class="Button-close" data-toggle="collapse" href="#ty-ResponsiveCollapse">CLOSE</a>
      </div>
    </div><!-- /.row -->
  </div><!-- /.Container -->
</div>


<div class="ty-ResponsiveCollapse ContainerSlim t-mb-hg">
  <div class="t-wsm-gutterReset">
    <a class="ty-Collapse collapsed" data-toggle="collapse" href="#ty-ResponsiveCollapse2">
      <div class="ty-List ty-List--lg ty-List--responsive">
        <div class="ty-List-img">
          <img src="<?php echo get_theme_root_uri(); ?>/build/images/tysons/about/terada.jpg" />
        </div>
        <div class="ty-List-title">
          <p class="ty-List-titleMini">寺田心平<br>代表取締役社長</p>
        </div>
        <div class="ty-List-arrow"></div>
     </div><!-- /.ty-List -->
    </a>
    <div class="ty-ResponsiveCollapse-body col collapse fade" id="ty-ResponsiveCollapse2">
      <p class="t-mt-sm ty-TypoJaSerif">南麻布のシカダは2003年、31歳の時に天王洲を離れて都心で開けた初めての店だった。近隣の個人店オーナーに心配されながらもオープンして10年近く、ファンが多かっただけではなく、今の会社を支えるスタッフの多くもこの店から育ってきた。</p>
      <p class="t-alignRight">
        <a class="Button-close" data-toggle="collapse" href="#ty-ResponsiveCollapse2">CLOSE</a>
      </p>
    </div>
  </div>
</div><!-- /.ty-offset -->







<!-- =======================================
*
*
* ty-List width Grid
*
*
========================================= -->
<hr class="ContainerSlim t-mt-hg t-mb-hg">
<h1 class="ContainerSlim">ty-List width Grid</h1>
<div class="ContainerSlim">

  <div class="Row">

    <div class="Row-col  t-wsm-width1of2 t-wmd-width1of3">
      <div class="t-wsm-gutterReset">
      <?php include( get_theme_root()."/module/inc-restaurant-news.php"); ?>

      </div>
    </div><!-- /.col -->


    <div class="Row-col  t-wsm-width1of2 t-wmd-width1of3 t-mb-xs">
      <div class="t-wsm-gutterReset">
        <div class="ty-List"></div>
      </div>
    </div><!-- /.col -->


    <div class="Row-col  t-wsm-width1of2 t-wmd-width1of3 t-mb-xs t-wxs-hidden">
      <div class="t-wsm-gutterReset">
        <div class="ty-List"></div>
      </div>
    </div><!-- /.col -->


    <div class="Row-col  t-wsm-width1of2 t-wmd-width1of3 t-wxs-hidden t-wsm-hidden">
      <div class="t-wsm-gutterReset">
        <div class="ty-List"></div>
      </div>
    </div> <!-- /.col -->

  </div><!-- /.row -->
</div><!-- /.Container -->

```
*/
.ty-List {
  display: table;
  width: 100%;
  border-top: 1px solid #c8c8c8;
  padding-top: 8px;
  padding-top: .8rem;
  padding-bottom: 8px;
  padding-bottom: .8rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  overflow: hidden;
  min-height: 1px;
  min-height: .1rem;
  position: relative; }

.ty-List-title,
.ty-List-img {
  display: table-cell;
  vertical-align: middle; }
  .ty-List-title > p,
  .ty-List-img > p {
    margin: 0; }

.ty-List-img + .ty-List-title {
  padding-left: 0; }

.ty-List-img {
  width: 104px;
  width: 10.4rem; }
  .ty-List-img img {
    width: 80px;
    width: 8rem; }

.ty-List-title {
  padding-right: 40px;
  padding-right: 4rem;
  padding-left: 12px;
  padding-left: 1.2rem;
  margin-top: 8px;
  margin-top: .8rem;
  height: 28px;
  height: 2.8rem;
  vertical-align: middle; }

.ty-List-title--lineupSeasonal,
.ty-List-title--lineupLimited {
  font-size: 14px;
  font-weight: normal; }
  @media (min-width: 768px) {
    .ty-List-title--lineupSeasonal,
    .ty-List-title--lineupLimited {
      padding-left: 1.2rem !important; } }
  .ty-List-title--lineupSeasonal span,
  .ty-List-title--lineupLimited span {
    font-size: 14px; }

.ty-List-title--lineupSeasonal small {
  color: #995d09; }

.ty-List-title--lineupLimited small {
  color: #8A8043; }

.ty-List-titleMini {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal; }

.ty-List-title--ja {
  text-align: center;
  padding-left: 40px;
  padding-left: 4rem; }

@media (min-width: 768px) {
  .ty-List--lg .ty-List-img {
    width: 16.8rem; }
    .ty-List--lg .ty-List-img img {
      width: 14.4rem; } }

@media (min-width: 768px) {
  .ty-List--responsive .ty-List-title {
    text-align: center;
    padding-top: .8rem;
    padding-right: 1.2rem;
    padding-bottom: 3rem; }
  .ty-List--responsive .ty-List-titleMini {
    text-align: left; }
  .ty-List--responsive .ty-List-arrow {
    background-image: none; } }

@media (min-width: 768px) {
  a .ty-List--responsive.ty-List:hover {
    opacity: 1;
    cursor: default; }
    a .ty-List--responsive.ty-List:hover .ty-List-title,
    a .ty-List--responsive.ty-List:hover .ty-List-img {
      opacity: 1; } }

.ty-List--border-black {
  border-top: 1px solid #000; }

.ty-List-arrow {
  width: 18px;
  width: 1.8rem;
  height: 18px;
  height: 1.8rem;
  position: absolute;
  right: 12px;
  right: 1.2rem;
  top: 50%;
  margin-top: -9px;
  background-image: url("../images/svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right center;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }
  .ty-Collapse .ty-List-arrow {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  .ty-Collapse.collapsed .ty-List-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

/*
# ty-Media

Description

```
<div class="Row">

  <figure class="ty-Media Row-col t-wsm-width1of3">
    <a href="#">
      <p class="ty-Media-thumb t-wsm-gutterReset">
        <img src="//placehold.it/500x500">
      </p>
      <h4 class="ty-Media-title ty-Media-title--arrow">TENNOZ</h4>
    </a>
    <p class="ty-Media-text">
      ベーカリーがある。ダイニングがある。ブルワリー併設のBARがある。朝も昼も夜も、品川の東から新しい水辺ライフを発信。
    </p>
    <p>
      <a href="#" class="Button-tysons Button--pill">READ MORE</a> text
      <br>
      <a href="#" class="Button-tysons Button--pill">READ MORE</a> text
    </p>
  </figure>


  <figure class="ty-Media Row-col  t-wsm-width1of3">
    <a href="#">
      <p class="ty-Media-thumb t-wsm-gutterReset">
        <img src="//placehold.it/500x500">
      </p>
    </a>
    <p class="ty-Media-cap">
      ベーカリーがある。ダイニングがある。ブルワリー併設のBARがある。朝も昼も夜も、品川の東から新しい水辺ライフを発信。
    </p>
    <p>
      <a href="#" class="Button-tysons Button--pill">READ MORE</a> text
      <br>
      <a href="#" class="Button-tysons Button--pill">READ MORE</a> text
    </p>
  </figure>

</div>
```
*/
.ty-Media {
  border-top: 1px solid #c8c8c8;
  display: inline-block;
  vertical-align: middle;
  padding-top: 8px;
  padding-top: 0.8rem; }
  .ty-Media > a {
    display: block; }
  .ty-Media a[class^='Button'] {
    margin-bottom: 4px;
    margin-bottom: 0.4rem; }
  @media (min-width: 768px) {
    .ty-Media {
      border-top: 0;
      padding-top: 0; } }

a.ty-Media {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }
  a.ty-Media:hover {
    opacity: 0.7; }

.ty-Media-thumb {
  margin-bottom: 0; }

.ty-Media-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 16px;
  margin-top: 1.6rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  vertical-align: middle;
  text-transform: uppercase; }

.ty-Media-title--arrow {
  background-size: 1.4rem 1.4rem;
  background-image: url("../images/svg/icon-arrow.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .ty-Media-title--arrow {
      background-image: none; } }

.ty-Media-text {
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  line-height: 1.8; }

.ty-Media-cap {
  margin-top: 8px;
  margin-top: 0.8rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

/*
# ty-Sign

Description

```
<div class="ty-Sign">
  <div class="ty-Sign-icon">
    <i class="Icon-phone Icon--circle"></i>
  </div>
</div>

<hr class="t-mt-hg t-mb-hg">

<div class="ty-Sign ty-Sign--double">
  <div class="ty-Sign-icon">
    <i class="Icon-phone Icon--circle"></i>
    <i class="Icon-phone Icon--circle"></i>
  </div>
</div>

<hr class="t-mt-hg t-mb-hg">

<div class="ty-Sign">
  <div class="ty-Sign-icon">
    <i class="Icon-car Icon--circle"></i>
  </div>
</div>
<div class="ty-Sign-body">
  <p>
  付近の駐車場をご利用下さい。<br>
  ※飲酒運転は法律で禁じられています。
  </p>
</div>

<div class="ty-Sign">
  <div class="ty-Sign-icon">
    <i class="Icon-train Icon--circle"></i>
  </div>
</div>
<div class="ty-Sign-body">
  <p>
  付近の駐車場をご利用下さい。<br>
  ※飲酒運転は法律で禁じられています。
  </p>
</div>

```
*/
.ty-Sign {
  border-bottom: 1px solid #ccc;
  height: 1px;
  position: relative;
  margin: 24px 0; }

.ty-Sign.ty-Sign--double .ty-Sign-icon {
  width: 136px;
  margin-left: -68px; }
  .ty-Sign.ty-Sign--double .ty-Sign-icon [class^="Icon-"],
  .ty-Sign.ty-Sign--double .ty-Sign-icon .icon {
    margin: 0 4px; }

.ty-Sign-icon {
  position: absolute;
  width: 68px;
  height: 48px;
  top: 50%;
  left: 50%;
  margin-left: -34px;
  margin-top: -24px;
  text-align: center;
  background-color: #fff; }
  .ty-Sign-icon [class^="Icon-"],
  .ty-Sign-icon .icon {
    margin-top: 0;
    width: 48px;
    height: 48px;
    font-size: 48px; }

.ty-Sign-body {
  text-align: center;
  margin-top: 36px;
  margin-top: 3.6rem;
  margin-bottom: 80px;
  margin-bottom: 8rem; }

/*
# ty-Dl

Description

```
<dl class="ty-Dl Row t-mt-lg">
  <dt class="Row-col t-wxs-width1of4">title</dt>
  <dd class="Row-col t-wxs-width3of4">テキスト</dd>
  <dt class="Row-col t-wxs-width1of4">title</dt>
  <dd class="Row-col t-wxs-width3of4">テキスト</dd>
</dl>
```
*/
.ty-Dl dt,
.ty-Dl-title {
  font-weight: normal; }
  @media (min-width: 768px) {
    .ty-Dl dt,
    .ty-Dl-title {
      margin-bottom: 2.4rem; } }

.ty-Dl dd,
.ty-Dl-text {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
  @media (min-width: 768px) {
    .ty-Dl dd,
    .ty-Dl-text {
      margin-bottom: 1.2rem; } }
  .ty-Dl dd > ul,
  .ty-Dl-text > ul {
    padding-left: 18px;
    padding-left: 1.8rem;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    list-style-type: disc; }

/*
# Button

Description

```
<a class="Button-tysons">.Button-tysons</a>
<a class="Button-tysons Button--pill">.Button-tysons</a>
<button class="Button-tysons">.Button-tysons</button>
<hr>
<a class="Button-tyharbor">.Button-tyharbor</a>
<a class="Button-tyharbor Button--pill">.Button-tyharbor</a>
<button class="Button-tyharbor">.Button-tyharbor</button>
<hr>
<a class="Button-cicada">.Button-cicada</a>
<a class="Button-cicada Button--pill">.Button-cicada</a>
<button class="Button-cicada">.Button-cicada</button>
<hr>
<a class="Button-breadworks">.Button-breadworks</a>
<a class="Button-breadworks Button--pill">.Button-breadworks</a>
<button class="Button-breadworks">.Button-breadworks</button>
<hr>
<a class="Button-crisscross">.Button-crisscross</a>
<a class="Button-crisscross Button--pill">.Button-crisscross</a>
<button class="Button-crisscross">.Button-crisscross</button>
<hr>
<a class="Button-beacon">.Button-beacon</a>
<a class="Button-beacon Button--pill">.Button-beacon</a>
<button class="Button-beacon">.Button-beacon</button>
<hr>
<a class="Button-ivyplace">.Button-ivyplace</a>
<a class="Button-ivyplace Button--pill">.Button-ivyplace</a>
<button class="Button-ivyplace">.Button-ivyplace</button>
<hr>
<a class="Button-smokehouse">.Button-smokehouse</a>
<a class="Button-smokehouse Button--pill">.Button-smokehouse</a>
<button class="Button-smokehouse">.Button-smokehouse</button>
<hr>
<a class="Button-roastery">.Button-roastery</a>
<a class="Button-roastery Button--pill">.Button-roastery</a>
<button class="Button-roastery">.Button-roastery</button>
<hr>
<a class="Button-bond">.Button-bond</a>
<a class="Button-bond Button--pill">.Button-bond</a>
<button class="Button-bond">.Button-bond</button>
<hr>
<a class="Button-brewery">.Button-brewery</a>
<a class="Button-brewery Button--pill">.Button-brewery</a>
<button class="Button-brewery">.Button-brewery</button>
<hr>
<a class="Button-news">.Button-news</a>
<a class="Button-news Button--pill">.Button-news</a>
<button class="Button-news">.Button-news</button>
<hr>
<a class="Button-close">.Button-close</a>
<a class="Button-close Button--pill">.Button-close</a>
<button class="Button-close">.Button-close</button>

```
*/
.Button-outline,
.Button-inverse,
.Button-tysons,
#alo_easymail_widget_form .input-submit,
.Button-tyharbor,
.s-Tyharbor .ty-ProjectList .ty-ProjectList-button,
.Button-cicada,
.s-Cicada .ty-ProjectList .ty-ProjectList-button,
.Button-breadworks,
.s-Breadworks .ty-ProjectList .ty-ProjectList-button,
.Button-crisscross,
.s-Crisscross .ty-ProjectList .ty-ProjectList-button,
.Button-beacon,
.s-Beacon .ty-ProjectList .ty-ProjectList-button,
.Button-ivyplace,
.s-Ivyplace .ty-ProjectList .ty-ProjectList-button,
.Button-smokehouse,
.s-Smokehouse .ty-ProjectList .ty-ProjectList-button,
.Button-roastery,
.s-Roastery .ty-ProjectList .ty-ProjectList-button,
.Button-bond,
.s-Bond .ty-ProjectList .ty-ProjectList-button,
.Button-lilycakes,
.s-Lilycakes .ty-ProjectList .ty-ProjectList-button,
.Button-no4,
.s-No4 .ty-ProjectList .ty-ProjectList-button,
.Button-brewery,
.s-Brewery .ty-ProjectList .ty-ProjectList-button,
.Button-elcamion,
.s-Elcamion .ty-ProjectList .ty-ProjectList-button,
.Button-crista,
.s-Crista .ty-ProjectList .ty-ProjectList-button,
.Button-ryan,
.s-Ryan .ty-ProjectList .ty-ProjectList-button,
.Button-news,
.Button-kenka,
.s-Kenka .ty-ProjectList .ty-ProjectList-button,
.Button-kacto,
.s-Kacto .ty-ProjectList .ty-ProjectList-button,
.Button-close {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 24px;
  padding: 0 2.4rem;
  line-height: 24px;
  line-height: 2.4rem; }
  .Button-outline:hover, .Button-outline:focus,
  .Button-inverse:hover,
  .Button-inverse:focus,
  .Button-tysons:hover,
  #alo_easymail_widget_form .input-submit:hover,
  .Button-tysons:focus,
  #alo_easymail_widget_form .input-submit:focus,
  .Button-tyharbor:hover,
  .s-Tyharbor .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-tyharbor:focus,
  .s-Tyharbor .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-cicada:hover,
  .s-Cicada .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-cicada:focus,
  .s-Cicada .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-breadworks:hover,
  .s-Breadworks .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-breadworks:focus,
  .s-Breadworks .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-crisscross:hover,
  .s-Crisscross .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-crisscross:focus,
  .s-Crisscross .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-beacon:hover,
  .s-Beacon .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-beacon:focus,
  .s-Beacon .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-ivyplace:hover,
  .s-Ivyplace .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-ivyplace:focus,
  .s-Ivyplace .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-smokehouse:hover,
  .s-Smokehouse .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-smokehouse:focus,
  .s-Smokehouse .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-roastery:hover,
  .s-Roastery .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-roastery:focus,
  .s-Roastery .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-bond:hover,
  .s-Bond .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-bond:focus,
  .s-Bond .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-lilycakes:hover,
  .s-Lilycakes .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-lilycakes:focus,
  .s-Lilycakes .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-no4:hover,
  .s-No4 .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-no4:focus,
  .s-No4 .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-brewery:hover,
  .s-Brewery .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-brewery:focus,
  .s-Brewery .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-elcamion:hover,
  .s-Elcamion .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-elcamion:focus,
  .s-Elcamion .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-crista:hover,
  .s-Crista .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-crista:focus,
  .s-Crista .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-ryan:hover,
  .s-Ryan .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-ryan:focus,
  .s-Ryan .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-news:hover,
  .Button-news:focus,
  .Button-kenka:hover,
  .s-Kenka .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-kenka:focus,
  .s-Kenka .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-kacto:hover,
  .s-Kacto .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-kacto:focus,
  .s-Kacto .ty-ProjectList .ty-ProjectList-button:focus,
  .Button-close:hover,
  .Button-close:focus {
    color: #fff;
    opacity: 0.75; }

.Button--lg, .Button-wxs-block {
  line-height: 39px;
  line-height: 3.9rem;
  padding: auto; }

.Button-close {
  font-weight: normal;
  background-color: transparent;
  background-image: url("../images/svg/icon-close.svg");
  background-size: 1.2rem 1.2rem;
  background-position: 90% 45%;
  background-repeat: no-repeat;
  padding-right: 30px;
  padding-right: 3rem;
  vertical-align: middle;
  color: #000;
  border: 0; }
  .Button-close span {
    margin-top: 2px;
    margin-top: 0.2rem;
    display: inline-block; }
  .Button-close:hover, .Button-close:focus {
    color: #000; }

.Button--phone,
.Button--reservation {
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  min-width: 130px;
  position: relative; }
  .Button--phone [class^='Icon-'],
  .Button--phone .icon--circle,
  .Button--reservation [class^='Icon-'],
  .Button--reservation .icon--circle {
    margin-top: -3px; }

.Button--reservation [class^='Icon-'],
.Button--reservation .icon--circle {
  background-color: transparent;
  font-size: 18px; }

.Button--fix-width {
  min-width: 200px;
  min-width: 20rem; }

.Button--fix-widthResponsive {
  width: 200px;
  margin-bottom: 10px; }

.Button-wxs-block {
  display: block;
  border-radius: 0.5rem;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .Button-wxs-block {
      display: inline-block;
      border-radius: 5rem;
      font-size: 1.4rem;
      padding: 0 2.4rem;
      line-height: 2.4rem;
      height: 2.5rem; } }

.Button--minimal {
  color: #9e9e9e; }
  .Button--minimal:hover {
    color: #000; }

.Button-inverse {
  border: 1px solid #000;
  color: #000;
  background-color: transparent; }
  .Button-inverse:hover {
    border: 1px solid #000;
    color: #000;
    opacity: 0.6; }
  @media (min-width: 768px) {
    .Button-inverse {
      border: 1px solid #fff;
      color: #fff; }
      .Button-inverse:hover {
        border: 1px solid #fff;
        color: #fff;
        opacity: 0.5; } }

.Button-outline {
  border: 1px solid #000;
  color: #000;
  background-color: transparent; }
  .Button-outline:hover {
    border: 1px solid #000;
    color: #000;
    opacity: 0.6; }

.Button-list {
  margin: 10px auto 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96%; }
  .Button-list .Button-list-item {
    width: 49%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .Button-list .Button-list-item a {
      display: block;
      width: 100%;
      margin: 0 !important;
      padding: 8px;
      font-weight: bold;
      text-align: center;
      line-height: 1;
      border-radius: 100px;
      opacity: 1;
      -webkit-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
      .Button-list .Button-list-item a:hover {
        opacity: .6; }
    .Button-list .Button-list-item.Button-list-item--website a {
      color: #757f7a;
      background-color: #e3ded7; }
    .Button-list .Button-list-item.Button-list-item--reservation a {
      color: white;
      background-color: #828b86; }
  @media (min-width: 768px) {
    .Button-list .Button-list-item {
      font-size: 1rem; } }
  @media (min-width: 992px) {
    .Button-list .Button-list-item {
      font-size: 1.4rem; } }

.ty-CenterCollapse-header {
  position: relative;
  padding-top: 6px;
  padding-top: .6rem; }
  @media (min-width: 768px) {
    .ty-CenterCollapse-header {
      padding-top: 1rem; } }

.ty-CenterCollapse-header-title,
.ty-CenterCollapse-body-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem; }

.ty-CenterCollapse-header-title {
  margin-bottom: 18px;
  margin-bottom: 1.8rem; }
  @media (min-width: 768px) {
    .ty-CenterCollapse-header-title {
      margin-bottom: 2.6rem; } }

.ty-CenterCollapse-header-read.ty-Lead, .ty-CenterCollapse-header-read.SlickMasthead-overlay-inner-catch {
  margin-bottom: 10px;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .ty-CenterCollapse-header-read.ty-Lead, .ty-CenterCollapse-header-read.SlickMasthead-overlay-inner-catch {
      margin-bottom: 1.8rem; } }

@media (min-width: 768px) {
  .ty-CenterCollapse-body-slim {
    max-width: 320px;
    margin: 0 auto; } }

.ty-CenterCollapse-body-title {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 4px;
  padding-bottom: .4rem;
  margin-bottom: 8px;
  margin-bottom: .8rem;
  margin-left: -12px;
  margin-left: -1.2rem;
  margin-right: -12px;
  margin-right: -1.2rem; }
  @media (min-width: 768px) {
    .ty-CenterCollapse-body-title {
      margin-left: 0;
      margin-right: 0;
      border-bottom: 0;
      margin-bottom: 2rem; } }

.ty-CenterCollapse-body-img {
  margin-bottom: 13px;
  margin-bottom: 1.3rem; }
  @media (min-width: 768px) {
    .ty-CenterCollapse-body-img {
      margin-bottom: 2.6rem; } }

.ty-CenterCollapse-header-arrow {
  width: 18px;
  width: 1.8rem;
  height: 18px;
  height: 1.8rem;
  margin: 0 auto;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
  background-image: url("../images/svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right center;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }
  .collapsed .ty-CenterCollapse-header-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media (min-width: 768px) {
    .ty-CenterCollapse-header-arrow {
      margin-bottom: 2.8rem; } }

.ty-CenterCollapse .marginBottom-sm {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.ty-CenterCollapse .marginBottom-md {
  margin-bottom: 26px;
  margin-bottom: 2.6rem; }

.ty-CenterCollapse .marginBottom-lg {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.ty-CenterCollapse .marginBottom-xl {
  margin-bottom: 66px;
  margin-bottom: 6.6rem; }

@media (min-width: 768px) {
  .ty-ResponsiveCollapse .ty-ResponsiveCollapse-body {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto !important; }
    .ty-ResponsiveCollapse .ty-ResponsiveCollapse-body .btn-close {
      display: none; } }

.ty-Map,
.ty-MapTennoz {
  margin-left: 24px;
  margin-left: 2.4rem;
  margin-right: 24px;
  margin-right: 2.4rem; }
  @media (min-width: 768px) {
    .ty-Map,
    .ty-MapTennoz {
      margin-left: 0;
      margin-right: 0; } }

.ty-Map {
  height: 230px; }
  @media (min-width: 768px) {
    .ty-Map {
      height: 400px; } }

.ty-MapTennoz {
  margin-bottom: 80px;
  margin-bottom: 8rem; }

.ty-Map-link {
  text-align: center;
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
  margin-top: 8px;
  margin-top: 0.8rem; }
  @media (min-width: 768px) {
    .ty-Map-link {
      text-align: right; } }

.ty-Step-item {
  border: 1px solid #000;
  border-radius: 0.4rem;
  padding: 20px;
  padding: 2rem; }
  .ty-Step-item p:last-child {
    margin-bottom: 0; }

.ty-Step-title {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-bottom: .5rem;
  color: #000; }

.ty-Step-triangle {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  color: #000; }

.icon {
  display: inline-block;
  fill: currentColor;
  margin-top: -0.2em;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  overflow: hidden; }

.icon--2x {
  width: 2em;
  height: 2em; }

.icon--3x {
  width: 3em;
  height: 3em; }

.icon--4x {
  width: 4em;
  height: 4em; }

.icon--full {
  width: 100%;
  height: 100%; }

.icon--fill {
  background-color: #b4b4b4;
  fill: #fff; }

.icon--round {
  border-radius: 4px; }

.icon--circle {
  border-radius: 50%; }

.icon--border {
  border: 1px solid currentColor; }

/*
# ty-Block

Description

```
<div class="ty-Block"></div>
<div class="ty-Block ty-Block--border"></div>
```
*/
.ty-Block, .breweryChoice {
  padding-top: 36px;
  padding-top: 3.6rem;
  padding-bottom: 24px;
  padding-bottom: 2.4rem; }

.ty-Block--border, .breweryChoice-item {
  border-top: 1px solid #c8c8c8; }

/*
# wpcf7

ContactForm7

```

```
*/
.Input,
.Select,
.Textarea {
  width: 100%;
  padding-right: 8px !important;
  padding-right: .8rem !important;
  padding-left: 8px !important;
  padding-left: .8rem !important;
  background-color: #fff;
  border-radius: 0; }

.Textarea {
  height: 100px;
  height: 10rem; }

.Input:focus,
.Textarea.is-focus,
.Textarea:focus,
.Select.is-focus,
.Select:focus {
  border: 1px solid #a7bfcf;
  border: .1rem solid #a7bfcf;
  -webkit-box-shadow: inset 0 1px 1px rgba(167, 191, 207, 0.4), 0 0 8px rgba(167, 191, 207, 0.4);
          box-shadow: inset 0 1px 1px rgba(167, 191, 207, 0.4), 0 0 8px rgba(167, 191, 207, 0.4); }

.ty-Form .is-required {
  color: #ed6d1f;
  font-weight: normal; }

.ty-Form .ajax-loader {
  display: block;
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
  margin: 16px auto !important;
  margin: 1.6rem auto !important; }

.ty-Form dt {
  font-weight: bold; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

.wpcf7-response-output {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 24px !important;
  margin-bottom: 2.4rem !important;
  margin-left: 0 !important;
  padding: 12px 24px !important;
  padding: 1.2rem 2.4rem !important;
  text-align: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  .wpcf7-response-output.wpcf7-validation-errors {
    color: #ed6d1f;
    border: 1px solid #ed6d1f !important; }
  .wpcf7-response-output.wpcf7-validation-success {
    display: none !important; }

.wpcf7-not-valid {
  background-color: #ffdaca; }

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  font-size: 1.2rem !important;
  color: #ed6d1f !important; }

div.wpcf7 {
  margin: 0;
  padding: 0; }

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em; }

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0; }

div.wpcf7-mail-sent-ok {
  display: none !important;
  visibility: hidden !important; }

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000; }

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500; }

div.wpcf7-validation-errors {
  border: 2px solid #f7e700; }

span.wpcf7-form-control-wrap {
  position: relative; }

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block; }

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em; }

span.wpcf7-list-item {
  margin-left: 0.5em; }

.wpcf7-display-none {
  display: none; }

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px; }

div.wpcf7 div.ajax-error {
  display: none; }

div.wpcf7 .placeheld {
  color: #888; }

/*
# newsletter

newsletter

```

```
*/
#alo_easymail_page {
  position: relative; }

#alo_easymail_widget_form {
  text-align: center; }

#alo_em_widget_loading,
#alo_easymail_widget_feedback {
  position: absolute;
  bottom: 20px;
  bottom: 2rem;
  width: 100%;
  text-align: center;
  line-height: 1.4; }

#alo_em_widget_loading {
  margin-top: 12px;
  margin-top: 1.2rem;
  text-transform: uppercase; }
  #alo_em_widget_loading img {
    margin: 0 auto;
    display: block;
    width: 18px;
    width: 1.8rem;
    height: 18px;
    height: 1.8rem;
    margin-bottom: 2px;
    margin-bottom: .2rem; }

.alo_easymail_widget_error {
  color: #ed6d1f; }

table.alo_easymail_form_table {
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }
  table.alo_easymail_form_table td {
    border: 0;
    padding-bottom: 24px;
    padding-bottom: 2.4rem; }
  table.alo_easymail_form_table td:first-child {
    padding-bottom: 12px;
    padding-bottom: 1.2rem; }

.ty-Magic {
  background-color: #000; }

.ty-Magic,
.ty-Magic-content-sean1-inner-title,
.ty-Magic-content-sean1-inner-cap,
.ty-Magic-content-sean1-inner-arrow,
.ty-Magic-content-sean2 {
  opacity: 0; }

.ty-Magic-bg {
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #000;
  background-image: url("../images/tysons/business/business-main.jpg");
  color: #fff;
  height: 100vh; }
  @media (min-width: 992px) {
    .ty-Magic-bg {
      background-position: bottom center; } }
  .ty-Magic-bg:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh; }

.ty-Magic-content {
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  color: #fff; }

.ty-Magic-content-sean1 {
  position: relative;
  display: table;
  width: 100%;
  min-height: calc(100vh - 80px);
  margin-bottom: 50vh; }
  @media (min-width: 992px) {
    .ty-Magic-content-sean1 {
      min-height: calc(100vh - 140px); } }
  .ty-Magic-content-sean1-inner {
    line-height: 1.4;
    position: relative;
    display: table-cell;
    vertical-align: middle; }
    @media (min-width: 992px) {
      .ty-Magic-content-sean1-inner {
        padding-bottom: 0; } }
    .ty-Magic-content-sean1-inner-title {
      margin-top: 0;
      margin-bottom: 12px; }
    .ty-Magic-content-sean1-inner-cap {
      font-size: 20px;
      text-align: center !important;
      margin-bottom: 0;
      text-transform: none; }
      @media (min-width: 768px) {
        .ty-Magic-content-sean1-inner-cap {
          font-size: 30px; } }
    .ty-Magic-content-sean1-inner-arrow {
      text-align: center;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 72px;
      height: 72px;
      margin-left: -36px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-image: url("../images/svg/icon-arrow-white.svg");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center center;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }

.ty-Magic-content-sean2 {
  font-size: 16px; }
  @media (min-width: 768px) {
    .ty-Magic-content-sean2 {
      font-size: 20px;
      text-align: center !important; } }
  @media (min-width: 992px) {
    .ty-Magic-content-sean2 {
      font-size: 24px; } }

.xdsoft_datetimepicker {
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #ffffff;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none; }

.xdsoft_datetimepicker * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  -webkit-box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
          box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000000;
  border-bottom: 1px solid #444444;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  color: #cccccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222222;
  color: #999999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222222;
  color: #999999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px auto;
  margin: 1rem auto;
  max-width: 320px;
  max-width: 32rem; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }
  .modal-content .wp-post-image {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.ty-SlickSlide {
  position: relative;
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
  opacity: 0;
  -webkit-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
  /* Arrows */ }
  @media (min-width: 768px) {
    .ty-SlickSlide {
      margin-bottom: 6rem; } }
  .ty-SlickSlide.in {
    opacity: 1 !important; }
  .ty-SlickSlide .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    margin-bottom: 30px; }
  .ty-SlickSlide .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .ty-SlickSlide .slick-list:focus {
      outline: none; }
    .ty-SlickSlide .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .ty-SlickSlide .slick-loading .slick-list {
    background: #fff "../images/ajax-loader.gif" center center no-repeat; }
  .ty-SlickSlide .slick-slider .slick-track,
  .ty-SlickSlide .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .ty-SlickSlide .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .ty-SlickSlide .slick-track:before, .ty-SlickSlide .slick-track:after {
      content: "";
      display: table; }
    .ty-SlickSlide .slick-track:after {
      clear: both; }
  .ty-SlickSlide .slick-loading .slick-track {
    visibility: hidden; }
  .ty-SlickSlide .slick-loading .slick-slide {
    visibility: hidden; }
  .ty-SlickSlide .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    .ty-SlickSlide .slick-slide img {
      display: block; }
    .ty-SlickSlide .slick-slide.slick-loading img {
      display: none; }
    .ty-SlickSlide .slick-slide.dragging img {
      pointer-events: none; }
  .ty-SlickSlide .slick-initialized .slick-slide {
    display: block; }
  .ty-SlickSlide .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .ty-SlickSlide .slick-prev,
  .ty-SlickSlide .slick-next {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    top: 0px;
    width: 40px;
    width: 4rem;
    height: 100%;
    color: rgba(0, 0, 0, 0.5); }
    .ty-SlickSlide .slick-prev:hover, .ty-SlickSlide .slick-prev:focus,
    .ty-SlickSlide .slick-next:hover,
    .ty-SlickSlide .slick-next:focus {
      outline: none;
      background: transparent;
      color: transparent;
      opacity: 1; }
      .ty-SlickSlide .slick-prev:hover:before, .ty-SlickSlide .slick-prev:focus:before,
      .ty-SlickSlide .slick-next:hover:before,
      .ty-SlickSlide .slick-next:focus:before {
        opacity: 0.75; }
    .ty-SlickSlide .slick-prev.slick-disabled:before,
    .ty-SlickSlide .slick-next.slick-disabled:before {
      opacity: 0.25; }
  .ty-SlickSlide .slick-prev:before,
  .ty-SlickSlide .slick-next:before {
    font-size: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4px; }
  .ty-SlickSlide .slick-prev {
    left: 24px; }
    .ty-SlickSlide .slick-prev:before {
      content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNy44IDE2TDE4IDI2LjJsMi4yLTIuMi04LTggOC04TDE4IDUuOHoiLz48L3N2Zz4="); }
  .ty-SlickSlide .slick-next {
    right: 24px; }
    .ty-SlickSlide .slick-next:before {
      content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTMgNS44TDEwLjggOGw4IDgtOCA4IDIuMiAyLjJMMjMuMiAxNnoiLz48L3N2Zz4="); }
  .ty-SlickSlide .slick-dots {
    position: absolute;
    bottom: -55px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%; }
    .ty-SlickSlide .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 2px;
      padding: 0;
      cursor: pointer; }
      .ty-SlickSlide .slick-dots li button {
        border: 1px solid transparent;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0;
        font-size: 0;
        color: transparent;
        padding: 5px;
        cursor: pointer;
        position: relative; }
        .ty-SlickSlide .slick-dots li button:hover, .ty-SlickSlide .slick-dots li button:focus {
          outline: none; }
          .ty-SlickSlide .slick-dots li button:hover:before, .ty-SlickSlide .slick-dots li button:focus:before {
            opacity: 0.75; }
        .ty-SlickSlide .slick-dots li button:before {
          position: relative;
          top: 0;
          bottom: 0;
          left: 0;
          height: 10px;
          width: 10px;
          content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiPjxwYXRoIGQ9Ik00IDBjMi4xOTggMCA0IDEuNzk5IDQgNCAwIDIuMTk4LTEuODAyIDQtNCA0LTIuMjAxIDAtNC0xLjgwMi00LTQgMC0yLjIwMSAxLjc5OS00IDQtNHoiLz48L3N2Zz4=");
          line-height: 10px;
          text-align: center;
          opacity: 0.25; }
      .ty-SlickSlide .slick-dots li.slick-active button:before {
        opacity: 1; }
  .ty-SlickSlide [dir="rtl"] .slick-slide {
    float: right; }
  .ty-SlickSlide [dir="rtl"] .slick-prev {
    left: auto;
    right: 24px; }
    .ty-SlickSlide [dir="rtl"] .slick-prev:before {
      content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTMgNS44TDEwLjggOGw4IDgtOCA4IDIuMiAyLjJMMjMuMiAxNnoiLz48L3N2Zz4="); }
  .ty-SlickSlide [dir="rtl"] .slick-next {
    left: 24px;
    right: auto; }
    .ty-SlickSlide [dir="rtl"] .slick-next:before {
      content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNy44IDE2TDE4IDI2LjJsMi4yLTIuMi04LTggOC04TDE4IDUuOHoiLz48L3N2Zz4="); }
  .ie .ty-SlickSlide .slick-prev:before,
  .ie .ty-SlickSlide .slick-next:before {
    padding-top: 2px; }
  .ie .ty-SlickSlide .slick-dots li button {
    padding: 6px; }
    .ie .ty-SlickSlide .slick-dots li button:before {
      position: absolute;
      width: 8px;
      height: 8px;
      top: 5px;
      left: 2px; }

.wpcf7-form-control-wrap .formError + .Input,
.wpcf7-form-control-wrap .formError + .Select {
  margin-top: 0;
  margin-bottom: 20px; }

.brewery-order-productsformError,
.brewery-order-shippingformError {
  top: 12px !important; }

/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

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

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
  width: 100% !important; }
  .formError + .Input,
  .formError + .Select {
    background-color: #ffdaca; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 280px;
  color: #e29223;
  line-height: 1.6;
  position: relative; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #fff; }

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  display: none; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff; }

/*
# FindUs

Description

```
```
*/
.ty-FindUs-title {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 0; }

.ty-FindUs-icons a {
  font-size: 72px;
  width: 72px;
  display: inline-block;
  line-height: 1;
  color: #cd7b1d; }
  .ty-FindUs-icons a:hover {
    opacity: .8; }

.ty-ImageOverlay {
  display: block; }

.ty-ImageOverlay-figure {
  position: relative;
  overflow: hidden;
  text-align: center; }

.ty-ImageOverlay-figure-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 5vw;
  font-weight: 700; }
  .ty-ImageOverlay-figure-caption::before, .ty-ImageOverlay-figure-caption::after {
    pointer-events: none; }
  @media (min-width: 768px) {
    .ty-ImageOverlay-figure-caption {
      font-size: 20px; } }

.ty-ImageOverlay-figure-caption--dark {
  background-color: rgba(0, 0, 0, 0.4); }

.ty-ImageOverlay-figure-caption-text {
  margin: 0; }

.ty-ImageOverlay-figure-caption-text > span {
  display: block;
  font-size: 14px;
  padding: 0 12px;
  margin: 0;
  font-weight: normal;
  text-align: center !important;
  line-height: 1.4; }

.ty-ImageOverlay-figure-caption-text > img,
.ty-ImageOverlay-figure-caption-text > svg {
  width: 60%; }

.ty-ImageOverlay-figure-caption-text--kenka > svg {
  width: 50%; }

.ty-ImageOverlay-figure-caption-text > svg {
  height: auto; }

.ty-ImageOverlay-figure-caption-text > svg * {
  fill: #fff; }

.ty-ImageOverlay-figure > img,
.ty-ImageOverlay-figure-caption-text {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }

.ty-ImageOverlay-figure-caption {
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out; }

.ty-ImageOverlay-figure-caption-text {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.ty-ImageOverlay-figure:hover .ty-ImageOverlay-figure-caption {
  background-color: rgba(0, 0, 0, 0); }

.ty-ImageOverlay-figure:hover .ty-ImageOverlay-figure-caption-text {
  -webkit-transform: scale(1.5, 1.5) rotate(0.01deg);
          transform: scale(1.5, 1.5) rotate(0.01deg);
  opacity: 0; }

.ty-ImageOverlay-figure:hover > img {
  -webkit-transform: scale(1.05, 1.05) rotate(0.01deg);
          transform: scale(1.05, 1.05) rotate(0.01deg); }

.ty-ProjectList {
  border-bottom: 1px solid #000; }
  @media (min-width: 768px) {
    .ty-ProjectList {
      border-bottom: 0; } }

.hexagon {
  position: relative;
  width: 80px;
  height: 46.19px;
  background-color: transparent;
  margin: 23.09px 0;
  border-left: solid 5px #000;
  border-right: solid 5px #000; }
  @media (min-width: 768px) {
    .hexagon {
      width: 144px;
      height: 83.14px;
      margin: 41.57px 0;
      border-left: solid 6px #000;
      border-right: solid 6px #000; } }

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 56.57px;
  height: 56.57px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
          transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 6.7157px; }
  @media (min-width: 768px) {
    .hexagon:before,
    .hexagon:after {
      width: 101.82px;
      height: 101.82px;
      left: 15.0883px; } }

.hexagon:before {
  top: -28.2843px;
  border-top: solid 7.0711px #000;
  border-right: solid 7.0711px #000; }
  @media (min-width: 768px) {
    .hexagon:before {
      top: -50.9117px;
      border-top: solid 8.4853px #000;
      border-right: solid 8.4853px #000; } }

.hexagon:after {
  bottom: -28.2843px;
  border-bottom: solid 7.0711px #000;
  border-left: solid 7.0711px #000; }
  @media (min-width: 768px) {
    .hexagon:after {
      bottom: -50.9117px;
      border-bottom: solid 8.4853px #000;
      border-left: solid 8.4853px #000; } }

.hexagon--icon {
  text-align: center;
  position: relative; }

.hexagon-title {
  display: none;
  font-weight: bold; }
  @media (min-width: 768px) {
    .hexagon-title {
      display: block;
      position: relative;
      position: absolute;
      width: 100%;
      top: -4px; }
      .hexagon-title span {
        display: inline-block;
        font-size: 12px;
        padding-bottom: 2px;
        border-bottom: 3px solid #000; } }

.hexagon-month {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 3px;
  letter-spacing: .05em;
  text-indent: .0025em;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .hexagon-month {
      font-size: 34px;
      padding-top: 28px; } }

.hexagon-year {
  font-size: 14px;
  font-weight: bold;
  line-height: 1; }
  @media (min-width: 768px) {
    .hexagon-year {
      font-size: 20px; } }

.hexagon--seasonal {
  border-left-color: #995d09;
  border-right-color: #995d09; }
  @media (min-width: 768px) {
    .hexagon--seasonal {
      border-left-color: #995d09;
      border-right-color: #995d09; } }

.hexagon--seasonal:before {
  border-top-color: #995d09;
  border-right-color: #995d09; }
  @media (min-width: 768px) {
    .hexagon--seasonal:before {
      border-top-color: #995d09;
      border-right-color: #995d09; } }

.hexagon--seasonal:after {
  border-bottom-color: #995d09;
  border-left-color: #995d09; }
  @media (min-width: 768px) {
    .hexagon--seasonal:after {
      border-bottom-color: #995d09;
      border-left-color: #995d09; } }

.hexagon--seasonal .hexagon-title,
.hexagon--seasonal .hexagon-month,
.hexagon--seasonal .hexagon-year {
  color: #995d09; }

@media (min-width: 768px) {
  .hexagon--seasonal .hexagon-title span {
    border-bottom-color: #995d09; } }

.hexagon--limited {
  border-left-color: #8A8043;
  border-right-color: #8A8043; }
  @media (min-width: 768px) {
    .hexagon--limited {
      border-left-color: #8A8043;
      border-right-color: #8A8043; } }

.hexagon--limited:before {
  border-top-color: #8A8043;
  border-right-color: #8A8043; }
  @media (min-width: 768px) {
    .hexagon--limited:before {
      border-top-color: #8A8043;
      border-right-color: #8A8043; } }

.hexagon--limited:after {
  border-bottom-color: #8A8043;
  border-left-color: #8A8043; }
  @media (min-width: 768px) {
    .hexagon--limited:after {
      border-bottom-color: #8A8043;
      border-left-color: #8A8043; } }

.hexagon--limited .hexagon-title,
.hexagon--limited .hexagon-month,
.hexagon--limited .hexagon-year {
  color: #8A8043; }

@media (min-width: 768px) {
  .hexagon--limited .hexagon-title {
    top: 0; }
    .hexagon--limited .hexagon-title span {
      border-bottom-color: #8A8043; } }

.hexagon--limited .hexagon-month {
  font-size: 32px;
  border-bottom: 3px solid #8A8043;
  display: inline-block;
  padding-top: 0;
  letter-spacing: 0;
  text-indent: 0; }
  @media (min-width: 768px) {
    .hexagon--limited .hexagon-month {
      font-size: 56px;
      padding-top: 28px;
      border-bottom: 0; } }

.RecentNews .ty-pageHeader-title, .RecentNews .ty-Magic-content-sean1-inner-title, .RecentNews .SlickMasthead-overlay-inner-title {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .RecentNews .ty-pageHeader-title, .RecentNews .ty-Magic-content-sean1-inner-title, .RecentNews .SlickMasthead-overlay-inner-title {
      margin-bottom: 20px; } }

@media (min-width: 768px) {
  .RecentNews .Grid,
  .RecentNews .GridNarrow,
  .RecentNews .recruit-Career-step-listGrid {
    margin-left: 0;
    margin-right: 0; } }

.RecentNews .Grid .RecentNews-item-link-title,
.RecentNews .GridNarrow .RecentNews-item-link-title,
.RecentNews .recruit-Career-step-listGrid .RecentNews-item-link-title {
  padding-left: 12px;
  padding-right: 12px; }
  @media (min-width: 768px) {
    .RecentNews .Grid .RecentNews-item-link-title,
    .RecentNews .GridNarrow .RecentNews-item-link-title,
    .RecentNews .recruit-Career-step-listGrid .RecentNews-item-link-title {
      padding-left: 0;
      padding-right: 0; } }

.RecentNews .Grid {
  margin-left: -24px;
  margin-right: -24px; }


.RecentNews .GridNarrow,
.RecentNews .recruit-Career-step-listGrid {
  margin-left: -6px;
  margin-right: -6px; }

.RecentNews-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 48px; }
  .RecentNews-item:last-child {
    border-bottom: none; }
  @media (min-width: 768px) {
    .RecentNews-item {
      border-bottom: none; } }

.RecentNews-item-link {
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-left: -6px;
  margin-right: -6px; }
  @media (min-width: 768px) {
    .RecentNews-item-link {
      margin-left: 0;
      margin-right: 0;
      border-bottom: none; } }
  .RecentNews-item-link:hover {
    opacity: .75 !important;
    text-decoration: none; }

.RecentNews-item-link-title {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .RecentNews-item-link-title {
      font-size: 16px; } }
  body:not(.s-Tysons) .RecentNews-item-link-title {
    font-size: 14px; }

.SlickMasthead {
  position: relative; }
  @media (min-width: 1200px) {
    .SlickMasthead {
      max-height: 60vh;
      overflow: hidden; } }
  @media (min-width: 1400px) {
    .SlickMasthead img {
      -webkit-transform: translateY(-10%);
              transform: translateY(-10%); } }
  .SlickMasthead .slick-slider {
    margin: 0; }

.SlickMasthead-overlay {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10; }
  @media (min-width: 992px) {
    .SlickMasthead-overlay {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3); } }

.SlickMasthead-overlay-inner {
  max-width: 768px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 子要素をflexboxで揃える */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  margin: 0 auto;
  text-align: center; }

.SlickMasthead-overlay-inner-title {
  color: #000;
  margin-top: 24px;
  margin-bottom: 36px; }
  @media (min-width: 992px) {
    .SlickMasthead-overlay-inner-title {
      color: #fff;
      margin-top: 0;
      margin-bottom: 10px; } }

.SlickMasthead-overlay-inner-catch {
  margin-bottom: 0;
  color: #000;
  text-align: center; }
  @media (min-width: 992px) {
    .SlickMasthead-overlay-inner-catch {
      color: #fff; } }
  .SlickMasthead-overlay-inner-catch.SlickMasthead-overlay-inner-catch--desktop {
    display: none; }
    @media (min-width: 992px) {
      .SlickMasthead-overlay-inner-catch.SlickMasthead-overlay-inner-catch--desktop {
        display: block; } }
  @media (min-width: 992px) {
    .SlickMasthead-overlay-inner-catch.SlickMasthead-overlay-inner-catch--mobile {
      display: none; } }

.ty-EcLink {
  position: fixed;
  bottom: 0;
  right: 12px;
  background-color: #000; }
  @media (min-width: 768px) {
    .ty-EcLink {
      right: 48px; } }
  @media (min-width: 768px) {
    .ty-EcLink {
      right: 5%; } }
  .ty-EcLink a {
    display: inline-block;
    padding: 6px 16px;
    padding-right: 24px;
    font-weight: bold;
    font-size: 12px;
    background-color: #f5f5f5; }
    @media (min-width: 768px) {
      .ty-EcLink a {
        font-size: 14px; } }
  .ty-EcLink .icon {
    width: 1.75em;
    height: 1.75em; }

.s-Tysons ::-moz-selection {
  background: #ed6d1f;
  color: rgba(255, 255, 255, 0.95); }

.s-Tysons ::selection {
  background: #ed6d1f;
  color: rgba(255, 255, 255, 0.95); }

.s-Tysons .Input::-moz-selection {
  color: #111; }

.s-Tysons .Input::selection {
  color: #111; }

.ty-EcLink a {
  background-color: #ddd; }

.ty-Navbar-tysons {
  background-color: #fff; }
  .ty-Navbar-tysons .ty-Navbar-header,
  .ty-Navbar-tysons .ty-Dropdown-menu,
  .ty-Navbar-tysons .ty-Dropdown-close,
  .ty-Navbar-tysons .ty-Navbar-nav,
  .ty-Navbar-tysons .ty-Navbar-nav > li > a:hover,
  .ty-Navbar-tysons .ty-Navbar-nav > li > a:focus {
    background-color: rgba(255, 255, 255, 0.95); }
  .ty-Navbar-tysons .in .ty-Navbar-nav {
    background-color: rgba(250, 250, 250, 0.95); }
  .ty-Navbar-tysons .ty-Dropdown > a {
    background-color: rgba(235, 235, 235, 0.95); }
  .ty-Navbar-tysons .ty-Dropdown .ty-Dropdown-menu > li > a {
    background-color: rgba(245, 245, 245, 0.95); }
  @media (min-width: 992px) {
    .ty-Navbar-tysons .in .ty-Navbar-nav {
      background-color: rgba(255, 255, 255, 0.95); }
    .ty-Navbar-tysons .ty-Dropdown > a {
      background-color: transparent; }
    .ty-Navbar-tysons .ty-Dropdown .ty-Dropdown-menu > li > a {
      background-color: transparent; } }


.Button-tysons,
#alo_easymail_widget_form .input-submit {
  background-color: #ed6d1f;
  border-color: #ed6d1f; }
  
  .Button-tysons:hover,
  #alo_easymail_widget_form .input-submit:hover,
  .Button-tysons:focus,
  #alo_easymail_widget_form .input-submit:focus, .Button-tysons.is-active, #alo_easymail_widget_form .is-active.input-submit {
    background-color: #ed6d1f;
    border-color: #ed6d1f; }

.s-Tysons.p-Home .ty-Navbar {
  position: fixed;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 0;
  background-color: transparent; }

.s-Tysons.p-Home .ty-Navbar-brand {
  display: none; }

.s-Tysons.p-Home .ty-Hamburger:before, .s-Tysons.p-Home .ty-Hamburger:after {
  background-color: #fff; }

.s-Tysons.p-Home .collapsed .ty-Hamburger {
  background-color: #fff; }

.s-Tysons.p-Home .collapse-open.ty-Navbar-header {
  background-color: rgba(255, 255, 255, 0.95);
  color: #000; }
  .s-Tysons.p-Home .collapse-open.ty-Navbar-header .ty-Navbar-brand {
    display: block;
    padding-top: 2px; }
    .s-Tysons.p-Home .collapse-open.ty-Navbar-header .ty-Navbar-brand .ty-default-logo {
      display: none; }
    .s-Tysons.p-Home .collapse-open.ty-Navbar-header .ty-Navbar-brand .ty-fixed-logo {
      margin-top: 4px;
      margin-top: 0.4rem;
      display: inline-block; }
  .s-Tysons.p-Home .collapse-open.ty-Navbar-header .ty-Hamburger {
    display: block; }
    .s-Tysons.p-Home .collapse-open.ty-Navbar-header .ty-Hamburger:before, .s-Tysons.p-Home .collapse-open.ty-Navbar-header .ty-Hamburger:after,
    .collapsed .s-Tysons.p-Home .collapse-open.ty-Navbar-header .ty-Hamburger {
      background-color: #c8c8c8; }
  .s-Tysons.p-Home .collapse-open.ty-Navbar-header + .collapse + .bogo-language-switcher > li > a {
    color: #000 !important; }

.s-Tysons.p-Home .ty-Navbar-header {
  background-color: transparent;
  height: 50px;
  height: 5rem; }

.s-Tysons.p-Home .bogo-language-switcher > li > a {
  color: #fff; }

@media (min-width: 992px) {
  .s-Tysons.p-Home .ty-Navbar {
    border: none;
    min-height: 7.2rem; }
  .s-Tysons.p-Home .ty-Navbar-nav {
    background-color: transparent; }
    .s-Tysons.p-Home .ty-Navbar-nav > li > a {
      background-color: transparent;
      color: #fff; }
      .s-Tysons.p-Home .ty-Navbar-nav > li > a:hover .ty-Caret--down {
        background-image: url("../images/svg/icon-arrow-white.svg"); }
  .s-Tysons.p-Home .ty-Caret--down {
    background-image: url("../images/svg/icon-arrow-white.svg"); }
  .s-Tysons.p-Home .open.ty-Dropdown .ty-Dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.95) !important;
    color: #000; }
    .s-Tysons.p-Home .open.ty-Dropdown .ty-Dropdown-toggle:hover, .s-Tysons.p-Home .open.ty-Dropdown .ty-Dropdown-toggle:focus {
      opacity: 1; }
    .s-Tysons.p-Home .open.ty-Dropdown .ty-Dropdown-toggle .ty-Caret--down {
      background-image: url("../images/svg/icon-arrow.svg"); } }

.s-Tysons.p-Home .is-fixed.ty-Navbar {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  min-height: 50px;
  min-height: 5rem; }
  .s-Tysons.p-Home .is-fixed.ty-Navbar .ty-Navbar-brand {
    display: block; }
  .s-Tysons.p-Home .is-fixed.ty-Navbar .ty-Navbar-nav > li > a {
    color: #000; }
  .s-Tysons.p-Home .is-fixed.ty-Navbar .ty-Hamburger {
    display: block; }
    .s-Tysons.p-Home .is-fixed.ty-Navbar .ty-Hamburger:before, .s-Tysons.p-Home .is-fixed.ty-Navbar .ty-Hamburger:after {
      background-color: #c8c8c8; }
    @media (min-width: 992px) {
      .s-Tysons.p-Home .is-fixed.ty-Navbar .ty-Hamburger {
        display: none; } }
  .s-Tysons.p-Home .is-fixed.ty-Navbar .collapsed .ty-Hamburger {
    background-color: #c8c8c8; }
  .s-Tysons.p-Home .is-fixed.ty-Navbar .ty-Caret--down {
    background-image: url("../images/svg/icon-arrow.svg") !important; }
  .s-Tysons.p-Home .is-fixed.ty-Navbar .bogo-language-switcher {
    display: block !important; }
    .s-Tysons.p-Home .is-fixed.ty-Navbar .bogo-language-switcher > li > a {
      color: #000 !important; }

.ty-Navbar-tysons .ty-Navbar-brand {
  padding-top: 8px;
  padding-top: 0.8rem; }
  .ty-Navbar-tysons .ty-Navbar-brand img {
    width: 180px;
    width: 18rem; }
  @media (min-width: 992px) {
    .ty-Navbar-tysons .ty-Navbar-brand {
      padding-top: 1.2rem; }
      .ty-Navbar-tysons .ty-Navbar-brand img {
        width: 21rem; } }

.is-fixed.ty-Navbar-tysons .ty-Navbar-brand {
  padding-top: 4px;
  padding-top: 0.4rem; }
  .is-fixed.ty-Navbar-tysons .ty-Navbar-brand img {
    width: 160px;
    width: 16rem; }
  @media (min-width: 992px) {
    .is-fixed.ty-Navbar-tysons .ty-Navbar-brand {
      padding-top: 0.4rem;
      width: 14rem; }
      .is-fixed.ty-Navbar-tysons .ty-Navbar-brand img {
        width: 14rem; } }

.ty-Cover--tysons-home {
  background-image: url("../images/tysons/home/cover-mobile.jpg"); }
  @media (min-width: 768px) {
    .ty-Cover--tysons-home {
      background-image: url("../images/tysons/home/cover.jpg"); } }

.ty-Cover--tysons-tennoz {
  background-image: url("../images/tysons/project/tennoz/cover-mobile.jpg"); }

.ty-Cover--tysons-omotesando {
  background-image: url("../images/tysons/project/omotesando/cover-mobile.jpg"); }

.ty-Cover--tysons-daikanyama {
  background-image: url("../images/tysons/project/daikanyama/cover-mobile.jpg"); }

.ty-Cover--tysons-catstreet {
  background-image: url("../images/tysons/project/catstreet/cover-mobile.jpg"); }

.ty-Cover--tysons-kojimachi {
  background-image: url("../images/tysons/project/kojimachi/cover-mobile.jpg"); }

.s-Tysons .ty-CoverFull-title {
  max-width: 740px;
  max-width: 74rem;
  margin: 0 auto; }

.ie9 .s-Tysons .ty-CoverFull-title img {
  height: 87px !important;
  width: 700px !important; }

.s-Tysons.p-recruit .p-recruit-fade,
.s-Tysons.p-recruit--interview .p-recruit-fade {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }
  .s-Tysons.p-recruit .p-recruit-fade.in,
  .s-Tysons.p-recruit--interview .p-recruit-fade.in {
    opacity: 1; }

.s-Tysons.p-recruit .ty-Lead, .s-Tysons.p-recruit .SlickMasthead-overlay-inner-catch,
.s-Tysons.p-recruit--interview .ty-Lead,
.s-Tysons.p-recruit--interview .SlickMasthead-overlay-inner-catch {
  font-size: 17px; }
  @media (min-width: 768px) {
    .s-Tysons.p-recruit .ty-Lead, .s-Tysons.p-recruit .SlickMasthead-overlay-inner-catch,
    .s-Tysons.p-recruit--interview .ty-Lead,
    .s-Tysons.p-recruit--interview .SlickMasthead-overlay-inner-catch {
      font-size: 26px; } }

.contentsBlock {
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .contentsBlock {
      margin-bottom: 120px; } }

.recruit-WorkValue a,
.tab-pane a {
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }
  .recruit-WorkValue a img,
  .tab-pane a img {
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
  .recruit-WorkValue a:hover img,
  .tab-pane a:hover img {
    opacity: .7; }

/*
 * WorkValue
 ------------------------------------------------------------------------- */
.recruit-WorkValue .GridNarrow-col, .recruit-WorkValue .recruit-Career-step-listGrid li, .recruit-Career-step-listGrid .recruit-WorkValue li {
  border-top: 1px solid #c8c8c8;
  padding-top: 8px; }
  @media (min-width: 768px) {
    .recruit-WorkValue .GridNarrow-col, .recruit-WorkValue .recruit-Career-step-listGrid li, .recruit-Career-step-listGrid .recruit-WorkValue li {
      border-top: none;
      padding-top: 0; } }
  .recruit-WorkValue .GridNarrow-col img, .recruit-WorkValue .recruit-Career-step-listGrid li img, .recruit-Career-step-listGrid .recruit-WorkValue li img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.recruit-WorkValue .is-desktopImg {
  display: none; }
  @media (min-width: 768px) {
    .recruit-WorkValue .is-desktopImg {
      display: block; } }

.recruit-WorkValue .is-mobileImg {
  display: block;
  margin-left: -6px;
  margin-right: -6px; }
  @media (min-width: 768px) {
    .recruit-WorkValue .is-mobileImg {
      display: none; } }

.recruit-WorkValue .recruit-WorkValue-info {
  padding-left: 6px;
  padding-right: 6px; }
  @media (min-width: 768px) {
    .recruit-WorkValue .recruit-WorkValue-info {
      padding-left: 0;
      padding-right: 0; } }

.recruit-WorkValue .recruit-WorkValue-name {
  font-size: 17px;
  padding-top: 5px;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .recruit-WorkValue .recruit-WorkValue-name {
      font-size: 20px; } }
  .en .recruit-WorkValue .recruit-WorkValue-name {
    text-align: left;
    letter-spacing: 0; }

.recruit-WorkValue .recruit-WorkValue-position {
  font-size: 14px;
  line-height: 1.5; }

/*
 * Career
 ------------------------------------------------------------------------- */
.recruit-Career-step2,
.recruit-Career-step3 {
  background-color: #e8e0d7; }

.recruit-Career-step1 {
  background-color: #523322;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .recruit-Career-step1 {
      width: 280px;
      font-size: 20px; } }

.recruit-Career-step2 {
  padding: 24px 0 0 0; }
  @media (min-width: 992px) {
    .recruit-Career-step2 {
      padding: 32px 32px 16px 32px; } }
  .recruit-Career-step2 .Grid-col {
    margin-bottom: 0; }

.recruit-Career-step3 {
  padding-top: 24px;
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .recruit-Career-step3 {
      margin-bottom: 64px; } }
  .recruit-Career-step3 .Grid-col {
    border-bottom: 1px solid #97857a;
    padding-bottom: 16px; }
    .recruit-Career-step3 .Grid-col:last-child {
      padding-bottom: 0px;
      border-bottom: none; }
    @media (min-width: 992px) {
      .recruit-Career-step3 .Grid-col {
        border-right: 1px solid #97857a;
        border-bottom: 0;
        padding-bottom: 0; }
        .recruit-Career-step3 .Grid-col:last-child {
          border-right: none; } }

.recruit-Career-step4 {
  background-color: #dddddd;
  padding: 32px 12px 24px 12px; }
  @media (min-width: 992px) {
    .recruit-Career-step4 {
      padding: 32px 32px 32px 32px; } }

.recruit-Career-step-listGrid {
  display: block;
  margin-left: -6px;
  margin-right: -6px; }
  .recruit-Career-step-listGrid li {
    margin-bottom: 0; }
    .recruit-Career-step-listGrid li span {
      display: block;
      margin: 0;
      font-size: 14px !important; }
      @media (min-width: 992px) {
        .recruit-Career-step-listGrid li span {
          font-size: 13px !important; } }

.recruit-Career-step-listGrid--step3 li {
  width: 50%; }

@media (min-width: 992px) {
  .recruit-Career-step-listGrid--step4 {
    padding-left: 32px;
    padding-right: 32px; } }

.recruit-Career-step-listGrid--step4 li {
  width: 100%; }
  @media (min-width: 768px) {
    .recruit-Career-step-listGrid--step4 li {
      width: 50%; } }
  @media (min-width: 992px) {
    .recruit-Career-step-listGrid--step4 li {
      width: 20%; }
      .en .recruit-Career-step-listGrid--step4 li {
        line-height: 1.2; }
        .en .recruit-Career-step-listGrid--step4 li span {
          padding-top: 12px;
          padding-bottom: 14px; }
        .en .recruit-Career-step-listGrid--step4 li:first-child span {
          padding-top: 5px;
          padding-bottom: 5px; } }

.recruit-Career-arrow {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .recruit-Career-arrow {
      padding-top: 20px;
      padding-bottom: 14px; } }
  .recruit-Career-arrow .icon {
    font-size: 38px;
    color: #523322; }

.recruit-Career-step-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px; }
  @media (min-width: 768px) {
    .recruit-Career-step-title {
      font-size: 20px; } }

.recruit-Career-step-description {
  text-align: center;
  font-size: 17px; }
  @media (min-width: 768px) {
    .recruit-Career-step-description {
      font-size: 20px; } }
  .en .recruit-Career-step-description {
    letter-spacing: 0; }

.recruit-Career-step-description--small {
  font-size: 17px; }
  @media (min-width: 768px) {
    .recruit-Career-step-description--small {
      font-size: 16px; } }

.recruit-Career-step-description--step1 {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 12px; }

.recruit-Career-step-smallContainer {
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px; }
  @media (min-width: 768px) {
    .recruit-Career-step-smallContainer {
      padding-left: 0;
      padding-right: 0; } }
  .recruit-Career-step-smallContainer ul {
    list-style: none;
    padding: 0; }

.recruit-Career-position, .recruit-Career-step-listGrid li span {
  background-color: #fff;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-bottom: 12px;
  padding-top: 2px;
  padding-bottom: 2px; }
  @media (min-width: 768px) {
    .recruit-Career-position, .recruit-Career-step-listGrid li span {
      font-size: 14px; } }

/*
 * WorkFeild
 ------------------------------------------------------------------------- */
.recruit-WorkFeild .GridNarrow, .recruit-WorkFeild .recruit-Career-step-listGrid {
  margin-left: -4px;
  margin-right: -4px; }

.recruit-WorkFeild-tab {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-left: -4px;
  margin-right: -4px; }
  @media (min-width: 768px) {
    .recruit-WorkFeild-tab {
      margin-left: 0;
      margin-right: 0; } }
  .recruit-WorkFeild-tab li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #000;
    line-height: 1;
    font-size: 12px; }
    @media (min-width: 768px) {
      .recruit-WorkFeild-tab li {
        font-size: 16px;
        padding-left: 12px;
        padding-right: 12px; } }
    .recruit-WorkFeild-tab li:last-child {
      border-right: none; }
    .recruit-WorkFeild-tab li.active a {
      font-weight: bold;
      color: #000; }
    .recruit-WorkFeild-tab li a {
      color: #a9a9a9; }

.recruit-WorkFeild-logo {
  width: 55%;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px; }
  @media (min-width: 768px) {
    .recruit-WorkFeild-logo {
      padding-top: 16px;
      padding-bottom: 16px; } }

.recruit-WorkFeild-logo--bond,
.recruit-WorkFeild-logo--cicada,
.recruit-WorkFeild-logo--smokehouse,
.recruit-WorkFeild-logo--crista,
.recruit-WorkFeild-logo--ryan,
.recruit-WorkFeild-logo--kacto {
  width: 50%;
  text-align: center; }

/*
 * System
 ------------------------------------------------------------------------- */
.recruit-System {
  background-color: #ececec;
  padding-top: 24px; }
  @media (min-width: 768px) {
    .recruit-System {
      padding-top: 48px; } }

.recruit-System-item-icon {
  margin: 0 auto;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 6px;
  margin-bottom: 8px; }
  .recruit-System-item-icon .icon {
    font-size: 48px;
    margin: 0; }

.recruit-System-item-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px; }
  @media (min-width: 992px) {
    .recruit-System-item-title {
      margin-bottom: 16px; } }

/*
 * Requirements
 ------------------------------------------------------------------------- */
.recruit-Requirements .ty-TitleEn, .recruit-Requirements .interview-athorJob {
  margin-bottom: 4px; }

.recruit-Requirements .ty-List {
  border-top: none;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 2.7; }

.recruit-Requirements .ty-List-title--ja {
  padding: 0; }

.recruit-Requirements-title {
  background-color: #ececec;
  font-size: 16px; }

/*
 * interview-Header
 ------------------------------------------------------------------------- */
.interview-Header h1 {
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .interview-Header h1 {
      margin-bottom: 3.6rem; } }

.interview-Header h2 {
  text-align: center;
  font-size: 17px; }
  @media (min-width: 768px) {
    .interview-Header h2 {
      font-size: 30px; } }

.interview-Header h3 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 32px;
  margin-bottom: 3.2rem; }

.interview-Header > div {
  text-align: center; }

/*
 * interview-Contents
 ------------------------------------------------------------------------- */
.interview-Contents .interview-Contents-title {
  font-size: 14px;
  text-align: left; }
  @media (min-width: 768px) {
    .interview-Contents .interview-Contents-title {
      font-size: 20px; } }

.interview-Contents-profile {
  padding-top: 24px;
  font-size: 14px;
  border-bottom: 1px solid #c8c8c8; }
  @media (min-width: 768px) {
    .interview-Contents-profile .interview-Contents-profile-gutter {
      margin-left: -12px;
      margin-right: -12px; } }

/*
 * interview-Slide
 ------------------------------------------------------------------------- */
.interview-Slide {
  padding-left: 6px;
  padding-right: 6px; }
  @media (min-width: 768px) {
    .interview-Slide {
      padding-left: 0px;
      padding-right: 0px; } }
  .interview-Slide .slick-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .interview-Slide .ty-ImageOverlay-figure-caption {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.3;
    background-color: rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      .interview-Slide .ty-ImageOverlay-figure-caption {
        font-size: 12px; } }
    .interview-Slide .ty-ImageOverlay-figure-caption span {
      font-size: 14px;
      display: block;
      text-align: center;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .interview-Slide .ty-ImageOverlay-figure-caption span {
          font-size: 16px; } }

.interview-athorJob {
  margin-bottom: 8px; }
  @media (min-width: 992px) {
    .interview-athorJob {
      margin-bottom: 12px; } }

.s-Tysons.p-restaurant .ty-pageHeader-title, .s-Tysons.p-restaurant .ty-Magic-content-sean1-inner-title, .s-Tysons.p-restaurant .SlickMasthead-overlay-inner-title {
  margin-bottom: 20px; }

.s-Tysons.p-restaurant .rest-item {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .s-Tysons.p-restaurant .rest-item {
      padding-left: 6px;
      padding-right: 6px; } }
  .s-Tysons.p-restaurant .rest-item a {
    margin-left: -6px;
    margin-right: -6px; }
    @media (min-width: 768px) {
      .s-Tysons.p-restaurant .rest-item a {
        margin-left: 0;
        margin-right: 0; } }

.bsns-restList {
  padding-left: 12px;
  padding-right: 12px; }
  @media (min-width: 480px) {
    .bsns-restList {
      padding-left: 10%;
      padding-right: 10%; } }
  @media (min-width: 768px) {
    .bsns-restList {
      padding-left: 0;
      padding-right: 0; } }

.bsns-restList-title {
  text-align: center;
  font-size: 14px;
  margin-bottom: 32px; }

.bsns-restList-grid-col {
  padding-left: 36px;
  padding-right: 36px; }
  @media (min-width: 768px) {
    .bsns-restList-grid-col {
      padding-left: 24px;
      padding-right: 24px; } }

.bsns-restList-grid-col--brewery {
  padding-left: 28px;
  padding-right: 28px; }
  @media (min-width: 768px) {
    .bsns-restList-grid-col--brewery {
      padding-left: 20px;
      padding-right: 20px; } }

.bsns-restList-grid-col--bond {
  padding-left: 42px;
  padding-right: 42px; }
  @media (min-width: 768px) {
    .bsns-restList-grid-col--bond {
      padding-left: 32px;
      padding-right: 32px; } }

.s-Tyharbor {
  background-color: rgba(241, 237, 222, 0.95); }
  .s-Tyharbor ::-moz-selection {
    background: #000;
    color: rgba(241, 237, 222, 0.95); }
  .s-Tyharbor ::selection {
    background: #000;
    color: rgba(241, 237, 222, 0.95); }
  .s-Tyharbor .ty-Navbar .ty-Navbar-header,
  .s-Tyharbor .ty-Navbar .ty-Dropdown-menu,
  .s-Tyharbor .ty-Navbar .ty-Dropdown-close,
  .s-Tyharbor .ty-Navbar .ty-Navbar-nav,
  .s-Tyharbor .ty-Navbar .ty-Navbar-nav > li > a:hover,
  .s-Tyharbor .ty-Navbar .ty-Navbar-nav > li > a:focus {
    background-color: rgba(241, 237, 222, 0.95); }
  .s-Tyharbor .ty-Navbar .in .ty-Navbar-nav {
    background-color: rgba(235, 229, 208, 0.95); }
  .s-Tyharbor .ty-Sign-icon {
    background-color: rgba(241, 237, 222, 0.95); }
  .s-Tyharbor .ty-Footer {
    background-color: #e2ded5; }
  .s-Tyharbor .Button--phone .Icon--circle,
  .s-Tyharbor .Button--phone .icon--circle,
  .s-Tyharbor .Button--mail .Icon--circle,
  .s-Tyharbor .Button--mail .icon--circle {
    color: #000;
    fill: #000;
    background-color: #fff; }
  .s-Tyharbor .ty-EcLink a {
    background-color: rgba(226, 222, 213, 0.96); }
  .s-Tyharbor.p-Home .ty-FindUs-icons .icon {
    fill: #000; }


.Button-tyharbor,
.s-Tyharbor .ty-ProjectList .ty-ProjectList-button {
  background-color: #000;
  border-color: #000; }
  
  .Button-tyharbor:hover,
  .s-Tyharbor .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-tyharbor:focus,
  .s-Tyharbor .ty-ProjectList .ty-ProjectList-button:focus, .Button-tyharbor.is-active, .s-Tyharbor .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #000;
    border-color: #000; }

.ty-Navbar-tyharbor .ty-Navbar-brand {
  padding-top: 12px;
  padding-top: 1.2rem; }
  .ty-Navbar-tyharbor .ty-Navbar-brand img {
    width: 125px;
    width: 12.5rem; }
  @media (min-width: 992px) {
    .ty-Navbar-tyharbor .ty-Navbar-brand {
      padding-top: 1.6rem; }
      .ty-Navbar-tyharbor .ty-Navbar-brand img {
        width: 17rem; } }

.s-Tyharbor.p-shop .ty-ShopMasthead {
  margin-bottom: 36px; }
  @media (min-width: 1200px) {
    .s-Tyharbor.p-shop .ty-ShopMasthead {
      height: 60vh;
      background-image: url(../images/tyharbor/shop/main.jpg);
      background-size: cover;
      background-position: center; }
      .s-Tyharbor.p-shop .ty-ShopMasthead img {
        display: none; } }

.s-Tyharbor.p-shop .ty-FindUs-icons a {
  color: #000; }

.s-Cicada {
  background-color: rgba(239, 234, 228, 0.95); }
  .s-Cicada ::-moz-selection {
    background: #a79549;
    color: rgba(239, 234, 228, 0.95); }
  .s-Cicada ::selection {
    background: #a79549;
    color: rgba(239, 234, 228, 0.95); }
  .s-Cicada .ty-Navbar .ty-Navbar-header,
  .s-Cicada .ty-Navbar .ty-Dropdown-menu,
  .s-Cicada .ty-Navbar .ty-Dropdown-close,
  .s-Cicada .ty-Navbar .ty-Navbar-nav,
  .s-Cicada .ty-Navbar .ty-Navbar-nav > li > a:hover,
  .s-Cicada .ty-Navbar .ty-Navbar-nav > li > a:focus {
    background-color: rgba(239, 234, 228, 0.95); }
  .s-Cicada .ty-Navbar .in .ty-Navbar-nav {
    background-color: rgba(231, 224, 215, 0.95); }
  .s-Cicada .ty-Sign-icon {
    background-color: rgba(239, 234, 228, 0.95); }
  .s-Cicada .ty-Footer {
    background-color: #e5e0da; }
  .s-Cicada .Button--phone .Icon--circle,
  .s-Cicada .Button--phone .icon--circle,
  .s-Cicada .Button--mail .Icon--circle,
  .s-Cicada .Button--mail .icon--circle {
    color: #a79549;
    fill: #a79549;
    background-color: #fff; }
  .s-Cicada .ty-EcLink a {
    background-color: rgba(229, 224, 218, 0.96); }


.Button-cicada,
.s-Cicada .ty-ProjectList .ty-ProjectList-button {
  background-color: #a79549;
  border-color: #a79549; }
  
  .Button-cicada:hover,
  .s-Cicada .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-cicada:focus,
  .s-Cicada .ty-ProjectList .ty-ProjectList-button:focus, .Button-cicada.is-active, .s-Cicada .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #a79549;
    border-color: #a79549; }

.ty-Navbar-cicada .ty-Navbar-brand {
  padding-top: 10px;
  padding-top: 1rem; }
  .ty-Navbar-cicada .ty-Navbar-brand img {
    width: 135px;
    width: 13.5rem; }
  @media (min-width: 992px) {
    .ty-Navbar-cicada .ty-Navbar-brand {
      padding-top: 1.6rem; }
      .ty-Navbar-cicada .ty-Navbar-brand img {
        width: 18rem; } }

@media (min-width: 992px) {
  .is-fixed.ty-Navbar-cicada .ty-Navbar-brand {
    padding-top: .3rem;
    width: 9rem; } }

@media (min-width: 992px) {
  .s-Cicada.p-story .ty-List-title {
    padding-bottom: 2rem; } }

.s-Cicada.p-story .ty-ResponsiveCollapse-body {
  padding-top: 20px;
  padding-top: 2rem; }
  @media (min-width: 992px) {
    .s-Cicada.p-story .ty-ResponsiveCollapse-body {
      padding-top: 0; } }

.s-Beacon {
  background-color: rgba(239, 234, 228, 0.95); }
  .s-Beacon ::-moz-selection {
    background: #86382d;
    color: rgba(239, 234, 228, 0.95); }
  .s-Beacon ::selection {
    background: #86382d;
    color: rgba(239, 234, 228, 0.95); }
  .s-Beacon .ty-Navbar .ty-Navbar-header,
  .s-Beacon .ty-Navbar .ty-Dropdown-menu,
  .s-Beacon .ty-Navbar .ty-Dropdown-close,
  .s-Beacon .ty-Navbar .ty-Navbar-nav,
  .s-Beacon .ty-Navbar .ty-Navbar-nav > li > a:hover,
  .s-Beacon .ty-Navbar .ty-Navbar-nav > li > a:focus {
    background-color: rgba(239, 234, 228, 0.95); }
  .s-Beacon .ty-Navbar .in .ty-Navbar-nav {
    background-color: rgba(231, 224, 215, 0.95); }
  .s-Beacon .ty-Sign-icon {
    background-color: rgba(239, 234, 228, 0.95); }
  .s-Beacon .ty-Footer {
    background-color: #e5e0da; }
  .s-Beacon .Button--phone .Icon--circle,
  .s-Beacon .Button--phone .icon--circle,
  .s-Beacon .Button--mail .Icon--circle,
  .s-Beacon .Button--mail .icon--circle {
    color: #86382d;
    fill: #86382d;
    background-color: #fff; }
  .s-Beacon .ty-EcLink a {
    background-color: rgba(229, 224, 218, 0.96); }


.Button-beacon,
.s-Beacon .ty-ProjectList .ty-ProjectList-button {
  background-color: #86382d;
  border-color: #86382d; }
  
  .Button-beacon:hover,
  .s-Beacon .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-beacon:focus,
  .s-Beacon .ty-ProjectList .ty-ProjectList-button:focus, .Button-beacon.is-active, .s-Beacon .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #86382d;
    border-color: #86382d; }

.ty-Navbar-beacon .ty-Navbar-brand {
  padding-top: 12px;
  padding-top: 1.2rem; }
  .ty-Navbar-beacon .ty-Navbar-brand img {
    width: 100px;
    width: 10rem; }
  @media (min-width: 992px) {
    .ty-Navbar-beacon .ty-Navbar-brand {
      padding-top: 1.4rem; }
      .ty-Navbar-beacon .ty-Navbar-brand img {
        width: 14rem; } }

.is-fixed.ty-Navbar-beacon .ty-Navbar-brand {
  padding-top: 6px;
  padding-top: .6rem; }
  .is-fixed.ty-Navbar-beacon .ty-Navbar-brand img {
    width: 65px;
    width: 6.5rem; }
  @media (min-width: 992px) {
    .is-fixed.ty-Navbar-beacon .ty-Navbar-brand {
      padding-top: .3rem;
      width: 7rem; } }

.s-Beacon.p-Home .ty-ProjectList .ty-hr-black {
  margin-top: 0; }

.s-Beacon.p-Close .ty-Navbar-beacon {
  background-color: rgba(239, 234, 228, 0.95); }
  @media (min-width: 992px) {
    .s-Beacon.p-Close .ty-Navbar-beacon .ty-Navbar-brand {
      padding-top: 3rem; } }

.s-Beacon.p-Close .is-fixed.ty-Navbar-beacon .ty-Navbar-brand {
  padding-top: 4px;
  padding-top: .4rem; }

.s-Crisscross {
  background-color: rgba(237, 233, 217, 0.95); }
  .s-Crisscross ::-moz-selection {
    background: #612053;
    color: rgba(237, 233, 217, 0.95); }
  .s-Crisscross ::selection {
    background: #612053;
    color: rgba(237, 233, 217, 0.95); }
  .s-Crisscross .ty-Navbar .ty-Navbar-header,
  .s-Crisscross .ty-Navbar .ty-Dropdown-menu,
  .s-Crisscross .ty-Navbar .ty-Dropdown-close,
  .s-Crisscross .ty-Navbar .ty-Navbar-nav,
  .s-Crisscross .ty-Navbar .ty-Navbar-nav > li > a:hover,
  .s-Crisscross .ty-Navbar .ty-Navbar-nav > li > a:focus {
    background-color: rgba(237, 233, 217, 0.95); }
  .s-Crisscross .ty-Navbar .in .ty-Navbar-nav {
    background-color: rgba(230, 225, 203, 0.95); }
  .s-Crisscross .ty-Sign-icon {
    background-color: rgba(237, 233, 217, 0.95); }
  .s-Crisscross .ty-Footer {
    background-color: #e5e1d1; }
  .s-Crisscross .Button--phone .Icon--circle,
  .s-Crisscross .Button--phone .icon--circle,
  .s-Crisscross .Button--mail .Icon--circle,
  .s-Crisscross .Button--mail .icon--circle {
    color: #612053;
    fill: #612053;
    background-color: #fff; }
  .s-Crisscross .ty-EcLink a {
    background-color: rgba(229, 225, 209, 0.96); }


.Button-crisscross,
.s-Crisscross .ty-ProjectList .ty-ProjectList-button {
  background-color: #612053;
  border-color: #612053; }
  
  .Button-crisscross:hover,
  .s-Crisscross .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-crisscross:focus,
  .s-Crisscross .ty-ProjectList .ty-ProjectList-button:focus, .Button-crisscross.is-active, .s-Crisscross .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #612053;
    border-color: #612053; }

.ty-Navbar-crisscross .ty-Navbar-brand img {
  width: 160px;
  width: 16rem; }

@media (min-width: 992px) {
  .ty-Navbar-crisscross .ty-Navbar-brand {
    padding-top: 1.4rem; }
    .ty-Navbar-crisscross .ty-Navbar-brand img {
      width: 20rem; } }

.s-Crisscross.p-Home .ty-ProjectList .ty-hr-black {
  margin-top: 0; }

.s-Crisscross.p-Home .ty-FindUs-icons .icon {
  fill: #612053; }

.s-Breadworks {
  background-color: rgba(255, 255, 255, 0.95); }
  .s-Breadworks ::-moz-selection {
    background: #000;
    color: rgba(255, 255, 255, 0.95); }
  .s-Breadworks ::selection {
    background: #000;
    color: rgba(255, 255, 255, 0.95); }
  .s-Breadworks .ty-Navbar .ty-Navbar-header,
  .s-Breadworks .ty-Navbar .ty-Dropdown-menu,
  .s-Breadworks .ty-Navbar .ty-Dropdown-close,
  .s-Breadworks .ty-Navbar .ty-Navbar-nav,
  .s-Breadworks .ty-Navbar .ty-Navbar-nav > li > a:hover,
  .s-Breadworks .ty-Navbar .ty-Navbar-nav > li > a:focus {
    background-color: rgba(255, 255, 255, 0.95); }
  .s-Breadworks .ty-Navbar .in .ty-Navbar-nav {
    background-color: rgba(245, 245, 245, 0.95); }
  .s-Breadworks .ty-Sign-icon {
    background-color: rgba(255, 255, 255, 0.95); }
  .s-Breadworks .Button--phone .Icon--circle,
  .s-Breadworks .Button--phone .icon--circle,
  .s-Breadworks .Button--mail .Icon--circle,
  .s-Breadworks .Button--mail .icon--circle {
    color: #000;
    fill: #000;
    background-color: #fff; }
  .s-Breadworks .ty-EcLink a {
    background-color: rgba(245, 245, 245, 0.96); }


.Button-breadworks,
.s-Breadworks .ty-ProjectList .ty-ProjectList-button {
  background-color: #000;
  border-color: #000; }
  
  .Button-breadworks:hover,
  .s-Breadworks .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-breadworks:focus,
  .s-Breadworks .ty-ProjectList .ty-ProjectList-button:focus, .Button-breadworks.is-active, .s-Breadworks .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #000;
    border-color: #000; }
  .Button-breadworks.is-disabled, .s-Breadworks .ty-ProjectList .is-disabled.ty-ProjectList-button {
    background: #000;
    opacity: 1; }
  .Button-breadworks.is-active, .s-Breadworks .ty-ProjectList .is-active.ty-ProjectList-button {
    color: #fff;
    background-color: #c8c8c8;
    border-color: #c8c8c8; }

.ty-Navbar-breadworks .ty-Navbar-brand {
  padding-top: 10px;
  padding-top: 1rem; }
  .ty-Navbar-breadworks .ty-Navbar-brand img {
    width: 160px;
    width: 16rem; }
  @media (min-width: 992px) {
    .ty-Navbar-breadworks .ty-Navbar-brand {
      padding-top: 1.4rem; }
      .ty-Navbar-breadworks .ty-Navbar-brand img {
        width: 21rem; } }

@media (min-width: 992px) {
  .is-fixed.ty-Navbar-breadworks .ty-Navbar-brand {
    padding-top: .2rem;
    width: 11rem; }
    .is-fixed.ty-Navbar-breadworks .ty-Navbar-brand img {
      width: 11rem; } }

.s-Breadworks.p-Home .ty-ProjectList .ty-hr-black {
  margin-top: 0; }

.s-Breadworks.p-Home .ty-FindUs-icons .icon {
  fill: #000; }

.s-Ivyplace {
  background-color: rgba(237, 233, 217, 0.95); }
  .s-Ivyplace ::-moz-selection {
    background: #004e35;
    color: rgba(237, 233, 217, 0.95); }
  .s-Ivyplace ::selection {
    background: #004e35;
    color: rgba(237, 233, 217, 0.95); }
  .s-Ivyplace .ty-Navbar .ty-Navbar-header,
  .s-Ivyplace .ty-Navbar .ty-Dropdown-menu,
  .s-Ivyplace .ty-Navbar .ty-Dropdown-close,
  .s-Ivyplace .ty-Navbar .ty-Navbar-nav,
  .s-Ivyplace .ty-Navbar .ty-Navbar-nav > li > a:hover,
  .s-Ivyplace .ty-Navbar .ty-Navbar-nav > li > a:focus {
    background-color: rgba(237, 233, 217, 0.95); }
  .s-Ivyplace .ty-Navbar .in .ty-Navbar-nav {
    background-color: rgba(230, 225, 203, 0.95); }
  .s-Ivyplace .ty-Sign-icon {
    background-color: rgba(237, 233, 217, 0.95); }
  .s-Ivyplace .ty-Footer {
    background-color: #e5e1d1; }
  .s-Ivyplace .Button--phone .Icon--circle,
  .s-Ivyplace .Button--phone .icon--circle,
  .s-Ivyplace .Button--mail .Icon--circle,
  .s-Ivyplace .Button--mail .icon--circle {
    color: #004e35;
    fill: #004e35;
    background-color: #fff; }
  .s-Ivyplace .ty-EcLink a {
    background-color: rgba(229, 225, 209, 0.96); }


.Button-ivyplace,
.s-Ivyplace .ty-ProjectList .ty-ProjectList-button {
  background-color: #004e35;
  border-color: #004e35; }
  
  .Button-ivyplace:hover,
  .s-Ivyplace .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-ivyplace:focus,
  .s-Ivyplace .ty-ProjectList .ty-ProjectList-button:focus, .Button-ivyplace.is-active, .s-Ivyplace .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #004e35;
    border-color: #004e35; }

.ty-Navbar-ivyplace .ty-Navbar-brand {
  padding-top: 4px;
  padding-top: .4rem; }
  .ty-Navbar-ivyplace .ty-Navbar-brand img {
    width: 160px;
    width: 16rem; }
  @media (min-width: 992px) {
    .ty-Navbar-ivyplace .ty-Navbar-brand {
      padding-top: 1rem; }
      .ty-Navbar-ivyplace .ty-Navbar-brand img {
        width: 21rem; } }

.is-fixed.ty-Navbar-ivyplace .ty-Navbar-brand {
  padding-top: 4px;
  padding-top: .4rem; }
  .is-fixed.ty-Navbar-ivyplace .ty-Navbar-brand img {
    width: 100px;
    width: 10rem; }

.s-Smokehouse {
  background-color: rgba(239, 235, 219, 0.95); }
  .s-Smokehouse ::-moz-selection {
    background: #af1f23;
    color: rgba(239, 235, 219, 0.95); }
  .s-Smokehouse ::selection {
    background: #af1f23;
    color: rgba(239, 235, 219, 0.95); }
  .s-Smokehouse .ty-Navbar .ty-Navbar-header,
  .s-Smokehouse .ty-Navbar .ty-Dropdown-menu,
  .s-Smokehouse .ty-Navbar .ty-Dropdown-close,
  .s-Smokehouse .ty-Navbar .ty-Navbar-nav,
  .s-Smokehouse .ty-Navbar .ty-Navbar-nav > li > a:hover,
  .s-Smokehouse .ty-Navbar .ty-Navbar-nav > li > a:focus {
    background-color: rgba(239, 235, 219, 0.95); }
  .s-Smokehouse .ty-Navbar .in .ty-Navbar-nav {
    background-color: rgba(233, 227, 205, 0.95); }
  .s-Smokehouse .ty-Sign-icon {
    background-color: rgba(239, 235, 219, 0.95); }
  .s-Smokehouse .ty-Footer {
    background-color: #e5e1d1; }
  .s-Smokehouse .Button--phone .icon--circle,
  .s-Smokehouse .Button--phone .Icon--circle,
  .s-Smokehouse .Button--mail .icon--circle,
  .s-Smokehouse .Button--mail .Icon--circle {
    fill: #af1f23;
    color: #af1f23;
    background-color: #fff; }
  .s-Smokehouse .ty-EcLink a {
    background-color: rgba(229, 225, 209, 0.96); }
  .s-Smokehouse.p-Home .ty-FindUs-icons .icon {
    fill: #af1f23; }


.Button-smokehouse,
.s-Smokehouse .ty-ProjectList .ty-ProjectList-button {
  background-color: #af1f23;
  border-color: #af1f23; }
  
  .Button-smokehouse:hover,
  .s-Smokehouse .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-smokehouse:focus,
  .s-Smokehouse .ty-ProjectList .ty-ProjectList-button:focus, .Button-smokehouse.is-active, .s-Smokehouse .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #af1f23;
    border-color: #af1f23; }

.ty-Navbar-smokehouse .ty-Navbar-brand {
  padding-top: 14px;
  padding-top: 1.4rem; }
  .ty-Navbar-smokehouse .ty-Navbar-brand img {
    width: 120px;
    width: 12rem; }
  @media (min-width: 992px) {
    .ty-Navbar-smokehouse .ty-Navbar-brand {
      padding-top: 2rem; }
      .ty-Navbar-smokehouse .ty-Navbar-brand img {
        width: 15rem; } }

.is-fixed.ty-Navbar-smokehouse .ty-Navbar-brand {
  padding-top: 4px;
  padding-top: .4rem; }
  .is-fixed.ty-Navbar-smokehouse .ty-Navbar-brand img {
    width: 100px;
    width: 10rem; }
  @media (min-width: 992px) {
    .is-fixed.ty-Navbar-smokehouse .ty-Navbar-brand {
      padding-top: .3rem;
      width: 9rem; } }

.s-Roastery {
  background-color: #d7dace; }
  .s-Roastery ::-moz-selection {
    background: #473933;
    color: rgba(215, 218, 206, 0.95); }
  .s-Roastery ::selection {
    background: #473933;
    color: rgba(215, 218, 206, 0.95); }
  .s-Roastery .ty-Navbar .ty-Navbar-header,
  .s-Roastery .ty-Navbar .ty-Dropdown-menu,
  .s-Roastery .ty-Navbar .ty-Dropdown-close,
  .s-Roastery .ty-Navbar .ty-Navbar-nav,
  .s-Roastery .ty-Navbar .ty-Navbar-nav > li > a:hover,
  .s-Roastery .ty-Navbar .ty-Navbar-nav > li > a:focus {
    background-color: rgba(215, 218, 206, 0.95); }
  .s-Roastery .ty-Navbar .in .ty-Navbar-nav {
    background-color: rgba(206, 209, 194, 0.95); }
  .s-Roastery .ty-Sign-icon {
    background-color: rgba(215, 218, 206, 0.95); }
  .s-Roastery .ty-Footer {
    background-color: #cacdc2; }
  .s-Roastery .Button--phone .Icon--circle,
  .s-Roastery .Button--phone .icon--circle,
  .s-Roastery .Button--mail .Icon--circle,
  .s-Roastery .Button--mail .icon--circle {
    color: #473933;
    fill: #473933;
    background-color: #fff; }
  .s-Roastery .ty-EcLink a {
    background-color: rgba(202, 205, 194, 0.96); }


.Button-roastery,
.s-Roastery .ty-ProjectList .ty-ProjectList-button {
  background-color: #473933;
  border-color: #473933; }
  
  .Button-roastery:hover,
  .s-Roastery .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-roastery:focus,
  .s-Roastery .ty-ProjectList .ty-ProjectList-button:focus, .Button-roastery.is-active, .s-Roastery .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #473933;
    border-color: #473933; }

.ty-Navbar-roastery .ty-Navbar-brand {
  padding-top: 10px;
  padding-top: 1rem; }
  .ty-Navbar-roastery .ty-Navbar-brand img {
    width: 130px;
    width: 13rem; }
  @media (min-width: 992px) {
    .ty-Navbar-roastery .ty-Navbar-brand {
      padding-top: 2.4rem; }
      .ty-Navbar-roastery .ty-Navbar-brand img {
        width: 15rem; } }

.is-fixed.ty-Navbar-roastery .ty-Navbar-brand {
  padding-top: 4px;
  padding-top: .4rem; }
  .is-fixed.ty-Navbar-roastery .ty-Navbar-brand img {
    width: 90px;
    width: 9rem; }
  @media (min-width: 992px) {
    .is-fixed.ty-Navbar-roastery .ty-Navbar-brand {
      padding-top: 0;
      width: 11rem; }
      .is-fixed.ty-Navbar-roastery .ty-Navbar-brand img {
        width: 11rem; } }

.s-Roastery.p-Home .ty-ProjectList .ty-hr-black {
  margin-top: 0; }

.s-Roastery.p-Home .ty-FindUs-icons .icon {
  fill: #473933; }

.s-Brewery {
  background-color: rgba(251, 242, 207, 0.95); }
  .s-Brewery ::-moz-selection {
    background: #e29223;
    color: rgba(251, 242, 207, 0.95); }
  .s-Brewery ::selection {
    background: #e29223;
    color: rgba(251, 242, 207, 0.95); }
  .s-Brewery .ty-Navbar .ty-Navbar-header,
  .s-Brewery .ty-Navbar .ty-Dropdown-menu,
  .s-Brewery .ty-Navbar .ty-Dropdown-close,
  .s-Brewery .ty-Navbar .ty-Navbar-nav,
  .s-Brewery .ty-Navbar .ty-Navbar-nav > li > a:hover,
  .s-Brewery .ty-Navbar .ty-Navbar-nav > li > a:focus {
    background-color: rgba(251, 242, 207, 0.95); }
  .s-Brewery .ty-Navbar .in .ty-Navbar-nav {
    background-color: rgba(249, 237, 188, 0.95); }
  .s-Brewery .ty-Sign-icon {
    background-color: rgba(251, 242, 207, 0.95); }
  .s-Brewery .ty-Footer {
    background-color: #efe6c0; }
  .s-Brewery .Button--phone .Icon--circle,
  .s-Brewery .Button--phone .icon--circle,
  .s-Brewery .Button--mail .Icon--circle,
  .s-Brewery .Button--mail .icon--circle {
    color: #e29223;
    fill: #e29223;
    background-color: #fff; }
  .s-Brewery .ty-Step-item {
    border: 1px solid #e29223; }
  .s-Brewery .ty-Step-title {
    color: #e29223; }
  .s-Brewery .ty-Step-triangle {
    color: #e29223; }
  .s-Brewery .ty-EcLink a {
    background-color: rgba(239, 230, 192, 0.96); }


.Button-brewery,
.s-Brewery .ty-ProjectList .ty-ProjectList-button {
  background-color: #e29223;
  border-color: #e29223; }
  
  .Button-brewery:hover,
  .s-Brewery .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-brewery:focus,
  .s-Brewery .ty-ProjectList .ty-ProjectList-button:focus, .Button-brewery.is-active, .s-Brewery .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #e29223;
    border-color: #e29223; }

.ty-Navbar-brewery .ty-Navbar-brand {
  padding-top: 12px;
  padding-top: 1.2rem; }
  .ty-Navbar-brewery .ty-Navbar-brand img {
    width: 140px;
    width: 14rem; }
  @media (min-width: 992px) {
    .ty-Navbar-brewery .ty-Navbar-brand {
      padding-top: 2.4rem; } }

.is-fixed.ty-Navbar-brewery .ty-Navbar-brand {
  padding-top: 2px;
  padding-top: .2rem; }
  .is-fixed.ty-Navbar-brewery .ty-Navbar-brand img {
    width: 70px;
    width: 7rem; }
  @media (min-width: 992px) {
    .is-fixed.ty-Navbar-brewery .ty-Navbar-brand {
      width: 7.5rem; }
      .is-fixed.ty-Navbar-brewery .ty-Navbar-brand img {
        width: 7.5rem; } }

.s-Brewery.p-Home .ty-ProjectList .ty-hr-black {
  margin-top: 0; }

.s-Brewery.p-Home .ty-FindUs .ty-FindUs-icons a {
  color: #e29223; }

.s-Brewery.p-order .ty-Form ::-moz-selection {
  color: #000; }

.s-Brewery.p-order .ty-Form ::selection {
  color: #000; }

.s-Brewery.p-order #brewery-order-shippingCal-wrap,
.s-Brewery.p-order #brewery-order-shipping-wrap,
.s-Brewery.p-order #brewery-order-gift-other-wrap,
.s-Brewery.p-order #brewery-order-products-flavor {
  border-bottom: 1px solid #c8c8c8; }

.s-Brewery.p-order .is-required {
  color: #e29223; }

.s-Brewery.p-order .zip2.wpcf7-form-control-wrap,
.s-Brewery.p-order .shippingZip2.wpcf7-form-control-wrap {
  position: static; }

.s-Brewery.p-order .brewery-order-zip2formError,
.s-Brewery.p-order .brewery-order-shipping-zip2formError {
  left: 12px !important;
  left: 1.2rem !important; }

.s-Brewery.p-order .brewery-order-zip1formError + .Input,
.s-Brewery.p-order .brewery-order-zip2formError + .Input,
.s-Brewery.p-order .brewery-order-shipping-zip1formError + .Input,
.s-Brewery.p-order .brewery-order-shipping-zip2formError + .Input {
  margin-bottom: 0; }

.s-Brewery.p-order #brewery-order-products-sum {
  border: transparent;
  background-color: transparent;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none; }

.s-Brewery.p-order .total #brewery-order-price-item,
.s-Brewery.p-order .total #brewery-order-price-postage,
.s-Brewery.p-order .total #brewery-order-price-total {
  border: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: right;
  opacity: 1; }

.s-Brewery.p-order .hr-small {
  margin-top: 5px;
  margin-top: .5rem;
  margin-bottom: 5px;
  margin-bottom: .5rem; }

/*
 * Normal
 * ===============================
<div class="breweryChoice">
  <div class="breweryChoice-item">
    <div class="breweryChoice-item-col breweryChoice-item-col--month">December</div>
    <div class="breweryChoice-item-col breweryChoice-item-col--name">Strawberry Wheat</div>
  </div>
</div>

 * --new
 * ===============================
<div class="breweryChoice">
  <div class="breweryChoice-item breweryChoice-item--new">
    <div class="breweryChoice-item-col breweryChoice-item-col--month">January</div>
    <div class="breweryChoice-item-col breweryChoice-item-col--day">Early</div>
    <div class="breweryChoice-item-col breweryChoice-item-col--name">Strawberry Wheat</div>
    <div class="breweryChoice-item-col breweryChoice-item-col--month not-mobile">&nbsp;</div>
    <div class="breweryChoice-item-col breweryChoice-item-col--day">Late</div>
    <div class="breweryChoice-item-col breweryChoice-item-col--name">Fig Wheat Wine</div>
  </div>
</div>
*/
.breweryChoice-item--new .breweryChoice-item-col--month.not-mobile {
  display: none; }
  @media (min-width: 480px) {
    .breweryChoice-item--new .breweryChoice-item-col--month.not-mobile {
      display: inline-block; } }

.brewery-lineup-entry-title-recent,
.brewery-lineup-entry-title-archive {
  display: block;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal; }
  @media (min-width: 480px) {
    .brewery-lineup-entry-title-recent,
    .brewery-lineup-entry-title-archive {
      display: inline-block;
      width: 96px; } }

.brewery-lineup-entry-body {
  padding-bottom: 1px;
  margin-bottom: 8px;
  border-radius: 8px;
  font-size: 13px; }
  .brewery-lineup-entry-body p {
    margin-bottom: 8px; }
  @media (min-width: 480px) {
    .brewery-lineup-entry-body {
      padding-left: 98px; } }

.s-Bond ::-moz-selection {
  background: #423228;
  color: rgba(237, 233, 217, 0.95); }

.s-Bond ::selection {
  background: #423228;
  color: rgba(237, 233, 217, 0.95); }

.s-Bond .ty-Navbar .ty-Navbar-header,
.s-Bond .ty-Navbar .ty-Dropdown-menu,
.s-Bond .ty-Navbar .ty-Dropdown-close,
.s-Bond .ty-Navbar .ty-Navbar-nav,
.s-Bond .ty-Navbar .ty-Navbar-nav > li > a:hover,
.s-Bond .ty-Navbar .ty-Navbar-nav > li > a:focus {
  background-color: white; }

.s-Bond .Button--phone .Icon--circle,
.s-Bond .Button--phone .icon--circle,
.s-Bond .Button--mail .Icon--circle,
.s-Bond .Button--mail .icon--circle {
  color: #423228;
  fill: #423228;
  background-color: #fff; }

.s-Bond .ty-EcLink a {
  background-color: rgba(229, 225, 209, 0.96); }


.Button-bond,
.s-Bond .ty-ProjectList .ty-ProjectList-button {
  background-color: #423228;
  border-color: #423228; }
  
  .Button-bond:hover,
  .s-Bond .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-bond:focus,
  .s-Bond .ty-ProjectList .ty-ProjectList-button:focus, .Button-bond.is-active, .s-Bond .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #423228;
    border-color: #423228; }

.ty-Navbar-bond .ty-Navbar-brand {
  padding-top: 20px;
  padding-top: 2rem; }
  .ty-Navbar-bond .ty-Navbar-brand img {
    width: 100px;
    width: 10rem; }
  @media (min-width: 992px) {
    .ty-Navbar-bond .ty-Navbar-brand {
      padding-top: 2.4rem; }
      .ty-Navbar-bond .ty-Navbar-brand img {
        width: 14rem; } }

.is-fixed.ty-Navbar-bond .ty-Navbar-brand {
  padding-top: 6px;
  padding-top: .6rem; }
  .is-fixed.ty-Navbar-bond .ty-Navbar-brand img {
    width: 70px;
    width: 7rem; }
  @media (min-width: 992px) {
    .is-fixed.ty-Navbar-bond .ty-Navbar-brand {
      padding-top: .4rem;
      width: 7.2rem; }
      .is-fixed.ty-Navbar-bond .ty-Navbar-brand img {
        width: 7.2rem; } }

.s-Bond.p-Home .ty-ProjectList .ty-hr-black {
  margin-top: 0; }

.s-Bond .ty-accordionList {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid lightgray; }
  .s-Bond .ty-accordionList .ty-accordionList-title {
    position: relative;
    cursor: pointer; }
    .s-Bond .ty-accordionList .ty-accordionList-title::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 50%;
      right: 0;
      border-right: 1px solid gray;
      border-bottom: 1px solid gray;
      -webkit-transform-origin: center top;
              transform-origin: center top;
      -webkit-transform: rotate(45deg) translateY(-50%);
              transform: rotate(45deg) translateY(-50%); }
    .s-Bond .ty-accordionList .ty-accordionList-title.is-open::after {
      -webkit-transform-origin: center top;
              transform-origin: center top;
      -webkit-transform: rotate(-135deg) translateY(-50%);
              transform: rotate(-135deg) translateY(-50%); }
  .s-Bond .ty-accordionList .ty-accordionList-text {
    display: none; }
  .s-Bond .ty-accordionList.ty-accordionList--last {
    border-bottom: 1px solid lightgray; }

.s-Lilycakes {
  background-color: #fff; }
  .s-Lilycakes ::-moz-selection {
    background: #3d3939;
    color: rgba(255, 255, 255, 0.95); }
  .s-Lilycakes ::selection {
    background: #3d3939;
    color: rgba(255, 255, 255, 0.95); }
  .s-Lilycakes .ty-Navbar .ty-Navbar-header,
  .s-Lilycakes .ty-Navbar .ty-Dropdown-menu,
  .s-Lilycakes .ty-Navbar .ty-Dropdown-close,
  .s-Lilycakes .ty-Navbar .ty-Navbar-nav,
  .s-Lilycakes .ty-Navbar .ty-Navbar-nav > li > a:hover,
  .s-Lilycakes .ty-Navbar .ty-Navbar-nav > li > a:focus {
    background-color: rgba(255, 255, 255, 0.95); }
  .s-Lilycakes .ty-Navbar .in .ty-Navbar-nav {
    background-color: rgba(245, 245, 245, 0.95); }
  .s-Lilycakes .ty-Sign-icon {
    background-color: rgba(255, 255, 255, 0.95); }
  .s-Lilycakes .ty-Footer {
    background-color: #eeeeef; }
  .s-Lilycakes .Button--phone .Icon--circle,
  .s-Lilycakes .Button--phone .icon--circle,
  .s-Lilycakes .Button--mail .Icon--circle,
  .s-Lilycakes .Button--mail .icon--circle {
    color: #3d3939;
    fill: #3d3939;
    background-color: #fff; }
  .s-Lilycakes .ty-EcLink a {
    background-color: rgba(238, 238, 239, 0.96); }


.Button-lilycakes,
.s-Lilycakes .ty-ProjectList .ty-ProjectList-button {
  background-color: #3d3939;
  border-color: #3d3939; }
  
  .Button-lilycakes:hover,
  .s-Lilycakes .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-lilycakes:focus,
  .s-Lilycakes .ty-ProjectList .ty-ProjectList-button:focus, .Button-lilycakes.is-active, .s-Lilycakes .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #3d3939;
    border-color: #3d3939; }

.s-Lilycakes .collapsed .ty-Hamburger,
.s-Lilycakes .ty-Hamburger:before,
.s-Lilycakes .ty-Hamburger:after {
  background-color: #877874; }

.s-Lilycakes .ty-Navbar-nav > li,
.s-Lilycakes .ty-Navbar-nav > li:first-child,
.s-Lilycakes .ty-Sign,
.s-Lilycakes .ty-hr-slim,
.s-Lilycakes .ty-Media {
  border-color: #877874; }

@media (min-width: 768px) {
  .s-Lilycakes .ty-Media {
    border-top: 0; } }

.ty-Navbar-lilycakes {
  border-bottom: transparent; }
  .ty-Navbar-lilycakes .ty-Navbar-brand {
    padding-top: 10px;
    padding-top: 1rem; }
    .ty-Navbar-lilycakes .ty-Navbar-brand img {
      width: 130px;
      width: 13rem; }
    @media (min-width: 992px) {
      .ty-Navbar-lilycakes .ty-Navbar-brand img {
        width: 20rem; } }

.is-fixed.ty-Navbar-lilycakes .ty-Navbar-brand {
  padding-top: 4px;
  padding-top: .4rem; }
  .is-fixed.ty-Navbar-lilycakes .ty-Navbar-brand img {
    width: 90px;
    width: 9rem; }
  @media (min-width: 992px) {
    .is-fixed.ty-Navbar-lilycakes .ty-Navbar-brand {
      padding-top: 0;
      width: 11rem; }
      .is-fixed.ty-Navbar-lilycakes .ty-Navbar-brand img {
        width: 11rem; } }

.s-Lilycakes.p-Home .ty-ProjectList .ty-hr-black {
  margin-top: 0; }

.s-Lilycakes.p-Home #news .ty-List,
.s-Lilycakes.p-Home .ty-ProjectLink .ty-List {
  border-color: #877874; }

.s-Lilycakes.p-Home .ty-FindUs-icons .icon {
  fill: #3d3939; }

.s-Lilycakes.p-menu .ty-CenterCollapse-body-title,
.s-Lilycakes.p-menu .ty-CenterCollapse-body .ty-hr-black {
  border-color: #877874; }

.s-Lilycakes.p-access hr {
  border-color: #877874; }

.s-Lilycakes.p-order .ty-Block--border, .s-Lilycakes.p-order .breweryChoice-item {
  border-color: #877874; }

.s-Lilycakes.p-order .is-required {
  color: #000; }

.s-Lilycakes.p-order .wpcf7-not-valid {
  background-color: #FADFE3; }

.s-Lilycakes.p-order .wpcf7-not-valid-tip {
  color: #C12F41 !important; }

.s-Lilycakes.p-order .wpcf7-response-output {
  color: #C12F41;
  border: 1px solid #C12F41 !important; }

.s-Lilycakes.p-order .ajax-loader {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  padding: 4px; }

.s-Lilycakes.p-order .ty-cakeSizeTable td {
  padding: 0;
  border: 0; }

.s-No4 {
  background-color: rgba(255, 255, 255, 0.95); }
  .s-No4 ::-moz-selection {
    background: #000;
    color: rgba(255, 255, 255, 0.95); }
  .s-No4 ::selection {
    background: #000;
    color: rgba(255, 255, 255, 0.95); }
  .s-No4 .ty-Navbar {
    border-bottom: 0; }
    .s-No4 .ty-Navbar .ty-Navbar-header,
    .s-No4 .ty-Navbar .ty-Dropdown-menu,
    .s-No4 .ty-Navbar .ty-Dropdown-close,
    .s-No4 .ty-Navbar .ty-Navbar-nav,
    .s-No4 .ty-Navbar .ty-Navbar-nav > li > a:hover,
    .s-No4 .ty-Navbar .ty-Navbar-nav > li > a:focus {
      background-color: rgba(255, 255, 255, 0.95); }
    .s-No4 .ty-Navbar .in .ty-Navbar-nav {
      background-color: rgba(245, 245, 245, 0.95); }
  .s-No4 .ty-Sign-icon {
    background-color: rgba(255, 255, 255, 0.95); }
  .s-No4 .ty-Footer {
    background-color: #eeeeef; }
  .s-No4 .Button--phone .Icon--circle,
  .s-No4 .Button--phone .icon--circle,
  .s-No4 .Button--mail .Icon--circle,
  .s-No4 .Button--mail .icon--circle {
    color: #000;
    fill: #000;
    background-color: #fff; }
  .s-No4 .ty-EcLink a {
    background-color: rgba(238, 238, 239, 0.96); }


.Button-no4,
.s-No4 .ty-ProjectList .ty-ProjectList-button {
  background-color: #000;
  border-color: #000; }
  
  .Button-no4:hover,
  .s-No4 .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-no4:focus,
  .s-No4 .ty-ProjectList .ty-ProjectList-button:focus, .Button-no4.is-active, .s-No4 .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #000;
    border-color: #000; }
  .Button-no4.is-disabled, .s-No4 .ty-ProjectList .is-disabled.ty-ProjectList-button {
    background: #000;
    opacity: 1; }
  .Button-no4.is-active, .s-No4 .ty-ProjectList .is-active.ty-ProjectList-button {
    color: #fff;
    background-color: #c8c8c8;
    border-color: #c8c8c8; }

.ty-Navbar-no4 .ty-Navbar-brand {
  padding-top: 12px;
  padding-top: 1.2rem; }
  .ty-Navbar-no4 .ty-Navbar-brand img {
    width: 125px;
    width: 12.5rem; }
  @media (min-width: 992px) {
    .ty-Navbar-no4 .ty-Navbar-brand img {
      width: 20rem; } }

.s-No4.p-Home .ty-ProjectList .ty-hr-black {
  margin-top: 0; }

.s-No4.p-Home .ty-FindUs-icons .icon {
  fill: #000; }

.s-Elcamion {
  background-color: #524f4e; }
  .s-Elcamion ::-moz-selection {
    background: #cd7b1d;
    color: #524f4e; }
  .s-Elcamion ::selection {
    background: #cd7b1d;
    color: #524f4e; }
  .s-Elcamion .ty-Navbar {
    border-bottom: 0; }
    .s-Elcamion .ty-Navbar .ty-Navbar-header,
    .s-Elcamion .ty-Navbar .ty-Dropdown-menu,
    .s-Elcamion .ty-Navbar .ty-Dropdown-close,
    .s-Elcamion .ty-Navbar .ty-Navbar-nav,
    .s-Elcamion .ty-Navbar .ty-Navbar-nav > li > a:hover,
    .s-Elcamion .ty-Navbar .ty-Navbar-nav > li > a:focus {
      background-color: #524f4e; }
    .s-Elcamion .ty-Navbar .in .ty-Navbar-nav {
      background-color: #484544; }
  .s-Elcamion .ty-Sign-icon {
    background-color: #524f4e; }
  .s-Elcamion .ty-Footer {
    background-color: #cfc7b8; }
  .s-Elcamion .Button--phone .Icon--circle,
  .s-Elcamion .Button--phone .icon--circle,
  .s-Elcamion .Button--mail .Icon--circle,
  .s-Elcamion .Button--mail .icon--circle {
    color: #cd7b1d;
    fill: #cd7b1d;
    background-color: #fff; }
  .s-Elcamion .ty-EcLink a {
    background-color: rgba(207, 199, 184, 0.96); }


.Button-elcamion,
.s-Elcamion .ty-ProjectList .ty-ProjectList-button {
  background-color: #cd7b1d;
  border-color: #cd7b1d;
  color: #cfc7b8; }
  
  .Button-elcamion:hover,
  .s-Elcamion .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-elcamion:focus,
  .s-Elcamion .ty-ProjectList .ty-ProjectList-button:focus, .Button-elcamion.is-active, .s-Elcamion .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #cd7b1d;
    border-color: #cd7b1d; }
  .Button-elcamion.is-disabled, .s-Elcamion .ty-ProjectList .is-disabled.ty-ProjectList-button {
    background: #cd7b1d;
    opacity: 1; }
  .Button-elcamion.is-active, .s-Elcamion .ty-ProjectList .is-active.ty-ProjectList-button {
    color: #fff;
    background-color: "transparent";
    border-color: "transparent"; }

.ty-Navbar-elcamion .ty-Navbar-brand {
  padding-top: 12px;
  padding-top: 1.2rem; }
  .ty-Navbar-elcamion .ty-Navbar-brand img {
    width: 125px;
    width: 12.5rem; }
  @media (min-width: 992px) {
    .ty-Navbar-elcamion .ty-Navbar-brand {
      padding-top: 0; }
      .ty-Navbar-elcamion .ty-Navbar-brand img {
        width: 25rem; } }

.s-Elcamion {
  color: #cfc7b8; }
  .s-Elcamion .ty-Hamburger:before,
  .s-Elcamion .ty-Hamburger:after {
    background-color: #cfc7b8; }
  .s-Elcamion .ty-Navbar.is-fixed .ty-Navbar-nav {
    background-color: rgba(82, 79, 78, 0.95); }
  .s-Elcamion .ty-Navbar a {
    color: #cfc7b8; }
    .s-Elcamion .ty-Navbar a:hover {
      opacity: .8; }
  .s-Elcamion .ty-Navbar .ty-Caret {
    background-image: url(../images/svg/icon-arrow-elcamion.svg); }
  .s-Elcamion .ty-Navbar-nav > li {
    border-bottom: 1px solid #cfc7b8; }
    @media (min-width: 992px) {
      .s-Elcamion .ty-Navbar-nav > li {
        border-bottom: 0; } }
  .s-Elcamion .ty-Navbar-nav > li:first-child {
    border-top: 1px solid #cfc7b8; }
    @media (min-width: 992px) {
      .s-Elcamion .ty-Navbar-nav > li:first-child {
        border-top: 0; } }
  .s-Elcamion .ty-List.ty-List--border-black {
    border-top: 1px solid #cfc7b8; }
    @media (min-width: 768px) {
      .s-Elcamion .ty-List.ty-List--border-black .ty-List-arrow {
        display: none; } }
  .s-Elcamion .ty-List .ty-List-title {
    color: #cfc7b8; }
  .s-Elcamion .ty-List .ty-List-arrow {
    background-image: url(../images/svg/icon-arrow-elcamion.svg); }
  .s-Elcamion .ty-ProjectList .ty-hr-black {
    border-top: 1px solid #cfc7b8; }
  .s-Elcamion .Button-close {
    color: #cfc7b8;
    background-image: url(../images/svg/icon-close-elcamion.svg); }
  .s-Elcamion .ty-Sign {
    border-bottom: 1px solid #cfc7b8; }
  .s-Elcamion .modal {
    color: #000; }
    .s-Elcamion .modal .Button-close {
      color: #000;
      background-image: url(../images/svg/icon-close.svg); }
  .s-Elcamion .ty-FindUs hr {
    border-top: 1px solid #cfc7b8; }
  .s-Elcamion .ty-FindUs a[href*="mailto"],
  .s-Elcamion .ty-FindUs a[href*="tel"] {
    color: #cfc7b8; }

.s-Elcamion.p-Home .ty-ProjectList .ty-hr-black {
  margin-top: 0; }

.s-Elcamion.p-Home .ty-ProjectList {
  border-bottom: 1px solid #cfc7b8; }
  @media (min-width: 768px) {
    .s-Elcamion.p-Home .ty-ProjectList {
      border-bottom: 1px solid transparent; } }

.s-Crista {
  background-color: rgba(214, 206, 181, 0.95);
  color: #523322; }
  .s-Crista a {
    color: #523322; }
  .s-Crista a:hover {
    opacity: 0.8; }
  .s-Crista ::-moz-selection {
    background: #946f46;
    color: rgba(214, 206, 181, 0.95); }
  .s-Crista ::selection {
    background: #946f46;
    color: rgba(214, 206, 181, 0.95); }
  .s-Crista .ty-Navbar .ty-Navbar-header,
  .s-Crista .ty-Navbar .ty-Dropdown-menu,
  .s-Crista .ty-Navbar .ty-Dropdown-close,
  .s-Crista .ty-Navbar .ty-Navbar-nav,
  .s-Crista .ty-Navbar .ty-Navbar-nav > li > a:hover,
  .s-Crista .ty-Navbar .ty-Navbar-nav > li > a:focus {
    background-color: rgba(214, 206, 181, 0.95); }
  .s-Crista .ty-Navbar .in .ty-Navbar-nav {
    background-color: rgba(207, 197, 168, 0.95); }
    @media (min-width: 992px) {
      .s-Crista .ty-Navbar .in .ty-Navbar-nav {
        background-color: transparent; } }
  .s-Crista .ty-Sign-icon {
    background-color: rgba(214, 206, 181, 0.95); }
  .s-Crista .ty-Footer {
    background-color: #ece5c9; }
  .s-Crista .Button--phone .Icon--circle,
  .s-Crista .Button--phone .icon--circle,
  .s-Crista .Button--mail .Icon--circle,
  .s-Crista .Button--mail .icon--circle {
    fill: #946f46;
    color: #946f46;
    background-color: #fff; }
  @media (min-width: 992px) {
    .s-Crista .ty-Navbar .ty-Navbar-nav {
      background-color: transparent; } }
  @media (min-width: 992px) {
    .s-Crista .is-fixed.ty-Navbar .ty-Navbar-nav {
      background-color: rgba(214, 206, 181, 0.95); } }
  .s-Crista .ty-Caret {
    background-image: url(../images/svg/icon-arrow-crista.svg); }
  .s-Crista .ty-Navbar {
    border-color: #a6a28e; }
    .s-Crista .ty-Navbar a {
      color: #523322; }
  .s-Crista .ty-Navbar-nav > li {
    border-color: #a6a28e; }
  .s-Crista .ty-List {
    color: #523322;
    border-color: #a6a28e; }
    .s-Crista .ty-List .ty-List-arrow {
      background-image: url(../images/svg/icon-arrow-crista.svg); }
    .s-Crista .ty-List.ty-List--border-black {
      border-color: #000; }
      .s-Crista .ty-List.ty-List--border-black .ty-List-title {
        color: #523322; }
      @media (min-width: 768px) {
        .s-Crista .ty-List.ty-List--border-black .ty-List-arrow {
          display: none; } }
  .s-Crista .ty-Sign {
    border-color: #a6a28e; }
  .s-Crista .Button-close {
    color: #523322;
    background-image: url(../images/svg/icon-close-crista.svg); }
  .s-Crista .collapsed .ty-Hamburger,
  .s-Crista .ty-Hamburger:before,
  .s-Crista .ty-Hamburger:after {
    background-color: #a6a28e; }
  .s-Crista .ty-hr-slim {
    border-color: #a6a28e; }
  .s-Crista .ty-EcLink a {
    background-color: rgba(236, 229, 201, 0.96); }


.Button-crista,
.s-Crista .ty-ProjectList .ty-ProjectList-button {
  background-color: #946f46;
  border-color: #946f46;
  color: #fff !important; }
  
  .Button-crista:hover,
  .s-Crista .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-crista:focus,
  .s-Crista .ty-ProjectList .ty-ProjectList-button:focus, .Button-crista.is-active, .s-Crista .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #946f46;
    border-color: #946f46; }

.ty-Navbar-crista .ty-Navbar-brand {
  padding-top: 14px;
  padding-top: 1.4rem; }
  .ty-Navbar-crista .ty-Navbar-brand img {
    width: 120px;
    width: 12rem; }
  @media (min-width: 992px) {
    .ty-Navbar-crista .ty-Navbar-brand {
      padding-top: 1.6rem; }
      .ty-Navbar-crista .ty-Navbar-brand img {
        width: 16rem; } }

.is-fixed.ty-Navbar-crista .ty-Navbar-brand {
  padding-top: 4px;
  padding-top: 0.4rem; }
  .is-fixed.ty-Navbar-crista .ty-Navbar-brand img {
    width: 90px;
    width: 9rem; }
  @media (min-width: 992px) {
    .is-fixed.ty-Navbar-crista .ty-Navbar-brand {
      padding-top: 0.3rem;
      width: 8rem; } }

.s-Crista.p-Home .ty-Navbar {
  border-color: transparent; }

.s-Crista.p-Home .ty-ProjectList .ty-hr-black {
  margin-top: 0; }

.s-Crista.p-access hr {
  border-color: #a6a28e; }

.s-Crista.p-Close .ty-Navbar-crista {
  background-color: rgba(214, 206, 181, 0.95); }
  @media (min-width: 992px) {
    .s-Crista.p-Close .ty-Navbar-crista .ty-Navbar-brand {
      padding-top: 3rem; } }

.s-Crista.p-Close .is-fixed.ty-Navbar-crista .ty-Navbar-brand {
  padding-top: 4px;
  padding-top: 0.4rem; }

.s-Crista.p-Close .ty-Navbar .ty-Navbar-collapse {
  display: none; }

.s-Ryan {
  background-color: rgba(255, 255, 255, 0.95);
  color: #000; }
  .s-Ryan a {
    color: #000; }
  .s-Ryan a:hover {
    opacity: 0.8; }
  .s-Ryan ::-moz-selection {
    background: #656e59;
    color: rgba(255, 255, 255, 0.95); }
  .s-Ryan ::selection {
    background: #656e59;
    color: rgba(255, 255, 255, 0.95); }
  .s-Ryan .ty-Navbar .ty-Navbar-header,
  .s-Ryan .ty-Navbar .ty-Dropdown-menu,
  .s-Ryan .ty-Navbar .ty-Dropdown-close,
  .s-Ryan .ty-Navbar .ty-Navbar-nav,
  .s-Ryan .ty-Navbar .ty-Navbar-nav > li > a:hover,
  .s-Ryan .ty-Navbar .ty-Navbar-nav > li > a:focus {
    background-color: rgba(255, 255, 255, 0.95); }
  .s-Ryan .ty-Navbar .in .ty-Navbar-nav {
    background-color: rgba(245, 245, 245, 0.95); }
    @media (min-width: 992px) {
      .s-Ryan .ty-Navbar .in .ty-Navbar-nav {
        background-color: transparent; } }
  .s-Ryan .ty-Sign-icon {
    background-color: rgba(255, 255, 255, 0.95); }
  .s-Ryan .ty-Footer {
    background-color: #d9d7c6; }
  .s-Ryan .Button--phone .Icon--circle,
  .s-Ryan .Button--phone .icon--circle,
  .s-Ryan .Button--mail .Icon--circle,
  .s-Ryan .Button--mail .icon--circle {
    fill: #656e59;
    color: #656e59;
    background-color: #fff; }
  @media (min-width: 992px) {
    .s-Ryan .ty-Navbar .ty-Navbar-nav {
      background-color: transparent; } }
  @media (min-width: 992px) {
    .s-Ryan .is-fixed.ty-Navbar .ty-Navbar-nav {
      background-color: rgba(255, 255, 255, 0.95); } }
  .s-Ryan .ty-Navbar {
    border-color: #c8c8c8; }
    .s-Ryan .ty-Navbar a {
      color: #000; }
  .s-Ryan .ty-Navbar-nav > li {
    border-color: #000; }
  .s-Ryan .ty-List {
    color: #000;
    border-color: #000; }
    .s-Ryan .ty-List.ty-List--border-black .ty-List-title {
      color: #000; }
    @media (min-width: 768px) {
      .s-Ryan .ty-List.ty-List--border-black .ty-List-arrow {
        display: none; } }
  .s-Ryan .ty-Sign {
    border-color: #c8c8c8; }
  .s-Ryan .collapsed .ty-Hamburger,
  .s-Ryan .ty-Hamburger:before,
  .s-Ryan .ty-Hamburger:after {
    background-color: #000; }
  .s-Ryan .ty-hr-slim {
    border-color: #c8c8c8; }
  .s-Ryan .ty-EcLink a {
    background-color: rgba(217, 215, 198, 0.96); }


.Button-ryan,
.s-Ryan .ty-ProjectList .ty-ProjectList-button {
  background-color: #656e59;
  border-color: #656e59;
  color: #fff !important; }
  
  .Button-ryan:hover,
  .s-Ryan .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-ryan:focus,
  .s-Ryan .ty-ProjectList .ty-ProjectList-button:focus, .Button-ryan.is-active, .s-Ryan .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #656e59;
    border-color: #656e59; }

.ty-Navbar-ryan .ty-Navbar-brand {
  padding-top: 14px;
  padding-top: 1.4rem; }
  .ty-Navbar-ryan .ty-Navbar-brand img {
    width: 120px;
    width: 12rem; }
  @media (min-width: 992px) {
    .ty-Navbar-ryan .ty-Navbar-brand {
      padding-top: 1.6rem; }
      .ty-Navbar-ryan .ty-Navbar-brand img {
        width: 16rem; } }

.is-fixed.ty-Navbar-ryan .ty-Navbar-brand {
  padding-top: 4px;
  padding-top: 0.4rem; }
  .is-fixed.ty-Navbar-ryan .ty-Navbar-brand img {
    width: 90px;
    width: 9rem; }
  @media (min-width: 992px) {
    .is-fixed.ty-Navbar-ryan .ty-Navbar-brand {
      padding-top: 0.3rem;
      width: 8rem; } }

.s-Ryan.p-Home .ty-Navbar {
  border-color: transparent; }

.s-Ryan.p-Home .ty-ProjectList .ty-hr-black {
  margin-top: 0; }

.s-Ryan.p-Home #news .ty-List {
  border-color: #c8c8c8; }

.s-Ryan.p-Home .ty-FindUs-icons .icon {
  fill: #656e59; }

.s-Ryan.p-menu main {
  min-height: 60%; }

.s-Ryan.p-menu.en-US .ty-Media-text {
  text-align: left; }

.s-Ryan.p-access hr {
  border-color: #c8c8c8; }

.s-Kenka {
  background-color: rgba(233, 230, 213, 0.95);
  color: #4b3826; }
  .s-Kenka a {
    color: #4b3826; }
  .s-Kenka ::-moz-selection {
    background: #4b3826;
    color: rgba(233, 230, 213, 0.95); }
  .s-Kenka ::selection {
    background: #4b3826;
    color: rgba(233, 230, 213, 0.95); }
  .s-Kenka .ty-Navbar .ty-Navbar-header,
  .s-Kenka .ty-Navbar .ty-Dropdown-menu,
  .s-Kenka .ty-Navbar .ty-Dropdown-close,
  .s-Kenka .ty-Navbar .ty-Navbar-nav,
  .s-Kenka .ty-Navbar .ty-Navbar-nav > li > a:hover,
  .s-Kenka .ty-Navbar .ty-Navbar-nav > li > a:focus {
    background-color: rgba(233, 230, 213, 0.95); }
  .s-Kenka .ty-Navbar .ty-Navbar-nav a {
    color: #4b3826; }
  .s-Kenka .ty-Navbar .in .ty-Navbar-nav {
    background-color: rgba(226, 222, 200, 0.95); }
  .s-Kenka hr,
  .s-Kenka .ty-List {
    border-top: 1px solid #a59c93; }
  .s-Kenka .ty-List--border-black {
    border-top: 1px solid #4b3826; }
  .s-Kenka .ty-List-arrow {
    color: #533808; }
  .s-Kenka .ty-Sign {
    border-bottom: 1px solid #a59c93; }
  .s-Kenka .ty-Sign-icon {
    background-color: rgba(233, 230, 213, 0.95); }
  .s-Kenka .ty-Footer {
    background-color: #4b3826; }
  .s-Kenka .ty-Footer-title,
  .s-Kenka .ty-Footer-copyright,
  .s-Kenka .ty-Footer-link a {
    color: #e9e6d5; }
  .s-Kenka .Button--phone .Icon--circle,
  .s-Kenka .Button--phone .icon--circle,
  .s-Kenka .Button--mail .Icon--circle,
  .s-Kenka .Button--mail .icon--circle {
    color: #4b3826;
    fill: #4b3826;
    background-color: #fff; }
  .s-Kenka .ty-Step-item {
    border: 1px solid #4b3826; }
  .s-Kenka .ty-Step-title {
    color: #4b3826; }
  .s-Kenka .ty-Step-triangle {
    color: #4b3826; }
  .s-Kenka .ty-EcLink a {
    background-color: #d1cdbd; }


.Button-kenka,
.s-Kenka .ty-ProjectList .ty-ProjectList-button {
  background-color: #4b3826;
  border-color: #4b3826;
  color: #e9e6d5 !important; }
  
  .Button-kenka:hover,
  .s-Kenka .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-kenka:focus,
  .s-Kenka .ty-ProjectList .ty-ProjectList-button:focus, .Button-kenka.is-active, .s-Kenka .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #4b3826;
    border-color: #4b3826; }

.ty-Navbar-kenka .ty-Navbar-brand {
  padding-top: 12px;
  padding-top: 1.2rem; }
  .ty-Navbar-kenka .ty-Navbar-brand img {
    width: 140px;
    width: 14rem; }
  @media (min-width: 992px) {
    .ty-Navbar-kenka .ty-Navbar-brand {
      padding-top: 2.4rem; } }

.is-fixed.ty-Navbar-kenka .ty-Navbar-brand {
  padding-top: 2px;
  padding-top: 0.2rem; }
  .is-fixed.ty-Navbar-kenka .ty-Navbar-brand img {
    width: 70px;
    width: 7rem; }
  @media (min-width: 992px) {
    .is-fixed.ty-Navbar-kenka .ty-Navbar-brand {
      width: 7.5rem; }
      .is-fixed.ty-Navbar-kenka .ty-Navbar-brand img {
        width: 7.5rem; } }

.s-Kenka.p-lineup .ty-SlickSlide--kenkaMain {
  margin-bottom: 0;
  padding-top: 20px; }
  .s-Kenka.p-lineup .ty-SlickSlide--kenkaMain .slick-slider {
    margin-bottom: 20px; }

.s-Kenka.p-lineup .ty-SlickSlide--kenkaSub {
  margin: 0 -10px; }
  .s-Kenka.p-lineup .ty-SlickSlide--kenkaSub .slick-slide {
    padding: 0 10px; }

.s-Kenka.p-lineup .ty-Dl-title {
  font-weight: bold; }

.s-Kenka.p-enjoy .ty-Dl-title {
  font-weight: bold; }

.s-Kenka.p-enjoy .meta a {
  text-decoration: underline; }
  .s-Kenka.p-enjoy .meta a:hover {
    text-decoration: none; }

.s-Kenka.p-access .ty-AccessContentBody a {
  text-decoration: underline; }
  .s-Kenka.p-access .ty-AccessContentBody a.Button-kenka, .s-Kenka.p-access .ty-AccessContentBody .ty-ProjectList a.ty-ProjectList-button, .s-Kenka.p-access .ty-ProjectList .ty-AccessContentBody a.ty-ProjectList-button {
    text-decoration: none; }
  .s-Kenka.p-access .ty-AccessContentBody a:hover {
    text-decoration: none; }

.s-News {
  background-color: #eee; }
  .s-News ::-moz-selection {
    background: #000;
    color: #eee; }
  .s-News ::selection {
    background: #000;
    color: #eee; }
  .s-News main {
    min-height: 100%; }
  .s-News .ty-Navbar {
    min-height: 50px;
    min-height: 5rem;
    height: 50px;
    height: 5rem;
    background-color: rgba(255, 255, 255, 0.95); }
  .s-News .ty-Navbar-brand {
    padding: 0;
    text-align: center; }
  .s-News .ty-Footer {
    background-color: #ddd; }
  .s-News .ty-EcLink {
    right: 20px; }
    @media (min-width: 768px) {
      .s-News .ty-EcLink {
        right: 12px; } }
    .s-News .ty-EcLink a {
      background-color: rgba(245, 245, 245, 0.96) #ddd; }

.Button-news {
  background-color: #000;
  border-color: #000; }
  .Button-news:hover, .Button-news:focus, .Button-news.is-active {
    background-color: #000;
    border-color: #000; }

#infscr-loading {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #999;
  z-index: 8000; }
  #infscr-loading img {
    margin-top: 10px;
    margin-bottom: 10px; }
  #infscr-loading em {
    font-style: normal;
    color: #ccc; }

.LoopNav {
  display: none; }

.news-HomeLink {
  height: 24px;
  height: 2.4rem;
  width: 24px;
  width: 2.4rem;
  position: absolute;
  z-index: 9400;
  top: 12px;
  top: 1.2rem; }
  .news-HomeLink .icon {
    font-size: 24px; }

.news-Main {
  display: none;
  margin: 0 auto;
  padding: 12px 6px;
  padding: 1.2rem .6rem; }
  .single .news-Main {
    max-width: 665px; }

.news-Item {
  background-color: #fff;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0px 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0 6px rgba(0, 0, 0, 0.2);
  margin: 6px;
  margin: .6rem;
  width: 44%; }
  @media (min-width: 768px) {
    .news-Item {
      width: 28.8rem; } }
  .single .news-Item {
    width: 98%; }
    @media (min-width: 768px) {
      .single .news-Item {
        margin-top: 2.4rem; } }

.news-Item-thumb img {
  border-top-left-radius: 4px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.4rem; }

.news-Item-title {
  margin-top: 24px;
  margin-top: 2.4rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem; }
  .single .news-Item-title {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding-top: 30px;
    padding-top: 3rem; }

.news-Item-hr {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  border-top: 2px solid #ddd; }

.news-Item-body {
  margin-bottom: 8px; }

.news-Item-sns {
  text-align: center;
  color: #bbb;
  border-top: 1px solid #ddd; }
  .news-Item-sns ul {
    margin: 18px 0;
    margin: 1.8rem 0;
    margin-bottom: 8px;
    margin-bottom: .8rem; }
  .news-Item-sns li {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .news-Item-sns a {
    color: #bbb; }
  .news-Item-sns .icon {
    font-size: 24px; }

.news-Item-cat {
  border-top: 1px solid #ddd;
  padding-top: 8px;
  padding-top: .8rem;
  margin-bottom: 8px;
  margin-bottom: .8rem;
  letter-spacing: .05em;
  color: #aaa;
  font-size: 12px;
  font-size: 1.2rem; }
  .news-Item-cat a {
    color: #aaa; }

.s-Kacto {
  background-color: rgba(237, 236, 225, 0.95);
  color: #113758; }
  .s-Kacto a {
    color: #113758; }
  .s-Kacto ::-moz-selection {
    background: #113758;
    color: rgba(237, 236, 225, 0.95); }
  .s-Kacto ::selection {
    background: #113758;
    color: rgba(237, 236, 225, 0.95); }
  .s-Kacto .ty-Navbar .ty-Navbar-header,
  .s-Kacto .ty-Navbar .ty-Dropdown-menu,
  .s-Kacto .ty-Navbar .ty-Dropdown-close,
  .s-Kacto .ty-Navbar .ty-Navbar-nav,
  .s-Kacto .ty-Navbar .ty-Navbar-nav > li > a:hover,
  .s-Kacto .ty-Navbar .ty-Navbar-nav > li > a:focus {
    background-color: rgba(237, 236, 225, 0.95); }
  .s-Kacto .ty-Navbar .ty-Navbar-nav a {
    color: #113758; }
  .s-Kacto .ty-Navbar .in .ty-Navbar-nav {
    background-color: rgba(229, 228, 212, 0.95); }
  .s-Kacto .ty-SlickSlide .slick-dots li.slick-active button::before {
    -webkit-filter: invert(14%) sepia(94%) saturate(709%) hue-rotate(175deg) brightness(97%) contrast(94%);
            filter: invert(14%) sepia(94%) saturate(709%) hue-rotate(175deg) brightness(97%) contrast(94%); }
  .s-Kacto .ty-List--border-black {
    border-top: 1px solid #113758; }
  .s-Kacto .ty-List-arrow {
    -webkit-filter: invert(14%) sepia(94%) saturate(709%) hue-rotate(175deg) brightness(97%) contrast(94%);
            filter: invert(14%) sepia(94%) saturate(709%) hue-rotate(175deg) brightness(97%) contrast(94%); }
  .s-Kacto .ty-Sign-icon {
    background-color: rgba(237, 236, 225, 0.95); }
  .s-Kacto .ty-List-title {
    color: #113758; }
  .s-Kacto .ty-Footer {
    background-color: #e2e2d5; }
    .s-Kacto .ty-Footer a {
      color: initial; }
  .s-Kacto .Button--phone .Icon--circle,
  .s-Kacto .Button--phone .icon--circle,
  .s-Kacto .Button--mail .Icon--circle,
  .s-Kacto .Button--mail .icon--circle {
    color: #113758;
    fill: #113758;
    background-color: #fff; }
  .s-Kacto .ty-Step-item {
    border: 1px solid #113758; }
  .s-Kacto .ty-Step-title {
    color: #113758; }
  .s-Kacto .ty-Step-triangle {
    color: #113758; }
  .s-Kacto .ty-EcLink a {
    background-color: #d1cdbd; }


.Button-kacto,
.s-Kacto .ty-ProjectList .ty-ProjectList-button {
  background-color: #113758;
  border-color: #113758;
  color: white !important; }
  
  .Button-kacto:hover,
  .s-Kacto .ty-ProjectList .ty-ProjectList-button:hover,
  .Button-kacto:focus,
  .s-Kacto .ty-ProjectList .ty-ProjectList-button:focus, .Button-kacto.is-active, .s-Kacto .ty-ProjectList .is-active.ty-ProjectList-button {
    background-color: #113758;
    border-color: #113758; }

.ty-Navbar-kacto {
  border-bottom: none; }
  .ty-Navbar-kacto .ty-Navbar-brand {
    padding-top: 24px;
    padding-top: 2.4rem; }
    .ty-Navbar-kacto .ty-Navbar-brand img {
      width: 90px;
      width: 9rem; }
    @media (min-width: 992px) {
      .ty-Navbar-kacto .ty-Navbar-brand {
        padding-top: 0; }
        .ty-Navbar-kacto .ty-Navbar-brand img {
          width: 126px;
          margin-top: 3rem; } }

.is-fixed.ty-Navbar-kacto {
  background-color: #edece1; }
  .is-fixed.ty-Navbar-kacto .ty-Navbar-brand {
    padding-top: 4px;
    padding-top: 0.4rem; }
    .is-fixed.ty-Navbar-kacto .ty-Navbar-brand img {
      margin-top: 0;
      width: 70px;
      width: 7rem; }
    @media (min-width: 992px) {
      .is-fixed.ty-Navbar-kacto .ty-Navbar-brand {
        width: 7.5rem; }
        .is-fixed.ty-Navbar-kacto .ty-Navbar-brand img {
          width: 7.5rem; } }

.s-Kacto.p-Home .mainimage {
  position: relative;
  width: 100%;
  max-height: 512px;
  margin-bottom: 90px;
  overflow: hidden; }
  .s-Kacto.p-Home .mainimage::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 66.66%; }
  .s-Kacto.p-Home .mainimage img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.s-Kacto.p-Home .information {
  font-size: 20px;
  font-size: 2rem;
  color: #c64141; }

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