@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 {
  *zoom: 1; }
  .clear-fix:before, dl.data-list:before, .row:before, .clear-fix:after, dl.data-list:after, .row:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline; }
  .clear-fix:after, dl.data-list:after, .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: franklin-gothic-urw, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin-bottom: 2rem ;
  line-height: 1.05;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: 700; }

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

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

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

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

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

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

p {
  font-family: franklin-gothic-urw, 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, ol.unstyled {
  list-style: none;
  margin-left: 0; }

ul.inline li, ol.inline 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;
  -o-text-overflow: ellipsis;
  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: #687785;
  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; }

.grid-table {
  display: table;
  width: 100%; }
  .grid-table .grid-table-row {
    display: table-row; }
  .grid-table .grid-table-cell {
    display: table-cell; }
  .grid-table.two-blocks .grid-table-cell {
    width: 50%; }
  .grid-table.three-blocks .grid-table-cell {
    width: 33%; }
  .grid-table.four-blocks .grid-table-cell {
    width: 25%; }
  .grid-table.five-blocks .grid-table-cell {
    width: 20%; }

.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: #687785; }

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

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

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

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

* {
  -webkit-font-smoothing: antialiased; }

@font-face {
  font-family: 'default';
  src: url("/wp-content/themes/selbycontractflooring/_ui/media/fonts/default.ttf?qanpxa") format("truetype"), url("/wp-content/themes/selbycontractflooring/_ui/media/fonts/default.woff?qanpxa") format("woff"), url("/wp-content/themes/selbycontractflooring/_ui/media/fonts/default.svg?qanpxa#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;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-whatsapp:before {
  content: "\e927"; }

.icon-arrow-right:before {
  content: "\e926"; }

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

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

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

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

.icon-linkedin:before {
  content: "\e91a"; }

.icon-heart-outline:before {
  content: "\e918"; }

.icon-email:before {
  content: "\e90f"; }

.icon-send:before {
  content: "\e912"; }

.icon-snapchat:before {
  content: "\e916"; }

.icon-play-alt:before {
  content: "\e91f"; }

.icon-star:before {
  content: "\e91e"; }

.icon-clock:before {
  content: "\e91c"; }

.icon-arrow-down:before {
  content: "\e915"; }

.icon-search:before {
  content: "\e911"; }

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

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

.icon-chevron-left:before {
  content: "\e904"; }

.icon-chevron-right:before {
  content: "\e905"; }

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

.icon-edit:before {
  content: "\e924"; }

.icon-matting:before {
  content: "\e91b"; }

.icon-wood:before {
  content: "\e91d"; }

.icon-natural-carpet:before {
  content: "\e920"; }

.icon-carpet:before {
  content: "\e921"; }

.icon-carpet-tiles:before {
  content: "\e923"; }

.icon-filter:before {
  content: "\e925"; }

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

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

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

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

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

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

.icon-grid:before {
  content: "\e90c"; }

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

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

.icon-file-pdf:before {
  content: "\e922"; }

.icon-loader:before {
  content: "\e917"; }

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

#i3-SELBY .\+ff {
  font-family: franklin-gothic-urw, sans-serif; }

#i3-SELBY .\+fw-ebold {
  font-weight: 700; }

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

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

#i3-SELBY .\+c-white {
  color: #fff; }

#i3-SELBY .\+c-grey {
  color: #666; }

#i3-SELBY .\+c-green {
  color: #1d3922; }

#i3-SELBY .\+c-l-green {
  color: #7fb931; }

#i3-SELBY .\+c-red {
  color: #d51051; }

#i3-SELBY .\+c-teal {
  color: #2a665e; }

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

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

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

#i3-SELBY .\+ls-3 {
  letter-spacing: 3px; }

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

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

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

#i3-SELBY .\+fs-x-large {
  background-color: #91b843;
  font-size: 75px;
  font-weight: bold;
  letter-spacing: -3px;
  line-height: 1;
  color: #fff;
  display: table;
  padding: 5px 15px 13px; }
  #i3-SELBY .\+fs-x-large > span:after {
    content: " "; }
  #i3-SELBY .\+fs-x-large:nth-child(odd) {
    background-color: #44895c; }

#i3-SELBY .\+fs-large {
  font-size: 20px;
  line-height: 1.6; }

#i3-SELBY .\+fs-30 {
  font-size: 30px; }

#i3-SELBY .\+fs-24 {
  font-size: 24px; }

#i3-SELBY .\+fs-16 {
  font-size: 16px; }

#i3-SELBY .\+fs-13 {
  font-size: 13px; }

#i3-SELBY .\+fs-medium {
  font-size: 18px; }
  #i3-SELBY .\+fs-medium > .icon {
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -2px; }

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

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

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

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

#i3-SELBY .\+br-4 {
  border-radius: 4px; }

#i3-SELBY .\+pad-l-4 {
  padding-left: 40px; }

#i3-SELBY .\+pad-r-4 {
  padding-right: 40px; }

#i3-SELBY .\+pad-b-35 {
  padding-bottom: 35px; }

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

#i3-SELBY .\+bdr-lg-left {
  border-left: 1px solid #D7E3CA; }

#i3-SELBY .\+hr-l-g {
  border-color: #D7E3CA; }

#i3-SELBY .\+d-inline-block {
  display: inline-block;
  vertical-align: middle; }

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

#i3-SELBY .\+hide-on-desktop {
  display: none; }
  @media (max-width: 769px) {
    #i3-SELBY .\+hide-on-desktop {
      display: block; } }

#i3-SELBY .\+ajax-container {
  opacity: 1;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#i3-SELBY .\+ajax-content-loading {
  opacity: .8;
  pointer-events: none;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98); }

body {
  background-color: #fff;
  position: relative;
  overflow-x: hidden; }
  body .body-container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative; }

img {
  max-width: 100%;
  height: auto; }

