@charset "UTF-8";
.image-responsive, .image-full {
  height: auto; }

.image-full {
  width: 100%; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clear-fix, dl.data-list, .row, .grid-block, .grid-contact__row {
  *zoom: 1; }
  .clear-fix:before, dl.data-list:before, .row:before, .grid-block:before, .grid-contact__row:before, .clear-fix:after, dl.data-list:after, .row:after, .grid-block:after, .grid-contact__row:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline; }
  .clear-fix:after, dl.data-list:after, .row:after, .grid-block:after, .grid-contact__row:after {
    clear: both; }

.fade {
  opacity: 0;
  display: block; }
  .fade.in {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

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

figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0; }

form, fieldset, label, legend, button, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, q, s, small, strike, strong, sub, sup, tt, var, samp, dd, dl, dt, li, ol, ul, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  line-height: 1; }

body {
  font-family: "Karla", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin-bottom: 2rem ;
  line-height: 1.1;
  font-family: "DM Serif Display", serif;
  font-weight: 100; }

h1, .h1 {
  font-size: 5rem ; }

h2, .h2 {
  font-size: 3.88rem ; }

h3, .h3 {
  font-size: 2.77rem ; }

h4, .h4 {
  font-size: 1.88rem ; }

h5, .h5 {
  font-size: 1.66rem ; }

h6, .h6 {
  font-size: 1.22rem ; }

p {
  font-family: "Karla", sans-serif;
  line-height: inherit;
  margin-bottom: 2rem ; }

strong {
  font-style: inherit; }

ul, ol {
  margin-bottom: 2rem ;
  margin-left: 2em; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  line-height: 1.5; }

small {
  font-size: .8em; }

dl {
  margin-bottom: 2rem ; }
  dl dt, dl dd {
    line-height: 1.5; }
  dl dd {
    line-height: 1.5; }

em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit; }

abbr {
  font-size: .9em;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

code {
  color: inherit;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: .18em .4em .18em;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
  border-radius: 3px; }

hr, .hr {
  margin: 0;
  margin-bottom: 2rem ;
  border: 0;
  border-bottom: 1px solid #CCC; }

span.hr {
  display: block; }

.hr-dotted {
  border-bottom-style: dashed; }

.bold, strong, dl dt {
  font-weight: 700; }

ul.unstyled, ul.list-social, ol.unstyled, ol.list-social {
  list-style: none;
  margin-left: 0; }

ul.inline li, ul.list-social li, ol.inline li, ol.list-social li {
  display: inline-block;
  vertical-align: top; }

.strike-out {
  text-decoration: line-through; }

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

.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

dl.data-list {
  margin-bottom: 0; }
  dl.data-list dt {
    float: left; }
  dl.data-list dd {
    overflow: hidden;
    text-align: right; }

.arrow {
  background: #efefef;
  width: 300px;
  height: 50px;
  margin-bottom: 4rem;
  position: relative; }
  .arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000; }

div[class*="offset-pad-"], div[class*="offset-pad-"] .row div[class*="col-"], .offset-pad-1.ctc-col-parent .row div[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.offset-bottom-9 {
  margin-bottom: 90px !important; }

.offset-bottom-8 {
  margin-bottom: 80px !important; }

.offset-bottom-7 {
  margin-bottom: 70px !important; }

.offset-bottom-6 {
  margin-bottom: 60px !important; }

.offset-bottom-5 {
  margin-bottom: 50px !important; }

.offset-bottom-4 {
  margin-bottom: 40px !important; }

.offset-bottom-3 {
  margin-bottom: 30px !important; }

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

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

.offset-bottom-0 {
  margin-bottom: 0px !important; }

.offset-bottom {
  margin-bottom: 2rem !important; }

.offset-bottom-none {
  margin-bottom: 0 !important; }

.offset-bottom-half {
  margin-bottom: 1rem ; }

.relate-to-this {
  position: relative; }

.row {
  width: 100%; }

.hide {
  display: none !important; }

.transparent {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.\+i3TODO {
  outline: 2px dashed #ff0000; }

html, body {
  font-size: 18px;
  color: #666;
  line-height: 1.5; }

i.icon {
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  line-height: 1; }

.image-full {
  display: block; }

.image-content {
  display: block;
  margin-bottom: 2rem ;
  margin-right: 2rem ;
  margin-left: 2rem ; }
  .image-content.pull-left {
    margin-left: 0; }

.ctc-col-parent {
  float: none !important; }
  .ctc-col-parent .col-33 {
    width: 33.33% !important; }

div[class*="offset-pad-"].offset-bottom-1 .row div[class*="col-"] {
  margin-bottom: 10px; }

div[class*="offset-pad-"].offset-bottom-2 .row div[class*="col-"] {
  margin-bottom: 20px; }

div[class*="offset-pad-"].offset-bottom-3 .row div[class*="col-"] {
  margin-bottom: 30px; }

div[class*="offset-pad-"].offset-bottom-4 .row div[class*="col-"] {
  margin-bottom: 40px; }

div[class*="offset-pad-"].offset-bottom-5 .row div[class*="col-"] {
  margin-bottom: 50px; }

div[class*="offset-pad-"].offset-bottom-6 .row div[class*="col-"] {
  margin-bottom: 60px; }

div[class*="offset-pad-"].offset-bottom-7 .row div[class*="col-"] {
  margin-bottom: 70px; }

div[class*="offset-pad-"].offset-bottom-8 .row div[class*="col-"] {
  margin-bottom: 80px; }

div[class*="offset-pad-"].offset-bottom-9 .row div[class*="col-"] {
  margin-bottom: 90px; }

div[class*="offset-pad-"].offset-bottom-10 .row div[class*="col-"] {
  margin-bottom: 100px; }

.offset-pad-1 {
  padding-left: 5px;
  padding-right: 5px; }
  .offset-pad-1.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -5px;
    margin-right: -5px; }
    .offset-pad-1.ctc-col-parent .row div[class*="col-"] {
      padding: 0px 5px; }

.offset-pad-2 {
  padding-left: 10px;
  padding-right: 10px; }
  .offset-pad-2.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -10px;
    margin-right: -10px; }
    .offset-pad-2.ctc-col-parent .row div[class*="col"] {
      padding: 0px 10px; }

.offset-pad-3 {
  padding-left: 15px;
  padding-right: 15px; }
  .offset-pad-3.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -15px;
    margin-right: -15px; }
    .offset-pad-3.ctc-col-parent .row div[class*="col"] {
      padding: 0px 15px; }

.offset-pad-4 {
  padding-left: 20px;
  padding-right: 20px; }
  .offset-pad-4.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -20px;
    margin-right: -20px; }
    .offset-pad-4.ctc-col-parent .row div[class*="col"] {
      padding: 0px 20px; }

.offset-pad-5 {
  padding-left: 25px;
  padding-right: 25px; }
  .offset-pad-5.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -25px;
    margin-right: -25px; }
    .offset-pad-5.ctc-col-parent .row div[class*="col"] {
      padding: 0px 25px; }

.offset-pad-6 {
  padding-left: 30px;
  padding-right: 30px; }
  .offset-pad-6.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -30px;
    margin-right: -30px; }
    .offset-pad-6.ctc-col-parent .row div[class*="col"] {
      padding: 0px 30px; }

.offset-pad-7 {
  padding-left: 35px;
  padding-right: 35px; }
  .offset-pad-7.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -35px;
    margin-right: -35px; }
    .offset-pad-7.ctc-col-parent .row div[class*="col"] {
      padding: 0px 35px; }

.offset-pad-8 {
  padding-left: 40px;
  padding-right: 40px; }
  .offset-pad-8.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -40px;
    margin-right: -40px; }
    .offset-pad-8.ctc-col-parent .row div[class*="col"] {
      padding: 0px 40px; }

.offset-pad-9 {
  padding-left: 45px;
  padding-right: 45px; }
  .offset-pad-9.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -45px;
    margin-right: -45px; }
    .offset-pad-9.ctc-col-parent .row div[class*="col"] {
      padding: 0px 45px; }

.offset-pad-10 {
  padding-left: 50px;
  padding-right: 50px; }
  .offset-pad-10.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -50px;
    margin-right: -50px; }
    .offset-pad-10.ctc-col-parent .row div[class*="col"] {
      padding: 0px 50px; }

.ctc-entity-banners {
  position: relative; }
  .ctc-entity-banners img {
    display: block;
    margin: 0 auto; }

[class*="col-"] {
  float: left; }

.col-100, .w-100 {
  width: 100%; }

.offset-100 {
  margin-left: 100%; }

.col-99, .w-99 {
  width: 99%; }

.offset-99 {
  margin-left: 99%; }

.col-98, .w-98 {
  width: 98%; }

.offset-98 {
  margin-left: 98%; }

.col-97, .w-97 {
  width: 97%; }

.offset-97 {
  margin-left: 97%; }

.col-96, .w-96 {
  width: 96%; }

.offset-96 {
  margin-left: 96%; }

.col-95, .w-95 {
  width: 95%; }

.offset-95 {
  margin-left: 95%; }

.col-94, .w-94 {
  width: 94%; }

.offset-94 {
  margin-left: 94%; }

.col-93, .w-93 {
  width: 93%; }

.offset-93 {
  margin-left: 93%; }

.col-92, .w-92 {
  width: 92%; }

.offset-92 {
  margin-left: 92%; }

.col-91, .w-91 {
  width: 91%; }

.offset-91 {
  margin-left: 91%; }

.col-90, .w-90 {
  width: 90%; }

.offset-90 {
  margin-left: 90%; }

.col-89, .w-89 {
  width: 89%; }

.offset-89 {
  margin-left: 89%; }

.col-88, .w-88 {
  width: 88%; }

.offset-88 {
  margin-left: 88%; }

.col-87, .w-87 {
  width: 87%; }

.offset-87 {
  margin-left: 87%; }

.col-86, .w-86 {
  width: 86%; }

.offset-86 {
  margin-left: 86%; }

.col-85, .w-85 {
  width: 85%; }

.offset-85 {
  margin-left: 85%; }

.col-84, .w-84 {
  width: 84%; }

.offset-84 {
  margin-left: 84%; }

.col-83, .w-83 {
  width: 83%; }

.offset-83 {
  margin-left: 83%; }

.col-82, .w-82 {
  width: 82%; }

.offset-82 {
  margin-left: 82%; }

.col-81, .w-81 {
  width: 81%; }

.offset-81 {
  margin-left: 81%; }

.col-80, .w-80 {
  width: 80%; }

.offset-80 {
  margin-left: 80%; }

.col-79, .w-79 {
  width: 79%; }

.offset-79 {
  margin-left: 79%; }

.col-78, .w-78 {
  width: 78%; }

.offset-78 {
  margin-left: 78%; }

.col-77, .w-77 {
  width: 77%; }

.offset-77 {
  margin-left: 77%; }

.col-76, .w-76 {
  width: 76%; }

.offset-76 {
  margin-left: 76%; }

.col-75, .w-75 {
  width: 75%; }

.offset-75 {
  margin-left: 75%; }

.col-74, .w-74 {
  width: 74%; }

.offset-74 {
  margin-left: 74%; }

.col-73, .w-73 {
  width: 73%; }

.offset-73 {
  margin-left: 73%; }

.col-72, .w-72 {
  width: 72%; }

.offset-72 {
  margin-left: 72%; }

.col-71, .w-71 {
  width: 71%; }

.offset-71 {
  margin-left: 71%; }

.col-70, .w-70 {
  width: 70%; }

.offset-70 {
  margin-left: 70%; }

.col-69, .w-69 {
  width: 69%; }

.offset-69 {
  margin-left: 69%; }

.col-68, .w-68 {
  width: 68%; }

.offset-68 {
  margin-left: 68%; }

.col-67, .w-67 {
  width: 67%; }

.offset-67 {
  margin-left: 67%; }

.col-66, .w-66 {
  width: 66%; }

.offset-66 {
  margin-left: 66%; }

.col-65, .w-65 {
  width: 65%; }

.offset-65 {
  margin-left: 65%; }

.col-64, .w-64 {
  width: 64%; }

.offset-64 {
  margin-left: 64%; }

.col-63, .w-63 {
  width: 63%; }

.offset-63 {
  margin-left: 63%; }

.col-62, .w-62 {
  width: 62%; }

.offset-62 {
  margin-left: 62%; }

.col-61, .w-61 {
  width: 61%; }

.offset-61 {
  margin-left: 61%; }

.col-60, .w-60 {
  width: 60%; }

.offset-60 {
  margin-left: 60%; }

.col-59, .w-59 {
  width: 59%; }

.offset-59 {
  margin-left: 59%; }

.col-58, .w-58 {
  width: 58%; }

.offset-58 {
  margin-left: 58%; }

.col-57, .w-57 {
  width: 57%; }

.offset-57 {
  margin-left: 57%; }

.col-56, .w-56 {
  width: 56%; }

.offset-56 {
  margin-left: 56%; }

.col-55, .w-55 {
  width: 55%; }

.offset-55 {
  margin-left: 55%; }

.col-54, .w-54 {
  width: 54%; }

.offset-54 {
  margin-left: 54%; }

.col-53, .w-53 {
  width: 53%; }

.offset-53 {
  margin-left: 53%; }

.col-52, .w-52 {
  width: 52%; }

.offset-52 {
  margin-left: 52%; }

.col-51, .w-51 {
  width: 51%; }

.offset-51 {
  margin-left: 51%; }

.col-50, .w-50 {
  width: 50%; }

.offset-50 {
  margin-left: 50%; }

.col-49, .w-49 {
  width: 49%; }

.offset-49 {
  margin-left: 49%; }

.col-48, .w-48 {
  width: 48%; }

.offset-48 {
  margin-left: 48%; }

.col-47, .w-47 {
  width: 47%; }

.offset-47 {
  margin-left: 47%; }

.col-46, .w-46 {
  width: 46%; }

.offset-46 {
  margin-left: 46%; }

.col-45, .w-45 {
  width: 45%; }

.offset-45 {
  margin-left: 45%; }

.col-44, .w-44 {
  width: 44%; }

.offset-44 {
  margin-left: 44%; }

.col-43, .w-43 {
  width: 43%; }

.offset-43 {
  margin-left: 43%; }

.col-42, .w-42 {
  width: 42%; }

.offset-42 {
  margin-left: 42%; }

.col-41, .w-41 {
  width: 41%; }

.offset-41 {
  margin-left: 41%; }

.col-40, .w-40 {
  width: 40%; }

.offset-40 {
  margin-left: 40%; }

.col-39, .w-39 {
  width: 39%; }

.offset-39 {
  margin-left: 39%; }

.col-38, .w-38 {
  width: 38%; }

.offset-38 {
  margin-left: 38%; }

.col-37, .w-37 {
  width: 37%; }

.offset-37 {
  margin-left: 37%; }

.col-36, .w-36 {
  width: 36%; }

.offset-36 {
  margin-left: 36%; }

.col-35, .w-35 {
  width: 35%; }

.offset-35 {
  margin-left: 35%; }

.col-34, .w-34 {
  width: 34%; }

.offset-34 {
  margin-left: 34%; }

.col-33, .w-33 {
  width: 33%; }

.offset-33 {
  margin-left: 33%; }

.col-32, .w-32 {
  width: 32%; }

.offset-32 {
  margin-left: 32%; }

.col-31, .w-31 {
  width: 31%; }

.offset-31 {
  margin-left: 31%; }

.col-30, .w-30 {
  width: 30%; }

.offset-30 {
  margin-left: 30%; }

.col-29, .w-29 {
  width: 29%; }

.offset-29 {
  margin-left: 29%; }

.col-28, .w-28 {
  width: 28%; }

.offset-28 {
  margin-left: 28%; }

.col-27, .w-27 {
  width: 27%; }

.offset-27 {
  margin-left: 27%; }

.col-26, .w-26 {
  width: 26%; }

.offset-26 {
  margin-left: 26%; }

.col-25, .w-25 {
  width: 25%; }

.offset-25 {
  margin-left: 25%; }

.col-24, .w-24 {
  width: 24%; }

.offset-24 {
  margin-left: 24%; }

.col-23, .w-23 {
  width: 23%; }

.offset-23 {
  margin-left: 23%; }

.col-22, .w-22 {
  width: 22%; }

.offset-22 {
  margin-left: 22%; }

.col-21, .w-21 {
  width: 21%; }

.offset-21 {
  margin-left: 21%; }

.col-20, .w-20 {
  width: 20%; }

.offset-20 {
  margin-left: 20%; }

.col-19, .w-19 {
  width: 19%; }

.offset-19 {
  margin-left: 19%; }

.col-18, .w-18 {
  width: 18%; }

.offset-18 {
  margin-left: 18%; }

.col-17, .w-17 {
  width: 17%; }

.offset-17 {
  margin-left: 17%; }

.col-16, .w-16 {
  width: 16%; }

.offset-16 {
  margin-left: 16%; }

.col-15, .w-15 {
  width: 15%; }

.offset-15 {
  margin-left: 15%; }

.col-14, .w-14 {
  width: 14%; }

.offset-14 {
  margin-left: 14%; }

.col-13, .w-13 {
  width: 13%; }

.offset-13 {
  margin-left: 13%; }

.col-12, .w-12 {
  width: 12%; }

.offset-12 {
  margin-left: 12%; }

.col-11, .w-11 {
  width: 11%; }

.offset-11 {
  margin-left: 11%; }

.col-10, .w-10 {
  width: 10%; }

.offset-10 {
  margin-left: 10%; }

.col-9, .w-9 {
  width: 9%; }

.offset-9 {
  margin-left: 9%; }

.col-8, .w-8 {
  width: 8%; }

.offset-8 {
  margin-left: 8%; }

.col-7, .w-7 {
  width: 7%; }

.offset-7 {
  margin-left: 7%; }

.col-6, .w-6 {
  width: 6%; }

.offset-6 {
  margin-left: 6%; }

.col-5, .w-5 {
  width: 5%; }

.offset-5 {
  margin-left: 5%; }

.col-4, .w-4 {
  width: 4%; }

.offset-4 {
  margin-left: 4%; }

.col-3, .w-3 {
  width: 3%; }

.offset-3 {
  margin-left: 3%; }

.col-2, .w-2 {
  width: 2%; }

.offset-2 {
  margin-left: 2%; }

.col-1, .w-1 {
  width: 1%; }

.offset-1 {
  margin-left: 1%; }

[class*=content-col-] {
  margin-left: 4.4%;
  float: left; }
  [class*=content-col-]:first-child {
    margin-left: 0; }
  [class*=content-col-]:last-child {
    float: right; }

.content-col-1 {
  width: 4.3%; }

.content-col-2 {
  width: 13%; }

.content-col-3 {
  width: 21.679%; }

.content-col-4 {
  width: 30.37%; }

.content-col-5 {
  width: 39.1%; }

.content-col-6 {
  width: 47.8%; }

.content-col-7 {
  width: 56.5%; }

.content-col-8 {
  width: 65.2%; }

.content-col-9 {
  width: 73.9%; }

.content-col-10 {
  width: 82.6%; }

.content-col-11 {
  width: 91.3%; }

.content-col-12 {
  width: 100%; }

table.table-core {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  margin-bottom: 2rem ;
  font-size: 1em;
  border-collapse: collapse; }
  table.table-core th,
  table.table-core td {
    padding: 10px 10px 9px;
    line-height: 1.5;
    text-align: left; }
  table.table-core th {
    padding-top: 9px;
    font-weight: bold;
    vertical-align: middle; }
  table.table-core td {
    vertical-align: top;
    border-top: 1px solid #ddd; }
  table.table-core tbody th {
    border-top: 1px solid #ddd;
    vertical-align: top; }

table.table-core.table-condensed th,
table.table-core.table-condensed td {
  padding: 4px 5px; }

table.table-core.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */ }
  table.table-core.table-bordered th + th,
  table.table-core.table-bordered td + td,
  table.table-core.table-bordered th + td {
    border-left: 1px solid #ddd; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

.table-striped tbody tr td,
.table-striped tbody tr th {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.table-striped tbody tr:hover td,
.table-striped tbody tr:hover th {
  background-color: #f5f5f5; }

table.table-core .header {
  cursor: pointer; }
  table.table-core .header:after {
    content: "";
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: hidden; }

table.table-core .headerSortUp,
table.table-core .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }

table.table-core .header:hover:after {
  visibility: visible; }

table.table-core .headerSortDown:after,
table.table-core .headerSortDown:hover:after {
  visibility: visible;
  opacity: 60; }

table.table-core .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.6; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  font-family: inherit;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

input[type=checkbox],
input[type=radio] {
  cursor: pointer; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

q:before, q:after, blockquote:before, blockquote:after {
  content: ""; }

a:focus {
  outline: thin dotted; }

a {
  color: #765F5F; }

a:hover,
a:active {
  outline: 0;
  color: #5a4848; }

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

html, body {
  padding: 0;
  margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

#i3-GOOSEDALE .\+i3TODO {
  outline: 1px dashed red; }

#i3-GOOSEDALE .\+fs-18 {
  font-size: 18px; }

#i3-GOOSEDALE .\+fw-normal {
  font-weight: 400; }

#i3-GOOSEDALE .\+fw-bold {
  font-weight: 700; }

#i3-GOOSEDALE .\+ta-left {
  text-align: left; }

#i3-GOOSEDALE .\+ta-center {
  text-align: center; }

#i3-GOOSEDALE .\+ta-right {
  text-align: right; }

#i3-GOOSEDALE .\+lh-1 {
  line-height: 1; }

#i3-GOOSEDALE .\+td-none {
  text-decoration: none; }

#i3-GOOSEDALE .\+td-underline {
  text-decoration: underline; }

#i3-GOOSEDALE .\+ls-n-pfive {
  letter-spacing: -0.5px; }

#i3-GOOSEDALE .\+ls-n-one {
  letter-spacing: -1px; }

#i3-GOOSEDALE .\+ls-n-two {
  letter-spacing: -2px; }

#i3-GOOSEDALE .\+ls-one {
  letter-spacing: 1px; }

#i3-GOOSEDALE .\+ls-two {
  letter-spacing: 2px; }

#i3-GOOSEDALE .\+m-auto {
  margin-left: auto;
  margin-right: auto; }

#i3-GOOSEDALE .\+tt-uppercase {
  text-transform: uppercase; }

#i3-GOOSEDALE .\+c-white {
  color: #FFF; }

#i3-GOOSEDALE .\+c-brown {
  color: #9C7C7F; }

#i3-GOOSEDALE .\+c-grey {
  color: #666666; }

#i3-GOOSEDALE .\+d-block {
  display: block; }

#i3-GOOSEDALE .\+d-inline-block {
  display: inline-block; }

#i3-GOOSEDALE .\+p-relative {
  position: relative; }

#i3-GOOSEDALE .\+disabled {
  opacity: 0.8;
  cursor: not-allowed; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