.global-double-donation-message {
  font-weight: 700;
  font-size: 12px;
  color: #d51051;
  border: 1px solid #CCC;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05); }
  .global-double-donation-message i {
    margin-top: 3px; }

.offset-bottom-rem-0 {
  margin-bottom: 0rem; }

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

.offset-bottom-rem-2 {
  margin-bottom: 1.11111rem; }

.offset-bottom-rem-3 {
  margin-bottom: 1.66667rem; }

.offset-bottom-rem-4 {
  margin-bottom: 2.22222rem; }

.offset-bottom-rem-5 {
  margin-bottom: 2.77778rem; }

.offset-bottom-rem-6 {
  margin-bottom: 3.33333rem; }

.offset-bottom-rem-7 {
  margin-bottom: 3.88889rem; }

.offset-bottom-rem-8 {
  margin-bottom: 4.44444rem; }

.offset-bottom-rem-9 {
  margin-bottom: 5rem; }

.offset-bottom-rem-10 {
  margin-bottom: 5.55556rem; }

.i3d-w-loader {
  background-color: #000; }
  .i3d-w-loader .i3d-w-loader__mark__svg {
    stroke: #999; }

@media (min-width: 769px) {
  .i3-sticky-cell > div:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 20px; } }

@media (max-width: 769px) {
  .two-column-mobile {
    display: block !important; }
    .two-column-mobile > div {
      width: 50% !important;
      float: left;
      padding: 0px 15px !important;
      margin-bottom: 10px !important; } }

.container {
  max-width: 845px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto; }
  .container .container {
    padding-left: 0;
    padding-right: 0; }
  .container.\--style-medium {
    max-width: 1100px; }
  .container.\--style-medium-large {
    max-width: 1440px; }
  .container.\--style-large {
    max-width: 1724px; }
  .container.\--style-small {
    max-width: 600px; }
  .container.\--style-full {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }

.ph {
  position: relative;
  z-index: 11;
  margin-bottom: 1rem;
  background-color: #fff; }
  @media (min-width: 769px) {
    .ph {
      margin-bottom: 3rem; } }
  .ph__toggle {
    position: absolute;
    right: .5rem;
    top: 2rem;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .8rem 2rem;
    border-radius: 50px; }
    .ph__toggle > i.icon {
      font-size: 29px; }
      .ph__toggle > i.icon:before {
        content: "\e90e"; }
    body.\--show-mobile-menu .ph__toggle > i.icon:before {
      content: "\e910"; }
    body.\--show-mobile-menu .ph__toggle > span {
      display: none; }
    .ph__toggle > span {
      font-size: 17px;
      font-weight: 500;
      color: #000;
      margin-right: .8rem;
      display: none; }
      @media (min-width: 650px) {
        .ph__toggle > span {
          display: block; } }
    @media (min-width: 650px) {
      .ph__toggle {
        border: 1px solid #EEE;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
        right: 1.1rem; } }
    @media (min-width: 1568px) {
      .ph__toggle {
        display: none; } }
  .ph__container {
    padding: 15px 20px;
    max-width: 1724px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 1024px) {
      .ph__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; } }
  .ph__logo {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .ph__logo svg {
      width: 150px; }
      html.mobile.iphone .ph__logo svg {
        height: 77px; }
      @media (min-width: 769px) {
        .ph__logo svg {
          width: 170px; } }
  .ph__menu {
    -webkit-animation: fade-in .5s;
    animation: fade-in .5s;
    font-size: .9rem;
    padding: 2rem 0;
    display: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    body.\--show-mobile-menu .ph__menu {
      display: block; }
    @media (min-width: 769px) {
      .ph__menu {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset; } }
    @media (min-width: 1024px) {
      .ph__menu {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0; }
        body.\--show-mobile-menu .ph__menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    @media (min-width: 1568px) {
      .ph__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .ph__menu a {
      text-decoration: none;
      font-weight: 500; }
      .ph__menu a > i {
        margin-left: 1rem; }
    .ph__menu li.current-menu-item > a {
      color: #333; }
      .ph__menu li.current-menu-item > a span {
        padding-bottom: .6rem;
        border-bottom: 2px solid #00b7f9; }
    .ph__menu > ul {
      margin-bottom: 0; }
      @media (min-width: 769px) {
        .ph__menu > ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .ph__menu > ul > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: .5rem;
        margin-bottom: .5rem; }
        @media (min-width: 769px) {
          .ph__menu > ul > li {
            padding-bottom: 0;
            margin-bottom: 0; } }
      .ph__menu > ul a {
        padding: 10px .5rem;
        color: #999;
        white-space: nowrap; }
        @media (min-width: 769px) {
          .ph__menu > ul a {
            padding: 10px 1.7rem; } }
    .ph__menu__hb {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .ph__menu__hb.\--active > ul {
        display: block; }
      .ph__menu__hb.\--active .ph__menu__hb__button {
        color: #00b7f9; }
      .ph__menu__hb > ul {
        -webkit-animation: fade-in .25s;
        animation: fade-in .25s;
        display: block;
        padding: 0 0 .8rem 0; }
        @media (min-width: 769px) {
          .ph__menu__hb > ul {
            padding: 1rem 0 .8rem 0; } }
        @media (min-width: 769px) {
          .ph__menu__hb > ul {
            display: none;
            position: absolute;
            top: 50px;
            right: 0px;
            margin-bottom: 0;
            border-radius: 5px;
            background: #FFF;
            -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2)); } }
        .ph__menu__hb > ul:before {
          position: absolute;
          bottom: 100%;
          right: 13px;
          border: 10px solid transparent;
          border-bottom-color: white;
          content: "";
          pointer-events: none; }
        .ph__menu__hb > ul li {
          padding-bottom: .5rem;
          margin-bottom: .5rem; }
          @media (min-width: 769px) {
            .ph__menu__hb > ul li {
              margin-bottom: 0; } }
        .ph__menu__hb > ul a {
          display: block;
          padding: 10px .5rem;
          color: #999; }
          @media (min-width: 769px) {
            .ph__menu__hb > ul a {
              padding: 10px 2.2rem; } }
      .ph__menu__hb__button {
        padding: 8px 15px;
        background-color: #FFF;
        margin-left: 10px;
        line-height: 1;
        color: #999;
        display: none; }
        @media (min-width: 769px) {
          .ph__menu__hb__button {
            display: block; } }
  .ph__extras {
    display: none;
    padding: 1.5rem .8rem;
    font-size: .9rem;
    text-align: right;
    margin-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-animation: fade-in .5s;
    animation: fade-in .5s;
    background: rgba(0, 183, 249, 0.8);
    margin-left: -20px;
    margin-right: -20px; }
    body.\--show-mobile-menu .ph__extras {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media (min-width: 769px) {
      .ph__extras {
        margin-top: 0; } }
    @media (min-width: 1024px) {
      .ph__extras {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 0;
        height: 100%;
        left: 20.5%;
        width: 60%;
        padding: .8rem;
        background: -webkit-linear-gradient(335deg, white 12%, #00b7f9 12%, rgba(0, 183, 249, 0.8) 90%, white 90%);
        background: -o-linear-gradient(335deg, white 12%, #00b7f9 12%, rgba(0, 183, 249, 0.8) 90%, white 90%);
        background: linear-gradient(115deg, white 12%, #00b7f9 12%, rgba(0, 183, 249, 0.8) 90%, white 90%);
        margin-left: 0;
        margin-right: 0; }
        body.\--show-mobile-menu .ph__extras {
          display: none; } }
    @media (min-width: 1568px) {
      .ph__extras {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        right: 0;
        left: auto;
        width: 21%;
        max-width: 325px;
        background: -webkit-linear-gradient(45deg, white 35%, #00b7f9 35%, rgba(0, 183, 249, 0.6) 100%);
        background: -o-linear-gradient(45deg, white 35%, #00b7f9 35%, rgba(0, 183, 249, 0.6) 100%);
        background: linear-gradient(45deg, white 35%, #00b7f9 35%, rgba(0, 183, 249, 0.6) 100%);
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
    .ph__extras a {
      color: #FFF;
      text-decoration: none; }
    .ph__extras__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 1568px) {
        .ph__extras__container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; } }
    .ph__extras__phone {
      font-weight: 500;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .ph__extras__phone .icon {
        margin-right: 5px; }
    .ph__extras__site {
      font-weight: 500;
      padding: 14px 1.6em 14px 0;
      background: #00b7f9;
      border-radius: 50px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 183, 249, 0)), color-stop(50%, #00b7f9));
      background: -webkit-linear-gradient(left, rgba(0, 183, 249, 0), #00b7f9 50%);
      background: -o-linear-gradient(left, rgba(0, 183, 249, 0), #00b7f9 50%);
      background: linear-gradient(to right, rgba(0, 183, 249, 0), #00b7f9 50%);
      margin-left: 2rem; }
      @media (min-width: 769px) {
        .ph__extras__site {
          padding: 14px 1.6em; } }
      @media (min-width: 1568px) {
        .ph__extras__site {
          margin-top: .8rem;
          margin-left: 0; } }
    .ph__extras__call {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .ph__extras__whatsapp {
      padding-right: 12px;
      color: #25d366; }

.pf {
  padding: 2rem; }
  @media (min-width: 769px) {
    .pf {
      padding: 4rem 2rem 2rem 2rem; } }
  .pf__menu {
    padding: 2rem 0;
    font-size: .9rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pf__menu a.i3media {
      text-align: center;
      padding-left: 2rem;
      padding-right: 2rem; }
      @media (min-width: 330px) {
        .pf__menu a.i3media {
          padding-left: 2rem;
          padding-right: 0; } }
    .pf__menu a {
      text-decoration: none; }
      .pf__menu a span {
        display: block;
        padding-bottom: .6rem;
        border-bottom: 2px solid #FFF; }
    .pf__menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -2rem; }
      .pf__menu ul li {
        padding-left: 2rem; }
        .pf__menu ul li.current-menu-item a span {
          border-bottom: 2px solid #00b7f9; }

.btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 1.12rem 1.5rem;
  background-color: #FFF;
  color: #333;
  font-size: 1rem;
  border: 1px solid currentColor;
  text-align: center;
  font-weight: 500;
  line-height: 1 !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 0;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .btn .icon {
    font-weight: 400;
    opacity: .6;
    font-size: .9rem; }
    .btn .icon:not(.icon-send) {
      margin-left: 1rem; }
  .btn:disabled {
    opacity: .5;
    pointer-events: none; }
  .btn.\--style-long {
    width: 100%;
    max-width: 505px; }
  .btn.\--type-filter {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .07em;
    font-size: .9em; }
    .btn.\--type-filter i.icon {
      font-size: .9em;
      margin-left: 0;
      margin-right: 1rem;
      opacity: 1; }
  .btn.\--style-border-radius-small {
    border-radius: 4px; }
  .btn.\--disabled {
    opacity: .5;
    pointer-events: none; }
  .\--show-hidden-form .btn.\--type-form-toggle {
    opacity: .5; }
  .btn__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .btn__wrapper.\--left {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .btn__wrapper.\--center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .btn__wrapper.\--right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .btn.\--theme-primary {
    background-color: #00b7f9;
    color: #FFF; }
    .btn.\--theme-primary:hover {
      background-color: #007fad;
      color: #FFF; }
  .btn.\--theme-secondary {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    border-radius: 5px; }
    .btn.\--theme-secondary:hover {
      border-color: #000; }
    .btn.\--theme-secondary .icon {
      font-weight: 400;
      opacity: .8;
      font-size: 1.5rem; }
      .btn.\--theme-secondary .icon:not(.icon-send) {
        margin-left: 1rem; }
  .btn.\--theme-tertiary {
    background-color: #00b67a;
    color: #FFF; }
    .btn.\--theme-tertiary:hover {
      background-color: #009d69;
      color: #FFF; }
  .btn.\--theme-transparent {
    background: #FFFFFF;
    border: 2px solid #CED4D8;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.02);
    color: #546371;
    border-radius: 2px; }
    .btn.\--theme-transparent:hover {
      border-color: #00b7f9;
      background-color: #00b7f9;
      color: #FFF; }
  .btn.\--theme-dark-blue {
    background-color: #00053E;
    border: 2px solid #00053E;
    color: #FFF;
    border-radius: 2px; }
    .btn.\--theme-dark-blue i {
      color: #fff;
      opacity: 1;
      font-size: 1rem;
      margin-left: 8px !important; }
    .btn.\--theme-dark-blue:hover {
      background-color: #00053E;
      border-color: #00053E;
      color: #FFF; }
  .btn.\--theme-outline {
    -webkit-box-shadow: inset 0 0 0 2px #00053E;
    box-shadow: inset 0 0 0 2px #00053E;
    color: #00053E; }
  .btn.\--theme-transparent-white {
    background: transparent;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.02);
    border-radius: 2px;
    color: #fff; }
    .btn.\--theme-transparent-white:hover {
      border-color: #00053E;
      background-color: #00053E;
      color: #FFF; }
  .btn.\--style-block {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .btn.\--style-large {
    font-size: 1rem;
    padding: 1.5rem; }
  .btn.\--style-medium {
    padding-top: .8rem;
    padding-bottom: .8rem; }
  .btn.\--style-small {
    font-size: .85rem;
    border-radius: 5px;
    padding: 14px 1.6em; }

a.btn {
  text-decoration: none; }
  a.btn:active span, a.btn:focus span {
    text-decoration: underline; }

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

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

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

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

a {
  text-decoration: underline;
  text-underline-position: under;
  -webkit-text-decoration-color: #ddd;
  text-decoration-color: #ddd; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02em;
  color: #333; }

hr {
  margin-bottom: 2rem;
  border: 0;
  border-top: 2px solid #CEE1E3; }

.cms-content ul:not(.unstyled) {
  margin-left: 1em; }
  .cms-content ul:not(.unstyled) li {
    margin-bottom: .5rem; }

ol {
  margin-left: 1rem; }
  ol li {
    padding-left: 2rem; }

.so-widget-so-text-editor-widget > p:last-child {
  margin-bottom: 0; }

.layout__aside {
  display: none; }
  @media (min-width: 769px) {
    .layout__aside {
      display: block !important; } }

.layout__toggle {
  margin-bottom: 2rem;
  display: block;
  padding: 1rem;
  text-align: center;
  border: 2px solid #00A589;
  text-transform: uppercase;
  font-weight: 700; }
  @media (min-width: 769px) {
    .layout__toggle {
      display: none;
      margin-bottom: 0; } }

@media (min-width: 769px) {
  .layout__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.layout__grid__item {
  padding-bottom: 2rem; }
  @media (min-width: 769px) {
    .layout__grid__item {
      width: 33.333%;
      padding-left: 2rem; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (max-width: 768px) {
  .booking-cta {
    text-align: center; }
    .booking-cta .short_desc {
      display: block;
      margin-bottom: 8px; } }

@media (min-width: 769px) {
  .booking-cta__content {
    padding-right: 32px; } }

.booking-cta__content__title {
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 2.33333rem;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 10px; }
  @media (max-width: 1366px) {
    .booking-cta__content__title {
      font-size: 1.44444rem;
      margin-bottom: 7px; } }

.booking-cta__content p {
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.05556rem;
  margin-bottom: 0;
  display: none; }
  @media (max-width: 1366px) {
    .booking-cta__content p {
      font-size: 0.88889rem;
      line-height: 1.3; } }

.booking-cta__template {
  background: -webkit-linear-gradient(351.39deg, #009CD3 43.42%, #46C2EE 97.12%), #0DBBF9;
  background: -o-linear-gradient(351.39deg, #009CD3 43.42%, #46C2EE 97.12%), #0DBBF9;
  background: linear-gradient(98.61deg, #009CD3 43.42%, #46C2EE 97.12%), #0DBBF9;
  border-radius: 3px;
  padding: 0px 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  @media (max-width: 768px) {
    .booking-cta__template {
      padding: 20px 20px 15px !important; } }

@media (min-width: 769px) {
  .booking-cta__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .booking-cta__grid > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }

@media (max-width: 768px) {
  .booking-cta__grid {
    width: 100%; } }

@media (max-width: 1366px) {
  .booking-cta__grid .booking-cta__toggle__content__btns .btn {
    padding: 10px 0;
    font-size: 16px; } }

.booking-cta.\--fill-2, .booking-cta.\--fill-3 {
  width: 66.666%; }
  @media (max-width: 1099px) {
    .booking-cta.\--fill-2, .booking-cta.\--fill-3 {
      width: 100%; } }
  @media (min-width: 769px) {
    .booking-cta.\--fill-2 .long_desc, .booking-cta.\--fill-3 .long_desc {
      display: block; } }

.booking-cta.\--fill-3 .booking-cta__template {
  padding-top: 40px;
  padding-bottom: 50px; }

.booking-cta.\--fill-1 .booking-cta__grid {
  display: block;
  width: 100%;
  text-align: center; }
  .booking-cta.\--fill-1 .booking-cta__grid > div {
    padding: 0;
    border: 0; }

.booking-cta.\--fill-1 .short_desc {
  display: block;
  margin-bottom: 14px; }

.booking-cta.\--fill-1 .booking-cta__content__title {
  margin-bottom: 2px; }
  @media (max-width: 1099px) {
    .booking-cta.\--fill-1 .booking-cta__content__title {
      margin-bottom: 6px; } }

@media (max-width: 825px) and (min-width: 769px) {
  .booking-cta.\--fill-1 .booking-cta__template {
    padding: 0px 20px; }
    .booking-cta.\--fill-1 .booking-cta__template p {
      margin-bottom: 8px; } }

@media (min-width: 769px) {
  .booking-cta__btn {
    border-left: 2px solid rgba(0, 5, 62, 0.08);
    padding-left: 50px; } }

.booking-cta__toggle {
  position: fixed;
  right: -387px;
  z-index: 9999;
  top: 30%;
  width: 435px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .booking-cta__toggle > div {
    position: relative;
    border-left: 48px solid #00053E; }
  @media (max-width: 768px) {
    .booking-cta__toggle {
      width: 368px;
      right: -320px; } }
  .booking-cta__toggle.active {
    right: 0; }
  .booking-cta__toggle__title {
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 1.38889rem;
    letter-spacing: -0.01em;
    color: #fff;
    margin-left: -38px;
    position: absolute;
    bottom: -5%;
    left: 0;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    font-weight: normal;
    display: block;
    cursor: pointer;
    text-align: center;
    border-radius: 3px 0px 0px 3px; }
    .booking-cta__toggle__title i {
      font-size: 1.05556rem;
      vertical-align: baseline; }
  .booking-cta__toggle__close {
    color: #fff;
    text-align: right;
    display: block;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    right: 18px;
    top: 15px; }
    .booking-cta__toggle__close :hover {
      color: #fff; }
  .booking-cta__toggle__content {
    background: -webkit-linear-gradient(351.39deg, #009CD3 43.42%, #46C2EE 97.12%), #0DBBF9;
    background: -o-linear-gradient(351.39deg, #009CD3 43.42%, #46C2EE 97.12%), #0DBBF9;
    background: linear-gradient(98.61deg, #009CD3 43.42%, #46C2EE 97.12%), #0DBBF9;
    padding: 38px 40px 26px 35px;
    text-align: center;
    color: #fff; }
    @media (max-width: 768px) {
      .booking-cta__toggle__content {
        padding: 30px 20px 18px 20px; } }
    .booking-cta__toggle__content__title {
      font-family: franklin-gothic-urw, sans-serif;
      font-size: 1.38889rem;
      color: #fff;
      font-weight: 500;
      letter-spacing: -0.01em;
      margin-bottom: 12px; }
    .booking-cta__toggle__content p {
      font-family: franklin-gothic-urw, sans-serif;
      font-size: 1.05556rem;
      letter-spacing: -0.01em;
      line-height: 1.16;
      margin-bottom: 12px; }
    .booking-cta__toggle__content__num {
      font-family: franklin-gothic-urw, sans-serif;
      font-size: 1.11111rem;
      letter-spacing: -0.01em;
      font-weight: 500;
      display: block;
      margin-bottom: 15px; }
      .booking-cta__toggle__content__num a {
        color: #fff;
        text-decoration: none; }
        .booking-cta__toggle__content__num a i {
          vertical-align: middle;
          font-size: 1.38889rem; }
    .booking-cta__toggle__content__btns .btn {
      padding: 16px 1.5rem;
      font-weight: 500;
      margin-bottom: 10px; }

.booking-cta__single {
  -ms-grid-column-span: 2;
  grid-column-end: span 2; }
  .booking-cta__single .btn {
    margin-bottom: 12px; }
    .booking-cta__single .btn:last-child {
      margin-bottom: 0px; }
  .booking-cta__single .--theme-transparent-white {
    border: 2px solid #CED4D8;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.02);
    color: #546371;
    border-radius: 2px; }
    .booking-cta__single .--theme-transparent-white:hover {
      background-color: #00b7f9;
      border-color: #00b7f9;
      color: #FFF; }
  .booking-cta__single .--theme-dark-blue {
    background-color: #00b7f9;
    border: 2px solid #00b7f9;
    color: #fff;
    border-radius: 2px; }
    .booking-cta__single .--theme-dark-blue:hover {
      background-color: #007fad;
      border-color: #007fad;
      color: #FFF; }

/*! Copyright © 2009-2020 Postcode Anywhere (Holdings) Ltd. (http://www.postcodeanywhere.co.uk)
 *
 * Address v3.91
 * Styles for the address control.
 *
 * web-1-5 14/10/2020 13:25:44
 */
.pca {
  margin: 0;
  padding: 0;
  position: static;
  border: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.pca * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.pca .pcatext {
  font: 9pt arial;
  color: #333; }

.pca .pcalist {
  position: relative;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fafafa; }

.pca .pcaitem {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 9px 10px 9px 10px;
  padding: 7px 10px;
  line-height: 15px;
  text-align: left;
  white-space: nowrap;
  border: solid 1px transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  border-bottom-color: transparent;
  padding-right: 22px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #000; }

.pca .pcaselected {
  color: #333;
  background-color: #e5f0ff;
  background-color: #f0f0f0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  border-bottom-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #000; }

.pca .pcalastitem {
  border-bottom: none; }

.pca .pcadisableselect {
  -moz-user-select: none;
  -webkit-user-select: none; }

.pca .pcaautocomplete {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-bottom: 0;
  background: 0;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  width: inherit;
  position: absolute;
  z-index: 9999999999; }

.pca .pcaanchor {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0; }

.pca .pcaanchor .pcachain {
  position: relative; }

.pca .pcaautocomplete .pcaheader {
  background-color: #fafafa;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  color: #969696; }

.pca .pcaautocomplete .pcamessage {
  padding: 8px 10px;
  line-height: 18px; }

.pca .pcaautocomplete .pcalist {
  height: 244px;
  width: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc; }

.pca .pcaautocomplete .pcafooter {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  background-color: #fafafa;
  height: 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 138px;
  overflow: hidden; }

.pca .pcanotification {
  background-color: #fafafa;
  padding: 8px 10px 8px 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  position: absolute;
  z-index: 100000;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  opacity: 1;
  display: none; }

.pca .pcanotification.pcavisible {
  display: block; }

.pca .pcanotification.pcafade {
  opacity: 0; }

.pca .pcanotification.pcaerror {
  background-color: #db7f83;
  color: #fff; }

.pca .pcaautocomplete .pcafooter .pcamessage {
  font: bold 9pt arial;
  color: #969696;
  margin: 9px 0 0 5px;
  padding: 0;
  position: relative;
  float: right; }

.pca .pcamodal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100000; }

.pca .pcamodal .pcalist {
  height: 244px;
  width: auto;
  min-width: 200px;
  min-height: 100px; }

.pca .pcamodal .pcaborder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  border-radius: 0px;
  opacity: .20;
  filter: alpha(opacity=20); }

.pca .pcamodal .pcaframe {
  position: relative;
  margin: 12px;
  background-color: #f5f7f9;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #c8cacc; }

.pca .pcamodal .pcacontent {
  position: relative;
  padding: 15px; }

.pca .pcamodal .pcacontent .pcainputrow {
  width: 450px;
  text-align: right; }

.pca .pcamodal .pcacontent .pcainputrow input {
  width: 300px;
  border-width: 1px;
  border-style: solid;
  border-color: #d4d4d4;
  padding: 8px;
  margin: 15px;
  background: #fff; }

.pca .pcamodal .pcacontent .pcainputrow input:invalid {
  -webkit-box-shadow: 0 0 1.5px 1px #ff0000;
  -moz-box-shadow: 0 0 1.5px 1px #ff0000;
  box-shadow: 0 0 1.5px 1px #ff0000; }

.pca .pcamodal .pcacontent .pcainputrow .pcahalf {
  width: 126px; }

.pca .pcamodal .pcacontent .pcainputrow label {
  font: bold 14px arial;
  color: #444444; }

.pca .pcamodal .pcaheader {
  position: relative;
  top: 0;
  left: 0;
  border-top: 1px solid #e1e3e5;
  border-bottom: 1px solid  #c8cacc;
  border-radius: 0px 0px 0 0;
  background: #e1e3e5;
  background: -moz-linear-gradient(top, #e1e3e5 0%, #e1e3e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e3e5), color-stop(100%, #e1e3e5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e3e5',endColorstr='#e1e3e5',GradientType=0); }

.pca .pcamodal .pcaheader .pcatitle {
  font: bold 18px arial;
  color: #005db9;
  margin: 15px; }

.pca .pcamodal .pcafooter {
  position: relative;
  bottom: 0;
  left: 0;
  border-top: 1px solid  #c8cacc;
  background: #fff; }

.pca .pcamodal .pcafooter .pcabutton {
  width: 150px;
  margin: 15px; }

.pca .pcafullscreen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.pca .pcamask {
  background-color: #000;
  opacity: .40;
  filter: alpha(opacity=40);
  z-index: 100000; }

.pca .pcabutton {
  font: bold 14px arial;
  color: #444444;
  border: 1px solid  #d4d4d4;
  border-radius: 0px;
  padding: 8px;
  cursor: pointer;
  background: #f5f7f9;
  background: -moz-linear-gradient(top, #f5f7f9 0%, #f5f7f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f7f9), color-stop(100%, #f5f7f9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f7f9',endColorstr='#f5f7f9',GradientType=0); }

.pca .pcatooltip {
  position: absolute;
  z-index: 100000; }

.pca .pcatooltip .pcabackground {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  border-radius: 5px;
  opacity: .60;
  filter: alpha(opacity=60); }

.pca .pcatooltip .pcamessage {
  position: relative;
  padding: 5px;
  font: 9pt arial;
  color: #fff; }

.pca .pcabutton:hover {
  color: #444444; }

.pca .pcalink {
  font: bold 9pt arial;
  cursor: pointer; }

.pca .pcaclear {
  clear: both; }

.pcaflag {
  width: 14px;
  height: 12px;
  position: absolute;
  font-size: 0;
  background-image: url(//services.postcodeanywhere.co.uk/images/flags16x16.png);
  -moz-box-shadow: 0 1px 2px rgba(128, 128, 128, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(128, 128, 128, 0.3);
  box-shadow: 0 1px 2px rgba(128, 128, 128, 0.3); }

.pca .pcaautocomplete .pcafooter .pcaflagbutton {
  width: 31px;
  height: 21px;
  position: relative;
  float: right;
  padding: 5px 6px;
  cursor: pointer;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/flag_clear_down.png);
  background-position: 5px 5px;
  background-repeat: no-repeat; }

.pca .pcaautocomplete .pcafooter .pcaflagbutton:hover {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/flag_clear_down_hover.png); }

.pca .pcaautocomplete .pcafooter .pcaflagbutton .pcaflag {
  top: 9px;
  left: 9px; }

.pca .pcaautocomplete .pcaflaglabel {
  position: relative;
  left: 26px; }

.pca .pcacountrylist .pcafooter .pcaflagbutton {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/flag_clear_up.png); }

.pca .pcacountrylist .pcafooter .pcaflagbutton:hover {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/flag_clear_up_hover.png); }

.pca .pcaexpandable {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/chevron.png);
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 50%;
  background-position: right 7px center; }

.pca .pcaautocomplete .pcafooter .geoLocationIcon {
  width: 21px;
  height: 21px;
  font-size: 0;
  margin: 0px 5px 0px 0px;
  padding: 5px 0px 5px 5px;
  position: relative;
  float: right;
  cursor: pointer;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/geolocationicon.svg);
  background-position: right;
  background-repeat: no-repeat;
  color: #7E8593;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  visibility: hidden; }

.pca .pcaautocomplete .pcafooter .geoLocationIcon.active {
  visibility: visible; }

.pca .pcaautocomplete .pcafooter .geoLocationIcon.working {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/loader.gif); }

.pca .pcaautocomplete .pcafooter .geoLocationMessage {
  color: #7E8593;
  padding: 9px 0px;
  position: relative;
  float: right;
  cursor: pointer;
  font-size: 11px;
  visibility: hidden; }

.pca .pcaautocomplete .pcafooter .geoLocationMessage.active {
  visibility: visible; }

.pca .pcaautocomplete .pcafooter .pcalogo {
  width: 68px;
  height: 16px;
  margin: 7px 0px 0px 7px;
  font-size: 0;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/loqatelogoinverted.svg); }

.pca .pcaautocomplete .pcafooter .adsylogo {
  width: 68px;
  height: 16px;
  margin: 7px 0px 0px 7px;
  font-size: 0;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/loqatelogoinverted.svg); }

.pca .pcaautocomplete .pcafooter .aclogo {
  width: 112px;
  height: 15px;
  font-size: 0;
  margin: 8px 5px 8px 11px;
  position: relative;
  float: left;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/address_complete_logo_en.png); }

.pca .pcaautocomplete .pcafooter .aclogo.pcalogofr {
  width: 118px;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/address_complete_logo_fr.png); }

.pca .pcaautocomplete .pcafooter .dtlogo {
  width: 100px;
  height: 14px;
  font-size: 0;
  margin: 9px 5px 6px 9px;
  position: relative;
  float: left;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/dt_express_capture_logo.png); }

.pca .pcaautocomplete .pcafooter .anlogo {
  width: 129px;
  height: 11px;
  font-size: 0;
  margin: 10px 5px 9px 9px;
  position: relative;
  float: left;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/address_now_logo.png); }

.pca .pcaitem .pcadescription {
  color: #888;
  margin-left: 8px; }

.pca .pcaitem .pcautilitytype {
  padding-right: 8px;
  font-style: italic; }

input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=date],
input[type=password],
textarea {
  border: 0;
  width: 100%;
  outline: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background: #fefefe;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-weight: 500;
  padding: .7rem;
  font-size: 0.88889rem;
  color: #333;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 7px 7px 0 rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 7px 7px 0 rgba(0, 0, 0, 0.02); }
  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: #666;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

.wpcf7-recaptcha > div {
  margin-left: auto;
  margin-right: auto; }

textarea {
  height: 100px;
  resize: vertical; }

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

fieldset {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #00053E; }
  fieldset legend {
    color: #333333;
    font-weight: 700;
    font-size: 1.55556rem;
    margin-bottom: 2rem; }

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

::-webkit-input-placeholder {
  color: #9a9a9a; }

:-moz-placeholder {
  color: #9a9a9a; }

:-ms-input-placeholder {
  color: #9a9a9a; }

:-moz-placeholder {
  color: #9a9a9a; }

.form__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem; }
  .form__grid__item {
    padding-left: 1rem;
    width: 50%; }

.form__toggle {
  display: none;
  -webkit-animation: fade-in 1s;
  animation: fade-in 1s; }
  .\--show-hidden-form .form__toggle {
    display: block; }

form p {
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px; }

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

div.wpcf7-response-output {
  margin: 10px 0 40px 0;
  padding: 10px;
  border: 2px solid #6DB52D;
  line-height: 1.5;
  padding: 15px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px; }
  div.wpcf7-response-output.wpcf7-mail-sent-ng {
    color: #ee8426;
    border-color: #ee8426; }
  div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #6DB52D;
    border-color: #6DB52D; }

span.wpcf7-not-valid-tip {
  color: #D71920;
  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: #d1446f; }

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

#mc_embed_signup div#mce-responses {
  clear: both; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41; }

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41; }

.control-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .control-checkbox__media-icon {
    margin-right: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dadde1; }
  .control-checkbox__media-colour {
    margin-right: 1.3rem;
    width: 1em;
    height: 1em;
    border-radius: 50%; }
  .control-checkbox label {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .control-checkbox label:hover {
      color: #000; }
  .control-checkbox input {
    margin-right: .8rem; }
    .control-checkbox input:checked + .control-checkbox__text {
      color: #00b7f9;
      font-weight: 500; }
  .control-checkbox__text {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-top: 2px; }
  .control-checkbox.\--style2 {
    line-height: 1;
    display: inline-block;
    font-size: 0.77778rem;
    cursor: pointer; }
    .control-checkbox.\--style2 > label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .control-checkbox.\--style2 input[type=checkbox] {
      position: absolute;
      top: 1px;
      opacity: 0;
      position: absolute; }
      .control-checkbox.\--style2 input[type=checkbox]:checked + .control-checkbox__checkbox {
        border-color: #00053E;
        background-color: #00053E; }
        .control-checkbox.\--style2 input[type=checkbox]:checked + .control-checkbox__checkbox > i {
          opacity: 1;
          color: #FFF; }
        .control-checkbox.\--style2 input[type=checkbox]:checked + .control-checkbox__checkbox + .control-checkbox__text {
          color: #00053E; }
    .control-checkbox.\--style2 .control-checkbox__checkbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 26px;
      height: 26px;
      border: 2px solid #00053E;
      cursor: pointer;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      color: #FFF;
      background-color: #FFF; }
      .control-checkbox.\--style2 .control-checkbox__checkbox > i {
        /* 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;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .control-checkbox.\--style2 .control-checkbox__checkbox > i:before {
          content: '\e902'; }
    .control-checkbox.\--style2 .control-checkbox__text {
      display: block;
      margin-left: .5rem;
      cursor: pointer;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s; }

.control-group {
  margin-bottom: 1.8rem; }
  .control-group__label {
    font-size: .9rem;
    color: #333;
    margin-bottom: .5rem;
    line-height: 1.5;
    font-weight: 500; }
    .control-group__label label {
      display: inline-block; }
  .control-group__control {
    position: relative; }
  @media (min-width: 769px) {
    .control-group.\--type-newsletter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .control-group.\--type-newsletter .control-group__control {
    margin-bottom: 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 769px) {
      .control-group.\--type-newsletter .control-group__control {
        margin-right: .5rem;
        margin-bottom: 0; } }
  .control-group.\--type-newsletter button {
    width: 100%; }
    @media (min-width: 769px) {
      .control-group.\--type-newsletter button {
        width: auto; } }
  .control-group.\--type-search .control-group__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .control-group.\--type-search .control-group__control input {
      width: 220px;
      background: #fefefe;
      border: 1px solid #ddd;
      border-radius: 50px;
      padding-left: 1.5rem; }
      .control-group.\--type-search .control-group__control input:active, .control-group.\--type-search .control-group__control input:focus {
        border-color: #333; }
    .control-group.\--type-search .control-group__control button {
      width: 46px;
      height: 46px;
      padding: 10px;
      margin-right: 0;
      padding: 0;
      font-size: .9rem;
      margin-left: 1rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .control-group.\--type-horizontal {
    margin-bottom: 1rem; }
    @media (min-width: 769px) {
      .control-group.\--type-horizontal {
        display: table;
        width: 100%; } }
    @media (min-width: 769px) {
      .control-group.\--type-horizontal.\--long-labels .control-group__label {
        width: 50%; } }
    @media (min-width: 769px) {
      .control-group.\--type-horizontal .control-group__label {
        display: table-cell;
        width: 234px;
        padding-top: 14px;
        vertical-align: top; } }
    .control-group.\--type-horizontal .control-group__label label {
      display: inline-block;
      font-size: 1rem;
      color: #333; }
    @media (min-width: 769px) {
      .control-group.\--type-horizontal .control-group__control {
        display: table-cell; } }
    .control-group.\--type-horizontal .control-group__control input[type=email], .control-group.\--type-horizontal .control-group__control input[type=number], .control-group.\--type-horizontal .control-group__control input[type=tel], .control-group.\--type-horizontal .control-group__control input[type=text], .control-group.\--type-horizontal .control-group__control input[type=date], .control-group.\--type-horizontal .control-group__control input[type=password], .control-group.\--type-horizontal .control-group__control textarea {
      border: 2px solid #00053E; }

select {
  opacity: 0; }

.control-select {
  position: relative;
  width: 100%;
  outline: 0;
  background-color: #FFFFFF;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #CCC;
  padding: .86rem 1rem;
  font-size: 0.83333rem;
  padding-right: 40px; }
  .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;
    width: 100%; }
  .control-select > span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    min-height: 15px;
    line-height: 1.3;
    vertical-align: middle; }
    .control-select > span:after {
      font-size: .8em;
      content: '\e903';
      /* 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;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -5px; }

.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }
  .grid-flex__spacer {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .grid-flex.\--style-double > *:last-child {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .grid-flex.\--type-responsive > * {
    width: 100% !important; }
    @media (min-width: 1023px) {
      .grid-flex.\--type-responsive > * {
        width: 33.333% !important; } }
  .ipad .grid-flex.\--style-equal-heights > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
    .ipad .grid-flex.\--style-equal-heights > * > div {
      height: auto;
      width: 100%; }
  .grid-flex.\--style-equal-heights > * > * {
    height: 100%; }
  .grid-flex.\--style-recurring-option-steps > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  @media (max-width: 1140px) {
    .grid-flex.\--style-recurring-option-steps > * {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0;
      -moz-box-flex: 1;
      -moz-flex: 1 1 0;
      -ms-flex: 1 1 0;
      flex: 1 1 0; } }
  .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.\--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.\--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; }
  .grid-flex.\--style-offset-blocks-small {
    margin-left: -12px; }
    .grid-flex.\--style-offset-blocks-small > * {
      padding-left: 12px;
      padding-bottom: 12px; }
  .grid-flex.\--style-offset-blocks-large {
    margin-left: -70px; }
    .grid-flex.\--style-offset-blocks-large > * {
      padding-left: 70px;
      padding-bottom: 70px; }
  .grid-flex.\--style-offset-blocks-medium {
    margin-left: -30px; }
    .grid-flex.\--style-offset-blocks-medium > * {
      padding-left: 30px;
      padding-bottom: 30px; }

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

@media (min-width: 769px) {
  .grid-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.5rem; } }

.grid-product__item {
  width: 100%;
  padding-bottom: .5rem; }
  @media (min-width: 769px) {
    .grid-product__item {
      padding-left: .5rem;
      width: 50%; } }
  @media (min-width: 1100px) {
    .grid-product__item {
      width: 33.333%; } }

@media (min-width: 769px) {
  .grid-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem; } }

.grid-gallery__item {
  width: 100%;
  padding-bottom: 1rem; }
  @media (min-width: 769px) {
    .grid-gallery__item {
      padding-left: 1rem;
      width: 50%; } }
  @media (min-width: 1100px) {
    .grid-gallery__item {
      width: 25%; } }

.grid-staff {
  padding: 1rem 0 2rem 0;
  margin-left: -.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 769px) {
    .grid-staff {
      margin-left: -1rem; } }
  .grid-staff__item {
    width: 25%;
    padding-bottom: .5rem;
    padding-left: .5rem; }
    @media (min-width: 769px) {
      .grid-staff__item {
        width: 16.6666%;
        padding-bottom: 1rem;
        padding-left: 1rem; } }
    .grid-staff__item img {
      width: 100%; }

.list-pills {
  text-align: center;
  padding: 0 2rem 2rem 2rem; }
  @media (max-width: 769px) {
    .list-pills {
      overflow: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      margin-bottom: 0; } }
  .list-pills > li {
    display: inline-block;
    margin: 0 .2rem .4rem .2rem;
    font-size: .9rem; }
    .list-pills > li.\--active a {
      background-color: #00b7f9;
      color: #FFF; }
  .list-pills a {
    display: block;
    background: white;
    color: black;
    border-radius: 5px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    padding: 14px 1.6em;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .list-pills a:hover {
      border-color: #000; }

.box-product {
  position: relative;
  border-radius: 3px;
  overflow: hidden; }
  .box-product__media {
    z-index: 1; }
  .box-product img {
    display: block; }
  .box-product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 13px;
    padding-left: .8rem;
    z-index: 2; }
  .box-product__title {
    margin-bottom: 0;
    font-family: franklin-gothic-urw, sans-serif;
    opacity: 0.9;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.19);
    color: #FFF;
    font-size: 1.1rem; }
  .box-product__icon {
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .8rem;
    border-radius: 50px;
    width: 2rem;
    height: 2rem;
    background: rgba(0, 0, 0, 0.2); }
  .box-product__cta {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
    .box-product__cta > span {
      display: none; }

.box-category {
  position: relative;
  border-radius: 3px;
  overflow: hidden; }
  .box-category__media {
    z-index: 1; }
  .box-category img {
    display: block;
    width: 100%; }
  .box-category__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 13px;
    padding-left: .8rem;
    z-index: 2; }
  .box-category__title {
    margin-bottom: 0;
    font-family: franklin-gothic-urw, sans-serif;
    opacity: 0.9;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.19);
    color: #FFF;
    font-size: 1.1rem; }
  .box-category__icon {
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .8rem;
    border-radius: 50px;
    width: 2rem;
    height: 2rem;
    background: rgba(0, 0, 0, 0.2); }
  .box-category__cta {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
    .box-category__cta > span {
      display: none; }

.box-image {
  text-align: center;
  font-size: 0.88889rem;
  font-weight: 500; }
  .box-image__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -3%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4rem; }
    .box-image__grid__item {
      padding-left: 3%;
      padding-bottom: 2rem;
      max-width: 386px; }
  .box-image__title {
    font-size: 3.33333rem;
    margin-bottom: 0; }
  .box-image p {
    margin-bottom: 1.5rem; }
  .box-image__cta {
    color: #D71920;
    font-weight: 900;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1; }
    .box-image__cta i.icon {
      margin-left: .5rem;
      font-size: .8em; }
    .box-image__cta:hover {
      color: #000; }

.box-gallery img {
  display: block;
  width: 100%; }

.box-gallery__title {
  font-size: 1rem;
  font-weight: 500;
  font-family: franklin-gothic-urw, sans-serif;
  margin-bottom: .8rem; }
  .box-gallery__title a {
    color: #007fad;
    -webkit-text-decoration-color: rgba(0, 127, 173, 0.3);
    text-decoration-color: rgba(0, 127, 173, 0.3); }

.box-gallery__content {
  font-size: .9rem;
  padding: 1.35rem .8rem; }

.box-news {
  margin-bottom: 4rem; }
  .box-news__content {
    text-align: center; }
  .box-news__media {
    text-align: center; }
    .box-news__media img {
      display: inline-block; }
  .box-news__title {
    font-size: 2.9rem;
    text-align: center; }
    .box-news__title a {
      color: #687785;
      -webkit-text-decoration-color: rgba(0, 127, 173, 0.3);
      text-decoration-color: rgba(0, 127, 173, 0.3); }

.w-social-links {
  font-size: 2rem;
  padding-top: 2rem;
  margin-bottom: 2rem; }
  .w-social-links a {
    color: #CCC; }
  .w-social-links > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-left: -1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 769px) {
      .w-social-links > ul {
        margin-left: -2rem; } }
    .w-social-links > ul > li {
      padding-left: 1rem; }
      @media (min-width: 769px) {
        .w-social-links > ul > li {
          padding-left: 2rem; } }
    .w-social-links > ul a {
      display: block; }

.w-page-header {
  text-align: center;
  padding-bottom: 2rem; }
  @media (min-width: 769px) {
    .w-page-header__media {
      margin-bottom: 4rem; } }
  .w-page-header__media img {
    width: 100%; }

.w-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.11111rem;
  font-weight: 500;
  padding-top: 3rem; }
  .w-section-header__title {
    font-size: 5rem;
    color: #000;
    position: relative; }
    .w-section-header__title > span {
      position: relative;
      z-index: 2; }
    .w-section-header__title:after {
      content: "";
      display: block;
      position: absolute;
      top: -40px;
      right: -60px;
      bottom: -30px;
      left: -50px;
      z-index: 1;
      background: url("/wp-content/themes/selbycontractflooring/_ui/media/section-header.svg");
      background-size: 100% 100%; }
  .w-section-header__subtitle {
    max-width: 800px;
    text-align: center; }

.w-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 7px; }
  @media (max-width: 767px) {
    .w-download {
      display: block; } }
  .w-download__bg {
    width: 100%;
    max-width: 40%;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    @media (max-width: 767px) {
      .w-download__bg {
        height: 250px;
        max-width: 100%; } }
  .w-download__title {
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .w-download__title {
        font-size: 15px;
        margin-bottom: 12px; } }
  .w-download__content {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000;
    padding: 38px 48px 52px 48px; }
    @media (max-width: 767px) {
      .w-download__content {
        padding: 20px 18px 25px;
        font-size: 14px;
        line-height: 20px; } }
    .w-download__content p {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.02em;
      color: #000;
      margin-bottom: 36px; }
      @media (max-width: 767px) {
        .w-download__content p {
          margin-bottom: 18px;
          font-size: 14px;
          line-height: 20px; } }
  .w-download__cta {
    background: #CB1217;
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 17px 30px; }
    @media (max-width: 767px) {
      .w-download__cta {
        padding: 14px 0;
        width: 100%;
        display: block;
        font-size: 12px;
        text-align: center; } }
    .w-download__cta i {
      font-size: 21px;
      padding-right: 8px; }
      @media (max-width: 767px) {
        .w-download__cta i {
          font-size: 17px; } }
    .w-download__cta:hover {
      color: #FFFFFF; }

.w-sticky-phone {
  position: -webkit-sticky;
  position: sticky;
  top: .4rem;
  left: .4rem;
  right: .4rem;
  max-width: 80%;
  z-index: 10;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem; }
  @media (min-width: 769px) {
    .w-sticky-phone {
      margin-bottom: 0;
      position: fixed;
      left: auto; } }
  .w-sticky-phone > a {
    color: #fff;
    -webkit-box-shadow: 0 10px 9px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 9px -8px rgba(0, 0, 0, 0.2);
    background: #00b7f9;
    padding: 14px 1.6em;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none; }
    .w-sticky-phone > a > i {
      margin-right: .5rem; }
  .w-sticky-phone__whatsapp {
    margin-right: 5px;
    padding: 14px !important;
    text-align: center; }
    .w-sticky-phone__whatsapp i {
      margin: 0 !important; }

.w-logos {
  padding: 1rem 0;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.75)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.75) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.75) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.75) 100%); }
  .w-logos.\--style-greyscale {
    -webkit-filter: grayscale(100%) opacity(80%);
    filter: grayscale(100%) opacity(80%); }
    @media (min-width: 769px) {
      .w-logos.\--style-greyscale {
        -webkit-filter: grayscale(100%) opacity(50%);
        filter: grayscale(100%) opacity(50%); } }
  .w-logos.\--type-normal .w-logos__grid {
    margin-left: -2rem; }
    .w-logos.\--type-normal .w-logos__grid .w-logos__grid__item {
      width: 50%;
      padding-left: 2rem;
      padding-bottom: 1rem; }
      @media (min-width: 769px) {
        .w-logos.\--type-normal .w-logos__grid .w-logos__grid__item {
          width: 25%; } }
  @media (min-width: 1210px) {
    .w-logos.\--style-overlay {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 1; } }
  .w-logos__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .w-logos__grid__item {
      padding: .5rem 0;
      width: 150px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 769px) {
        .w-logos__grid__item {
          width: 200px; } }
  .w-logos a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.w-image {
  position: relative; }
  .w-image img.\--style-full {
    width: 100%;
    display: block; }
  .w-image__caption {
    display: none;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    color: #FFF;
    border-radius: 3px;
    padding: .5rem;
    background-color: rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.19);
    font-size: .9rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 769px) {
      .w-image__caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .w-image__caption i.icon {
      margin-right: .5rem; }
    .w-image__caption__title {
      margin-right: .5rem;
      margin-bottom: 0;
      font-weight: 500; }
    .w-image__caption__content {
      margin-bottom: 0; }
  .w-image.\--style-align-center {
    text-align: center; }

.w-badge {
  padding: 1.3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media (min-width: 769px) {
    .w-badge {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; } }
  .w-badge__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem; }
  .w-badge.\--style-recycle {
    background: rgba(0, 209, 139, 0.1);
    border-radius: 5px;
    color: #333;
    font-weight: 500; }
  .w-badge i.icon {
    opacity: .5;
    font-size: 3rem;
    margin-bottom: 1rem; }
    @media (min-width: 769px) {
      .w-badge i.icon {
        margin-right: 1rem;
        margin-bottom: 0; } }
  .w-badge__content p:last-child {
    margin-bottom: 0; }
  .w-badge__content strong {
    position: relative;
    margin-right: 0.2em;
    margin-left: 0.2em;
    border-bottom: 4px solid #00d18b; }

.w-testimonial {
  font-size: .9rem;
  padding: 2rem 1.8rem;
  max-width: 580px;
  margin: 0 auto;
  border: 5px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }
  .w-testimonial p {
    margin-bottom: 0; }
  .w-testimonial__title {
    font-size: .9rem;
    text-align: center;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 500;
    margin-bottom: 1.5rem; }
  .w-testimonial__expand {
    text-decoration: none;
    font-weight: 500;
    font-size: .9rem; }
    .w-testimonial__expand:after {
      content: " + …";
      padding-left: 0.6rem;
      padding-right: 0.8rem;
      margin-left: 0.5rem;
      background: #fafafa;
      color: #00b7f9;
      font-weight: 500;
      border-radius: 50px;
      -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
      text-decoration: none; }
    .\--style-expand .w-testimonial__expand {
      opacity: .6; }
      .\--style-expand .w-testimonial__expand:focus::after {
        color: #FFF;
        background-color: #00b7f9; }
  .w-testimonial__post {
    -webkit-animation: fade-in .8s;
    animation: fade-in .8s;
    display: none; }
    .\--style-expand .w-testimonial__post {
      display: block; }

.w-filter__modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.95)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.95) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.95) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.95) 100%);
  padding: 11vh 3.5rem 15vh 3.5rem; }
  @media (max-width: 499px) {
    .w-filter__modal {
      padding: 11vh 1rem 15vh 1rem; } }
  .w-filter__modal:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(11vh + 2rem);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, white), color-stop(95%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 85%, rgba(255, 255, 255, 0.5) 95%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 85%, rgba(255, 255, 255, 0.5) 95%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 85%, rgba(255, 255, 255, 0.5) 95%, rgba(255, 255, 255, 0) 100%); }
  .\--show-modal .w-filter__modal {
    opacity: 1;
    pointer-events: auto; }
  .w-filter__modal form {
    overflow: scroll;
    width: 100%;
    height: 110%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .w-filter__modal form::-webkit-scrollbar {
      width: 0px; }
  .w-filter__modal__container {
    max-width: 1440px;
    margin: 0 auto; }

.w-filter__close {
  position: fixed;
  z-index: 1;
  top: 1em;
  right: 1.6em; }

.w-filter__submit {
  position: fixed;
  z-index: 1;
  bottom: 1em;
  right: 1.6em;
  left: 1.6rem; }
  @media (max-width: 499px) {
    .w-filter__submit {
      left: 1rem;
      right: 1rem; } }

@media (min-width: 530px) {
  .w-filter__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 530px) {
  .w-filter__grid__item {
    width: 50%;
    padding-left: 1.5rem; } }

@media (min-width: 757px) {
  .w-filter__grid__item {
    width: 33.3333%; } }

@media (min-width: 1043px) {
  .w-filter__grid__item {
    width: 25%; } }

@media (min-width: 1433px) {
  .w-filter__grid__item {
    width: 20%; } }

.\--show-modal .w-filter__grid__item:nth-child(2) .w-filter__column {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.\--show-modal .w-filter__grid__item:nth-child(3) .w-filter__column {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.\--show-modal .w-filter__grid__item:nth-child(4) .w-filter__column {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.\--show-modal .w-filter__grid__item:nth-child(5) .w-filter__column {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.w-filter__column {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
  @media (max-width: 499px) {
    .w-filter__column {
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02), 0 2px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.06);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02), 0 2px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.06);
      border-radius: 5px;
      padding: 1rem 2rem;
      margin: 0 5px 2rem 5px; } }
  .\--show-modal .w-filter__column {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .w-filter__column__title {
    padding: 2rem 0;
    position: relative; }
    .w-filter__column__title:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 25%;
      border-bottom: 1px solid #EEE; }

.w-wp-pagination {
  padding: 4rem 0 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .w-wp-pagination > p {
    padding: 2rem 0 0 0;
    margin-bottom: 0; }
  .w-wp-pagination__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .w-wp-pagination__nav .page-numbers:not(.next):not(.prev) {
      display: none; }
    .w-wp-pagination__nav .page-numbers {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
      border: 1px solid #eee;
      border-radius: 5px;
      text-decoration: none;
      padding: 14px 1.6em;
      color: #000;
      font-weight: 500;
      -webkit-transition: all .15s ease-in-out;
      -o-transition: all .15s ease-in-out;
      transition: all .15s ease-in-out;
      margin: 0 .5rem; }
      .w-wp-pagination__nav .page-numbers:hover {
        border-color: #000; }
        .w-wp-pagination__nav .page-numbers:hover.next .icon {
          left: 5px; }
        .w-wp-pagination__nav .page-numbers:hover.prev .icon {
          left: -5px; }
      .w-wp-pagination__nav .page-numbers svg {
        width: 18px; }
      .w-wp-pagination__nav .page-numbers .icon, .w-wp-pagination__nav .page-numbers svg {
        position: relative;
        color: #000;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out; }
      .w-wp-pagination__nav .page-numbers.next .icon, .w-wp-pagination__nav .page-numbers.next svg {
        left: 0;
        margin-left: 1rem; }
      .w-wp-pagination__nav .page-numbers.prev .icon, .w-wp-pagination__nav .page-numbers.prev svg {
        left: 0;
        margin-right: 1rem; }

.w-staff img {
  display: block;
  border-radius: 5px; }

.w-video {
  position: relative; }
  .w-video iframe, .w-video .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .w-video.\--style-aspect-ratio-16-9 {
    padding-bottom: 56.25%; }
  .w-video.\--style-aspect-ratio-1-1 {
    padding-bottom: 100%; }
  .w-video.\--style-aspect-ratio-4-3 {
    padding-bottom: 75%; }
  .w-video.\--style-aspect-ratio-3-2 {
    padding-bottom: 66.66%; }
  .w-video.\--style-aspect-ratio-8-5 {
    padding-bottom: 62.5%; }
  .w-video.\--style-aspect-ratio-auto iframe, .w-video.\--style-aspect-ratio-auto .video-js {
    position: relative;
    width: 100%;
    height: auto; }
  .w-video .vjs-poster {
    opacity: .2; }
  .w-video .video-js {
    background-color: #FFF; }
    .w-video .video-js > div:first-child {
      opacity: 0; }
    .w-video .video-js .vjs-big-play-button {
      width: 80px;
      height: 80px;
      background: #00b7f9;
      border-radius: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      border: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .w-video .video-js .vjs-big-play-button .vjs-icon-placeholder {
        font-size: 3rem;
        position: relative;
        display: block;
        height: 46px;
        width: 54px; }
      .w-video .video-js .vjs-big-play-button .vjs-control-text {
        display: none; }
    .w-video .video-js.vjs-has-started > div:first-child {
      opacity: 1; }
    .w-video .video-js.vjs-has-started .vjs-big-play-button {
      opacity: 0;
      pointer-events: none; }
    .w-video .video-js.vjs-paused .vjs-big-play-button {
      opacity: 1;
      pointer-events: auto; }

.w-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 769px) {
    .w-breadcrumbs {
      position: fixed;
      z-index: 2;
      bottom: 1.1rem;
      left: 1.35rem; } }
  @media (max-width: 769px) {
    .w-breadcrumbs.\--tier-3-or-greater > li:first-child {
      clip: rect(1px, 1px, 1px, 1px);
      position: absolute !important;
      overflow: hidden;
      width: 1px;
      height: 1px; } }
  .w-breadcrumbs > li {
    position: relative;
    font-size: .9rem;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fefefe));
    background: -webkit-linear-gradient(top, white 0%, #fefefe 100%);
    background: -o-linear-gradient(top, white 0%, #fefefe 100%);
    background: linear-gradient(to bottom, white 0%, #fefefe 100%);
    border: 1px solid #ddd; }
    .w-breadcrumbs > li > a {
      display: block;
      color: #333;
      font-weight: 500;
      margin: .7rem 1.35rem;
      -webkit-text-decoration-color: rgba(0, 127, 173, 0.3);
      text-decoration-color: rgba(0, 127, 173, 0.3); }
    .w-breadcrumbs > li:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .w-breadcrumbs > li:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      .w-breadcrumbs > li:last-child > a {
        opacity: .4; }
    .w-breadcrumbs > li:not(:first-child) > a {
      margin-left: 2rem; }
    .w-breadcrumbs > li:not(:last-child) > a {
      margin-right: .8rem; }
    .w-breadcrumbs > li:not(:last-child):before, .w-breadcrumbs > li:not(:last-child):after {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 100%;
      width: 0;
      height: 0;
      margin-top: -1.21em;
      border: solid transparent;
      content: " ";
      pointer-events: none;
      border-width: 1.21em;
      border-left-color: white; }
    .w-breadcrumbs > li:not(:last-child):before {
      border-width: 1.33em;
      margin-top: -1.33em;
      border-left-color: #ddd; }

.w-quick-link {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  background: #FFFFFF;
  border: 2px solid rgba(206, 212, 216, 0.5);
  padding: 15px 15px 10px; }
  @media (min-width: 769px) {
    .w-quick-link {
      padding: 30px 25px; } }
  .w-quick-link__title {
    text-align: center;
    font-size: 1.77778rem;
    border-bottom: 2px solid #E2E8EC;
    padding-bottom: 15px;
    margin-bottom: 30px; }
  .w-quick-link__list {
    margin-bottom: 25px; }
    .w-quick-link__list li {
      margin-bottom: 2px; }
      .w-quick-link__list li a {
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #687785;
        font-size: 0.88889rem;
        font-weight: 500;
        display: block;
        text-decoration: none;
        padding: 12px 0;
        text-align: center;
        -webkit-transition: ease 0.3s;
        -o-transition: ease 0.3s;
        transition: ease 0.3s; }
        .w-quick-link__list li a:hover {
          background: #E5F5FB;
          color: #0099DB; }
  .w-quick-link__btns a {
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 1.11111rem; }
    .w-quick-link__btns a i {
      color: #fff;
      opacity: 1 !important;
      font-size: 1.11111rem !important;
      margin-left: 8px !important; }

.w-accordion {
  border: 2px solid rgba(206, 212, 216, 0.5); }
  .w-accordion__container {
    border-bottom: 2px solid #E2E8EC;
    padding: 0 15px; }
    @media (min-width: 769px) {
      .w-accordion__container {
        padding: 0 55px; } }
    .w-accordion__container:last-child {
      border-bottom: 0; }
  .w-accordion__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
    outline: none;
    font-family: franklin-gothic-urw-cond, sans-serif;
    text-decoration: none;
    font-size: 1.22222rem;
    letter-spacing: -0.01em;
    color: #687785;
    font-weight: 500; }
    @media (min-width: 769px) {
      .w-accordion__link a {
        font-size: 1.66667rem;
        padding: 33px 0; } }
    .w-accordion__link a i {
      color: #CED4D8;
      font-size: 0.77778rem; }
    .w-accordion__link a.active {
      color: #333;
      border-bottom: 2px solid rgba(206, 212, 216, 0.5); }
      .w-accordion__link a.active i {
        color: #00b7f9; }
        .w-accordion__link a.active i:before {
          content: "\e908"; }
  .w-accordion__content {
    padding-top: 10px; }
    @media (min-width: 769px) {
      .w-accordion__content {
        padding-top: 30px; } }

@media (min-width: 769px) {
  .w-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px; } }

.w-content__wrapper > div {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 769px) {
    .w-content__wrapper > div {
      padding: 0 12px;
      margin-bottom: 0px; } }

.w-content__media {
  margin-bottom: 10px; }
  .w-content__media img {
    width: 100%; }

.w-content__title {
  font-family: franklin-gothic-urw-cond, sans-serif;
  letter-spacing: -0.01em;
  color: #687785;
  font-size: 1.11111rem;
  text-align: center;
  margin-bottom: 2px; }

.w-content__price {
  font-family: franklin-gothic-urw-cond, sans-serif;
  display: block;
  text-align: center;
  letter-spacing: -0.03em;
  color: #333333;
  font-size: 1.33333rem;
  font-weight: 600;
  margin-bottom: 3px; }

.w-content__link {
  font-family: franklin-gothic-urw-cond, sans-serif;
  display: block;
  text-align: center;
  color: #00A3E5;
  font-size: 1rem;
  text-decoration: underline;
  text-underline-position: under;
  -webkit-text-decoration-color: #00A3E5;
  text-decoration-color: #00A3E5; }

.w-content-advance__box {
  margin-bottom: 1.5rem; }
  @media (min-width: 769px) {
    .w-content-advance__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 3rem; } }

.w-content-advance__media {
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    .w-content-advance__media {
      margin-right: 2rem;
      margin-bottom: 0rem; } }
  .w-content-advance__media img {
    width: 100%; }
    @media (min-width: 769px) {
      .w-content-advance__media img {
        min-width: 220px;
        height: 100%; } }

.w-content-advance__title {
  font-size: 1.66667rem;
  margin-bottom: 1.4rem; }

.w-content-advance__content p {
  letter-spacing: -0.01em;
  margin-bottom: 1.7rem; }

@media (min-width: 769px) {
  .w-content-advance__content__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 2rem;
    column-gap: 2rem; } }

.w-content-advance__price-detail {
  letter-spacing: -0.01em;
  color: #4A5967; }
  .w-content-advance__price-detail > div {
    margin-bottom: 0.7rem; }
  .w-content-advance__price-detail p {
    margin-bottom: 0.7rem; }

@media (max-width: 769px) {
  .w-content-advance__specs {
    margin-top: 20px; } }

@media (min-width: 769px) {
  .w-content-advance__specs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; } }

.w-content-advance__specs__title {
  letter-spacing: -0.03em;
  font-size: 1.11111rem;
  margin-bottom: 0.6rem; }

.w-content-advance__specs__price {
  font-weight: 600; }

.w-floor {
  background: #e5f5fb;
  border-radius: 1px;
  padding: 2rem 1rem; }
  @media (min-width: 769px) {
    .w-floor {
      padding: 2rem 3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 769px) {
    .w-floor__types-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 769px) {
    .w-floor__types-details > div {
      margin-bottom: 20px; } }
  .w-floor__title {
    letter-spacing: -0.01em;
    color: #687785;
    font-size: 1.16667rem;
    margin-bottom: 2px;
    text-align: center; }
  .w-floor__media {
    text-align: center;
    margin-bottom: 8px; }
    @media (min-width: 769px) {
      .w-floor__media img {
        min-height: 51px; } }
  .w-floor__price {
    display: block;
    letter-spacing: -0.03em;
    color: #333333;
    font-size: 1.33333rem;
    text-align: center;
    font-weight: 500; }
  @media (min-width: 769px) {
    .w-floor__view {
      margin-left: 4rem; } }
  @media (max-width: 769px) {
    .w-floor__view {
      text-align: center; } }
  .w-floor__view a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background: #333333;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    padding: 30px 12px 0px;
    max-width: 130px;
    height: 130px;
    width: 100%;
    font-size: 0.94444rem; }
    @media (max-width: 769px) {
      .w-floor__view a {
        margin: 0 auto; } }
    .w-floor__view a i {
      display: block;
      margin-bottom: 9px;
      font-size: 1.11111rem; }

.w-banner__slide {
  position: relative;
  background-color: #000034;
  background-size: cover;
  background-repeat: no-repeat; }

.w-banner__title {
  margin-bottom: 1rem;
  color: #fff; }

.w-banner__media {
  background-size: cover; }

.w-banner__content {
  letter-spacing: -0.01em;
  color: #fff; }
  .w-banner__content a {
    color: #fff; }

.w-banner__container {
  padding: 80px 20px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .w-banner__container {
      padding: 120px 20px; } }
  .w-banner__container.\--style-x-Left {
    text-align: left; }
  .w-banner__container.\--style-x-center {
    text-align: center; }
    .w-banner__container.\--style-x-center a.btn {
      margin: 0 auto; }
  .w-banner__container.\--style-x-right {
    text-align: right; }
    .w-banner__container.\--style-x-right a.btn {
      float: right; }

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

.page-home__hero {
  position: relative;
  font-size: 1.11111rem;
  padding-bottom: 0;
  padding-top: 19rem;
  margin-top: -5rem;
  background: url("/wp-content/themes/selbycontractflooring/_ui/media/textures/on-white.jpg") left -27px no-repeat;
  text-shadow: 1px 1px 0 white; }
  @media (min-width: 1024px) {
    .page-home__hero {
      padding-bottom: 5rem;
      padding-top: 5rem;
      min-height: 600px; } }
  .page-home__hero .container {
    position: relative;
    z-index: 10; }
  .page-home__hero__title {
    font-size: 3.33333rem;
    color: #000;
    line-height: .85; }
    @media (min-width: 1024px) {
      .page-home__hero__title {
        font-size: 7.22222rem; } }
    .page-home__hero__title > span {
      color: #D71920; }
  .page-home__hero__content {
    max-width: 600px;
    font-weight: 500;
    line-height: 1.7;
    padding-bottom: 1rem; }
    @media (min-width: 1500px) {
      .page-home__hero__content {
        max-width: 910px; } }
  .page-home__hero__media {
    position: absolute;
    z-index: 1;
    top: -175px;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 420px;
    mix-blend-mode: darken;
    opacity: 1;
    background-position: right 30px;
    background-size: 740px;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (min-width: 1024px) {
      .page-home__hero__media {
        height: 1013px;
        background-size: auto;
        background-position: -380px -10px; } }
    @media (min-width: 1500px) {
      .page-home__hero__media {
        background-position: -140px top; } }
    @media (min-width: 1700px) {
      .page-home__hero__media {
        background-position: center top; } }

@media (min-width: 769px) {
  .page-home__about {
    background: url("/wp-content/themes/selbycontractflooring/_ui/media/textures/about.jpg") center center no-repeat; } }

@media (min-width: 769px) {
  .page-home__about__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-left: -4%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 769px) {
  .page-home__about__grid__item {
    width: 50%;
    padding-left: 4%; } }

.page-home__about__media {
  position: relative;
  margin-bottom: 2rem; }
  .page-home__about__media > img {
    width: 100%; }
  @media (min-width: 769px) {
    .page-home__about__media {
      margin-bottom: 0; } }
  .page-home__about__media__caption {
    width: 50%;
    position: absolute;
    font-size: 0.77778rem;
    font-weight: 500;
    right: 3%;
    bottom: 1%; }
    @media (min-width: 769px) {
      .page-home__about__media__caption {
        right: 10%;
        bottom: 5%;
        width: 40%; } }
    @media (min-width: 1500px) {
      .page-home__about__media__caption {
        bottom: 13%; } }

.page-home__about__title {
  font-size: 3rem;
  line-height: 1;
  color: #000; }
  @media (min-width: 769px) {
    .page-home__about__title {
      font-size: 5rem; } }
  @media (min-width: 1500px) {
    .page-home__about__title {
      font-size: 7.22rem; } }

.page-home__about__content {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500; }
  @media (min-width: 769px) {
    .page-home__about__content {
      padding-left: 13%;
      padding-right: 0; } }
  @media (min-width: 769px) {
    .page-home__about__content__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -2rem; } }
  @media (min-width: 769px) {
    .page-home__about__content__grid__item {
      width: 50%;
      padding-left: 2rem; } }

.page-home__about__blurb-1 {
  font-size: 1.22222rem;
  line-height: 1.7; }

.page-home__about__blurb-2, .page-home__about__blurb-3 {
  font-size: 0.88889rem; }
  .page-home__about__blurb-2 h2, .page-home__about__blurb-2 h3, .page-home__about__blurb-2 h4, .page-home__about__blurb-2 h5, .page-home__about__blurb-2 h6, .page-home__about__blurb-3 h2, .page-home__about__blurb-3 h3, .page-home__about__blurb-3 h4, .page-home__about__blurb-3 h5, .page-home__about__blurb-3 h6 {
    font-size: 0.77778rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 1rem; }

.page-floor {
  margin-top: -1rem;
  color: #687785; }
  @media (min-width: 769px) {
    .page-floor {
      margin-top: -3rem; } }
  @media (min-width: 1550px) {
    .page-floor__grid {
      display: -ms-grid;
      display: grid;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      -ms-grid-columns: 1fr 1.9fr;
      grid-template-columns: 1fr 1.9fr; } }
  .page-floor__content {
    max-width: 47rem;
    padding: 2.2rem; }
    @media (min-width: 769px) {
      .page-floor__content {
        padding: 4.5rem 4.8rem; } }
    .page-floor__content a {
      color: #007fad;
      font-weight: 500; }
  .page-floor__specs {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6em, 1fr));
    grid-gap: 2.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 65rem;
    padding: 0 1.35rem 1.35rem 1.35rem;
    position: relative; }
    @media (min-width: 580px) {
      .page-floor__specs {
        grid-template-columns: repeat(auto-fit, minmax(10em, 1fr)); } }
    @media (min-width: 769px) {
      .page-floor__specs {
        padding: 0 4.8rem 4.5rem 4.8rem; } }
    .page-floor__specs:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 3rem;
      top: -3rem;
      background: white; }
    .page-floor__specs__spec > *:last-child {
      padding-bottom: 2rem;
      position: relative; }
      .page-floor__specs__spec > *:last-child:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3em;
        border-bottom: 1px solid #e4e4e4; }
    .page-floor__specs__spec__tile {
      padding-bottom: 0 !important;
      position: relative; }
      .page-floor__specs__spec__tile svg {
        width: 8rem;
        height: 9rem;
        opacity: .5;
        fill: currentColor; }
      .page-floor__specs__spec__tile:after {
        display: none; }
      .page-floor__specs__spec__tile > div {
        position: absolute;
        font-size: .72rem;
        opacity: 0.8; }
      .page-floor__specs__spec__tile__width {
        top: 2.6em; }
      .page-floor__specs__spec__tile__height {
        top: 2.6em;
        left: 9em; }
      .page-floor__specs__spec__tile__depth {
        bottom: 1.5em;
        left: 3.9em; }
    .page-floor__specs__spec__title {
      font-size: 1.9rem;
      color: #687785;
      margin-bottom: .5rem; }
      .page-floor__specs__spec__title small {
        font-size: .72rem;
        opacity: 0.8; }
    .page-floor__specs__spec__subtext {
      font-size: .72rem;
      opacity: 0.8;
      margin-bottom: 0; }
    .page-floor__specs__spec__content {
      font-size: .9rem;
      margin-bottom: 0;
      padding-top: 1.1rem; }
      .page-floor__specs__spec__content::before {
        content: "✔";
        display: inline;
        margin-right: .5rem; }
  .page-floor__styles__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-floor__styles__grid__item {
      width: 50%;
      padding-left: .5rem;
      padding-bottom: .5rem; }
      @media (min-width: 769px) {
        .page-floor__styles__grid__item {
          width: 25%; } }
      @media (min-width: 1130px) {
        .page-floor__styles__grid__item {
          width: 20%; } }
      @media (min-width: 1550px) {
        .page-floor__styles__grid__item {
          width: 16.666%; } }
  .page-floor__add-sample {
    background-color: #00b7f9;
    width: 100%;
    text-align: center;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
    @media (min-width: 1025px) {
      .page-floor__add-sample {
        position: absolute;
        bottom: 0px;
        visibility: hidden; } }
    @media (max-width: 1024px) {
      .page-floor__add-sample {
        border-radius: 0px 0px 4px 4px; } }
    .page-floor__add-sample a {
      padding: 14px 0px;
      text-decoration: none;
      color: #fff;
      text-transform: capitalize;
      display: block; }
      @media (max-width: 350px) {
        .page-floor__add-sample a {
          font-size: 12px; } }
      .page-floor__add-sample a i {
        vertical-align: baseline;
        padding-left: 7px; }
  .page-floor__style {
    position: relative;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
    .page-floor__style img {
      border-radius: 4px;
      display: block;
      width: 100%; }
      @media (max-width: 1024px) {
        .page-floor__style img {
          border-radius: 4px 4px 0px 0px; } }
    .page-floor__style:hover .page-floor__style__title {
      opacity: 1; }
    .page-floor__style__footer {
      position: absolute;
      bottom: 13px;
      padding-left: .8rem;
      padding-right: .8rem;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
      @media (max-width: 1024px) {
        .page-floor__style__footer {
          bottom: 52px; } }
    .page-floor__style__title {
      font-size: .8rem;
      text-align: center;
      opacity: .2;
      margin-bottom: .5rem;
      color: #FFF;
      font-family: franklin-gothic-urw, sans-serif; }
      @media (max-width: 1024px) {
        .page-floor__style__title {
          margin-bottom: 0px; } }
      @media (min-width: 769px) {
        .page-floor__style__title {
          font-size: 1rem; } }
      .page-floor__style__title > span:last-child {
        display: none; }
        .js-added---text-reveal .page-floor__style__title > span:last-child {
          display: block; }
      .page-floor__style__title > span:first-child {
        display: block; }
        .js-added---text-reveal .page-floor__style__title > span:first-child {
          display: none; }
    @media (min-width: 1025px) {
      .page-floor__style:hover .page-floor__add-sample {
        visibility: visible;
        bottom: 0; }
      .page-floor__style:hover .page-floor__style__footer {
        bottom: 50px; }
      .page-floor__add-sample + .page-floor__style.js-added---text-reveal {
        visibility: hidden;
        bottom: -50px; }
      .page-floor__style.js-added---text-reveal .page-floor__style__footer {
        bottom: 13px; } }

@media (min-width: 1025px) {
  .page-floor__style:hover .js-added---text-reveal + .page-floor__add-sample {
    visibility: hidden !important; }
  .page-floor__style:hover .js-added---text-reveal .page-floor__style__footer {
    bottom: 13px; } }

.js__magnifying_glass_zoom_container__js-added---magnifying-glass {
  position: absolute;
  z-index: 1;
  bottom: 150px;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.1); }
  @media (min-width: 580px) {
    .js__magnifying_glass_zoom_container__js-added---magnifying-glass {
      width: 200px;
      height: 200px; } }

.page-contact__map {
  height: 470px;
  margin-bottom: 3rem; }
  @media (max-width: 769px) {
    .page-contact__map {
      display: none; } }

.page-contact__opening-hours {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 3rem auto; }
  .page-contact__opening-hours tbody > tr {
    text-align: left; }
    .page-contact__opening-hours tbody > tr.\--today {
      border: 2px solid #00b7f9; }
    .page-contact__opening-hours tbody > tr.\--closed {
      opacity: 0.3; }
    .page-contact__opening-hours tbody > tr:nth-child(odd) > th, .page-contact__opening-hours tbody > tr:nth-child(odd) > td {
      background: #f8f8f8; }
    .page-contact__opening-hours tbody > tr > th, .page-contact__opening-hours tbody > tr > td {
      font-size: 16px;
      border: 1px solid #eee;
      padding: 17px;
      padding-left: 25px;
      line-height: 1.43;
      vertical-align: top; }
    .page-contact__opening-hours tbody > tr > th {
      font-weight: 500;
      color: #000; }

.page-contact__address {
  text-align: center;
  max-width: 35rem;
  padding-bottom: 3.5rem;
  margin-left: auto;
  margin-right: auto; }
  .page-contact__address a:not(.btn) {
    color: #007fad;
    font-weight: 500; }
  .page-contact__address__map {
    height: 250px;
    margin-bottom: 2rem; }

.page-gallery__box {
  position: relative; }
  .page-gallery__box > span {
    position: absolute;
    right: .8rem;
    bottom: .8rem;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: .5rem; }
  .page-gallery__box svg {
    width: 18px;
    height: 18px; }
    .page-gallery__box svg path {
      fill: #FFF; }

.page-news__date {
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
  color: #687785;
  opacity: .8; }

.page-samples {
  padding-bottom: 3rem; }
  .page-samples__popup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
    .page-samples__popup.\--show {
      opacity: 1;
      pointer-events: all;
      visibility: visible; }
    .page-samples__popup__overlay {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      background: #325C6C;
      opacity: .4; }
    .page-samples__popup__container {
      margin: auto;
      max-width: 960px;
      position: relative;
      z-index: 6;
      background-color: #fff;
      padding: 2rem;
      border: 3px solid #00053E; }
    .page-samples__popup__toggle {
      position: absolute;
      top: 1rem;
      right: 1rem; }
      .page-samples__popup__toggle i {
        font-size: 1.5rem; }
    .page-samples__popup__title {
      text-align: center;
      font-size: 1.55556rem;
      padding-top: 1rem; }
    @media (min-width: 769px) {
      .page-samples__popup__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -1rem; } }
    @media (min-width: 769px) {
      .page-samples__popup__grid__item {
        width: 50%;
        padding-left: 1rem; } }
    @media (max-width: 768px) {
      .page-samples__popup__grid__item {
        margin-bottom: 30px; }
        .page-samples__popup__grid__item:last-child {
          margin-bottom: 0px; } }
  .page-samples__success {
    max-width: 500px;
    padding: 1rem 20px;
    margin: 0 auto 3rem auto;
    border: 3px solid #6DB52D;
    background-color: #d6efbf;
    text-align: center;
    color: #00053E; }
    .page-samples__success p {
      margin-bottom: 0; }
  .page-samples__grid {
    margin-bottom: 3rem; }
    @media (min-width: 980px) {
      .page-samples__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .page-samples__grid__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 2rem; }
      @media (min-width: 980px) {
        .page-samples__grid__item {
          margin-bottom: 0; } }
      @media (min-width: 980px) {
        .page-samples__grid__item:first-child {
          width: 67%; } }
      .page-samples__grid__item:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; }
        @media (min-width: 980px) {
          .page-samples__grid__item:last-child {
            padding-left: 1rem;
            width: 33%; } }
  .page-samples__content {
    padding-bottom: 1rem;
    font-size: 0.88889rem; }
    .page-samples__content h1, .page-samples__content h2, .page-samples__content h3, .page-samples__content h4, .page-samples__content h5, .page-samples__content h6, .page-samples__content p, .page-samples__content ul, .page-samples__content ol {
      margin-bottom: 1rem; }
  .page-samples__steps__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-samples__steps__grid__item {
      width: 33.333%;
      padding-left: 10px; }
  .page-samples__steps__step__count {
    font-size: .9rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.44444rem;
    height: 2.44444rem;
    border: 2px solid #00053E;
    border-radius: 50%;
    line-height: 1;
    margin-bottom: 1rem;
    color: #00053E; }
  .page-samples__steps__step__content {
    font-size: 12px;
    line-height: 1.1; }
    .page-samples__steps__step__content h1, .page-samples__steps__step__content h2, .page-samples__steps__step__content h3, .page-samples__steps__step__content h4, .page-samples__steps__step__content h5, .page-samples__steps__step__content h6, .page-samples__steps__step__content p, .page-samples__steps__step__content ul, .page-samples__steps__step__content ol {
      margin-bottom: 1rem; }
    .page-samples__steps__step__content h6 {
      font-size: .8rem; }
  .page-samples__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .page-samples__action > * {
      width: 48%; }
  .page-samples__samples__grid {
    height: 100%;
    width: 100%; }
    @media (min-width: 769px) {
      .page-samples__samples__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -1rem; } }
    .page-samples__samples__grid__item {
      margin-bottom: 2rem; }
      @media (min-width: 769px) {
        .page-samples__samples__grid__item {
          margin-bottom: 0;
          width: 33.333%;
          padding-left: 1rem; } }
  .page-samples__samples__sample {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    border: 3px solid #00053E; }
    .page-samples__samples__sample__media {
      height: 277px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      border-bottom: 3px solid #00053E; }
    .page-samples__samples__sample__content {
      padding: 1rem;
      text-align: center; }
      .page-samples__samples__sample__content p {
        margin-bottom: 0; }
    .page-samples__samples__sample__title {
      font-size: 1.33333rem;
      color: #002A3A;
      margin-bottom: 1rem; }
    .page-samples__samples__sample__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-samples__samples__sample__actions > a {
        width: 50%;
        display: block;
        text-decoration: none;
        text-align: center;
        padding: 1rem .5rem;
        border-top: 3px solid #00053E;
        font-weight: 500;
        color: #00053E; }
        .page-samples__samples__sample__actions > a:first-child {
          border-right: 3px solid #00053E; }
  .page-samples__samples__reference {
    font-weight: 500; }
  .page-samples__samples__floor-title {
    font-size: 1.11111rem;
    color: #002a3a;
    margin-bottom: .8rem; }
  .page-samples__samples__add-sample {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    background-color: #EAF6FF;
    font-size: 1.11111rem;
    text-decoration: none;
    min-height: 450px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #00053E; }
    .page-samples__samples__add-sample span {
      font-weight: 500; }
    .page-samples__samples__add-sample:hover {
      -webkit-box-shadow: inset 0 0 0 3px #00053E;
      box-shadow: inset 0 0 0 3px #00053E;
      color: #00053E; }
    .page-samples__samples__add-sample i {
      width: 4rem;
      height: 4rem;
      border: 2px solid #00053E;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: .40rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      line-height: 1;
      font-style: normal;
      font-size: 3rem;
      border-radius: 50%;
      margin-bottom: 1rem; }
  .page-samples__form {
    padding-top: 3rem;
    border-top: 2px solid #00053E; }
    .page-samples__form .control-checkbox__text {
      font-size: 1.11111rem;
      margin-left: 1rem;
      color: #00053E;
      font-weight: 700; }
    .page-samples__form__container {
      max-width: 920px;
      margin: 0 auto; }
    .page-samples__form__header {
      text-align: center;
      margin-bottom: 3rem; }
      .page-samples__form__header__title {
        font-size: 2.22222rem;
        margin-bottom: 1rem; }
  .page-samples form p {
    font-size: 20px;
    margin-bottom: 20px; }

.i3-slider.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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; }
  .i3-slider.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .i3-slider.slick-slider .slick-list:focus {
      outline: none; }
    .i3-slider.slick-slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .i3-slider.slick-slider .slick-track, .i3-slider.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .i3-slider.slick-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .i3-slider.slick-slider .slick-track:before, .i3-slider.slick-slider .slick-track:after {
      content: "";
      display: table; }
    .i3-slider.slick-slider .slick-track:after {
      clear: both; }
    .slick-loading .i3-slider.slick-slider .slick-track {
      visibility: hidden; }
  .i3-slider.slick-slider .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    [dir="rtl"] .i3-slider.slick-slider .slick-slide {
      float: right; }
    .i3-slider.slick-slider .slick-slide > img {
      display: block; }
    .i3-slider.slick-slider .slick-slide.dragging {
      pointer-events: none; }
  .i3-slider.slick-slider.slick-loading .slick-slide {
    display: none; }
  .i3-slider.slick-slider.slick-initialized .slick-slide {
    display: block; }
  .i3-slider.slick-slider.slick-loading .slick-slide {
    visibility: hidden; }
  .i3-slider.slick-slider.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .i3-slider.slick-slider .slick-arrow.slick-hidden {
    display: none; }
  .i3-slider.slick-slider .slick-prev,
  .i3-slider.slick-slider .slick-next {
    position: absolute;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    top: 50%;
    padding: 0;
    border: none;
    outline: none;
    background: #00b7f9;
    color: #fff;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 9;
    border-radius: 50px;
    display: inline-block !important; }
    @media (min-width: 1400px) {
      .i3-slider.slick-slider .slick-prev,
      .i3-slider.slick-slider .slick-next {
        display: block !important; } }
    .i3-slider.slick-slider .slick-prev:hover, .i3-slider.slick-slider .slick-prev:focus,
    .i3-slider.slick-slider .slick-next:hover,
    .i3-slider.slick-slider .slick-next:focus {
      outline: none;
      background: #007fad; }
    .i3-slider.slick-slider .slick-prev.slick-disabled:before,
    .i3-slider.slick-slider .slick-next.slick-disabled:before {
      opacity: 0.25; }
    .i3-slider.slick-slider .slick-prev:before,
    .i3-slider.slick-slider .slick-next:before {
      /* 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;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      font-size: 22px;
      line-height: 1;
      color: #fff; }
  .i3-slider.slick-slider .slick-prev {
    left: 0px; }
    [dir="rtl"] .i3-slider.slick-slider .slick-prev {
      left: auto;
      right: -40px; }
    .i3-slider.slick-slider .slick-prev:before {
      content: ""; }
      [dir="rtl"] .i3-slider.slick-slider .slick-prev:before {
        content: ""; }
    @media (min-width: 1200px) {
      .i3-slider.slick-slider .slick-prev {
        left: -40px; } }
    @media (min-width: 1600px) {
      .i3-slider.slick-slider .slick-prev {
        left: -90px; } }
  .i3-slider.slick-slider .slick-next {
    right: 0px; }
    [dir="rtl"] .i3-slider.slick-slider .slick-next {
      left: -40px;
      right: auto; }
    .i3-slider.slick-slider .slick-next:before {
      content: ""; }
      [dir="rtl"] .i3-slider.slick-slider .slick-next:before {
        content: ""; }
    @media (min-width: 1200px) {
      .i3-slider.slick-slider .slick-next {
        right: -40px; } }
    @media (min-width: 1600px) {
      .i3-slider.slick-slider .slick-next {
        right: -90px; } }
  .i3-slider.slick-slider .slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 30px 0 0 0;
    width: 100%; }
    .i3-slider.slick-slider .slick-dots li {
      position: relative;
      display: inline-block;
      padding: 0;
      cursor: pointer;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      margin: 0 8px; }
      .i3-slider.slick-slider .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        outline: none;
        color: transparent;
        cursor: pointer;
        line-height: 1;
        width: 10px;
        height: 10px;
        border-radius: 50%; }
        .i3-slider.slick-slider .slick-dots li button:before {
          content: '';
          width: 10px;
          height: 10px;
          border-radius: 50%;
          display: block;
          text-align: center;
          -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
          border: 2px solid #00b7f9; }
      .i3-slider.slick-slider .slick-dots li.slick-active button:before {
        background-color: #00b7f9;
        border-color: #00b7f9; }
  .i3-slider.slick-slider.\--style-equal-height-slides .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -webkit-flex; }
    .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      height: auto; }
      .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide > div {
        width: 100%;
        height: 100%; }
        .ipad .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide > div {
          height: auto; }
  .i3-slider.slick-slider.\--style-squeeze .slick-list {
    margin: 0 auto !important; }
    @media (min-width: 769px) {
      .i3-slider.slick-slider.\--style-squeeze .slick-list {
        width: 90%; } }
  .i3-slider.slick-slider.\--style-squeeze .slick-prev,
  .i3-slider.slick-slider.\--style-squeeze .slick-next {
    display: block !important; }
  .i3-slider.slick-slider.\--style-squeeze .slick-prev {
    left: 0; }
  .i3-slider.slick-slider.\--style-squeeze .slick-next {
    right: 0; }
  .i3-slider.slick-slider.\--style-arrows-inset .slick-prev:before,
  .i3-slider.slick-slider.\--style-arrows-inset .slick-next:before {
    color: #FFF;
    font-size: 14px; }
  .i3-slider.slick-slider.\--style-arrows-inset .slick-prev {
    left: 1rem; }
  .i3-slider.slick-slider.\--style-arrows-inset .slick-next {
    right: 1rem; }
  .i3-slider.slick-slider.\--style-offsets-1 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
  .i3-slider.slick-slider.\--style-offsets-1 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
  .i3-slider.slick-slider.\--style-offsets-2 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
  .i3-slider.slick-slider.\--style-offsets-2 .slick-slide {
    margin-left: 10px;
    margin-right: 10px; }
  .i3-slider.slick-slider.\--style-offsets-3 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
  .i3-slider.slick-slider.\--style-offsets-3 .slick-slide {
    margin-left: 15px;
    margin-right: 15px; }
  .i3-slider.slick-slider.\--style-offsets-4 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
  .i3-slider.slick-slider.\--style-offsets-4 .slick-slide {
    margin-left: 20px;
    margin-right: 20px; }
  .i3-slider.slick-slider.\--style-offsets-5 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
  .i3-slider.slick-slider.\--style-offsets-5 .slick-slide {
    margin-left: 25px;
    margin-right: 25px; }
  .i3-slider.slick-slider.\--style-offsets-6 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
  .i3-slider.slick-slider.\--style-offsets-6 .slick-slide {
    margin-left: 30px;
    margin-right: 30px; }
  .i3-slider.slick-slider.\--style-offsets-7 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
  .i3-slider.slick-slider.\--style-offsets-7 .slick-slide {
    margin-left: 35px;
    margin-right: 35px; }
  .i3-slider.slick-slider.\--style-offsets-8 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
  .i3-slider.slick-slider.\--style-offsets-8 .slick-slide {
    margin-left: 40px;
    margin-right: 40px; }
  .i3-slider.slick-slider.\--style-offsets-9 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
  .i3-slider.slick-slider.\--style-offsets-9 .slick-slide {
    margin-left: 45px;
    margin-right: 45px; }
  .i3-slider.slick-slider.\--style-offsets-10 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
  .i3-slider.slick-slider.\--style-offsets-10 .slick-slide {
    margin-left: 50px;
    margin-right: 50px; }
  .i3-slider.slick-slider.\--type-drag .slick-list {
    overflow: initial;
    padding: 0 30px !important; }
    @media (min-width: 769px) {
      .i3-slider.slick-slider.\--type-drag .slick-list {
        padding: 0 100px !important; } }
    .i3-slider.slick-slider.\--type-drag .slick-list .slick-slide {
      outline: none !important; }
  .i3-slider.slick-slider.\--type-drag .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .i3-slider.slick-slider.\--type-drag .slick-dots li {
      width: 3rem;
      height: 20px;
      border-radius: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 0 .1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .i3-slider.slick-slider.\--type-drag .slick-dots li:hover button {
        height: 5px; }
      .i3-slider.slick-slider.\--type-drag .slick-dots li button {
        width: 100%;
        height: 1px;
        background-color: #000;
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s; }
        .i3-slider.slick-slider.\--type-drag .slick-dots li button::before {
          display: none; }
    .i3-slider.slick-slider.\--type-drag .slick-dots li.slick-active button {
      height: 11px;
      border-radius: 3px; }
  .i3-slider.slick-slider.\--style-dot-bars .slick-dots li {
    width: 44px;
    height: 4px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .i3-slider.slick-slider.\--style-dot-bars .slick-dots li button {
      width: 44px;
      height: 4px;
      border-radius: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #CFCFCF; }
      .i3-slider.slick-slider.\--style-dot-bars .slick-dots li button::before {
        width: 44px;
        height: 4px;
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .i3-slider.slick-slider.\--style-dot-bars .slick-dots li.slick-active button:before {
    background-color: #36B7CF; }
  .i3-slider.slick-slider.\--style-dots-inset .slick-dots {
    position: absolute;
    bottom: 0; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #FFF;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
  .fancybox-bg.\--type-content {
    background: rgba(6, 67, 112, 0.3); }

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

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

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

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

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

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

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: #FFF;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #000; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #000; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  -o-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  text-align: center;
  right: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  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); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

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

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

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

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

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

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