body {
  background: #fff; }
  @media (max-width: 768px -1) {
    body.\--show-menu {
      overflow: hidden;
      height: 100%; } }

html, body {
  height: 100%; }

.heading-font-fix {
  font-family: "Karla", sans-serif !important; }

.cms-content {
  background: linear-gradient(180deg, rgba(243, 238, 253, 0) 0%, rgba(174, 164, 196, 0.5) 100%, rgba(213, 205, 232, 0.5) 100%); }

.cms-content.bg-dark {
  background: linear-gradient(180deg, #e4dbdb 0%, rgba(174, 164, 196, 0.5) 100%, rgba(213, 205, 232, 0.5) 100%); }

@media (max-width: 370px) {
  .panel-cell-style.panel-cell-style-for-w5d70f616b2d98-0-1 {
    padding: 0px 15px 27px 15px !important; } }

@media (max-width: 767px) {
  .ta-center-mobile .\+ta-left, .ta-center-mobile .\+ta-right {
    text-align: center !important; } }

.h3, h3 {
  font-weight: 600; }

.container {
  max-width: 1240px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .container.\--style-bleed-mobile {
      padding-left: 0;
      padding-right: 0; } }
  .container .container {
    padding-left: 0;
    padding-right: 0; }
  .container.\--style-full {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
  .container.\--style-medium {
    max-width: 1040px; }
  .container.\--style-small {
    max-width: 840px; }
  .container.\--style-xsmall {
    max-width: 640px; }
  .container.\--style-large {
    max-width: 1550px; }

html, body {
  font-size: 15px; }
  @media (min-width: 1024px) {
    html, body {
      font-size: 16px; } }
  @media (min-width: 1400px) {
    html, body {
      font-size: 18px; } }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

blockquote {
  border: 1px solid #BDA2A2;
  padding: 38px;
  margin-bottom: 30px;
  font-family: "DM Serif Display", serif;
  font-size: 1.5em;
  position: relative; }
  @media (min-width: 1024px) {
    blockquote {
      padding-left: 180px; } }
  blockquote:before {
    content: '❝';
    font-family: "DM Serif Display", serif;
    line-height: 1;
    display: none;
    font-size: 140px;
    position: absolute;
    left: 50px;
    top: 20px; }
    @media (min-width: 1024px) {
      blockquote:before {
        display: block; } }
  blockquote p {
    font-family: "DM Serif Display", serif;
    letter-spacing: 1px;
    line-height: 1.3; }
    blockquote p:last-child {
      margin-bottom: 0; }

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

@font-face {
  font-family: 'default';
  src: url("/wp-content/themes/goosedalelodges/_ui/media/fonts/default.eot?u8gez7");
  src: url("/wp-content/themes/goosedalelodges/_ui/media/fonts/default.eot?u8gez7#iefix") format("embedded-opentype"), url("/wp-content/themes/goosedalelodges/_ui/media/fonts/default.ttf?u8gez7") format("truetype"), url("/wp-content/themes/goosedalelodges/_ui/media/fonts/default.woff?u8gez7") format("woff"), url("/wp-content/themes/goosedalelodges/_ui/media/fonts/default.svg?u8gez7#default") format("svg");
  font-weight: normal;
  font-style: normal; }

i.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'default' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-menu:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e901"; }

.icon-instagram:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e903"; }

.icon-shevron-down:before {
  content: "\e904"; }

.icon-shevron-top:before {
  content: "\e905"; }

.icon-shevron-right:before {
  content: "\e906"; }

.icon-shevron-left:before {
  content: "\e907"; }

.icon-pinterest:before {
  content: "\e908"; }

.icon-telephone:before {
  content: "\e909"; }

.icon-check:before {
  content: "\e90a"; }

.icon-close:before {
  content: "\e90b"; }

.icon-mail-envelope-open:before {
  content: "\e90c"; }

.icon-minus:before {
  content: "\e90d"; }

.icon-plus:before {
  content: "\e90e"; }

.btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  vertical-align: baseline;
  padding: 17px 27px 17px 28px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Karla", sans-serif;
  line-height: normal !important;
  border: 1px solid #333;
  border-radius: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center; }
  .btn.\--style-block {
    width: 100%;
    text-align: center; }
  .btn.\--theme-primary {
    border-color: #BA9A9D;
    background-color: #BA9A9D;
    color: #FFF;
    box-shadow: 4px 4px 0px rgba(196, 164, 167, 0.19); }
    .btn.\--theme-primary:hover {
      background-color: #b08b8e;
      border-color: #b08b8e; }
    .btn.\--theme-primary.\--style-outline {
      border-color: #BA9A9D;
      background-color: transparent;
      box-shadow: none; }
      .btn.\--theme-primary.\--style-outline:hover {
        background-color: #b08b8e;
        border-color: #b08b8e;
        box-shadow: none;
        color: #fff; }
  .btn.\--theme-secondary {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #A68689;
    box-shadow: 4px 4px 0px rgba(166, 134, 137, 0.25); }
    .btn.\--theme-secondary:hover {
      background-color: #ccb1b3;
      border-color: #ccb1b3;
      color: #FFFFFF; }
    .btn.\--theme-secondary.\--style-outline {
      border-color: #FFFFFF;
      background-color: transparent;
      box-shadow: none;
      color: #fff; }
      .btn.\--theme-secondary.\--style-outline:hover {
        background-color: #ccb1b3;
        border-color: #ccb1b3;
        box-shadow: none;
        color: #A68689; }

a.btn {
  text-decoration: none; }

.panel-row-style {
  border-width: 2px !important; }

.so-panel {
  margin-bottom: 0 !important; }

.panel-grid {
  margin-bottom: 0 !important; }

.contact-info-img img {
  display: block;
  width: 100%; }

@media (max-width: 780px) {
  div#pgc-w5d7110e8e690f-0-1 .so-widget-so-text-editor-widget-default-d75171398898 h3 {
    margin-bottom: 35px !important; } }

.\--style-so-stretch > .panel-grid-cell > .so-panel {
  height: 100%; }
  .\--style-so-stretch > .panel-grid-cell > .so-panel .so-widget-so-image {
    height: 100%; }

hr.\--style-content-small {
  width: 2px;
  height: 40px;
  border: 0 none;
  margin-left: auto;
  margin-right: auto;
  background: rgba(253, 238, 238, 0.5); }
  hr.\--style-content-small.\--theme-brown {
    background: #C4A4A7; }

.ph {
  padding: 10px 20px;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0; }
  @media (min-width: 768px) {
    .ph {
      padding: 37px 65px;
      height: 195px; } }
  .ph__container {
    position: relative;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    transition: .2s;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%; }
    .ph__container > * {
      display: inline-block;
      vertical-align: middle; }
  .ph__menu-toggle {
    font-size: 28px;
    color: #fff;
    display: block; }
    @media (min-width: 768px) {
      .ph__menu-toggle {
        font-size: 38px; } }
    .ph__menu-toggle:hover {
      color: #fff; }
  @media (min-width: 992px) {
    .ph__logo {
      width: 242px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); } }
  .ph__logo img:nth-child(1) {
    display: block; }
  .ph__logo img:nth-child(2) {
    display: none; }
  @media (max-width: 767px) {
    .ph__logo img {
      height: 80px; } }
  .ph__action {
    display: none; }
    @media (min-width: 992px) {
      .ph__action {
        display: block; } }
  .ph.\--theme-white {
    background: rgba(248, 248, 248, 0.6);
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.3);
    position: static; }
    @media (min-width: 768px) {
      .ph.\--theme-white {
        font-size: 38px;
        height: 135px; } }
    .ph.\--theme-white img:nth-child(1) {
      display: none; }
    .ph.\--theme-white img:nth-child(2) {
      display: block; }
    .ph.\--theme-white .ph__menu-toggle {
      color: #9C7C7F; }
    @media (min-width: 1024px) {
      .ph.\--theme-white .ph__logo {
        width: 213px; } }
    .ph.\--theme-white .btn {
      border-color: #BA9A9D;
      background-color: #BA9A9D;
      color: #FFF;
      box-shadow: 4px 4px 0px rgba(196, 164, 167, 0.19); }
      .ph.\--theme-white .btn:hover {
        background-color: #b08b8e;
        border-color: #b08b8e;
        color: #fff; }

@media (max-width: 767px) {
  body.\--show-menu {
    overflow-y: hidden; } }

.pm {
  position: fixed;
  z-index: 100;
  top: 0;
  transform: translateX(-100%);
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, width 0.2s ease, max-width 0.4s ease;
  padding: 20px;
  width: 100vw;
  max-width: 480px;
  height: 100%;
  overflow: hidden;
  background: url("/wp-content/themes/goosedalelodges/_ui/media/menu-bg.png");
  background-size: 100% 100%;
  background-position: center center;
  background-color: #fff; }
  @media (min-width: 768px) {
    .pm {
      padding: 34px 38px 56px; } }
  @media (max-width: 767px) {
    .pm {
      max-width: 100%; } }
  .\--show-menu .pm {
    visibility: visible;
    transform: translateX(0%);
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, width 0.2s ease, max-width 0.4s ease; }
    @media (max-width: 767px) {
      .\--show-menu .pm {
        overflow-y: hidden; } }
  .pm.\--expended {
    width: 60vw;
    max-width: 800px;
    transition: width 0.3s ease, max-width 0.4s ease; }
    @media (max-width: 1024px) {
      .pm.\--expended {
        width: 100%;
        max-width: 100%; } }
  .pm__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #624B4B;
    z-index: 101; }
    @media (min-width: 768px) {
      .pm__close {
        top: 34px;
        right: 38px; } }
  .pm__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 102px;
    position: relative;
    height: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    max-width: 480px; }
    @media (max-width: 767px) {
      .pm__content {
        max-width: 100%;
        padding-bottom: 0px; } }
  .pm__nav {
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    text-align: center; }
    @media (max-width: 767px) {
      .pm__nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        flex: 1;
        padding-bottom: 15px;
        padding-top: 15px;
        overflow-y: auto; } }
    .\--expended .pm__nav {
      overflow: visible; }
    .pm__nav ul {
      margin-bottom: 0; }
      .pm__nav ul li {
        position: relative;
        padding-bottom: 8px; }
        @media (min-width: 768px) {
          .pm__nav ul li {
            padding-bottom: 18px; } }
        @media (max-width: 786px) {
          .pm__nav ul li.menu-item-has-children > a {
            position: relative;
            padding-right: 10px; }
            .pm__nav ul li.menu-item-has-children > a:before {
              position: absolute;
              bottom: .4em;
              right: -1.2em;
              font-size: .6em;
              /* use !important to prevent issues with browser extensions that change fonts */
              font-family: 'default' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              display: inline-block;
              vertical-align: top;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "\e904";
              z-index: 99; }
            .pm__nav ul li.menu-item-has-children > a.\--active:before {
              content: "\e905"; } }
        .pm__nav ul li a {
          letter-spacing: 0.1em;
          text-transform: uppercase;
          font-size: 16px;
          text-decoration: none;
          position: relative;
          z-index: 2; }
          @media (min-width: 768px) {
            .pm__nav ul li a {
              font-size: 22px; } }
        @media (max-width: 767px) {
          .pm__nav ul li ul {
            display: none;
            list-style-type: none;
            padding-top: 30px;
            padding-bottom: 5px;
            margin: 0;
            position: relative;
            border-bottom: 1px solid #947D7D; }
            .pm__nav ul li ul:before {
              position: absolute;
              top: 5px;
              left: 50%;
              margin-left: -1px;
              height: 20px;
              width: 2px;
              content: "";
              z-index: 99;
              background: #947D7D; }
            .pm__nav ul li ul.\--show {
              display: block; } }
        @media (min-width: 768px) {
          .pm__nav ul li ul {
            position: absolute;
            left: 90%;
            list-style-type: none;
            margin: 0;
            width: 90%;
            top: 0;
            transition-delay: 0.8s;
            opacity: 0;
            transform: translate(100%, 0%);
            transition: opacity 0.2s ease, transform 0.4s ease; } }
        @media (min-width: 768px) {
          .pm__nav ul li ul.show-sub-menu {
            opacity: 1;
            transform: translateY(0%);
            transition: opacity 0.3s ease, transform 0.4s ease; } }
    .pm__nav__title {
      letter-spacing: 0.02em;
      color: #C4A4A7;
      font-family: "DM Serif Display", serif;
      font-weight: 100;
      font-size: 28px;
      margin-bottom: 45px !important; }
  .pm__footer {
    position: absolute;
    bottom: 0;
    max-width: 350px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 12px;
    color: #947D7D; }
    @media (min-width: 768px) {
      .pm__footer {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .pm__footer {
        position: unset;
        width: 100%;
        max-width: 100%;
        transform: unset; } }
  .pm__address {
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .pm__address {
        margin-bottom: 10px; } }
  .pm__phone {
    margin-bottom: 5px; }
    .pm__phone a {
      text-decoration: none; }
    @media (min-width: 768px) {
      .pm__phone {
        margin-bottom: 10px; } }
    .pm__phone .icon {
      margin-right: 6px;
      font-size: 14px;
      vertical-align: initial; }
  .pm__email {
    margin-bottom: 0; }
    .pm__email a {
      text-decoration: none; }
  .pm__cta {
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #C4A4A7;
    font-weight: 100;
    font-family: "DM Serif Display", serif;
    text-decoration: none;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .pm__cta {
        font-size: 28px; } }
  .pm__social {
    margin: 12px 0 20px 0; }

.pf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  color: #947D7D;
  font-size: 15px; }
  @media (min-width: 768px) {
    .pf {
      padding-top: 67px;
      padding-bottom: 53px;
      font-size: 16px; } }
  .pf__title {
    color: #88686B;
    text-align: center;
    font-size: 1.22222rem;
    font-weight: 100; }
    @media (min-width: 768px) {
      .pf__title {
        font-size: 1.88889rem; } }
  .pf__grid {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .pf__grid {
        margin-bottom: 150px; } }
    @media (max-width: 767px) {
      .pf__grid {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; } }
    @media (max-width: 767px) {
      .pf__grid__column {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        overflow: hidden; } }
    @media (min-width: 768px) {
      .pf__grid__column {
        width: 33%; } }
    @media (min-width: 768px) {
      .pf__grid__column.\--one {
        padding-right: 80px; } }
    @media (max-width: 767px) {
      .pf__grid__column.\--one h5.pf__nav__title {
        display: none; } }
    @media (min-width: 768px) {
      .pf__grid__column.\--three {
        padding-left: 80px; } }
  .pf__nav {
    text-align: center; }
    .pf__nav__title {
      color: #9C7C7F;
      font-size: 1.22222rem;
      font-weight: 100;
      margin-bottom: 40px;
      letter-spacing: 0.5px; }
      @media (min-width: 768px) {
        .pf__nav__title {
          font-size: 1.55556rem; } }
    .pf__nav ul {
      margin-bottom: 0; }
      .pf__nav ul li {
        display: block;
        text-align: center;
        margin-bottom: 8px; }
        .pf__nav ul li a {
          display: inline-block;
          text-decoration: none;
          color: #765F5F;
          font-size: 16px; }
        .pf__nav ul li:last-child {
          margin-bottom: 0; }

.layout {
  position: relative; }
  @media (min-width: 768px) {
    .layout {
      height: 100%;
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .layout__wrapper {
    position: relative;
    z-index: 9; }
    @media (min-width: 768px) {
      .layout__wrapper {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%; } }

.grid-block {
  overflow: hidden; }
  .grid-block > * {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .grid-block > * {
        width: 50% !important; } }
  .grid-block.\--type-inline-blocks {
    overflow: visible; }
    .grid-block.\--type-inline-blocks > * {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin-right: -4px; }
  .grid-block.\--type-one-block > * {
    width: 100%; }
  .grid-block.\--type-two-blocks > * {
    width: 50%; }
  .grid-block.\--type-three-blocks > * {
    width: 33.333%; }
  .grid-block.\--type-three-blocks > .\--style-two-third {
    width: 66.666%; }
  .grid-block.\--type-four-blocks > * {
    width: 25%; }
  .grid-block.\--type-five-blocks > * {
    width: 20%; }
  .grid-block.\--style-offset-blocks {
    margin-left: -20px; }
    .grid-block.\--style-offset-blocks > * {
      padding-left: 20px;
      padding-bottom: 20px; }
  .grid-block.\--style-offset-block-medium {
    margin-left: -10px; }
    .grid-block.\--style-offset-block-medium > * {
      padding-left: 10px;
      padding-bottom: 10px; }
  .grid-block.\--style-offsets-xlarge {
    margin-left: -60px; }
    .grid-block.\--style-offsets-xlarge > * {
      padding-left: 60px; }
  .grid-block.\--style-offsets {
    margin-left: -30px; }
    .grid-block.\--style-offsets > * {
      padding-left: 30px; }
  .grid-block.\--style-offsets-medium {
    margin-left: -50px; }
    .grid-block.\--style-offsets-medium > * {
      padding-left: 50px; }
  .grid-block.\--style-offsets-small {
    margin-left: -10px; }
    .grid-block.\--style-offsets-small > * {
      padding-left: 10px; }
  .grid-block.\--style-offsets-large {
    margin-left: -50px; }
    .grid-block.\--style-offsets-large > * {
      padding-left: 50px; }

ul.grid-block {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

.grid-table {
  display: table;
  width: 100%; }
  .grid-table.\--style-fixed {
    table-layout: fixed; }
  .grid-table.\--style-align-middle .grid-table__cell {
    vertical-align: middle; }
  .grid-table.\--style-align-top .grid-table__cell {
    vertical-align: top; }
  .grid-table.\--style-fixed-height {
    height: 100%; }
    .grid-table.\--style-fixed-height .grid-table__cell, .grid-table.\--style-fixed-height .grid-table__row, .grid-table.\--style-fixed-height .grid-table__cell__item {
      height: 100%; }
    .grid-table.\--style-fixed-height .grid-table__cell > * {
      height: 100%; }
  .grid-table__row {
    display: table-row; }
  .grid-table__cell {
    display: table-cell;
    vertical-align: top; }
  .grid-table.\--type-two-blocks .grid-table__cell {
    width: 50%; }
  .grid-table.\--type-three-blocks .grid-table__cell {
    width: 33%; }
  .grid-table.\--type-four-blocks .grid-table__cell {
    width: 25%; }
  .grid-table.\--type-five-blocks .grid-table__cell {
    width: 20%; }
  .grid-table.\--style-offsets .grid-table__cell {
    padding-left: 30px; }
  .grid-table.\--style-offset-blocks .grid-table__cell {
    padding-left: 25px;
    padding-bottom: 25px; }
  .grid-table.\--style-offset .grid-table__cell {
    padding-left: 25px; }
  .grid-table.\--style-offset-large .grid-table__cell {
    padding-left: 80px; }
  .grid-table__wrapper {
    margin-left: -25px; }
  .grid-table__wrapper-large {
    margin-left: -80px; }

.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }
  .grid-flex > * {
    display: flex;
    box-sizing: border-box; }
    .ie .grid-flex > * > div {
      width: 100%; }
  .grid-flex.\--style-equal-heights > * > * {
    height: auto;
    flex: 1; }
  .grid-flex.\--style-center-aligned {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .grid-flex.\--style-vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .grid-flex.\--style-bottom-aligned {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .grid-flex.\--style-left-aligned {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .grid-flex.\--style-offset-blocks-small {
    margin-left: -20px; }
    .grid-flex.\--style-offset-blocks-small > * {
      padding-left: 20px;
      padding-bottom: 20px; }
  .grid-flex.\--style-offset-blocks {
    margin-left: -30px; }
    .grid-flex.\--style-offset-blocks > * {
      padding-left: 30px;
      padding-bottom: 30px; }
  .grid-flex.\--style-offsets {
    margin-left: -30px; }
    .grid-flex.\--style-offsets > * {
      padding-left: 30px; }
  .grid-flex.\--type-one-block > *, .grid-flex.\--type-one-blocks > * {
    width: 100%; }
  .grid-flex.\--type-two-blocks > * {
    width: 50%; }
  .grid-flex.\--type-three-blocks > * {
    width: 33.333%; }
  .grid-flex.\--type-three-blocks > .\--style-two-third {
    width: 66.666%; }
  .grid-flex.\--type-four-blocks > * {
    width: 25%; }
  .grid-flex.\--type-five-blocks > * {
    width: 20%; }
  .grid-flex.\--type-two-to-one-blocks > * {
    width: 100%; }
    @media (min-width: 768px) {
      .grid-flex.\--type-two-to-one-blocks > * {
        width: 50%; } }
  .grid-flex.\--style-offsets-1 {
    margin-left: -10px; }
    .grid-flex.\--style-offsets-1 > * {
      padding-left: 10px; }
    .grid-flex.\--style-offsets-1.\--style-blocks > * {
      padding-bottom: 10px; }
  .grid-flex.\--style-offsets-2 {
    margin-left: -20px; }
    .grid-flex.\--style-offsets-2 > * {
      padding-left: 20px; }
    .grid-flex.\--style-offsets-2.\--style-blocks > * {
      padding-bottom: 20px; }
  .grid-flex.\--style-offsets-3 {
    margin-left: -30px; }
    .grid-flex.\--style-offsets-3 > * {
      padding-left: 30px; }
    .grid-flex.\--style-offsets-3.\--style-blocks > * {
      padding-bottom: 30px; }
  .grid-flex.\--style-offsets-4 {
    margin-left: -40px; }
    .grid-flex.\--style-offsets-4 > * {
      padding-left: 40px; }
    .grid-flex.\--style-offsets-4.\--style-blocks > * {
      padding-bottom: 40px; }
  .grid-flex.\--style-offsets-5 {
    margin-left: -50px; }
    .grid-flex.\--style-offsets-5 > * {
      padding-left: 50px; }
    .grid-flex.\--style-offsets-5.\--style-blocks > * {
      padding-bottom: 50px; }
  .grid-flex.\--style-offsets-6 {
    margin-left: -60px; }
    .grid-flex.\--style-offsets-6 > * {
      padding-left: 60px; }
    .grid-flex.\--style-offsets-6.\--style-blocks > * {
      padding-bottom: 60px; }
  .grid-flex.\--style-offsets-7 {
    margin-left: -70px; }
    .grid-flex.\--style-offsets-7 > * {
      padding-left: 70px; }
    .grid-flex.\--style-offsets-7.\--style-blocks > * {
      padding-bottom: 70px; }
  .grid-flex.\--style-offsets-8 {
    margin-left: -80px; }
    .grid-flex.\--style-offsets-8 > * {
      padding-left: 80px; }
    .grid-flex.\--style-offsets-8.\--style-blocks > * {
      padding-bottom: 80px; }
  .grid-flex.\--style-offsets-9 {
    margin-left: -90px; }
    .grid-flex.\--style-offsets-9 > * {
      padding-left: 90px; }
    .grid-flex.\--style-offsets-9.\--style-blocks > * {
      padding-bottom: 90px; }
  .grid-flex.\--style-offsets-10 {
    margin-left: -100px; }
    .grid-flex.\--style-offsets-10 > * {
      padding-left: 100px; }
    .grid-flex.\--style-offsets-10.\--style-blocks > * {
      padding-bottom: 100px; }
  .grid-flex.\--style-offsets-11 {
    margin-left: -110px; }
    .grid-flex.\--style-offsets-11 > * {
      padding-left: 110px; }
    .grid-flex.\--style-offsets-11.\--style-blocks > * {
      padding-bottom: 110px; }
  .grid-flex.\--style-offsets-12 {
    margin-left: -120px; }
    .grid-flex.\--style-offsets-12 > * {
      padding-left: 120px; }
    .grid-flex.\--style-offsets-12.\--style-blocks > * {
      padding-bottom: 120px; }
  .grid-flex.\--style-offsets-13 {
    margin-left: -130px; }
    .grid-flex.\--style-offsets-13 > * {
      padding-left: 130px; }
    .grid-flex.\--style-offsets-13.\--style-blocks > * {
      padding-bottom: 130px; }
  .grid-flex.\--style-offsets-14 {
    margin-left: -140px; }
    .grid-flex.\--style-offsets-14 > * {
      padding-left: 140px; }
    .grid-flex.\--style-offsets-14.\--style-blocks > * {
      padding-bottom: 140px; }
  .grid-flex.\--style-offsets-15 {
    margin-left: -150px; }
    .grid-flex.\--style-offsets-15 > * {
      padding-left: 150px; }
    .grid-flex.\--style-offsets-15.\--style-blocks > * {
      padding-bottom: 150px; }

ul.grid-flex {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

@media (max-width: 768px) {
  .grid-contact {
    padding: 0 10px; } }

.grid-contact__row {
  overflow: hidden;
  margin-left: -24px; }
  .grid-contact__row > * {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.grid-contact__cell {
  width: 100%;
  padding-left: 24px; }
  @media (min-width: 768px) {
    .grid-contact__cell {
      width: 50%; } }

.grid-contact label {
  color: #8A7373; }
  .grid-contact label a {
    font-size: 16px;
    font-family: "DM Serif Display", serif;
    font-style: italic;
    color: #8A7373; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding-left: 25px;
  padding-right: 25px; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider {
  padding-left: 0;
  padding-right: 0; }
  .slick-slider.\--style-bleed {
    padding-left: 0;
    padding-right: 0; }
  .slick-slider.\--type-home-hero {
    margin-bottom: 50px !important; }
    @media (min-width: 1024px) {
      .slick-slider.\--type-home-hero {
        margin-bottom: 93px !important; } }
    .slick-slider.\--type-home-hero .slick-dots {
      display: none !important;
      padding-top: 0;
      position: absolute;
      bottom: 80px; }
      @media (min-width: 1024px) {
        .slick-slider.\--type-home-hero .slick-dots {
          bottom: 30px; } }
      .slick-slider.\--type-home-hero .slick-dots li button {
        background-color: transparent;
        border: 2px solid #FFF; }
      .slick-slider.\--type-home-hero .slick-dots li.slick-active button {
        background-color: #fff; }
    .slick-slider.\--type-home-hero .slick-next {
      right: 40px; }
      .slick-slider.\--type-home-hero .slick-next:before {
        left: 26px; }
    .slick-slider.\--type-home-hero .slick-prev {
      left: 40px; }
      .slick-slider.\--type-home-hero .slick-prev:before {
        left: 20px; }
    .slick-slider.\--type-home-hero .slick-next,
    .slick-slider.\--type-home-hero .slick-prev {
      display: none !important;
      background-color: #fff;
      text-align: center;
      opacity: 1; }
      .slick-slider.\--type-home-hero .slick-next:before,
      .slick-slider.\--type-home-hero .slick-prev:before {
        top: 9px;
        color: #000; }
    .slick-slider.\--type-home-hero .slick-counter {
      width: 30px;
      height: 40px;
      display: block;
      position: absolute;
      bottom: 15px;
      left: 15px;
      z-index: 99;
      color: #fff;
      font-family: "DM Serif Display", serif;
      font-size: 14px;
      line-height: 14px;
      letter-spacing: -0.05em;
      text-align: center; }
      @media (min-width: 768px) {
        .slick-slider.\--type-home-hero .slick-counter {
          width: 35px;
          height: 136px;
          bottom: 62px;
          left: 69px;
          font-size: 24px;
          line-height: 32px; } }
      .slick-slider.\--type-home-hero .slick-counter > * {
        width: 100%;
        display: block; }
      .slick-slider.\--type-home-hero .slick-counter .sep {
        height: 2px;
        margin-top: 5px;
        margin-bottom: 5px;
        background: rgba(255, 255, 255, 0.8); }
        @media (min-width: 768px) {
          .slick-slider.\--type-home-hero .slick-counter .sep {
            margin-top: 30px;
            margin-bottom: 30px; } }
  .slick-slider.\--slick-slider {
    margin-bottom: 50px !important; }
    .slick-slider.\--slick-slider .slick-dots {
      padding-top: 0;
      position: absolute;
      bottom: 80px; }
      @media (min-width: 1024px) {
        .slick-slider.\--slick-slider .slick-dots {
          bottom: 30px; } }
      .slick-slider.\--slick-slider .slick-dots li button {
        background-color: transparent;
        border: 2px solid #FFF; }
      .slick-slider.\--slick-slider .slick-dots li.slick-active button {
        background-color: #fff; }
    .slick-slider.\--slick-slider .slick-next {
      right: 40px; }
      .slick-slider.\--slick-slider .slick-next:before {
        left: 26px;
        content: '\e906'; }
    .slick-slider.\--slick-slider .slick-prev {
      left: 40px; }
      .slick-slider.\--slick-slider .slick-prev:before {
        left: 20px;
        content: '\e907'; }
    .slick-slider.\--slick-slider .slick-next,
    .slick-slider.\--slick-slider .slick-prev {
      background-color: none;
      text-align: center;
      opacity: 1; }
      .slick-slider.\--slick-slider .slick-next:before,
      .slick-slider.\--slick-slider .slick-prev:before {
        top: 9px;
        color: #ffffff; }
  .slick-slider.\--style-offset-blocks-small .slick-list .slick-slide > *, .slick-slider.\--style-offsets-small .slick-list .slick-slide > * {
    padding-left: 5px;
    padding-right: 5px; }
  .slick-slider.\--style-offset-blocks .slick-list .slick-slide > *, .slick-slider.\--style-offsets .slick-list .slick-slide > * {
    padding-left: 15px;
    padding-right: 15px; }
  .slick-slider.\--style-equal-height-slides .slick-track {
    display: flex;
    flex-basis: auto; }
    .slick-slider.\--style-equal-height-slides .slick-track .slick-slide {
      display: flex;
      height: auto; }
      .slick-slider.\--style-equal-height-slides .slick-track .slick-slide > div {
        width: 100%;
        height: 100%; }
        .ipad .slick-slider.\--style-equal-height-slides .slick-track .slick-slide > div {
          height: auto; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/goosedalelodges/_ui/media/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  border-radius: 50%;
  outline: none;
  opacity: 0.75;
  background-color: transparent; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
    opacity: 1; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "default";
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: 8px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .container__bg-pattern-dark .slick-prev:before, .container__bg-pattern-dark
  .slick-next:before {
    color: white; }

.slick-prev {
  left: -30px;
  -webkit-transform: scale(0.7) translateY(-80px);
  -moz-transform: scale(0.7) translateY(-80px);
  -o-transform: scale(0.7) translateY(-80px);
  -ms-transform: scale(0.7) translateY(-80px);
  transform: scale(0.7) translateY(-80px); }
  @media (min-width: 768px) {
    .slick-prev {
      left: -40px;
      -webkit-transform: scale(1) translateY(-45px);
      -moz-transform: scale(1) translateY(-45px);
      -o-transform: scale(1) translateY(-45px);
      -ms-transform: scale(1) translateY(-45px);
      transform: scale(1) translateY(-45px); } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:before {
    left: 18px;
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -30px;
  -webkit-transform: scale(0.7) translateY(-80px);
  -moz-transform: scale(0.7) translateY(-80px);
  -o-transform: scale(0.7) translateY(-80px);
  -ms-transform: scale(0.7) translateY(-80px);
  transform: scale(0.7) translateY(-80px); }
  @media (min-width: 768px) {
    .slick-next {
      right: -40px;
      -webkit-transform: scale(1) translateY(-45px);
      -moz-transform: scale(1) translateY(-45px);
      -o-transform: scale(1) translateY(-45px);
      -ms-transform: scale(1) translateY(-45px);
      transform: scale(1) translateY(-45px); } }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }
  .slick-next:before {
    left: 22px;
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 20px 0 0 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: #666;
      border-radius: 50%;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        background: #333; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
    .slick-dots li.slick-active button {
      background-color: #000; }
  .container__bg-pattern-dark .slick-dots li button {
    background: #ccc; }
  .container__bg-pattern-dark .slick-dots li.slick-active button {
    background: #967a3e; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

.resp-tabs-list {
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 2; }
  .resp-tabs-list > a {
    padding-left: .5rem;
    padding-right: .5rem; }
  .resp-tabs-list .resp-tab-active {
    border-bottom-color: transparent; }

.resp-tabs-container {
  position: relative;
  z-index: 1; }

.resp-tab-content {
  display: none;
  padding: 15px; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-tab-content > * {
  position: relative;
  z-index: 2; }

.resp-tab-content .w-tabs__content__bg {
  z-index: 1; }

h2.resp-accordion {
  margin-bottom: 0;
  cursor: pointer;
  display: none; }

.resp-easy-accordion h2.resp-accordion {
  display: block; }

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

@media only screen and (max-width: 767px) {
  h2.resp-accordion {
    display: block; }
  .resp-accordion-closed {
    display: none !important; }
  ul.resp-tabs-list {
    display: none; }
  .resp-tab-content-active {
    margin-bottom: 1.11111rem;
    padding-bottom: 1.11111rem !important;
    padding-top: 1.11111rem !important; } }

h2.resp-accordion a {
  position: relative;
  display: block;
  font-size: 1rem;
  letter-spacing: -0.2px;
  color: #364962;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  outline: 0;
  border-top: 1px solid #dde5ed; }
  h2.resp-accordion a i.icon {
    position: absolute;
    right: 1rem;
    top: 1.9rem;
    font-size: 70%;
    vertical-align: middle; }

h2.resp-accordion.resp-tab-active a {
  color: #a05fff;
  border: 0 none;
  border-bottom: 2px solid #a05fff;
  background-color: white;
  box-shadow: rgba(206, 215, 223, 0.62) 0px 10px 20px 0px, rgba(206, 215, 223, 0.36) 0px 2px 2px 0px; }
  h2.resp-accordion.resp-tab-active a i:before {
    content: '\e902'; }

h2.resp-accordion:first-child a {
  border-top: 0; }

.w-accordion dl {
  margin-bottom: 19px;
  border-bottom: 1px solid #EBE2E5; }
  .w-accordion dl dt a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 300;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
    .w-accordion dl dt a .icon {
      position: absolute;
      right: 20px;
      top: 3px;
      color: #fff;
      font-size: 15px; }
      .w-accordion dl dt a .icon:before {
        content: '\e90e'; }
    .w-accordion dl dt a.active {
      border-bottom: 1px solid #EBE2E5; }
      .w-accordion dl dt a.active .icon:before {
        content: '\e90d'; }
  .w-accordion dl dd {
    padding: 23px 20px 35px; }

/*@import "partials/js/datepicker"; */
.box-page {
  height: 250px;
  position: relative;
  background-color: #88686B;
  color: #FFF;
  overflow: hidden; }
  @media (min-width: 768px) {
    .box-page {
      height: 500px; } }
  .box-page__media {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .box-page__media:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: linear-gradient(180deg, rgba(148, 125, 125, 0) 32.4%, #322527 100%); }
  .box-page__content {
    position: absolute;
    z-index: 5;
    text-align: left;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 25px 30px;
    color: #fff; }
    @media (min-width: 768px) {
      .box-page__content {
        padding: 0 53px 50px; } }
  .box-page__title {
    font-size: 30px;
    font-family: "DM Serif Display", serif;
    font-weight: 100;
    margin-bottom: 10px;
    padding-top: 16px;
    position: relative; }
    .box-page__title:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: #fff;
      height: 2px;
      width: 100px; }
  .box-page__cta {
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #F8F8F8;
    text-decoration: none;
    transition-delay: 0.8s;
    opacity: 0;
    transform: translate(0%, 100%);
    transition: opacity .2s ease, transform .3s ease; }
  .box-page__cta-full {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: block; }
  .box-page:hover .box-page__cta {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity .3s ease, transform .3s ease; }

.page-home__hero {
  height: 100vh;
  position: relative;
  z-index: 1; }
  @media (min-width: 1024px) {
    .page-home__hero {
      height: 100vh; } }
  .page-home__hero__bg {
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 2s; }
    .slick-current .page-home__hero__bg {
      transform: scale(1.2); }
    .page-home__hero__bg:before {
      content: '';
      height: 415px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 85.96%);
      z-index: 3; }
  .page-home__hero__content {
    color: #FFF;
    position: absolute;
    z-index: 2;
    top: 26%;
    left: 20px;
    right: 20px;
    text-align: center;
    font-size: 25px; }
    @media (min-width: 768px) {
      .page-home__hero__content {
        font-size: 55px;
        top: 40%; } }
    @media (min-width: 1024px) {
      .page-home__hero__content {
        font-size: 80px; } }
    @media (min-width: 1400px) {
      .page-home__hero__content {
        font-size: 100px;
        top: 40%; } }
    .page-home__hero__content__container {
      display: inline-block;
      max-width: 1200px;
      padding: 0 10px; }
    .page-home__hero__content__title {
      font-size: 0.77778rem;
      font-weight: 100;
      letter-spacing: 0.2em;
      color: #fff;
      line-height: 23px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .page-home__hero__content__title {
          font-size: 1.11111rem;
          margin-bottom: 20px; } }
    .page-home__hero__content__subtitle {
      font-size: 1.94444rem;
      font-weight: 100;
      color: #fff;
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .page-home__hero__content__subtitle {
          font-size: 5rem;
          margin-bottom: 56px; } }
    .page-home__hero__content .w-seperator {
      margin-bottom: 22px; }
    .page-home__hero__content .btn {
      vertical-align: top; }
  .page-home__hero .w-progress {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 99; }
    @media (min-width: 768px) {
      .page-home__hero .w-progress {
        bottom: 68px;
        right: 65px; } }

.btn.\--theme-secondary.\--style-outline:hover {
  color: #fff; }

@-webkit-keyframes move {}.page-header {
  position: relative;
  text-align: center;
  z-index: 9;
  background: #E5E5E5; }
  @media (min-width: 992px) {
    .page-header {
      height: 380px; } }
  .page-header__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 4; }
    .page-header__bg:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 82px;
      left: 0;
      right: 0;
      background: linear-gradient(180deg, rgba(50, 37, 39, 0.5) 0%, rgba(50, 37, 39, 0) 100%);
      z-index: 8; }
  .page-header .container {
    position: relative;
    z-index: 12;
    text-align: center;
    padding-top: 130px;
    color: #fff; }
    @media (max-width: 991px) {
      .page-header .container {
        padding: 50px 0; } }
  .page-header__secondary {
    background: rgba(174, 164, 196, 0.2);
    padding: 7px 0px; }
    @media (min-width: 768px) {
      .page-header__secondary {
        padding: 7px 10px; } }
  .page-header__back a {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #765F5F;
    display: inline-block;
    text-decoration: none;
    font-weight: 100;
    position: relative; }
    .page-header__back a .icon {
      font-size: 9px;
      margin-left: 15px;
      vertical-align: middle; }
  .page-header__page-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99; }
    @media (max-width: 767px) {
      .page-header__page-list {
        left: unset;
        right: 2%;
        transform: unset; } }
  @media (max-width: 767px) {
    .page-header__social {
      display: none !important; } }
  .page-header__container {
    position: relative;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    transition: .2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%; }
    .page-header__container > * {
      display: inline-block;
      vertical-align: middle; }
  .page-header__title {
    font-size: 5rem;
    margin-bottom: 0;
    font-family: "DM Serif Display", serif; }
    @media (max-width: 991px) {
      .page-header__title {
        font-size: 3rem; } }
    @media (max-width: 767px) {
      .page-header__title {
        font-size: 2rem; } }

@media (max-width: 767px) {
  .page-relation__grid {
    margin-left: 0 !important; }
    .page-relation__grid > * {
      width: 100% !important;
      padding-left: 0 !important;
      padding-bottom: 20px; } }

.w-seperator {
  width: 100%;
  text-align: center;
  position: relative;
  height: 40px; }
  .w-seperator span {
    display: inline-block;
    width: 2px;
    height: 40px;
    background: #BA9A9D;
    vertical-align: top; }
  .w-seperator.\--style-content-small span {
    background-color: rgba(253, 238, 238, 0.5); }
  .w-seperator.\--style-content-small span {
    background-color: rgba(253, 238, 238, 0.5); }
  .w-seperator.\--style-content-small-brown span {
    background-color: #C4A4A7; }
  .w-seperator.\--style-content-large {
    height: 60px;
    margin-bottom: -30px;
    z-index: 9; }
    .w-seperator.\--style-content-large span {
      background-color: rgba(253, 238, 238, 0.5); }
  .w-seperator.\--style-content-large-brown {
    height: 60px;
    margin-bottom: -30px;
    z-index: 9; }
    .w-seperator.\--style-content-large-brown span {
      height: 60px;
      background-color: #C4A4A7; }

.w-progress {
  width: 25px;
  height: 25px;
  background: none;
  box-shadow: none;
  position: relative; }
  @media (min-width: 768px) {
    .w-progress {
      width: 50px;
      height: 50px; } }
  .w-progress:after {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 768px) {
      .w-progress:after {
        width: 44px;
        height: 44px;
        border: 3px solid rgba(255, 255, 255, 0.4); } }
  .w-progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1; }
  .w-progress .progress-left {
    left: 0; }
    .w-progress .progress-left .progress-bar {
      left: 100%;
      border-top-right-radius: 75px;
      border-bottom-right-radius: 75px;
      border-left: 0;
      -webkit-transform-origin: center left;
      transform-origin: center left; }
      .loader-active .w-progress .progress-left .progress-bar {
        animation: loading 2.5s linear forwards 2.5s; }
  .w-progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #fff; }
    @media (min-width: 768px) {
      .w-progress .progress-bar {
        border-width: 3px; } }
  .w-progress .progress-right {
    right: 0; }
    .w-progress .progress-right .progress-bar {
      left: -100%;
      border-top-left-radius: 75px;
      border-bottom-left-radius: 75px;
      border-right: 0;
      -webkit-transform-origin: center right;
      transform-origin: center right; }
      .loader-active .w-progress .progress-right .progress-bar {
        animation: loading 2.5s linear forwards; }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg); } }

.w-image {
  position: relative; }
  @media (min-width: 1024px) {
    .w-image.\--style-fancy {
      padding-bottom: 47px; } }
  .w-image.\--style-fancy .w-image__content {
    max-width: 450px;
    text-align: center;
    height: 100%;
    color: #fff; }
    @media (max-width: 1023px) {
      .w-image.\--style-fancy .w-image__content {
        max-width: 50%;
        transform: unset !important; } }
    @media (max-width: 880px) {
      .w-image.\--style-fancy .w-image__content {
        max-width: 100%; } }
    .w-image.\--style-fancy .w-image__content .w-seperator {
      margin-bottom: 22px; }
      @media (max-width: 380px) {
        .w-image.\--style-fancy .w-image__content .w-seperator + a {
          padding-left: 0;
          padding-right: 0;
          width: 100%;
          text-align: center; } }
      .w-image.\--style-fancy .w-image__content .w-seperator span {
        background-color: rgba(253, 238, 238, 0.5); }
    .w-image.\--style-fancy .w-image__content__area {
      background-size: 100% 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #B09093;
      padding: 70px 35px 0;
      position: relative; }
      @media (min-width: 1024px) {
        .w-image.\--style-fancy .w-image__content__area {
          padding: 73px;
          padding-top: 133px;
          background-size: cover; } }
      @media (max-width: 768px) {
        .w-image.\--style-fancy .w-image__content__area {
          padding: 60px 20px 30px 20px; } }
      @media (max-width: 1023px) {
        .w-image.\--style-fancy .w-image__content__area {
          padding: 26px 23px; } }
  .w-image.\--style-fancy .w-image__title {
    font-weight: 100;
    font-size: 2.7rem;
    word-break: break-word; }
    @media (min-width: 1024px) {
      .w-image.\--style-fancy .w-image__title {
        line-height: 1.3;
        margin-bottom: 44px; } }
  .w-image.\--style-fancy .w-image__subtitle {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 22px; }
  .w-image.\--style-fancy .w-image__description {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 0.88889rem; }
    @media (min-width: 1024px) {
      .w-image.\--style-fancy .w-image__description {
        margin-bottom: 30px;
        font-size: 1rem; } }
  @media (max-width: 767px) {
    .w-image.\--style-fancy .w-image__image {
      margin-left: -15px;
      margin-right: -15px;
      display: inline-block; } }
  @media (min-width: 1024px) {
    .w-image.\--style-fancy .w-image__image {
      position: absolute;
      bottom: -47px;
      max-width: 620px;
      max-height: 670px;
      height: 100%;
      overflow: hidden;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
      background-color: #322527;
      margin: 0; } }
  .w-image.\--style-fancy .w-image__image img {
    width: 100%;
    display: block;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .w-image.\--style-fancy .w-image__image img {
        margin-top: 0px; } }
  @media (max-width: 1023px) {
    .w-image.\--style-fancy .w-image__image {
      max-width: 48%;
      transform: unset !important; }
      .w-image.\--style-fancy .w-image__image img {
        margin-top: 0px; } }
  @media (max-width: 880px) {
    .w-image.\--style-fancy .w-image__image {
      max-width: 100%;
      width: 100%;
      margin: 0px;
      margin-top: 30px;
      float: left; } }
  @media (max-width: 767px) {
    .w-image.\--style-fancy .w-image__image-gallery {
      margin-left: -15px;
      margin-right: -15px;
      display: inline-block; } }
  @media (min-width: 1024px) {
    .w-image.\--style-fancy .w-image__image-gallery {
      position: absolute;
      bottom: -47px;
      width: 620px;
      overflow: hidden;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
      background-color: #322527;
      margin: 0; } }
  .w-image.\--style-fancy .w-image__image-gallery img {
    width: 100%;
    display: block;
    margin-top: 20px;
    height: 100%;
    max-height: 670px; }
    @media (min-width: 1024px) {
      .w-image.\--style-fancy .w-image__image-gallery img {
        margin-top: 0px; } }
  @media (max-width: 1023px) {
    .w-image.\--style-fancy .w-image__image-gallery {
      max-width: 48%;
      transform: unset !important; }
      .w-image.\--style-fancy .w-image__image-gallery img {
        margin-top: 0px; } }
  @media (max-width: 880px) {
    .w-image.\--style-fancy .w-image__image-gallery {
      max-width: 100%;
      width: 100%;
      margin: 0px;
      margin-top: 30px;
      float: left; } }
  @media (min-width: 1024px) {
    .w-image.\--style-fancy.\--style-left-aligned {
      padding-left: 250px; } }
  .w-image.\--style-fancy.\--style-left-aligned .w-image__content {
    float: right; }
  .w-image.\--style-fancy.\--style-left-aligned .w-image__image, .w-image.\--style-fancy.\--style-left-aligned .w-image__image-gallery {
    left: -250px; }
  @media (min-width: 1024px) {
    .w-image.\--style-fancy.\--style-right-aligned {
      padding-right: 250px; } }
  .w-image.\--style-fancy.\--style-right-aligned .w-image__content {
    float: left; }
  .w-image.\--style-fancy.\--style-right-aligned .w-image__image, .w-image.\--style-fancy.\--style-right-aligned .w-image__image-gallery {
    right: -250px; }
    @media (max-width: 1023px) {
      .w-image.\--style-fancy.\--style-right-aligned .w-image__image, .w-image.\--style-fancy.\--style-right-aligned .w-image__image-gallery {
        float: right; } }
  @media (max-width: 767px) {
    .w-image.\--style-fancy .slick-counter {
      position: absolute;
      bottom: 41px;
      right: 48px;
      left: inherit; }
      .w-image.\--style-fancy .slick-counter .sep {
        margin-left: 5px;
        margin-right: 5px; }
    .w-image.\--style-fancy .slick-next, .w-image.\--style-fancy .slick-prev {
      bottom: -3px !important; }
      .w-image.\--style-fancy .slick-next:before, .w-image.\--style-fancy .slick-prev:before {
        font-size: 20px !important; } }
  .w-image__sub-link {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
    margin-top: 30px; }
    .w-image__sub-link a {
      color: #fff; }
  .w-image.\--type-hover-content {
    position: relative;
    cursor: pointer;
    overflow: hidden; }
    .w-image.\--type-hover-content .w-image__content {
      text-align: center;
      padding: 57px 65px 57px 65px;
      background-color: #b09093;
      color: #fff; }
      @media (max-width: 768px) {
        .w-image.\--type-hover-content .w-image__content {
          padding: 30px 20px; } }
    .w-image.\--type-hover-content .w-image__title {
      font-family: "Karla", sans-serif;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 2px;
      font-weight: 100;
      font-size: 18px;
      margin-bottom: 1.33333rem; }
    .w-image.\--type-hover-content .w-image__description {
      margin-bottom: 30px; }
    .w-image.\--type-hover-content .w-seperator {
      margin-bottom: 36px; }
      .w-image.\--type-hover-content .w-seperator span {
        background-color: rgba(253, 238, 238, 0.5); }
    .w-image.\--type-hover-content .w-image__image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      transform: translateY(0%);
      transition: opacity .4s ease, transform .4s ease;
      opacity: 1; }
      .w-image.\--type-hover-content .w-image__image img {
        display: none; }
        @media (min-width: 768px) {
          .w-image.\--type-hover-content .w-image__image img {
            display: none; } }
    .w-image.\--type-hover-content:hover .w-image__image {
      opacity: 0;
      transform: translateY(-100%);
      transition: opacity .4s ease, transform .4s ease; }
  .w-image.\--type-area-fill {
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .w-image.\--type-area-fill .w-image__image {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
  .w-image.\--style-floating-bg {
    position: relative;
    min-height: 554px; }
    @media (max-width: 767px) {
      .w-image.\--style-floating-bg {
        min-height: 360px; } }
    .w-image.\--style-floating-bg .w-image__floating-bg {
      width: 390px;
      height: 489px;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 767px) {
        .w-image.\--style-floating-bg .w-image__floating-bg {
          max-width: 400px;
          width: 145px;
          height: 260px;
          overflow: hidden;
          max-height: 165px;
          position: absolute;
          left: -33px; } }
    .w-image.\--style-floating-bg .w-image__image {
      width: 607px;
      height: 496px;
      position: absolute;
      right: 0;
      bottom: 0px;
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      z-index: 9; }
      @media (max-width: 767px) {
        .w-image.\--style-floating-bg .w-image__image {
          max-width: 607px;
          width: auto;
          left: 20px;
          height: auto;
          max-height: 380px;
          bottom: 39px; }
          .w-image.\--style-floating-bg .w-image__image img {
            max-height: 400px;
            height: 230px;
            width: 215px;
            max-width: 215px; } }

.w-image-gallery.\--slick-slider .w-image-gallery__item {
  padding: 0 !important; }

.w-image-gallery__item a, .w-image-gallery__item img {
  width: 100%;
  display: block; }

.w-image-gallery__media {
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 1s; }
  @media (max-width: 886px) {
    .w-image-gallery__media {
      background-position: center center; } }

.w-image-gallery__content {
  color: #88686b;
  font-size: 1.11rem;
  text-align: center;
  max-width: 840px;
  margin: 130px auto 35px; }
  @media (max-width: 1023px) {
    .w-image-gallery__content {
      margin: 30px auto 24px; } }

.w-image-gallery.slick-slider .slick-dots {
  position: relative;
  bottom: auto;
  margin: 2rem auto; }

@media (max-width: 768px) {
  .w-image-gallery.slick-slider .slick-prev {
    left: 0px; }
  .w-image-gallery.slick-slider .slick-next {
    right: 0px; } }

.w-image-gallery .slick-counter {
  margin-top: 40px;
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #765F5F;
  font-size: 21px; }
  @media (min-width: 1024px) {
    .w-image-gallery .slick-counter {
      position: absolute;
      bottom: 175px;
      left: 0;
      right: 0; } }
  @media (max-width: 1023px) {
    .w-image-gallery .slick-counter {
      margin-top: 0px;
      margin-bottom: 20px; } }
  .w-image-gallery .slick-counter .sep {
    margin-left: 5px;
    margin-right: 5px; }

.w-image-gallery .slick-next, .w-image-gallery .slick-prev {
  width: 10px;
  height: 10px;
  top: unset;
  bottom: 139px; }
  @media (max-width: 1023px) {
    .w-image-gallery .slick-next, .w-image-gallery .slick-prev {
      bottom: -35px; } }
  @media (max-width: 768px) {
    .w-image-gallery .slick-next, .w-image-gallery .slick-prev {
      bottom: -43px; } }

.w-image-gallery .slick-prev {
  left: 44.5%; }
  .w-image-gallery .slick-prev:before {
    font-size: 10px;
    content: '\e907';
    left: 0;
    top: 0; }
    @media (max-width: 768px) {
      .w-image-gallery .slick-prev:before {
        font-size: 15px; } }

.w-image-gallery .slick-next {
  right: 44.5%; }
  .w-image-gallery .slick-next:before {
    font-size: 10px;
    content: '\e906';
    left: 0;
    top: 0; }
    @media (max-width: 768px) {
      .w-image-gallery .slick-next:before {
        font-size: 15px; } }

.w-image-gallery.\--style-mosaic {
  width: 100%;
  position: relative;
  min-height: 837px; }
  .w-image-gallery.\--style-mosaic .w-image-gallery__item {
    position: absolute;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35); }
    @media (max-width: 886px) {
      .w-image-gallery.\--style-mosaic .w-image-gallery__item {
        position: unset;
        width: unset !important;
        margin-bottom: 20px; } }
    .w-image-gallery.\--style-mosaic .w-image-gallery__item a {
      display: block;
      height: 100%;
      overflow: hidden; }
      .w-image-gallery.\--style-mosaic .w-image-gallery__item a:hover .w-image-gallery__media {
        transform: scale(1.1); }
    .w-image-gallery.\--style-mosaic .w-image-gallery__item:nth-child(1) {
      width: 464px;
      height: 591px;
      right: 0;
      top: 20px;
      z-index: 9; }
    .w-image-gallery.\--style-mosaic .w-image-gallery__item:nth-child(2) {
      width: 388px;
      height: 311px;
      left: 0;
      top: 0;
      z-index: 3; }
    .w-image-gallery.\--style-mosaic .w-image-gallery__item:nth-child(3) {
      width: 241px;
      height: 281px;
      bottom: 0;
      left: 440px;
      z-index: 1; }
    .w-image-gallery.\--style-mosaic .w-image-gallery__item:nth-child(4) {
      width: 351px;
      height: 381px;
      bottom: 360px;
      left: 340px;
      z-index: 10; }
    .w-image-gallery.\--style-mosaic .w-image-gallery__item:nth-child(5) {
      width: 411px;
      height: 461px;
      bottom: 30px;
      left: 0;
      z-index: 1; }
    .w-image-gallery.\--style-mosaic .w-image-gallery__item:nth-child(6) {
      width: 221px;
      height: 281px;
      bottom: 15px;
      left: inherit;
      z-index: 11;
      right: 30px; }

.w-image-gallery.\--style-fancy-description .slick-counter {
  width: 100px;
  display: block;
  color: #fff;
  font-size: 21px;
  margin: 0;
  text-align: right; }
  @media (min-width: 980px) {
    .w-image-gallery.\--style-fancy-description .slick-counter {
      position: absolute;
      bottom: 41px;
      right: 50px;
      left: inherit; } }
  .w-image-gallery.\--style-fancy-description .slick-counter .sep {
    margin-left: 5px;
    margin-right: 5px; }

.w-image-gallery.\--style-fancy-description .slick-next, .w-image-gallery.\--style-fancy-description .slick-prev {
  width: 14px;
  height: 14px;
  top: unset;
  bottom: 4px; }

.w-image-gallery.\--style-fancy-description .slick-prev {
  right: 104px;
  left: inherit; }
  .w-image-gallery.\--style-fancy-description .slick-prev:before {
    font-size: 15px;
    content: '\e907';
    left: 0;
    top: 0;
    color: #fff;
    opacity: 1 !important; }

.w-image-gallery.\--style-fancy-description .slick-next {
  right: 25px; }
  .w-image-gallery.\--style-fancy-description .slick-next:before {
    font-size: 15px;
    content: '\e906';
    left: 0;
    top: 0;
    color: #fff;
    opacity: 1 !important; }

@media (max-width: 600px) {
  .w-image-gallery .grid-item {
    width: 50% !important; } }

@media (max-width: 400px) {
  .w-image-gallery .grid-item {
    width: 100% !important; } }

.w-hr.\--style-dashed hr {
  border-bottom-style: dashed; }

.w-hr.\--style-thick-default hr {
  border-width: 1px; }

.w-hr.\--style-thick-default hr {
  border-width: 1px; }

.w-hr.\--style-2px hr {
  border-width: 2px; }

.w-hr.\--style-3px hr {
  border-width: 3px; }

.w-hr.\--style-4px hr {
  border-width: 4px; }

.w-hr.\--style-5px hr {
  border-width: 5px; }

.w-contact-info {
  color: #fff; }
  .w-contact-info a {
    text-decoration: none;
    color: #fff; }
  @media (min-width: 768px) {
    .w-contact-info {
      margin-bottom: 0;
      padding: 0px 15px; } }
  .w-contact-info__title {
    margin-bottom: 42px; }
  .w-contact-info__phone {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .w-contact-info__phone .icon {
      margin-right: 12px;
      vertical-align: initial; }
  .w-contact-info__email {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 23px; }
    .w-contact-info__email .icon {
      margin-right: 5px;
      vertical-align: initial; }
  .w-contact-info__address {
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .w-contact-info p, .w-contact-info .w-contact-info__address {
    font-size: 20px; }
    @media (max-width: 767px) {
      .w-contact-info p, .w-contact-info .w-contact-info__address {
        font-size: 14px; } }
    @media (max-width: 370px) {
      .w-contact-info p, .w-contact-info .w-contact-info__address {
        font-size: 12px; } }

@media (max-width: 980px) {
  .w-tabs .w-scroll-to__hint {
    display: none !important; } }

@media (max-width: 767px) {
  .w-tabs .w-scroll-to__hint {
    display: block !important; } }

.w-tabs__nav {
  width: 100%;
  display: inline-flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: 0;
  list-style-type: none; }
  @media (max-width: 600px) {
    .w-tabs__nav {
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      -webkit-justify-content: left;
      -moz-justify-content: left;
      justify-content: left; } }
  .w-tabs__nav > li {
    margin-right: 0;
    margin-left: 0;
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 2px; }
    @media (min-width: 768px) {
      .w-tabs__nav > li {
        margin-right: 20px;
        margin-left: 20px;
        max-width: 400px;
        width: auto;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .w-tabs__nav > li {
        margin-right: 35px;
        margin-left: 35px; } }
    @media (max-width: 768px) {
      .w-tabs__nav > li + li {
        margin-left: 20px; } }
    .w-tabs__nav > li:last-child {
      margin-right: 0; }
    .w-tabs__nav > li:first-child {
      margin-left: 0; }
    .w-tabs__nav > li a {
      font-size: 0.77778rem;
      color: #624B4B;
      outline: 0;
      letter-spacing: 1.5px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      padding: 16px 29px;
      background: linear-gradient(0deg, rgba(186, 154, 157, 0.1), rgba(186, 154, 157, 0.1)), #E4DCDE;
      border: 2px solid #BA9A9D;
      box-shadow: 4px 4px 0px rgba(196, 164, 167, 0.19);
      font-weight: 100;
      display: block; }
      @media (max-width: 767px) {
        .w-tabs__nav > li a {
          padding: 16px 0px;
          width: 175px; } }
      @media (min-width: 768px) {
        .w-tabs__nav > li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          height: 100%;
          max-width: 400px; } }
      .w-tabs__nav > li a:hover {
        background: #BA9A9D;
        box-shadow: 4px 4px 0px rgba(196, 164, 167, 0.19);
        color: #fff; }
    .w-tabs__nav > li.active a {
      background: #BA9A9D;
      box-shadow: 4px 4px 0px rgba(196, 164, 167, 0.19);
      color: #fff; }

.w-tabs__content {
  position: relative;
  overflow: hidden;
  background: none; }
  .w-tabs__content > * {
    position: relative;
    z-index: 2; }
  .w-tabs__content p {
    margin-bottom: 0; }
    .w-tabs__content p + p {
      margin-top: 1.5rem; }
  .w-tabs__content .fade.in {
    transition: opacity 0.7s ease-in-out; }

.w-tabs__scroll {
  display: none;
  color: #88686b;
  width: 100%;
  margin-bottom: 25px; }
  @media (max-width: 980px) {
    .w-tabs__scroll {
      display: block; } }

.w-scroll-to {
  text-align: center; }
  .w-scroll-to__nav {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 5.33333rem;
    margin-left: 0;
    list-style-type: none; }
    @media (max-width: 767px) {
      .w-scroll-to__nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; } }
    .w-scroll-to__nav > li {
      margin-right: 38px;
      margin-left: 38px;
      max-width: 220px; }
      .w-scroll-to__nav > li:last-child {
        margin-right: 0; }
      .w-scroll-to__nav > li:first-child {
        margin-left: 0; }
      .w-scroll-to__nav > li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        height: 100%;
        font-size: 1.11111rem;
        color: #624B4B;
        outline: 0;
        letter-spacing: 1.5px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .w-scroll-to__nav > li a:hover {
          text-decoration: underline; }
      .w-scroll-to__nav > li.active a {
        text-decoration: underline; }
    @media (max-width: 980px) {
      .w-scroll-to__nav {
        margin-bottom: 1.66667rem;
        -webkit-flex-flow: initial;
        -moz-flex-flow: initial;
        -ms-flex-flow: initial;
        flex-flow: initial; }
        .w-scroll-to__nav > li {
          margin-left: 20px;
          margin-right: 20px; }
          .w-scroll-to__nav > li a {
            white-space: nowrap; } }
  @media (max-width: 768px) {
    .w-scroll-to__wrapper {
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden; } }
  .w-scroll-to__hint {
    display: none;
    color: #88686b;
    width: 100%;
    margin-bottom: 25px; }
    @media (max-width: 980px) {
      .w-scroll-to__hint {
        display: block; } }

.w-page-list__current-page {
  font-weight: 100;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #765F5F;
  padding-right: 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle; }
  .w-page-list__current-page .icon {
    position: absolute;
    right: 0;
    top: 4px; }

.w-page-list__list-box {
  background-color: #fff;
  position: absolute;
  border-radius: 1px;
  width: 180px;
  padding: 10px 17px 5px;
  left: 50%;
  top: 34px;
  transform: translateX(-50%);
  display: none; }
  .w-page-list__list-box.\--show-list {
    display: block; }
  .w-page-list__list-box:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%); }
  .w-page-list__list-box ul {
    margin: 0; }
    .w-page-list__list-box ul li {
      display: block;
      border-bottom: 1px solid #ededed; }
      .w-page-list__list-box ul li:last-child {
        border-bottom: 0 none; }
      .w-page-list__list-box ul li a {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #765F5F;
        font-weight: 100;
        line-height: 13px;
        padding-top: 12px;
        padding-bottom: 11px;
        text-align: center;
        text-decoration: none;
        display: block;
        transition: all 0.3s; }
        .w-page-list__list-box ul li a:hover {
          color: #C4A4A7; }
      .w-page-list__list-box ul li.active a {
        color: #C4A4A7; }

/*@import "partials/widgets/form"; */
.list-social {
  line-height: 15px; }
  .list-social > li {
    vertical-align: middle !important;
    margin: 0 13px 0 0;
    line-height: 15px; }
    .list-social > li.list-social__title {
      font-size: 13px;
      text-transform: uppercase;
      color: #6C5555;
      font-weight: 100;
      letter-spacing: 0.2em;
      line-height: 15px;
      margin-right: 23px; }
    .list-social > li a {
      display: block;
      color: #6C5555; }
      .list-social > li a:hover {
        color: #896b6b; }
    .list-social > li i {
      vertical-align: middle;
      font-size: 14px; }

/* @import "partials/list/style"; */
input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=date],
input[type=password],
textarea {
  font-size: 16px;
  border: 0;
  width: 100%;
  outline: 0;
  border-bottom: 1px solid #C4C4C4;
  background-color: transparent;
  transition: .2s;
  padding: 14px 10px;
  border-radius: 0;
  box-shadow: none;
  letter-spacing: 0.1em;
  color: #765F5F;
  text-transform: uppercase;
  -webkit-appearance: none; }
  input[type=email].wpcf7-not-valid,
  input[type=number].wpcf7-not-valid,
  input[type=tel].wpcf7-not-valid,
  input[type=text].wpcf7-not-valid,
  input[type=date].wpcf7-not-valid,
  input[type=password].wpcf7-not-valid,
  textarea.wpcf7-not-valid {
    border-color: #F53131; }
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=date]:focus,
  input[type=password]:focus,
  textarea:focus {
    border-color: #BA9A9D;
    box-shadow: none; }

textarea {
  min-height: 200px; }

input[type=date] {
  display: block;
  padding: 12px 14px;
  font-size: 15px;
  height: 46px; }

[readonly], [disabled] {
  cursor: not-allowed; }

::-webkit-input-placeholder {
  color: #765F5F; }

:-moz-placeholder {
  color: #765F5F; }

:-ms-input-placeholder {
  color: #765F5F; }

:-moz-placeholder {
  color: #765F5F; }

form p {
  line-height: 1.5; }

form.form-filters-horizontal .control-group {
  padding-right: 10px; }

fieldset {
  background-color: #FFF;
  padding: 40px 60px;
  margin-bottom: 40px; }

div.wpcf7 .ajax-loader {
  margin: 20px 0 0px 14px;
  position: absolute; }

div.wpcf7-response-output {
  margin: 10px 0 0 0;
  padding: 10px; }
  div.wpcf7-response-output.wpcf7-mail-sent-ok, div.wpcf7-response-output.wpcf7-mail-sent-ng {
    color: #fff;
    border: 2px solid #BDA2A2;
    background: #BDA2A2;
    border: none;
    line-height: 1.5;
    padding: 15px 20px;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 15px; }

span.wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 13px;
  display: block;
  padding: 10px 0 0 0; }

input[type=email].wpcf7-not-valid, input[type=number].wpcf7-not-valid, input[type=text].wpcf7-not-valid, input[type=password].wpcf7-not-valid, textarea.wpcf7-not-valid {
  border-color: #ff0000; }

div.wpcf7-validation-errors {
  color: #fff;
  border: 2px solid #BDA2A2;
  background: #BDA2A2;
  border-radius: 0;
  padding-left: 20px; }

.wpcf7-checkbox.wpcf7-not-valid + .wpcf7-not-valid-tip {
  position: absolute;
  width: 160px;
  bottom: -20px;
  text-align: left;
  left: -36px; }
  @media (max-width: 767px) {
    .wpcf7-checkbox.wpcf7-not-valid + .wpcf7-not-valid-tip {
      left: 14px; } }
  @media (max-width: 460px) {
    .wpcf7-checkbox.wpcf7-not-valid + .wpcf7-not-valid-tip {
      bottom: -60px; } }

.control-group {
  margin-bottom: 20px; }
  .control-group__label {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5; }
    .control-group__label i {
      display: inline-block;
      vertical-align: top;
      font-size: 1em;
      margin-right: 10px; }
    .control-group__label label {
      display: block; }
    .control-group__label span.asterix, .control-group__label span.required {
      color: #f03030; }
  .control-group__control {
    position: relative; }
  .control-group p.error {
    font-size: 12px;
    color: red;
    padding: 4px 0 0 0;
    margin-bottom: 0; }
    .form-consultation .control-group p.error {
      position: absolute;
      left: 0;
      bottom: -23px; }
  .control-group .help-block {
    display: block;
    padding-top: 5px; }
    .control-group .help-block i {
      display: none; }
    .control-group .help-block p {
      margin-bottom: 0;
      font-size: 12px; }
  .control-group.\--type-newsletter .btn-submit {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #BA9A9D;
    padding: 10px;
    border: 0 none;
    background: white;
    box-shadow: none;
    font-weight: 400; }
  @media (max-width: 786px) {
    .control-group.\--type-newsletter input[type=email],
    .control-group.\--type-newsletter input[type=number],
    .control-group.\--type-newsletter input[type=tel],
    .control-group.\--type-newsletter input[type=text],
    .control-group.\--type-newsletter input[type=date],
    .control-group.\--type-newsletter input[type=password],
    .control-group.\--type-newsletter textarea {
      font-size: 14px; } }
  .control-group.\--style-no-border .control-select {
    border: 0 none; }
  .control-group.\--style-no-border input[type=date], .control-group.\--style-no-border input[type=email], .control-group.\--style-no-border input[type=number], .control-group.\--style-no-border input[type=password], .control-group.\--style-no-border input[type=tel], .control-group.\--style-no-border input[type=text], .control-group.\--style-no-border textarea {
    border: 0 none; }
  .control-group.\--type-header {
    margin-bottom: 0; }
    .control-group.\--type-header .control-select {
      padding: 0;
      padding-right: 20px;
      font-weight: 100;
      font-size: 13px;
      line-height: 15px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #765F5F; }
      .control-group.\--type-header .control-select > span:after {
        right: 0;
        font-size: 10px;
        margin-top: -4px; }

.control-select {
  position: relative;
  font-size: 16px;
  padding: 12px 10px;
  border-bottom: 1px solid #C4C4C4;
  background-color: transparent;
  border-radius: 0;
  transition: .2s;
  padding-right: 40px;
  line-height: normal;
  box-shadow: none;
  letter-spacing: 0.1em;
  color: #765F5F;
  text-transform: uppercase; }
  .control-select.\--focus {
    border-color: #666; }
  .control-select select {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0; }
  .control-select > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    min-height: 15px;
    line-height: 1.4;
    vertical-align: middle; }
    .control-select > span:before {
      content: "\00a0";
      color: #FFF; }
    .control-select > span:after {
      font-size: 15px;
      content: '\e904';
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -6px; }

/* @import "partials/form/control-radio";
@import "partials/form/control-uploader"; */
.wpcf7-list-item label {
  position: relative; }
  .wpcf7-list-item label input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 1px;
    height: 1px; }
    .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label {
      position: relative;
      padding-left: 25px;
      cursor: pointer;
      font-size: 14px; }
      .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label:before {
        content: '';
        width: 16px;
        height: 16px;
        display: block;
        border: 1px solid #C4C4C4;
        background: #fff;
        position: absolute;
        top: -1px;
        left: 0; }
        .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label:before {
          border: 1px solid #ff0000; }
      .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label:after {
        content: '\e90a';
        position: absolute;
        top: 2px;
        left: 3px;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'default' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        font-size: 12px;
        opacity: 0;
        visibility: hidden; }
    .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
      background: #BDA2A2; }
    .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
      opacity: 1;
      visibility: visible; }
