@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 0;
  line-height: 0;
}

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

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

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.h-mid {
  margin-left: auto;
  margin-right: auto;
}

.v-align:before {
  content: "";
  display: inline-block;
  margin-right: -0.3rem;
  height: 100%;
  vertical-align: middle;
}

.v-align--content {
  display: inline-block;
  vertical-align: middle;
}

.aspect-ratio {
  height: 0;
  position: relative;
}

.aspect-ratio--16x9 {
  padding-bottom: 56.25%;
}

.aspect-ratio--9x16 {
  padding-bottom: 177.77%;
}

.aspect-ratio--4x3 {
  padding-bottom: 75%;
}

.aspect-ratio--3x4 {
  padding-bottom: 133.33%;
}

.aspect-ratio--6x4 {
  padding-bottom: 66.6%;
}

.aspect-ratio--4x6 {
  padding-bottom: 150%;
}

.aspect-ratio--8x5 {
  padding-bottom: 62.5%;
}

.aspect-ratio--5x8 {
  padding-bottom: 160%;
}

.aspect-ratio--7x5 {
  padding-bottom: 71.42%;
}

.aspect-ratio--5x7 {
  padding-bottom: 140%;
}

.aspect-ratio--1x1 {
  padding-bottom: 100%;
}

.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.cover {
  background-size: cover !important;
}

.contain {
  background-size: contain !important;
}

@media only screen and (min-width: 22.5em) {
  .cover-nw {
    background-size: cover !important;
  }

  .contain-nw {
    background-size: contain !important;
  }
}
@media only screen and (min-width: 30em) {
  .cover-sm {
    background-size: cover !important;
  }

  .contain-sm {
    background-size: contain !important;
  }
}
@media only screen and (min-width: 45em) {
  .cover-md {
    background-size: cover !important;
  }

  .contain-md {
    background-size: contain !important;
  }
}
@media only screen and (min-width: 60em) {
  .cover-lg {
    background-size: cover !important;
  }

  .contain-lg {
    background-size: contain !important;
  }
}
@media only screen and (min-width: 87.5em) {
  .cover-wd {
    background-size: cover !important;
  }

  .contain-wd {
    background-size: contain !important;
  }
}
*,
*:before,
*:after,
.border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.cb {
  clear: both;
}

.cn {
  clear: none;
}

@media only screen and (min-width: 22.5em) {
  .cl-nw {
    clear: left;
  }

  .cr-nw {
    clear: right;
  }

  .cb-nw {
    clear: both;
  }

  .cn-nw {
    clear: none;
  }
}
@media only screen and (min-width: 30em) {
  .cl-sm {
    clear: left;
  }

  .cr-sm {
    clear: right;
  }

  .cb-sm {
    clear: both;
  }

  .cn-sm {
    clear: none;
  }
}
@media only screen and (min-width: 45em) {
  .cl-md {
    clear: left;
  }

  .cr-md {
    clear: right;
  }

  .cb-md {
    clear: both;
  }

  .cn-md {
    clear: none;
  }
}
@media only screen and (min-width: 60em) {
  .cl-lg {
    clear: left;
  }

  .cr-lg {
    clear: right;
  }

  .cb-lg {
    clear: both;
  }

  .cn-lg {
    clear: none;
  }
}
@media only screen and (min-width: 87.5em) {
  .cl-wd {
    clear: left;
  }

  .cr-wd {
    clear: right;
  }

  .cb-wd {
    clear: both;
  }

  .cn-wd {
    clear: none;
  }
}
.pre {
  overflow-x: auto;
  overflow-y: hidden;
  overflow: scroll;
}

.container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1 {
  top: 1rem;
}

.right-1 {
  right: 1rem;
}

.bottom-1 {
  bottom: 1rem;
}

.left-1 {
  left: 1rem;
}

.top-2 {
  top: 2rem;
}

.right-2 {
  right: 2rem;
}

.bottom-2 {
  bottom: 2rem;
}

.left-2 {
  left: 2rem;
}

.top--1 {
  top: -1rem;
}

.right--1 {
  right: -1rem;
}

.bottom--1 {
  bottom: -1rem;
}

.left--1 {
  left: -1rem;
}

.top--2 {
  top: -2rem;
}

.right--2 {
  right: -2rem;
}

.bottom--2 {
  bottom: -2rem;
}

.left--2 {
  left: -2rem;
}

.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 22.5em) {
  .top-0-nw {
    top: 0;
  }

  .left-0-nw {
    left: 0;
  }

  .right-0-nw {
    right: 0;
  }

  .bottom-0-nw {
    bottom: 0;
  }

  .top-1-nw {
    top: 1rem;
  }

  .left-1-nw {
    left: 1rem;
  }

  .right-1-nw {
    right: 1rem;
  }

  .bottom-1-nw {
    bottom: 1rem;
  }

  .top-2-nw {
    top: 2rem;
  }

  .left-2-nw {
    left: 2rem;
  }

  .right-2-nw {
    right: 2rem;
  }

  .bottom-2-nw {
    bottom: 2rem;
  }

  .top--1-nw {
    top: -1rem;
  }

  .right--1-nw {
    right: -1rem;
  }

  .bottom--1-nw {
    bottom: -1rem;
  }

  .left--1-nw {
    left: -1rem;
  }

  .top--2-nw {
    top: -2rem;
  }

  .right--2-nw {
    right: -2rem;
  }

  .bottom--2-nw {
    bottom: -2rem;
  }

  .left--2-nw {
    left: -2rem;
  }

  .absolute--fill-nw {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 45em) {
  .top-0-md {
    top: 0;
  }

  .left-0-md {
    left: 0;
  }

  .right-0-md {
    right: 0;
  }

  .bottom-0-md {
    bottom: 0;
  }

  .top-1-md {
    top: 1rem;
  }

  .left-1-md {
    left: 1rem;
  }

  .right-1-md {
    right: 1rem;
  }

  .bottom-1-md {
    bottom: 1rem;
  }

  .top-2-md {
    top: 2rem;
  }

  .left-2-md {
    left: 2rem;
  }

  .right-2-md {
    right: 2rem;
  }

  .bottom-2-md {
    bottom: 2rem;
  }

  .top--1-md {
    top: -1rem;
  }

  .right--1-md {
    right: -1rem;
  }

  .bottom--1-md {
    bottom: -1rem;
  }

  .left--1-md {
    left: -1rem;
  }

  .top--2-md {
    top: -2rem;
  }

  .right--2-md {
    right: -2rem;
  }

  .bottom--2-md {
    bottom: -2rem;
  }

  .left--2-md {
    left: -2rem;
  }

  .absolute--fill-md {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 60em) {
  .top-0-lg {
    top: 0;
  }

  .left-0-lg {
    left: 0;
  }

  .right-0-lg {
    right: 0;
  }

  .bottom-0-lg {
    bottom: 0;
  }

  .top-1-lg {
    top: 1rem;
  }

  .left-1-lg {
    left: 1rem;
  }

  .right-1-lg {
    right: 1rem;
  }

  .bottom-1-lg {
    bottom: 1rem;
  }

  .top-2-lg {
    top: 2rem;
  }

  .left-2-lg {
    left: 2rem;
  }

  .right-2-lg {
    right: 2rem;
  }

  .bottom-2-lg {
    bottom: 2rem;
  }

  .top--1-lg {
    top: -1rem;
  }

  .right--1-lg {
    right: -1rem;
  }

  .bottom--1-lg {
    bottom: -1rem;
  }

  .left--1-lg {
    left: -1rem;
  }

  .top--2-lg {
    top: -2rem;
  }

  .right--2-lg {
    right: -2rem;
  }

  .bottom--2-lg {
    bottom: -2rem;
  }

  .left--2-lg {
    left: -2rem;
  }

  .absolute--fill-lg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.debug * {
  outline: 1px solid red;
}

.debug-grid {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTRDOTY4N0U2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTRDOTY4N0Q2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3NjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3NzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsBS+GMAAAAjSURBVHjaYvz//z8DLsD4gcGXiYEAGBIKGBne//fFpwAgwAB98AaF2pjlUQAAAABJRU5ErkJggg==) repeat top left;
}

.debug-grid-16 {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODYyRjhERDU2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODYyRjhERDQ2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QTY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3QjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvCS01IAAABMSURBVHjaYmR4/5+BFPBfAMFm/MBgx8RAGWCn1AAmSg34Q6kBDKMGMDCwICeMIemF/5QawEipAWwUhwEjMDvbAWlWkvVBwu8vQIABAEwBCph8U6c0AAAAAElFTkSuQmCC) repeat top left;
}

.debug-grid-8-solid {
  background: #fff url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAAAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIxMjI0OTczNjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIxMjI0OTc0NjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjEyMjQ5NzE2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjEyMjQ5NzI2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAbGhopHSlBJiZBQi8vL0JHPz4+P0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHAR0pKTQmND8oKD9HPzU/R0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0f/wAARCAAIAAgDASIAAhEBAxEB/8QAWQABAQAAAAAAAAAAAAAAAAAAAAYBAQEAAAAAAAAAAAAAAAAAAAIEEAEBAAMBAAAAAAAAAAAAAAABADECA0ERAAEDBQAAAAAAAAAAAAAAAAARITFBUWESIv/aAAwDAQACEQMRAD8AoOnTV1QTD7JJshP3vSM3P//Z) repeat top left;
}

.debug-grid-16-solid {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzY3MkJEN0U2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzY3MkJEN0Y2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3RDY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pve6J3kAAAAzSURBVHjaYvz//z8D0UDsMwMjSRoYP5Gq4SPNbRjVMEQ1fCRDg+in/6+J1AJUxsgAEGAA31BAJMS0GYEAAAAASUVORK5CYII=) repeat top left;
}

.dn {
  display: none;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dit {
  display: inline-table;
}

.dt {
  display: table;
}

.dtc {
  display: table-cell;
}

.dt-row {
  display: table-row;
}

.dt-row-group {
  display: table-row-group;
}

.dt-column {
  display: table-column;
}

.dt-column-group {
  display: table-column-group;
}

.dt--fixed {
  table-layout: fixed;
  width: 100%;
}

@media only screen and (min-width: 22.5em) {
  .dn-nw {
    display: none;
  }

  .di-nw {
    display: inline;
  }

  .db-nw {
    display: block;
  }

  .dib-nw {
    display: inline-block;
  }

  .dit-nw {
    display: inline-table;
  }

  .dt-nw {
    display: table;
  }

  .dtc-nw {
    display: table-cell;
  }

  .dt-row-nw {
    display: table-row;
  }

  .dt-row-group-nw {
    display: table-row-group;
  }

  .dt-column-nw {
    display: table-column;
  }

  .dt-column-group-nw {
    display: table-column-group;
  }

  .dt--fixed-nw {
    table-layout: fixed;
    width: 100%;
  }
}
@media only screen and (min-width: 30em) {
  .dn-sm {
    display: none;
  }

  .di-sm {
    display: inline;
  }

  .db-sm {
    display: block;
  }

  .dib-sm {
    display: inline-block;
  }

  .dit-sm {
    display: inline-table;
  }

  .dt-sm {
    display: table;
  }

  .dtc-sm {
    display: table-cell;
  }

  .dt-row-sm {
    display: table-row;
  }

  .dt-row-group-sm {
    display: table-row-group;
  }

  .dt-column-sm {
    display: table-column;
  }

  .dt-column-group-sm {
    display: table-column-group;
  }

  .dt--fixed-sm {
    table-layout: fixed;
    width: 100%;
  }
}
@media only screen and (min-width: 45em) {
  .dn-md {
    display: none;
  }

  .di-md {
    display: inline;
  }

  .db-md {
    display: block;
  }

  .dib-md {
    display: inline-block;
  }

  .dit-md {
    display: inline-table;
  }

  .dt-md {
    display: table;
  }

  .dtc-md {
    display: table-cell;
  }

  .dt-row-md {
    display: table-row;
  }

  .dt-row-group-md {
    display: table-row-group;
  }

  .dt-column-md {
    display: table-column;
  }

  .dt-column-group-md {
    display: table-column-group;
  }

  .dt--fixed-md {
    table-layout: fixed;
    width: 100%;
  }
}
@media only screen and (min-width: 60em) {
  .dn-lg {
    display: none;
  }

  .di-lg {
    display: inline;
  }

  .db-lg {
    display: block;
  }

  .dib-lg {
    display: inline-block;
  }

  .dit-lg {
    display: inline-table;
  }

  .dt-lg {
    display: table;
  }

  .dtc-lg {
    display: table-cell;
  }

  .dt-row-lg {
    display: table-row;
  }

  .dt-row-group-lg {
    display: table-row-group;
  }

  .dt-column-lg {
    display: table-column;
  }

  .dt-column-group-lg {
    display: table-column-group;
  }

  .dt--fixed-lg {
    table-layout: fixed;
    width: 100%;
  }
}
@media only screen and (min-width: 87.5em) {
  .dn-wd {
    display: none;
  }

  .di-wd {
    display: inline;
  }

  .db-wd {
    display: block;
  }

  .dib-wd {
    display: inline-block;
  }

  .dit-wd {
    display: inline-table;
  }

  .dt-wd {
    display: table;
  }

  .dtc-wd {
    display: table-cell;
  }

  .dt-row-wd {
    display: table-row;
  }

  .dt-row-group-wd {
    display: table-row-group;
  }

  .dt-column-wd {
    display: table-column;
  }

  .dt-column-group-wd {
    display: table-column-group;
  }

  .dt--fixed-wd {
    table-layout: fixed;
    width: 100%;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-last {
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999;
}

.flexbox .flex-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox .flex-grid.cf:before,
.flexbox .flex-grid.cf:after {
  content: none;
  display: none;
}

.flexbox .flex-col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 22.5em) {
  .flexbox .flex-grid--nw {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flexbox .flex-grid--nw.cf:before,
.flexbox .flex-grid--nw.cf:after {
    content: none;
    display: none;
  }

  .flexbox .flex-col--nw {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 30em) {
  .flexbox .flex-grid--sm {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flexbox .flex-grid--sm.cf:before,
.flexbox .flex-grid--sm.cf:after {
    content: none;
    display: none;
  }

  .flexbox .flex-col--sm {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 45em) {
  .flexbox .flex-grid--md {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flexbox .flex-grid--md.cf:before,
.flexbox .flex-grid--md.cf:after {
    content: none;
    display: none;
  }

  .flexbox .flex-col--md {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 60em) {
  .flexbox .flex-grid--lg {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flexbox .flex-grid--lg.cf:before,
.flexbox .flex-grid--lg.cf:after {
    content: none;
    display: none;
  }

  .flexbox .flex-col--lg {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

@media only screen and (min-width: 22.5em) {
  .fl-nw {
    float: left;
  }

  .fr-nw {
    float: right;
  }

  .fn-nw {
    float: none;
  }
}
@media only screen and (min-width: 30em) {
  .fl-sm {
    float: left;
  }

  .fr-sm {
    float: right;
  }

  .fn-sm {
    float: none;
  }
}
@media only screen and (min-width: 45em) {
  .fl-md {
    float: left;
  }

  .fr-md {
    float: right;
  }

  .fn-md {
    float: none;
  }
}
@media only screen and (min-width: 60em) {
  .fl-lg {
    float: left;
  }

  .fr-lg {
    float: right;
  }

  .fn-lg {
    float: none;
  }
}
@media only screen and (min-width: 87.5em) {
  .fl-wd {
    float: left;
  }

  .fr-wd {
    float: right;
  }

  .fn-wd {
    float: none;
  }
}
.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

:focus {
  outline: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
  line-height: 0;
}

.container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  margin-left: -1rem;
  margin-right: -1rem;
  min-height: 1px;
}

.col {
  float: left;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
}

.col--one {
  width: 8.3333333333%;
}

.col--two {
  width: 16.6666666667%;
}

.col--three {
  width: 25%;
}

.col--four {
  width: 33.3333333333%;
}

.col--five {
  width: 41.6666666667%;
}

.col--six {
  width: 50%;
}

.col--seven {
  width: 58.3333333333%;
}

.col--eight {
  width: 66.6666666666%;
}

.col--nine {
  width: 75%;
}

.col--ten {
  width: 83.3333333333%;
}

.col--eleven {
  width: 91.6666666666%;
}

.col--twelve {
  width: 100%;
}

.push-by-twelve {
  margin-left: 100%;
}

.push-by-eleven {
  margin-left: 91.66666667%;
}

.push-by-ten {
  margin-left: 83.33333333%;
}

.push-by-nine {
  margin-left: 75%;
}

.push-by-eight {
  margin-left: 66.66666667%;
}

.push-by-seven {
  margin-left: 58.33333333%;
}

.push-by-six {
  margin-left: 50%;
}

.push-by-five {
  margin-left: 41.66666667%;
}

.push-by-four {
  margin-left: 33.33333333%;
}

.push-by-three {
  margin-left: 25%;
}

.push-by-two {
  margin-left: 16.66666667%;
}

.push-by-one {
  margin-left: 8.33333333%;
}

.push-by-none {
  margin-left: 0%;
}

.pull-by-twelve {
  margin-right: 100%;
}

.pull-by-eleven {
  margin-right: 91.66666667%;
}

.pull-by-ten {
  margin-right: 83.33333333%;
}

.pull-by-nine {
  margin-right: 75%;
}

.pull-by-eight {
  margin-right: 66.66666667%;
}

.pull-by-seven {
  margin-right: 58.33333333%;
}

.pull-by-six {
  margin-right: 50%;
}

.pull-by-five {
  margin-right: 41.66666667%;
}

.pull-by-four {
  margin-right: 33.33333333%;
}

.pull-by-three {
  margin-right: 25%;
}

.pull-by-two {
  margin-right: 16.66666667%;
}

.pull-by-one {
  margin-right: 8.33333333%;
}

.pull-by-none {
  margin-right: 0%;
}

@media only screen and (min-width: 45em) {
  .col-md--one {
    width: 8.3333333333%;
  }

  .col-md--two {
    width: 16.6666666667%;
  }

  .col-md--three {
    width: 25%;
  }

  .col-md--four {
    width: 33.3333333333%;
  }

  .col-md--five {
    width: 41.6666666667%;
  }

  .col-md--six {
    width: 50%;
  }

  .col-md--seven {
    width: 58.3333333333%;
  }

  .col-md--eight {
    width: 66.6666666666%;
  }

  .col-md--nine {
    width: 75%;
  }

  .col-md--ten {
    width: 83.3333333333%;
  }

  .col-md--eleven {
    width: 91.6666666666%;
  }

  .col-md--twelve {
    width: 100%;
  }

  .push-md-by-twelve {
    left: 100%;
  }

  .push-md-by-eleven {
    left: 91.66666667%;
  }

  .push-md-by-ten {
    left: 83.33333333%;
  }

  .push-md-by-nine {
    left: 75%;
  }

  .push-md-by-eight {
    left: 66.66666667%;
  }

  .push-md-by-seven {
    left: 58.33333333%;
  }

  .push-md-by-six {
    left: 50%;
  }

  .push-md-by-five {
    left: 41.66666667%;
  }

  .push-md-by-four {
    left: 33.33333333%;
  }

  .push-md-by-three {
    left: 25%;
  }

  .push-md-by-two {
    left: 16.66666667%;
  }

  .push-md-by-one {
    left: 8.33333333%;
  }

  .push-md-by-none {
    left: 0%;
  }

  .pull-md-by-twelve {
    right: 100%;
  }

  .pull-md-by-eleven {
    right: 91.66666667%;
  }

  .pull-md-by-ten {
    right: 83.33333333%;
  }

  .pull-md-by-nine {
    right: 75%;
  }

  .pull-md-by-eight {
    right: 66.66666667%;
  }

  .pull-md-by-seven {
    right: 58.33333333%;
  }

  .pull-md-by-six {
    right: 50%;
  }

  .pull-md-by-five {
    right: 41.66666667%;
  }

  .pull-md-by-four {
    right: 33.33333333%;
  }

  .pull-md-by-three {
    right: 25%;
  }

  .pull-md-by-two {
    right: 16.66666667%;
  }

  .pull-md-by-one {
    right: 8.33333333%;
  }

  .pull-md-by-none {
    right: 0%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg--one {
    width: 8.3333333333%;
  }

  .col-lg--two {
    width: 16.6666666667%;
  }

  .col-lg--three {
    width: 25%;
  }

  .col-lg--four {
    width: 33.3333333333%;
  }

  .col-lg--five {
    width: 41.6666666667%;
  }

  .col-lg--six {
    width: 50%;
  }

  .col-lg--seven {
    width: 58.3333333333%;
  }

  .col-lg--eight {
    width: 66.6666666666%;
  }

  .col-lg--nine {
    width: 75%;
  }

  .col-lg--ten {
    width: 83.3333333333%;
  }

  .col-lg--eleven {
    width: 91.6666666666%;
  }

  .col-lg--twelve {
    width: 100%;
  }

  .push-lg-by-twelve {
    left: 100%;
  }

  .push-lg-by-eleven {
    left: 91.66666667%;
  }

  .push-lg-by-ten {
    left: 83.33333333%;
  }

  .push-lg-by-nine {
    left: 75%;
  }

  .push-lg-by-eight {
    left: 66.66666667%;
  }

  .push-lg-by-seven {
    left: 58.33333333%;
  }

  .push-lg-by-six {
    left: 50%;
  }

  .push-lg-by-five {
    left: 41.66666667%;
  }

  .push-lg-by-four {
    left: 33.33333333%;
  }

  .push-lg-by-three {
    left: 25%;
  }

  .push-lg-by-two {
    left: 16.66666667%;
  }

  .push-lg-by-one {
    left: 8.33333333%;
  }

  .push-lg-by-none {
    left: 0%;
  }

  .pull-lg-by-twelve {
    right: 100%;
  }

  .pull-lg-by-eleven {
    right: 91.66666667%;
  }

  .pull-lg-by-ten {
    right: 83.33333333%;
  }

  .pull-lg-by-nine {
    right: 75%;
  }

  .pull-lg-by-eight {
    right: 66.66666667%;
  }

  .pull-lg-by-seven {
    right: 58.33333333%;
  }

  .pull-lg-by-six {
    right: 50%;
  }

  .pull-lg-by-five {
    right: 41.66666667%;
  }

  .pull-lg-by-four {
    right: 33.33333333%;
  }

  .pull-lg-by-three {
    right: 25%;
  }

  .pull-lg-by-two {
    right: 16.66666667%;
  }

  .pull-lg-by-one {
    right: 8.33333333%;
  }

  .pull-lg-by-none {
    right: 0%;
  }
}
@media only screen and (min-width: 87.5em) {
  .col-wd--one {
    width: 8.3333333333%;
  }

  .col-wd--two {
    width: 16.6666666667%;
  }

  .col-wd--three {
    width: 25%;
  }

  .col-wd--four {
    width: 33.3333333333%;
  }

  .col-wd--five {
    width: 41.6666666667%;
  }

  .col-wd--six {
    width: 50%;
  }

  .col-wd--seven {
    width: 58.3333333333%;
  }

  .col-wd--eight {
    width: 66.6666666666%;
  }

  .col-wd--nine {
    width: 75%;
  }

  .col-wd--ten {
    width: 83.3333333333%;
  }

  .col-wd--eleven {
    width: 91.6666666666%;
  }

  .col-wd--twelve {
    width: 100%;
  }

  .push-wd-by-twelve {
    left: 100%;
  }

  .push-wd-by-eleven {
    left: 91.66666667%;
  }

  .push-wd-by-ten {
    left: 83.33333333%;
  }

  .push-wd-by-nine {
    left: 75%;
  }

  .push-wd-by-eight {
    left: 66.66666667%;
  }

  .push-wd-by-seven {
    left: 58.33333333%;
  }

  .push-wd-by-six {
    left: 50%;
  }

  .push-wd-by-five {
    left: 41.66666667%;
  }

  .push-wd-by-four {
    left: 33.33333333%;
  }

  .push-wd-by-three {
    left: 25%;
  }

  .push-wd-by-two {
    left: 16.66666667%;
  }

  .push-wd-by-one {
    left: 8.33333333%;
  }

  .push-wd-by-none {
    left: 0%;
  }

  .pull-wd-by-twelve {
    right: 100%;
  }

  .pull-wd-by-eleven {
    right: 91.66666667%;
  }

  .pull-wd-by-ten {
    right: 83.33333333%;
  }

  .pull-wd-by-nine {
    right: 75%;
  }

  .pull-wd-by-eight {
    right: 66.66666667%;
  }

  .pull-wd-by-seven {
    right: 58.33333333%;
  }

  .pull-wd-by-six {
    right: 50%;
  }

  .pull-wd-by-five {
    right: 41.66666667%;
  }

  .pull-wd-by-four {
    right: 33.33333333%;
  }

  .pull-wd-by-three {
    right: 25%;
  }

  .pull-wd-by-two {
    right: 16.66666667%;
  }

  .pull-wd-by-one {
    right: 8.33333333%;
  }

  .pull-wd-by-none {
    right: 0%;
  }
}
.br-n {
  display: none;
}

.br {
  display: block;
}

@media only screen and (min-width: 22.5em) {
  .br-n-nw {
    display: none;
  }

  .br-nw {
    display: block;
  }
}
@media only screen and (min-width: 30em) {
  .br-n-sm {
    display: none;
  }

  .br-sm {
    display: block;
  }
}
@media only screen and (min-width: 45em) {
  .br-n-md {
    display: none;
  }

  .br-md {
    display: block;
  }
}
@media only screen and (min-width: 60em) {
  .br-n-lg {
    display: none;
  }

  .br-lg {
    display: block;
  }
}
@media only screen and (min-width: 87.5em) {
  .br-n-wd {
    display: none;
  }

  .br-wd {
    display: block;
  }
}
.list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.bullet-list {
  list-style: disc outside;
  padding-left: 1em;
}

.bullet-list > li {
  margin-bottom: 1em;
}

.numbered-list {
  list-style: decimal outside;
  padding-left: 1em;
}

.numbered-list > li {
  margin-bottom: 1em;
}

.mw-100 {
  max-width: 100%;
}

.mw-1 {
  max-width: 31.25em;
}

.mw-2 {
  max-width: 43.75rem;
}

.mw-3 {
  max-width: 48.75em;
}

.mw-4 {
  max-width: 68.25em;
}

.mw-5 {
  max-width: 75em;
}

.mw-none {
  max-width: initial;
}

@media only screen and (min-width: 22.5em) {
  .mw-100-nw {
    max-width: 100%;
  }

  .mw-1-nw {
    max-width: 31.25em;
  }

  .mw-2-nw {
    max-width: 43.75rem;
  }

  .mw-3-nw {
    max-width: 48.75em;
  }

  .mw-4-nw {
    max-width: 68.25em;
  }

  .mw-5-nw {
    max-width: 75em;
  }

  .mw-none-nw {
    max-width: initial;
  }
}
@media only screen and (min-width: 30em) {
  .mw-100-sm {
    max-width: 100%;
  }

  .mw-1-sm {
    max-width: 31.25em;
  }

  .mw-2-sm {
    max-width: 43.75rem;
  }

  .mw-3-sm {
    max-width: 48.75em;
  }

  .mw-4-sm {
    max-width: 68.25em;
  }

  .mw-5-sm {
    max-width: 75em;
  }

  .mw-none-sm {
    max-width: initial;
  }
}
@media only screen and (min-width: 45em) {
  .mw-100-md {
    max-width: 100%;
  }

  .mw-1-md {
    max-width: 31.25em;
  }

  .mw-2-md {
    max-width: 43.75rem;
  }

  .mw-3-md {
    max-width: 48.75em;
  }

  .mw-4-md {
    max-width: 68.25em;
  }

  .mw-5-md {
    max-width: 75em;
  }

  .mw-none-md {
    max-width: initial;
  }
}
@media only screen and (min-width: 60em) {
  .mw-100-lg {
    max-width: 100%;
  }

  .mw-1-lg {
    max-width: 31.25em;
  }

  .mw-2-lg {
    max-width: 43.75rem;
  }

  .mw-3-lg {
    max-width: 48.75em;
  }

  .mw-4-lg {
    max-width: 68.25em;
  }

  .mw-5-lg {
    max-width: 75em;
  }

  .mw-none-lg {
    max-width: initial;
  }
}
@media only screen and (min-width: 87.5em) {
  .mw-100-wd {
    max-width: 100%;
  }

  .mw-1-wd {
    max-width: 31.25em;
  }

  .mw-2-wd {
    max-width: 43.75rem;
  }

  .mw-3-wd {
    max-width: 48.75em;
  }

  .mw-4-wd {
    max-width: 68.25em;
  }

  .mw-5-wd {
    max-width: 75em;
  }

  .mw-none-wd {
    max-width: initial;
  }
}
.o-100 {
  opacity: 1;
}

.o-90 {
  opacity: 0.9;
}

.o-80 {
  opacity: 0.8;
}

.o-70 {
  opacity: 0.7;
}

.o-60 {
  opacity: 0.6;
}

.o-50 {
  opacity: 0.5;
}

.o-40 {
  opacity: 0.4;
}

.o-30 {
  opacity: 0.3;
}

.o-20 {
  opacity: 0.2;
}

.o-10 {
  opacity: 0.1;
}

.o-05 {
  opacity: 0.05;
}

.o-025 {
  opacity: 0.025;
}

.o-0 {
  opacity: 0;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

@media only screen and (min-width: 22.5em) {
  .overflow-visible-nw {
    overflow: visible;
  }

  .overflow-hidden-nw {
    overflow: hidden;
  }

  .overflow-scroll-nw {
    overflow: scroll;
  }

  .overflow-auto-nw {
    overflow: auto;
  }

  .overflow-x-visible-nw {
    overflow-x: visible;
  }

  .overflow-x-hidden-nw {
    overflow-x: hidden;
  }

  .overflow-x-scroll-nw {
    overflow-x: scroll;
  }

  .overflow-x-auto-nw {
    overflow-x: auto;
  }

  .overflow-y-visible-nw {
    overflow-y: visible;
  }

  .overflow-y-hidden-nw {
    overflow-y: hidden;
  }

  .overflow-y-scroll-nw {
    overflow-y: scroll;
  }

  .overflow-y-auto-nw {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 30em) {
  .overflow-visible-sm {
    overflow: visible;
  }

  .overflow-hidden-sm {
    overflow: hidden;
  }

  .overflow-scroll-sm {
    overflow: scroll;
  }

  .overflow-auto-sm {
    overflow: auto;
  }

  .overflow-x-visible-sm {
    overflow-x: visible;
  }

  .overflow-x-hidden-sm {
    overflow-x: hidden;
  }

  .overflow-x-scroll-sm {
    overflow-x: scroll;
  }

  .overflow-x-auto-sm {
    overflow-x: auto;
  }

  .overflow-y-visible-sm {
    overflow-y: visible;
  }

  .overflow-y-hidden-sm {
    overflow-y: hidden;
  }

  .overflow-y-scroll-sm {
    overflow-y: scroll;
  }

  .overflow-y-auto-sm {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 45em) {
  .overflow-visible-md {
    overflow: visible;
  }

  .overflow-hidden-md {
    overflow: hidden;
  }

  .overflow-scroll-md {
    overflow: scroll;
  }

  .overflow-auto-md {
    overflow: auto;
  }

  .overflow-x-visible-md {
    overflow-x: visible;
  }

  .overflow-x-hidden-md {
    overflow-x: hidden;
  }

  .overflow-x-scroll-md {
    overflow-x: scroll;
  }

  .overflow-x-auto-md {
    overflow-x: auto;
  }

  .overflow-y-visible-md {
    overflow-y: visible;
  }

  .overflow-y-hidden-md {
    overflow-y: hidden;
  }

  .overflow-y-scroll-md {
    overflow-y: scroll;
  }

  .overflow-y-auto-md {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 60em) {
  .overflow-visible-lg {
    overflow: visible;
  }

  .overflow-hidden-lg {
    overflow: hidden;
  }

  .overflow-scroll-lg {
    overflow: scroll;
  }

  .overflow-auto-lg {
    overflow: auto;
  }

  .overflow-x-visible-lg {
    overflow-x: visible;
  }

  .overflow-x-hidden-lg {
    overflow-x: hidden;
  }

  .overflow-x-scroll-lg {
    overflow-x: scroll;
  }

  .overflow-x-auto-lg {
    overflow-x: auto;
  }

  .overflow-y-visible-lg {
    overflow-y: visible;
  }

  .overflow-y-hidden-lg {
    overflow-y: hidden;
  }

  .overflow-y-scroll-lg {
    overflow-y: scroll;
  }

  .overflow-y-auto-lg {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 87.5em) {
  .overflow-visible-wd {
    overflow: visible;
  }

  .overflow-hidden-wd {
    overflow: hidden;
  }

  .overflow-scroll-wd {
    overflow: scroll;
  }

  .overflow-auto-wd {
    overflow: auto;
  }

  .overflow-x-visible-wd {
    overflow-x: visible;
  }

  .overflow-x-hidden-wd {
    overflow-x: hidden;
  }

  .overflow-x-scroll-wd {
    overflow-x: scroll;
  }

  .overflow-x-auto-wd {
    overflow-x: auto;
  }

  .overflow-y-visible-wd {
    overflow-y: visible;
  }

  .overflow-y-hidden-wd {
    overflow-y: hidden;
  }

  .overflow-y-scroll-wd {
    overflow-y: scroll;
  }

  .overflow-y-auto-wd {
    overflow-y: auto;
  }
}
.static {
  position: static;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

@media only screen and (min-width: 22.5em) {
  .static-nw {
    position: static;
  }

  .fixed-nw {
    position: fixed;
  }

  .relative-nw {
    position: relative;
  }

  .absolute-nw {
    position: absolute;
  }
}
@media only screen and (min-width: 30em) {
  .static-sm {
    position: static;
  }

  .fixed-sm {
    position: fixed;
  }

  .relative-sm {
    position: relative;
  }

  .absolute-sm {
    position: absolute;
  }
}
@media only screen and (min-width: 45em) {
  .static-md {
    position: static;
  }

  .fixed-md {
    position: fixed;
  }

  .relative-md {
    position: relative;
  }

  .absolute-md {
    position: absolute;
  }
}
@media only screen and (min-width: 60em) {
  .static-lg {
    position: static;
  }

  .fixed-lg {
    position: fixed;
  }

  .relative-lg {
    position: relative;
  }

  .absolute-lg {
    position: absolute;
  }
}
@media only screen and (min-width: 87.5em) {
  .static-wd {
    position: static;
  }

  .fixed-wd {
    position: fixed;
  }

  .relative-wd {
    position: relative;
  }

  .absolute-wd {
    position: absolute;
  }
}
.p-a-0 {
  padding: 0;
}

.p-a-05 {
  padding: 0.5rem;
}

.p-a-1 {
  padding: 1rem;
}

.p-a-2 {
  padding: 1.5rem;
}

.p-a-3 {
  padding: 2rem;
}

.p-a-4 {
  padding: 2.5rem;
}

.p-a-5 {
  padding: 3rem;
}

.p-a-6 {
  padding: 4rem;
}

.p-l-0 {
  padding-left: 0;
}

.p-l-1 {
  padding-left: 1rem;
}

.p-l-2 {
  padding-left: 1.5rem;
}

.p-l-3 {
  padding-left: 2rem;
}

.p-l-4 {
  padding-left: 2.5rem;
}

.p-l-5 {
  padding-left: 3rem;
}

.p-l-6 {
  padding-left: 4rem;
}

.p-r-0 {
  padding-right: 0;
}

.p-r-1 {
  padding-right: 1rem;
}

.p-r-2 {
  padding-right: 1.5rem;
}

.p-r-3 {
  padding-right: 2rem;
}

.p-r-4 {
  padding-right: 2.5rem;
}

.p-r-5 {
  padding-right: 3rem;
}

.p-r-6 {
  padding-right: 4rem;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-b-05 {
  padding-bottom: .5rem;
}
.p-b-1 {
  padding-bottom: 1rem;
}

.p-b-2 {
  padding-bottom: 1.5rem;
}

.p-b-3 {
  padding-bottom: 2rem;
}

.p-b-4 {
  padding-bottom: 2.5rem;
}

.p-b-5 {
  padding-bottom: 3rem;
}

.p-b-6 {
  padding-bottom: 4rem;
}

.p-t-0 {
  padding-top: 0;
}

.p-t-1 {
  padding-top: 1rem;
}

.p-t-2 {
  padding-top: 1.5rem;
}

.p-t-3 {
  padding-top: 2rem;
}

.p-t-4 {
  padding-top: 2.5rem;
}

.p-t-5 {
  padding-top: 3rem;
}

.p-t-6 {
  padding-top: 4rem;
}

.p-h-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-h-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-h-2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-h-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-h-4 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-h-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-h-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-h-8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.p-v-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-v-05 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.p-v-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-v-2 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-v-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-v-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-v-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.p-v-6 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.m-a-0 {
  margin: 0;
}

.m-auto-0 {
  margin: 0 auto;
}

.m-a-1 {
  margin: 1rem;
}

.m-a-2 {
  margin: 1.5rem;
}

.m-a-3 {
  margin: 2rem;
}

.m-a-4 {
  margin: 2.5rem;
}

.m-a-5 {
  margin: 3rem;
}

.m-a-6 {
  margin: 4rem;
}

.m-l-0 {
  margin-left: 0;
}

.m-l-1 {
  margin-left: 1rem;
}

.m-l-2 {
  margin-left: 1.5rem;
}

.m-l-3 {
  margin-left: 2rem;
}

.m-l-4 {
  margin-left: 2.5rem;
}

.m-l-5 {
  margin-left: 3rem;
}

.m-l-6 {
  margin-left: 4rem;
}

.m-r-0 {
  margin-right: 0;
}

.m-r-1 {
  margin-right: 1rem;
}

.m-r-2 {
  margin-right: 1.5rem;
}

.m-r-3 {
  margin-right: 2rem;
}

.m-r-4 {
  margin-right: 2.5rem;
}

.m-r-5 {
  margin-right: 3rem;
}

.m-r-6 {
  margin-right: 4rem;
}

.m-b-0 {
  margin-bottom: 0;
}
.m-b-05 {
  margin-bottom: .5rem;
}

.m-b-1 {
  margin-bottom: 1rem;
}

.m-b-2 {
  margin-bottom: 1.5rem;
}

.m-b-3 {
  margin-bottom: 2rem;
}

.m-b-4 {
  margin-bottom: 2.5rem;
}

.m-b-5 {
  margin-bottom: 3rem;
}

.m-b-6 {
  margin-bottom: 4rem;
}

.m-t-0 {
  margin-top: 0;
}

.m-t-1 {
  margin-top: 1rem;
}

.m-t-2 {
  margin-top: 1.5rem;
}

.m-t-3 {
  margin-top: 2rem;
}

.m-t-4 {
  margin-top: 2.5rem;
}

.m-t-5 {
  margin-top: 3rem;
}

.m-t-6 {
  margin-top: 4rem;
}

.m-h-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-h-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-h-2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-h-3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-h-4 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-h-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-h-6 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.m-v-0 {
  margin-left: 0;
  margin-right: 0;
}

.m-v-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.m-v-2 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.m-v-3 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.m-v-4 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.m-v-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.m-v-6 {
  margin-left: 4rem;
  margin-right: 4rem;
}

@media only screen and (min-width: 22.5em) {
  .p-a-0-nw {
    padding: 0;
  }

  .p-a-1-nw {
    padding: 1rem;
  }

  .p-a-2-nw {
    padding: 1.5rem;
  }

  .p-a-3-nw {
    padding: 2rem;
  }

  .p-a-4-nw {
    padding: 2.5rem;
  }

  .p-a-5-nw {
    padding: 3rem;
  }

  .p-a-6-nw {
    padding: 4rem;
  }

  .p-l-0-nw {
    padding-left: 0;
  }

  .p-l-1-nw {
    padding-left: 1rem;
  }

  .p-l-2-nw {
    padding-left: 1.5rem;
  }

  .p-l-3-nw {
    padding-left: 2rem;
  }

  .p-l-4-nw {
    padding-left: 2.5rem;
  }

  .p-l-5-nw {
    padding-left: 3rem;
  }

  .p-l-6-nw {
    padding-left: 4rem;
  }

  .p-r-0-nw {
    padding-right: 0;
  }

  .p-r-1-nw {
    padding-right: 1rem;
  }

  .p-r-2-nw {
    padding-right: 1.5rem;
  }

  .p-r-3-nw {
    padding-right: 2rem;
  }

  .p-r-4-nw {
    padding-right: 2.5rem;
  }

  .p-r-5-nw {
    padding-right: 3rem;
  }

  .p-r-6-nw {
    padding-right: 4rem;
  }

  .p-b-0-nw {
    padding-bottom: 0;
  }

  .p-b-1-nw {
    padding-bottom: 1rem;
  }

  .p-b-2-nw {
    padding-bottom: 1.5rem;
  }

  .p-b-3-nw {
    padding-bottom: 2rem;
  }

  .p-b-4-nw {
    padding-bottom: 2.5rem;
  }

  .p-b-5-nw {
    padding-bottom: 3rem;
  }

  .p-b-6-nw {
    padding-bottom: 4rem;
  }

  .p-t-0-nw {
    padding-top: 0;
  }

  .p-t-1-nw {
    padding-top: 1rem;
  }

  .p-t-2-nw {
    padding-top: 1.5rem;
  }

  .p-t-3-nw {
    padding-top: 2rem;
  }

  .p-t-4-nw {
    padding-top: 2.5rem;
  }

  .p-t-5-nw {
    padding-top: 3rem;
  }

  .p-t-6-nw {
    padding-top: 4rem;
  }

  .p-h-0-nw {
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-h-1-nw {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .p-h-2-nw {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .p-h-3-nw {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .p-h-4-nw {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .p-h-5-nw {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .p-h-6-nw {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .p-v-0-nw {
    padding-left: 0;
    padding-right: 0;
  }

  .p-v-1-nw {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .p-v-2-nw {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .p-v-3-nw {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .p-v-4-nw {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .p-v-5-nw {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .p-v-6-nw {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .m-a-0-nw {
    margin: 0;
  }

  .m-a-1-nw {
    margin: 1rem;
  }

  .m-a-2-nw {
    margin: 1.5rem;
  }

  .m-a-3-nw {
    margin: 2rem;
  }

  .m-a-4-nw {
    margin: 2.5rem;
  }

  .m-a-5-nw {
    margin: 3rem;
  }

  .m-a-6-nw {
    margin: 4rem;
  }

  .m-l-0-nw {
    margin-left: 0;
  }

  .m-l-1-nw {
    margin-left: 1rem;
  }

  .m-l-2-nw {
    margin-left: 1.5rem;
  }

  .m-l-3-nw {
    margin-left: 2rem;
  }

  .m-l-4-nw {
    margin-left: 2.5rem;
  }

  .m-l-5-nw {
    margin-left: 3rem;
  }

  .m-l-6-nw {
    margin-left: 4rem;
  }

  .m-r-0-nw {
    margin-right: 0;
  }

  .m-r-1-nw {
    margin-right: 1rem;
  }

  .m-r-2-nw {
    margin-right: 1.5rem;
  }

  .m-r-3-nw {
    margin-right: 2rem;
  }

  .m-r-4-nw {
    margin-right: 2.5rem;
  }

  .m-r-5-nw {
    margin-right: 3rem;
  }

  .m-r-6-nw {
    margin-right: 4rem;
  }

  .m-b-0-nw {
    margin-bottom: 0;
  }

  .m-b-1-nw {
    margin-bottom: 1rem;
  }

  .m-b-2-nw {
    margin-bottom: 1.5rem;
  }

  .m-b-3-nw {
    margin-bottom: 2rem;
  }

  .m-b-4-nw {
    margin-bottom: 2.5rem;
  }

  .m-b-5-nw {
    margin-bottom: 3rem;
  }

  .m-b-6-nw {
    margin-bottom: 4rem;
  }

  .m-t-0-nw {
    margin-top: 0;
  }

  .m-t-1-nw {
    margin-top: 1rem;
  }

  .m-t-2-nw {
    margin-top: 1.5rem;
  }

  .m-t-3-nw {
    margin-top: 2rem;
  }

  .m-t-4-nw {
    margin-top: 2.5rem;
  }

  .m-t-5-nw {
    margin-top: 3rem;
  }

  .m-t-6-nw {
    margin-top: 4rem;
  }

  .m-h-0-nw {
    margin-top: 0;
    margin-bottom: 0;
  }

  .m-h-1-nw {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .m-h-2-nw {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .m-h-3-nw {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .m-h-4-nw {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .m-h-5-nw {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .m-h-6-nw {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .m-v-0-nw {
    margin-left: 0;
    margin-right: 0;
  }

  .m-v-1-nw {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .m-v-2-nw {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .m-v-3-nw {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .m-v-4-nw {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .m-v-5-nw {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .m-v-6-nw {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media only screen and (min-width: 30em) {
  .p-a-0-sm {
    padding: 0;
  }

  .p-a-1-sm {
    padding: 1rem;
  }

  .p-a-2-sm {
    padding: 1.5rem;
  }

  .p-a-3-sm {
    padding: 2rem;
  }

  .p-a-4-sm {
    padding: 2.5rem;
  }

  .p-a-5-sm {
    padding: 3rem;
  }

  .p-a-6-sm {
    padding: 4rem;
  }

  .p-l-0-sm {
    padding-left: 0;
  }

  .p-l-1-sm {
    padding-left: 1rem;
  }

  .p-l-2-sm {
    padding-left: 1.5rem;
  }

  .p-l-3-sm {
    padding-left: 2rem;
  }

  .p-l-4-sm {
    padding-left: 2.5rem;
  }

  .p-l-5-sm {
    padding-left: 3rem;
  }

  .p-l-6-sm {
    padding-left: 4rem;
  }

  .p-r-0-sm {
    padding-right: 0;
  }

  .p-r-1-sm {
    padding-right: 1rem;
  }

  .p-r-2-sm {
    padding-right: 1.5rem;
  }

  .p-r-3-sm {
    padding-right: 2rem;
  }

  .p-r-4-sm {
    padding-right: 2.5rem;
  }

  .p-r-5-sm {
    padding-right: 3rem;
  }

  .p-r-6-sm {
    padding-right: 4rem;
  }

  .p-b-0-sm {
    padding-bottom: 0;
  }

  .p-b-1-sm {
    padding-bottom: 1rem;
  }

  .p-b-2-sm {
    padding-bottom: 1.5rem;
  }

  .p-b-3-sm {
    padding-bottom: 2rem;
  }

  .p-b-4-sm {
    padding-bottom: 2.5rem;
  }

  .p-b-5-sm {
    padding-bottom: 3rem;
  }

  .p-b-6-sm {
    padding-bottom: 4rem;
  }

  .p-t-0-sm {
    padding-top: 0;
  }

  .p-t-1-sm {
    padding-top: 1rem;
  }

  .p-t-2-sm {
    padding-top: 1.5rem;
  }

  .p-t-3-sm {
    padding-top: 2rem;
  }

  .p-t-4-sm {
    padding-top: 2.5rem;
  }

  .p-t-5-sm {
    padding-top: 3rem;
  }

  .p-t-6-sm {
    padding-top: 4rem;
  }

  .p-h-0-sm {
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-h-1-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .p-h-2-sm {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .p-h-3-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .p-h-4-sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .p-h-5-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .p-h-6-sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .p-v-0-sm {
    padding-left: 0;
    padding-right: 0;
  }

  .p-v-1-sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .p-v-2-sm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .p-v-3-sm {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .p-v-4-sm {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .p-v-5-sm {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .p-v-6-sm {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .m-a-0-sm {
    margin: 0;
  }

  .m-a-1-sm {
    margin: 1rem;
  }

  .m-a-2-sm {
    margin: 1.5rem;
  }

  .m-a-3-sm {
    margin: 2rem;
  }

  .m-a-4-sm {
    margin: 2.5rem;
  }

  .m-a-5-sm {
    margin: 3rem;
  }

  .m-a-6-sm {
    margin: 4rem;
  }

  .m-l-0-sm {
    margin-left: 0;
  }

  .m-l-1-sm {
    margin-left: 1rem;
  }

  .m-l-2-sm {
    margin-left: 1.5rem;
  }

  .m-l-3-sm {
    margin-left: 2rem;
  }

  .m-l-4-sm {
    margin-left: 2.5rem;
  }

  .m-l-5-sm {
    margin-left: 3rem;
  }

  .m-l-6-sm {
    margin-left: 4rem;
  }

  .m-r-0-sm {
    margin-right: 0;
  }

  .m-r-1-sm {
    margin-right: 1rem;
  }

  .m-r-2-sm {
    margin-right: 1.5rem;
  }

  .m-r-3-sm {
    margin-right: 2rem;
  }

  .m-r-4-sm {
    margin-right: 2.5rem;
  }

  .m-r-5-sm {
    margin-right: 3rem;
  }

  .m-r-6-sm {
    margin-right: 4rem;
  }

  .m-b-0-sm {
    margin-bottom: 0;
  }

  .m-b-1-sm {
    margin-bottom: 1rem;
  }

  .m-b-2-sm {
    margin-bottom: 1.5rem;
  }

  .m-b-3-sm {
    margin-bottom: 2rem;
  }

  .m-b-4-sm {
    margin-bottom: 2.5rem;
  }

  .m-b-5-sm {
    margin-bottom: 3rem;
  }

  .m-b-6-sm {
    margin-bottom: 4rem;
  }

  .m-t-0-sm {
    margin-top: 0;
  }

  .m-t-1-sm {
    margin-top: 1rem;
  }

  .m-t-2-sm {
    margin-top: 1.5rem;
  }

  .m-t-3-sm {
    margin-top: 2rem;
  }

  .m-t-4-sm {
    margin-top: 2.5rem;
  }

  .m-t-5-sm {
    margin-top: 3rem;
  }

  .m-t-6-sm {
    margin-top: 4rem;
  }

  .m-h-0-sm {
    margin-top: 0;
    margin-bottom: 0;
  }

  .m-h-1-sm {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .m-h-2-sm {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .m-h-3-sm {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .m-h-4-sm {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .m-h-5-sm {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .m-h-6-sm {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .m-v-0-sm {
    margin-left: 0;
    margin-right: 0;
  }

  .m-v-1-sm {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .m-v-2-sm {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .m-v-3-sm {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .m-v-4-sm {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .m-v-5-sm {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .m-v-6-sm {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media only screen and (min-width: 45em) {
  .p-a-0-md {
    padding: 0;
  }

  .p-a-1-md {
    padding: 1rem;
  }

  .p-a-2-md {
    padding: 1.5rem;
  }

  .p-a-3-md {
    padding: 2rem;
  }

  .p-a-4-md {
    padding: 2.5rem;
  }

  .p-a-5-md {
    padding: 3rem;
  }

  .p-a-6-md {
    padding: 4rem;
  }

  .p-l-0-md {
    padding-left: 0;
  }

  .p-l-1-md {
    padding-left: 1rem;
  }

  .p-l-2-md {
    padding-left: 1.5rem;
  }

  .p-l-3-md {
    padding-left: 2rem;
  }

  .p-l-4-md {
    padding-left: 2.5rem;
  }

  .p-l-5-md {
    padding-left: 3rem;
  }

  .p-l-6-md {
    padding-left: 4rem;
  }

  .p-r-0-md {
    padding-right: 0;
  }

  .p-r-1-md {
    padding-right: 1rem;
  }

  .p-r-2-md {
    padding-right: 1.5rem;
  }

  .p-r-3-md {
    padding-right: 2rem;
  }

  .p-r-4-md {
    padding-right: 2.5rem;
  }

  .p-r-5-md {
    padding-right: 3rem;
  }

  .p-r-6-md {
    padding-right: 4rem;
  }

  .p-b-0-md {
    padding-bottom: 0;
  }

  .p-b-1-md {
    padding-bottom: 1rem;
  }

  .p-b-2-md {
    padding-bottom: 1.5rem;
  }

  .p-b-3-md {
    padding-bottom: 2rem;
  }

  .p-b-4-md {
    padding-bottom: 2.5rem;
  }

  .p-b-5-md {
    padding-bottom: 3rem;
  }

  .p-b-6-md {
    padding-bottom: 4rem;
  }

  .p-t-0-md {
    padding-top: 0;
  }

  .p-t-1-md {
    padding-top: 1rem;
  }

  .p-t-2-md {
    padding-top: 1.5rem;
  }

  .p-t-3-md {
    padding-top: 2rem;
  }

  .p-t-4-md {
    padding-top: 2.5rem;
  }

  .p-t-5-md {
    padding-top: 3rem;
  }

  .p-t-6-md {
    padding-top: 4rem;
  }

  .p-h-0-md {
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-h-1-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .p-h-2-md {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .p-h-3-md {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .p-h-4-md {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .p-h-5-md {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .p-h-6-md {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .p-v-0-md {
    padding-left: 0;
    padding-right: 0;
  }

  .p-v-1-md {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .p-v-2-md {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .p-v-3-md {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .p-v-4-md {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .p-v-5-md {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .p-v-6-md {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .m-a-0-md {
    margin: 0;
  }

  .m-a-1-md {
    margin: 1rem;
  }

  .m-a-2-md {
    margin: 1.5rem;
  }

  .m-a-3-md {
    margin: 2rem;
  }

  .m-a-4-md {
    margin: 2.5rem;
  }

  .m-a-5-md {
    margin: 3rem;
  }

  .m-a-6-md {
    margin: 4rem;
  }

  .m-l-0-md {
    margin-left: 0;
  }

  .m-l-1-md {
    margin-left: 1rem;
  }

  .m-l-2-md {
    margin-left: 1.5rem;
  }

  .m-l-3-md {
    margin-left: 2rem;
  }

  .m-l-4-md {
    margin-left: 2.5rem;
  }

  .m-l-5-md {
    margin-left: 3rem;
  }

  .m-l-6-md {
    margin-left: 4rem;
  }

  .m-r-0-md {
    margin-right: 0;
  }

  .m-r-1-md {
    margin-right: 1rem;
  }

  .m-r-2-md {
    margin-right: 1.5rem;
  }

  .m-r-3-md {
    margin-right: 2rem;
  }

  .m-r-4-md {
    margin-right: 2.5rem;
  }

  .m-r-5-md {
    margin-right: 3rem;
  }

  .m-r-6-md {
    margin-right: 4rem;
  }

  .m-b-0-md {
    margin-bottom: 0;
  }

  .m-b-1-md {
    margin-bottom: 1rem;
  }

  .m-b-2-md {
    margin-bottom: 1.5rem;
  }

  .m-b-3-md {
    margin-bottom: 2rem;
  }

  .m-b-4-md {
    margin-bottom: 2.5rem;
  }

  .m-b-5-md {
    margin-bottom: 3rem;
  }

  .m-b-6-md {
    margin-bottom: 4rem;
  }

  .m-t-0-md {
    margin-top: 0;
  }

  .m-t-1-md {
    margin-top: 1rem;
  }

  .m-t-2-md {
    margin-top: 1.5rem;
  }

  .m-t-3-md {
    margin-top: 2rem;
  }

  .m-t-4-md {
    margin-top: 2.5rem;
  }

  .m-t-5-md {
    margin-top: 3rem;
  }

  .m-t-6-md {
    margin-top: 4rem;
  }

  .m-h-0-md {
    margin-top: 0;
    margin-bottom: 0;
  }

  .m-h-1-md {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .m-h-2-md {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .m-h-3-md {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .m-h-4-md {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .m-h-5-md {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .m-h-6-md {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .m-v-0-md {
    margin-left: 0;
    margin-right: 0;
  }

  .m-v-1-md {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .m-v-2-md {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .m-v-3-md {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .m-v-4-md {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .m-v-5-md {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .m-v-6-md {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media only screen and (min-width: 60em) {
  .p-a-0-lg {
    padding: 0;
  }

  .p-a-1-lg {
    padding: 1rem;
  }

  .p-a-2-lg {
    padding: 1.5rem;
  }

  .p-a-3-lg {
    padding: 2rem;
  }

  .p-a-4-lg {
    padding: 2.5rem;
  }

  .p-a-5-lg {
    padding: 3rem;
  }

  .p-a-6-lg {
    padding: 4rem;
  }

  .p-l-0-lg {
    padding-left: 0;
  }

  .p-l-1-lg {
    padding-left: 1rem;
  }

  .p-l-2-lg {
    padding-left: 1.5rem;
  }

  .p-l-3-lg {
    padding-left: 2rem;
  }

  .p-l-4-lg {
    padding-left: 2.5rem;
  }

  .p-l-5-lg {
    padding-left: 3rem;
  }

  .p-l-6-lg {
    padding-left: 4rem;
  }

  .p-r-0-lg {
    padding-right: 0;
  }

  .p-r-1-lg {
    padding-right: 1rem;
  }

  .p-r-2-lg {
    padding-right: 1.5rem;
  }

  .p-r-3-lg {
    padding-right: 2rem;
  }

  .p-r-4-lg {
    padding-right: 2.5rem;
  }

  .p-r-5-lg {
    padding-right: 3rem;
  }

  .p-r-6-lg {
    padding-right: 4rem;
  }

  .p-b-0-lg {
    padding-bottom: 0;
  }
  .p-b-05-lg {
    padding-bottom: .5rem;
  }

  .p-b-1-lg {
    padding-bottom: 1rem;
  }

  .p-b-2-lg {
    padding-bottom: 1.5rem;
  }

  .p-b-3-lg {
    padding-bottom: 2rem;
  }

  .p-b-4-lg {
    padding-bottom: 2.5rem;
  }

  .p-b-5-lg {
    padding-bottom: 3rem;
  }

  .p-b-6-lg {
    padding-bottom: 4rem;
  }

  .p-t-0-lg {
    padding-top: 0;
  }

  .p-t-1-lg {
    padding-top: 1rem;
  }

  .p-t-2-lg {
    padding-top: 1.5rem;
  }

  .p-t-3-lg {
    padding-top: 2rem;
  }

  .p-t-4-lg {
    padding-top: 2.5rem;
  }

  .p-t-5-lg {
    padding-top: 3rem;
  }

  .p-t-6-lg {
    padding-top: 4rem;
  }

  .p-h-0-lg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-h-1-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .p-h-2-lg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .p-h-3-lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .p-h-4-lg {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .p-h-5-lg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .p-h-6-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .p-h-8-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .p-v-0-lg {
    padding-left: 0;
    padding-right: 0;
  }

  .p-v-1-lg {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .p-v-2-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .p-v-3-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .p-v-4-lg {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .p-v-5-lg {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .p-v-6-lg {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .m-a-0-lg {
    margin: 0;
  }

  .m-a-1-lg {
    margin: 1rem;
  }

  .m-a-2-lg {
    margin: 1.5rem;
  }

  .m-a-3-lg {
    margin: 2rem;
  }

  .m-a-4-lg {
    margin: 2.5rem;
  }

  .m-a-5-lg {
    margin: 3rem;
  }

  .m-a-6-lg {
    margin: 4rem;
  }

  .m-l-0-lg {
    margin-left: 0;
  }

  .m-l-1-lg {
    margin-left: 1rem;
  }

  .m-l-2-lg {
    margin-left: 1.5rem;
  }

  .m-l-3-lg {
    margin-left: 2rem;
  }

  .m-l-4-lg {
    margin-left: 2.5rem;
  }

  .m-l-5-lg {
    margin-left: 3rem;
  }

  .m-l-6-lg {
    margin-left: 4rem;
  }

  .m-r-0-lg {
    margin-right: 0;
  }

  .m-r-1-lg {
    margin-right: 1rem;
  }

  .m-r-2-lg {
    margin-right: 1.5rem;
  }

  .m-r-3-lg {
    margin-right: 2rem;
  }

  .m-r-4-lg {
    margin-right: 2.5rem;
  }

  .m-r-5-lg {
    margin-right: 3rem;
  }

  .m-r-6-lg {
    margin-right: 4rem;
  }

  .m-b-0-lg {
    margin-bottom: 0;
  }

  .m-b-1-lg {
    margin-bottom: 1rem;
  }

  .m-b-2-lg {
    margin-bottom: 1.5rem;
  }

  .m-b-3-lg {
    margin-bottom: 2rem;
  }

  .m-b-4-lg {
    margin-bottom: 2.5rem;
  }

  .m-b-5-lg {
    margin-bottom: 3rem;
  }

  .m-b-6-lg {
    margin-bottom: 4rem;
  }

  .m-t-0-lg {
    margin-top: 0;
  }

  .m-t-1-lg {
    margin-top: 1rem;
  }

  .m-t-2-lg {
    margin-top: 1.5rem;
  }

  .m-t-3-lg {
    margin-top: 2rem;
  }

  .m-t-4-lg {
    margin-top: 2.5rem;
  }

  .m-t-5-lg {
    margin-top: 3rem;
  }

  .m-t-6-lg {
    margin-top: 4rem;
  }

  .m-h-0-lg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .m-h-1-lg {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .m-h-2-lg {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .m-h-3-lg {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .m-h-4-lg {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .m-h-5-lg {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .m-h-6-lg {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .m-v-0-lg {
    margin-left: 0;
    margin-right: 0;
  }

  .m-v-1-lg {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .m-v-2-lg {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .m-v-3-lg {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .m-v-4-lg {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .m-v-5-lg {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .m-v-6-lg {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media only screen and (min-width: 87.5em) {
  .p-a-0-wd {
    padding: 0;
  }

  .p-a-1-wd {
    padding: 1rem;
  }

  .p-a-2-wd {
    padding: 1.5rem;
  }

  .p-a-3-wd {
    padding: 2rem;
  }

  .p-a-4-wd {
    padding: 2.5rem;
  }

  .p-a-5-wd {
    padding: 3rem;
  }

  .p-a-6-wd {
    padding: 4rem;
  }

  .p-l-0-wd {
    padding-left: 0;
  }

  .p-l-1-wd {
    padding-left: 1rem;
  }

  .p-l-2-wd {
    padding-left: 1.5rem;
  }

  .p-l-3-wd {
    padding-left: 2rem;
  }

  .p-l-4-wd {
    padding-left: 2.5rem;
  }

  .p-l-5-wd {
    padding-left: 3rem;
  }

  .p-l-6-wd {
    padding-left: 4rem;
  }

  .p-r-0-wd {
    padding-right: 0;
  }

  .p-r-1-wd {
    padding-right: 1rem;
  }

  .p-r-2-wd {
    padding-right: 1.5rem;
  }

  .p-r-3-wd {
    padding-right: 2rem;
  }

  .p-r-4-wd {
    padding-right: 2.5rem;
  }

  .p-r-5-wd {
    padding-right: 3rem;
  }

  .p-r-6-wd {
    padding-right: 4rem;
  }

  .p-b-0-wd {
    padding-bottom: 0;
  }

  .p-b-1-wd {
    padding-bottom: 1rem;
  }

  .p-b-2-wd {
    padding-bottom: 1.5rem;
  }

  .p-b-3-wd {
    padding-bottom: 2rem;
  }

  .p-b-4-wd {
    padding-bottom: 2.5rem;
  }

  .p-b-5-wd {
    padding-bottom: 3rem;
  }

  .p-b-6-wd {
    padding-bottom: 4rem;
  }

  .p-t-0-wd {
    padding-top: 0;
  }

  .p-t-1-wd {
    padding-top: 1rem;
  }

  .p-t-2-wd {
    padding-top: 1.5rem;
  }

  .p-t-3-wd {
    padding-top: 2rem;
  }

  .p-t-4-wd {
    padding-top: 2.5rem;
  }

  .p-t-5-wd {
    padding-top: 3rem;
  }

  .p-t-6-wd {
    padding-top: 4rem;
  }

  .p-h-0-wd {
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-h-1-wd {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .p-h-2-wd {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .p-h-3-wd {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .p-h-4-wd {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .p-h-5-wd {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .p-h-6-wd {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .p-v-0-wd {
    padding-left: 0;
    padding-right: 0;
  }

  .p-v-1-wd {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .p-v-2-wd {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .p-v-3-wd {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .p-v-4-wd {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .p-v-5-wd {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .p-v-6-wd {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .m-a-0-wd {
    margin: 0;
  }

  .m-a-1-wd {
    margin: 1rem;
  }

  .m-a-2-wd {
    margin: 1.5rem;
  }

  .m-a-3-wd {
    margin: 2rem;
  }

  .m-a-4-wd {
    margin: 2.5rem;
  }

  .m-a-5-wd {
    margin: 3rem;
  }

  .m-a-6-wd {
    margin: 4rem;
  }

  .m-l-0-wd {
    margin-left: 0;
  }

  .m-l-1-wd {
    margin-left: 1rem;
  }

  .m-l-2-wd {
    margin-left: 1.5rem;
  }

  .m-l-3-wd {
    margin-left: 2rem;
  }

  .m-l-4-wd {
    margin-left: 2.5rem;
  }

  .m-l-5-wd {
    margin-left: 3rem;
  }

  .m-l-6-wd {
    margin-left: 4rem;
  }

  .m-r-0-wd {
    margin-right: 0;
  }

  .m-r-1-wd {
    margin-right: 1rem;
  }

  .m-r-2-wd {
    margin-right: 1.5rem;
  }

  .m-r-3-wd {
    margin-right: 2rem;
  }

  .m-r-4-wd {
    margin-right: 2.5rem;
  }

  .m-r-5-wd {
    margin-right: 3rem;
  }

  .m-r-6-wd {
    margin-right: 4rem;
  }

  .m-b-0-wd {
    margin-bottom: 0;
  }

  .m-b-1-wd {
    margin-bottom: 1rem;
  }

  .m-b-2-wd {
    margin-bottom: 1.5rem;
  }

  .m-b-3-wd {
    margin-bottom: 2rem;
  }

  .m-b-4-wd {
    margin-bottom: 2.5rem;
  }

  .m-b-5-wd {
    margin-bottom: 3rem;
  }

  .m-b-6-wd {
    margin-bottom: 4rem;
  }

  .m-t-0-wd {
    margin-top: 0;
  }

  .m-t-1-wd {
    margin-top: 1rem;
  }

  .m-t-2-wd {
    margin-top: 1.5rem;
  }

  .m-t-3-wd {
    margin-top: 2rem;
  }

  .m-t-4-wd {
    margin-top: 2.5rem;
  }

  .m-t-5-wd {
    margin-top: 3rem;
  }

  .m-t-6-wd {
    margin-top: 4rem;
  }

  .m-h-0-wd {
    margin-top: 0;
    margin-bottom: 0;
  }

  .m-h-1-wd {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .m-h-2-wd {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .m-h-3-wd {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .m-h-4-wd {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .m-h-5-wd {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .m-h-6-wd {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .m-v-0-wd {
    margin-left: 0;
    margin-right: 0;
  }

  .m-v-1-wd {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .m-v-2-wd {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .m-v-3-wd {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .m-v-4-wd {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .m-v-5-wd {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .m-v-6-wd {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
.collapse {
  border-collapse: collapse;
  border-spacing: 0;
}

.striped--light-gray:nth-child(odd) {
  background-color: #999;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

@media only screen and (min-width: 22.5em) {
  .tl-nw {
    text-align: left;
  }

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

  .tc-nw {
    text-align: center;
  }
}
@media only screen and (min-width: 45em) {
  .tl-md {
    text-align: left;
  }

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

  .tc-md {
    text-align: center;
  }
}
@media only screen and (min-width: 60em) {
  .tl-lg {
    text-align: left;
  }

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

  .tc-lg {
    text-align: center;
  }
}
.f-headline {
  font-size: 4rem;
}

.f-subheadline {
  font-size: 2.5rem;
}

.f1 {
  font-size: 3rem;
}

.f2 {
  font-size: 2.25rem;
}

.f3 {
  font-size: 2rem;
}

.f4 {
  font-size: 1.5rem;
}

.f5 {
  font-size: 1rem;
}

.f6 {
  font-size: 0.875rem;
}

@media only screen and (min-width: 22.5em) {
  .f-headline-nw {
    font-size: 4rem;
  }

  .f-subheadline-nw {
    font-size: 2.5rem;
  }

  .f1-nw {
    font-size: 3rem;
  }

  .f2-nw {
    font-size: 2.25rem;
  }

  .f3-nw {
    font-size: 2rem;
  }

  .f4-nw {
    font-size: 1.5rem;
  }

  .f5-nw {
    font-size: 1rem;
  }

  .f6-nw {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 30em) {
  .f-headline-sm {
    font-size: 4rem;
  }

  .f-subheadline-sm {
    font-size: 2.5rem;
  }

  .f1-sm {
    font-size: 3rem;
  }

  .f2-sm {
    font-size: 2.25rem;
  }

  .f3-sm {
    font-size: 2rem;
  }

  .f4-sm {
    font-size: 1.5rem;
  }

  .f5-sm {
    font-size: 1rem;
  }

  .f6-sm {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 45em) {
  .f-headline-md {
    font-size: 4rem;
  }

  .f-subheadline-md {
    font-size: 2.5rem;
  }

  .f1-md {
    font-size: 3rem;
  }

  .f2-md {
    font-size: 2.25rem;
  }

  .f3-md {
    font-size: 2rem;
  }

  .f4-md {
    font-size: 1.5rem;
  }

  .f5-md {
    font-size: 1rem;
  }

  .f6-md {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 60em) {
  .f-headline-lg {
    font-size: 4rem;
  }

  .f-subheadline-lg {
    font-size: 2.5rem;
  }

  .f1-lg {
    font-size: 3rem;
  }

  .f2-lg {
    font-size: 2.25rem;
  }

  .f3-lg {
    font-size: 2rem;
  }

  .f4-lg {
    font-size: 1.5rem;
  }

  .f5-lg {
    font-size: 1rem;
  }

  .f6-lg {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 87.5em) {
  .f-headline-wd {
    font-size: 4rem;
  }

  .f-subheadline-wd {
    font-size: 2.5rem;
  }

  .f1-wd {
    font-size: 3rem;
  }

  .f2-wd {
    font-size: 2.25rem;
  }

  .f3-wd {
    font-size: 2rem;
  }

  .f4-wd {
    font-size: 1.5rem;
  }

  .f5-wd {
    font-size: 1rem;
  }

  .f6-wd {
    font-size: 0.875rem;
  }
}
.lh-none {
  line-height: 0;
}

.lh-solid {
  line-height: 1;
}

.lh-title {
  line-height: 1.3em;
}

.lh-copy {
  line-height: 1.5rem;
}

@media only screen and (min-width: 22.5em) {
  .lh-none-nw {
    line-height: 0;
  }

  .lh-solid-nw {
    line-height: 1;
  }

  .lh-title-nw {
    line-height: 1.3em;
  }

  .lh-copy-nw {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 30em) {
  .lh-none-sm {
    line-height: 0;
  }

  .lh-solid-sm {
    line-height: 1;
  }

  .lh-title-sm {
    line-height: 1.3em;
  }

  .lh-copy-sm {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 45em) {
  .lh-none-md {
    line-height: 0;
  }

  .lh-solid-md {
    line-height: 1;
  }

  .lh-title-md {
    line-height: 1.3em;
  }

  .lh-copy-md {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 60em) {
  .lh-none-lg {
    line-height: 0;
  }

  .lh-solid-lg {
    line-height: 1;
  }

  .lh-title-lg {
    line-height: 1.3em;
  }

  .lh-copy-lg {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 87.5em) {
  .lh-none-wd {
    line-height: 0;
  }

  .lh-solid-wd {
    line-height: 1;
  }

  .lh-title-wd {
    line-height: 1.3em;
  }

  .lh-copy-wd {
    line-height: 1.5rem;
  }
}
.v-mid {
  vertical-align: middle;
}

.v-top {
  vertical-align: top;
}

.v-bottom {
  vertical-align: bottom;
}

.v-baseline {
  vertical-align: baseline;
}

@media only screen and (min-width: 22.5em) {
  .v-mid-nw {
    vertical-align: middle;
  }

  .v-top-nw {
    vertical-align: top;
  }

  .v-bottom-nw {
    vertical-align: bottom;
  }

  .v-baseline-nw {
    vertical-align: baseline;
  }
}
@media only screen and (min-width: 30em) {
  .v-mid-sm {
    vertical-align: middle;
  }

  .v-top-sm {
    vertical-align: top;
  }

  .v-bottom-sm {
    vertical-align: bottom;
  }

  .v-baseline-sm {
    vertical-align: baseline;
  }
}
@media only screen and (min-width: 45em) {
  .v-mid-md {
    vertical-align: middle;
  }

  .v-top-md {
    vertical-align: top;
  }

  .v-bottom-md {
    vertical-align: bottom;
  }

  .v-baseline-md {
    vertical-align: baseline;
  }
}
@media only screen and (min-width: 60em) {
  .v-mid-lg {
    vertical-align: middle;
  }

  .v-top-lg {
    vertical-align: top;
  }

  .v-bottom-lg {
    vertical-align: bottom;
  }

  .v-baseline-lg {
    vertical-align: baseline;
  }
}
@media only screen and (min-width: 87.5em) {
  .v-mid-wd {
    vertical-align: middle;
  }

  .v-top-wd {
    vertical-align: top;
  }

  .v-bottom-wd {
    vertical-align: bottom;
  }

  .v-baseline-wd {
    vertical-align: baseline;
  }
}
.clip {
  position: fixed !important;
  _position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

@media only screen and (min-width: 22.5em) {
  .clip-nw {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media only screen and (min-width: 45em) {
  .clip-md {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media only screen and (min-width: 60em) {
  .clip-lg {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-75 {
  width: 75%;
}

.w-70 {
  width: 70%;
}

.w-66 {
  width: 66.66%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.w-33 {
  width: 33.33%;
}

.w-30 {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

@media only screen and (min-width: 22.5em) {
  .w-100-nw {
    width: 100%;
  }

  .w-90-nw {
    width: 90%;
  }

  .w-80-nw {
    width: 80%;
  }

  .w-75-nw {
    width: 75%;
  }

  .w-70-nw {
    width: 70%;
  }

  .w-66-nw {
    width: 66.66%;
  }

  .w-60-nw {
    width: 60%;
  }

  .w-50-nw {
    width: 50%;
  }

  .w-40-nw {
    width: 40%;
  }

  .w-33-nw {
    width: 33.33%;
  }

  .w-30-nw {
    width: 30%;
  }

  .w-25-nw {
    width: 25%;
  }

  .w-20-nw {
    width: 20%;
  }

  .w-10-nw {
    width: 10%;
  }
}
@media only screen and (min-width: 30em) {
  .w-100-sm {
    width: 100%;
  }

  .w-90-sm {
    width: 90%;
  }

  .w-80-sm {
    width: 80%;
  }

  .w-75-sm {
    width: 75%;
  }

  .w-70-sm {
    width: 70%;
  }

  .w-66-sm {
    width: 66.66%;
  }

  .w-60-sm {
    width: 60%;
  }

  .w-50-sm {
    width: 50%;
  }

  .w-40-sm {
    width: 40%;
  }

  .w-33-sm {
    width: 33.33%;
  }

  .w-30-sm {
    width: 30%;
  }

  .w-25-sm {
    width: 25%;
  }

  .w-20-sm {
    width: 20%;
  }

  .w-10-sm {
    width: 10%;
  }
}
@media only screen and (min-width: 45em) {
  .w-100-md {
    width: 100%;
  }

  .w-90-md {
    width: 90%;
  }

  .w-80-md {
    width: 80%;
  }

  .w-75-md {
    width: 75%;
  }

  .w-70-md {
    width: 70%;
  }

  .w-66-md {
    width: 66.66%;
  }

  .w-60-md {
    width: 60%;
  }

  .w-50-md {
    width: 50%;
  }

  .w-40-md {
    width: 40%;
  }

  .w-33-md {
    width: 33.33%;
  }

  .w-30-md {
    width: 30%;
  }

  .w-25-md {
    width: 25%;
  }

  .w-20-md {
    width: 20%;
  }

  .w-10-md {
    width: 10%;
  }
}
@media only screen and (min-width: 60em) {
  .w-100-lg {
    width: 100%;
  }

  .w-90-lg {
    width: 90%;
  }

  .w-80-lg {
    width: 80%;
  }

  .w-75-lg {
    width: 75%;
  }

  .w-70-lg {
    width: 70%;
  }

  .w-66-lg {
    width: 66.66%;
  }

  .w-60-lg {
    width: 60%;
  }

  .w-50-lg {
    width: 50%;
  }

  .w-40-lg {
    width: 40%;
  }

  .w-33-lg {
    width: 33.33%;
  }

  .w-30-lg {
    width: 30%;
  }

  .w-25-lg {
    width: 25%;
  }

  .w-20-lg {
    width: 20%;
  }

  .w-10-lg {
    width: 10%;
  }
}
@media only screen and (min-width: 87.5em) {
  .w-100-wd {
    width: 100%;
  }

  .w-90-wd {
    width: 90%;
  }

  .w-80-wd {
    width: 80%;
  }

  .w-75-wd {
    width: 75%;
  }

  .w-70-wd {
    width: 70%;
  }

  .w-66-wd {
    width: 66.66%;
  }

  .w-60-wd {
    width: 60%;
  }

  .w-50-wd {
    width: 50%;
  }

  .w-40-wd {
    width: 40%;
  }

  .w-33-wd {
    width: 33.33%;
  }

  .w-30-wd {
    width: 30%;
  }

  .w-25-wd {
    width: 25%;
  }

  .w-20-wd {
    width: 20%;
  }

  .w-10-wd {
    width: 10%;
  }
}
.word-normal {
  word-break: normal;
}

.word-wrap {
  word-break: break-all;
}

.word-nowrap {
  word-break: keep-all;
}

@media only screen and (min-width: 22.5em) {
  .word-normal-nw {
    word-break: normal;
  }

  .word-wrap-nw {
    word-break: break-all;
  }

  .word-nowrap-nw {
    word-break: keep-all;
  }
}
@media only screen and (min-width: 30em) {
  .word-normal-sm {
    word-break: normal;
  }

  .word-wrap-sm {
    word-break: break-all;
  }

  .word-nowrap-sm {
    word-break: keep-all;
  }
}
@media only screen and (min-width: 45em) {
  .word-normal-md {
    word-break: normal;
  }

  .word-wrap-md {
    word-break: break-all;
  }

  .word-nowrap-md {
    word-break: keep-all;
  }
}
@media only screen and (min-width: 60em) {
  .word-normal-lg {
    word-break: normal;
  }

  .word-wrap-lg {
    word-break: break-all;
  }

  .word-nowrap-lg {
    word-break: keep-all;
  }
}
@media only screen and (min-width: 87.5em) {
  .word-normal-wd {
    word-break: normal;
  }

  .word-wrap-wd {
    word-break: break-all;
  }

  .word-nowrap-wd {
    word-break: keep-all;
  }
}
.z-0 {
  z-index: 0;
}

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

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

.z-max {
  z-index: 2147483647;
}

.z-inherit {
  z-index: inherit;
}

.z-initial {
  z-index: initial;
}

.z-unset {
  z-index: unset;
}

@font-face {
  font-family: "ProximaRegularBold";
  src: url(../assets/fonts/proximanova-bold-webfont.woff2) format("woff2"), url(../assets/fonts/proximanova-bold-webfont.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "ProximaRegular";
  src: url(../assets/fonts/proximanova-regular-webfont.woff2) format("woff2"), url(../assets/fonts/proximanova-regular-webfont.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ProximaRegularSemi";
  src: url(../assets/fonts/proximanova-semibold-webfont.woff2) format("woff2"), url(../assets/fonts/proximanova-semibold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ACaslonPro";
  src: url("../assets/fonts/ACaslonPro-Italic.eot");
  src: url("../assets/fonts/ACaslonPro-Italic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ACaslonPro-Italic.woff2") format("woff2"), url("../assets/fonts/ACaslonPro-Italic.woff") format("woff"), url("../assets/fonts/ACaslonPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "ACaslonPro";
  src: url("../assets/fonts/ACaslonPro-Semibold.eot");
  src: url("../assets/fonts/ACaslonPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ACaslonPro-Semibold.woff2") format("woff2"), url("../assets/fonts/ACaslonPro-Semibold.woff") format("woff"), url("../assets/fonts/ACaslonPro-Semibold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body.evans-main .site-container {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 1.25em #222;
  box-shadow: 0 0 1.25em #222;
  -webkit-box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.15);
  overflow-x: hidden;
  min-height: 100%;
  margin-bottom: -338px;
}

@media screen and (max-width: 960px) {
  body.evans-main .site-container {
    margin-bottom: -572px;
  }
}
body.evans-main .site-container .push {
  height: 338px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  body.evans-main .site-container .push {
    height: 572px;
  }
}
body.evans-service .site-container {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  padding-top: 60px;
  min-height: 700px;
  -webkit-box-shadow: 0 0 1.25em #222;
  box-shadow: 0 0 1.25em #222;
  -webkit-box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 48em) {
  body.evans-service.woocommerce-checkout .site-container {
    margin-top: 60px;
    padding-top: 0;
  }
}
body.evans-service.woocommerce-checkout.js-cart--open .site-container {
  margin-top: 0px;
  padding-top: 60px;
}

body.evans-service.woocommerce-checkout.js-cart--open .site-container .cart__content .p-a-3-lg.p-a-1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

body.evans-service.woocommerce-checkout #hfc-frame.hfc-mobile_badge {
  display: none;
}

@media only screen and (max-width: 45em) {
  body.evans-service .site-container {
    overflow-x: hidden;
    overflow-y: visible;
  }

  body.evans-service.woocommerce-checkout.js-cart--open .site-container {
    overflow-x: hidden;
    overflow-y: visible;
  }
}
@media only screen and (min-width: 45em) {
  body.evans-service .site-container {
    min-height: 100vh;
  }
}
body.evans-service main {
  max-width: 1920px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 45em) {
  body.evans-service main {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 90em) {
  body.evans-service main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

body.page-template-page-ser main {
  padding-top: 0;
  padding-bottom: 0;
}

main {
  min-height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1;
}

.content-container {
  min-height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1;
}

body,
html {
  height: 100%;
}

.js-modal-terms-open {
  overflow: hidden;
}

.js-modal-terms-open .site-container {
  overflow: hidden;
  height: 100%;
}

.bg-brown {
  background-color: #261015;
}

.bg-grey {
  background-color: #e7e7e7;
}

.bg-lightgrey {
  background-color: #f3f3f3;
}

.bg-white {
  background-color: #fff;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  font: 500 16px "ProximaRegular", Helvetica, Arial, sans-serif;
  color: #000;
}

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

a.link-dark {
  color: #787878;
}

a.link-dark:hover {
  color: #c49d71;
}

p {
  line-height: 1.5rem;
  margin-top: 0;
  color: #787878;
}

.title {
  color: #c49d71;
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: 700;
}

.headline {
  color: #c49d71;
  text-transform: uppercase;
  font-weight: 600;
  font-family: ProximaRegularSemi;
}

.subtitle {
  color: #c49d71;
  text-transform: uppercase;
  font-weight: 500;
}
/* Evans Blog Page CSS */
.blogheading {
  color: #c49d71;
  font-weight: 600;
  font-size: 1.48rem;
  font-family: ProximaRegularSemi;
}
.blogsubheading {
  color: #c49d71;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: ProximaRegularSemi;
}
.blogtitle {
  color: #c49d71;
  font-weight: 600;
  font-size: 1.52rem;
  font-family: ProximaRegularSemi;
}
.blog-m-t {
  margin-top:6.5rem;
}
.inlink {
  color: #c49d71 !important;
}
.inlink-lgrey {
  color: #787878 !important;
}
.small-heading {
  color: #787878;
  font-size: 1.07rem;
}
.services-heading {
  color: #787878;
  font-size: 1em;
}

.swsh {
  -webkit-font-feature-settings: "swsh";
  font-feature-settings: "swsh";
}

hr {
  border: 1px solid #261015;
  border-width: 1px 0 0;
  margin-top: 0;
}

hr.menu-hr {
  border: 1px solid #fff;
  border-width: 1px 0 0;
  margin-top: 0.5em;
  width: 133px;
  margin-left: 3em;
  opacity: 0.4;
}

hr.submenu-hr {
  border: 1px solid #ccae8e;
  border-width: 1px 0 0;
  margin-top: 0.5em;
  width: 166px;
  margin-left: 0.5em;
  opacity: 0.4;
}

.accent {
  background-color: #787878;
  height: 1em;
  display: block;
  position: relative;
  width: 80%;
}

.accent-offset {
  left: 1em;
}

.accent-offset-2 {
  left: 4em;
}

@media only screen and (max-width: 44.9375em) {
  .accent-offset {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .accent-offset-2 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .accent {
    width: 80%;
  }

  .launchsoon {
    display: none;
  }
}
.vert-al-col {
  position: relative;
}

@media only screen and (min-width: 60em) {
  .vert-al-col {
    position: absolute;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
  }
}
.min-h-col {
  position: relative;
}

@media only screen and (min-width: 60em) {
  .min-h-col {
    min-height: 400px;
  }
}
.col-img img {
  width: 100%;
  display: block;
}

.evans-panel .col-img img {
  opacity: 0;
}

.min-h-services-col {
  position: relative;
  min-height: 100px;
}

@media only screen and (min-width: 60em) {
  .min-h-services-col {
    min-height: 200px;
  }
}
.col-services-img {
  min-height: 100px;
  overflow: hidden !important;
}

@media only screen and (min-width: 60em) {
  .col-services-img {
    min-height: 200px;
  }
}
.col-services-img img {
  max-height: 100px;
}

@media only screen and (min-width: 60em) {
  .col-services-img img {
    max-height: 200px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-up {
  -webkit-animation: slideUp ease-in 1;
  animation: slideUp ease-in 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@-webkit-keyframes slideUpfadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUpfadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-and-fade {
  opacity: 0;
  -webkit-animation: slideUpfadeIn ease-in 1;
  animation: slideUpfadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

div.evans-panel {
  padding-left: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 0;
}

.evans-panel .flag__copy {
  background-color: #f3f3f3;
}

@media only screen and (max-width: 59.9375em) {
  .evans-panel .flag__copy {
    background-color: #fff;
  }

  div.evans-panel {
    background-color: #fff;
    border-right: 1px solid #c49d71;
    border-bottom: 1px solid #c49d71;
    border-left: 1px solid #c49d71;
  }
}
button.evans-accordion {
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border: 1px solid #c49d71;
  font-size: 1.1em;
  padding-right: 1em;
}

button.evans-accordion.active {
  border-bottom: 1px solid #fff;
}

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

button,
select {
  text-transform: none;
}

button,
input {
  overflow: visible;
}

.evans-panel {
  display: none;
  -webkit-animation: close_menu 1s forwards;
  animation: close_menu 1s forwards;
}

.evans-panel.show {
  display: block;
  -webkit-animation: open_menu 1s forwards;
  animation: open_menu 1s forwards;
}

button.evans-accordion.active:after {
  background-image: url(../images/icons/up-arrow.svg);
}

button.evans-accordion:after {
  content: "";
  background-image: url(../images/icons/down-arrow.svg);
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  float: right;
  margin-top: 2px;
}
.evans-service-panel {
  display: none;
  -webkit-animation: close_menu 1s forwards;
  animation: close_menu 1s forwards;
}

.evans-service-panel.show {
  display: block;
  -webkit-animation: open_menu 1s forwards;
  animation: open_menu 1s forwards;
}

@media only screen and (min-width: 60em) {
  .evans-service-panel.show {
    display: none;
    -webkit-animation: close_menu 1s forwards;
    animation: close_menu 1s forwards;
  }
}
@-webkit-keyframes open_menu {
  0% {
    opacity: 0;
    display: none;
  }
  75% {
    opacity: 0.75;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes open_menu {
  0% {
    opacity: 0;
    display: none;
  }
  75% {
    opacity: 0.75;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes close_menu {
  0% {
    opacity: 0;
    display: none;
  }
  75% {
    opacity: 0.75;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes close_menu {
  0% {
    opacity: 0;
    display: none;
  }
  75% {
    opacity: 0.75;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.evans-service-accordion {
  width: 100%;
  border: none;
  background: #fff;
  padding: 0;
}

.evans-service-accordion .mob-title {
  display: block;
  padding-right: 1.2em;
  text-transform: uppercase;
  margin-bottom: -0.5em;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #787878;
}

#chat-widget-container {
width: 420px!important;
height: 700px!important;
}

@media only screen and (min-width: 60em) {
  .evans-service-accordion .mob-title {
    display: none;
  }
}
.evans-service-accordion .service-title {
  text-transform: uppercase;
}

.evans-service-accordion p {
  font-size: 0.9em;
  margin-bottom: 0.3em;
}

.evans-service-accordion .small-heading {
  font-size: 1em;
}

.badge {
  background-color: #f27051;
  color: #fff;
  font: 0.875em "proxima-nova", Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  text-transform: uppercase;
  padding-top: 32px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media only screen and (min-width: 45em) {
  .badge {
    font: 1em "proxima-nova", Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
    height: 110px;
    width: 110px;
    position: absolute;
    top: -35px;
    right: 35px;
    padding-top: 38px;
  }
}
.badge:hover {
  background-color: #805d35;
  color: #fff;
}

.btn__default {
  background-color: #261015;
  color: #c49d71;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  border-radius: 0;
  font: 500 1rem "ProximaRegular", Helvetica, Arial, sans-serif;
  padding: 1em 4em;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-
  : none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  letter-spacing: 0.05em;
}

.btn__default:hover {
  background-color: #020101;
  color: #c49d71;
}

.btn__action {
  background-color: #c49d71;
  color: #fff;
  border: 2px solid #c49d71 !important;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  border-radius: 0;
  font: 600 1rem "ProximaRegular", Helvetica, Arial, sans-serif;
  padding: 1em 2em;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
}



.btn__action:hover {
  background-color: transparent;
  color: #c49d71;
  border: 2px solid #c49d71;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}


@media only screen and (min-width: 45em) {
  .btn__action {
    width: auto;
    padding: 1em 4em;
  }
}
.btn__services {
  background-color: #c49d71;
  color: #fff;
  border: 2px solid #c49d71 !important;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  border-radius: 0;
  font: 600 .85rem "ProximaRegular", Helvetica, Arial, sans-serif;
  padding: 1em 2em;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 160px;
}

.btn__services:hover {
  background-color: transparent;
  color: #c49d71;
  border: 2px solid #c49d71;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn__action-rev {
  background-color: transparent;
  color: #c49d71;
  border: 2px solid #c49d71 !important;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  border-radius: 0;
  font: 600 1rem "ProximaRegular", Helvetica, Arial, sans-serif;
  padding: 1em 2em;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 250px;
}

.btn__action-rev:hover {
  background-color: #c49d71;
  color: #fff;
  border: 2px solid #c49d71;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn__services-rev {
  background-color: transparent;
  color: #c49d71;
  border: 2px solid #c49d71 !important;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  border-radius: 0;
  font: 600 .85rem "ProximaRegular", Helvetica, Arial, sans-serif;
  padding: 1em 2em;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 160px;
}

.btn__services-rev:hover {
  background-color: #c49d71;
  color: #fff;
  border: 2px solid #c49d71;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (min-width: 45em) {
  .btn__action-rev {
    width: auto;
    padding: 1em 4em;
  }
  .btn__services {
    width: auto;
    padding: .87em 3.5em;
    width: 210px;
  }
  .btn__services-rev {
    width: auto;
    padding: .87em 3.5em;
    width: 210px;
  }
}
.icon-bed {
  background: url(../../images/icons/bed-icon--green.svg) no-repeat center center;
  height: 20px;
}

.icon-shower {
  background: url(../../images/icons/shower-icon--green.svg) no-repeat center center;
  height: 20px;
}

.icon-car {
  background: url(../../images/icons/car-icon--green.svg) no-repeat center center;
  height: 20px;
}

.icon-document {
  background: url(../../images/icons/document-icon--green.svg) no-repeat center center;
  height: 20px;
}

.icon-chevron-up {
  background: url(../../images/icons/chevron-up--black.svg) no-repeat center center;
}

.icon-chevron-down {
  background: url(../../images/icons/chevron-down--black.svg) no-repeat center center;
}

.js-modal--open {
  overflow: hidden;
}

.modal {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
  position: fixed;
  top: -100%;
  left: -100%;
  opacity: 0;
  z-index: 500;
  overflow: auto;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  will-change: opacity;
}

.modal__wrapper {
  background: #fff;
  max-width: 700px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  margin-top: 5px;
  -webkit-transition: all 350ms 250ms ease;
  transition: all 350ms 250ms ease;
}

.modal--brand {
  background: #fff;
}

.modal__header {
  background: #261015;
  padding: 1em 1em;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 320px) {
  .modal__header {
    padding: 0.5em 1em;
  }
}
.modal__header .title {
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 320px) {
  .modal__header .title {
    font-size: 1em;
  }
}
.modal__header .subtitle {
  font: 500 0.75em "ProximaRegular", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 320px) {
  .modal__header .subtitle {
    font-size: 0.65em;
  }
}
@media screen and (max-width: 320px) {
  .panel__content {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.modal__content {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  max-height: 440px;
  padding: 1em 1.5em 2em;
}

@media screen and (max-width: 320px) {
  .modal__content {
    max-height: 400px;
  }
}
.modal__content h4 {
  font-weight: 600;
  color: #261015;
}

.modal--close {
  background: url(../images/icons/close--black.svg) no-repeat;
  width: 8px;
  height: 8px;
  display: block;
  padding: 8px;
  line-height: 8px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  text-align: center;
  z-index: 9999999;
}

@media screen and (max-width: 320px) {
  .modal--close {
    width: 6px;
    height: 6px;
    padding: 6px;
    line-height: 6px;
  }
}
.modal--close img {
  vertical-align: middle;
}

.js--modalTriggerTerms {
  cursor: pointer;
}

.panel__footer p {
  color: #fff;
}

.js-modal--open .modal {
  display: block;
  opacity: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}

.js-modal--open .modal__wrapper {
  opacity: 1;
  margin-top: 10px;
}

.js-modal--open .panel__header {
  display: none;
}

.js-modal-terms-open {
  overflow: hidden;
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.js-modal-terms-open .modal--terms {
  display: block;
  opacity: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}

.js-modal-terms-open .modal__wrapper {
  opacity: 1;
  margin-top: 0;
}

.js-modal-terms-open .panel__header {
  display: none;
}

.modal--terms {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
  position: fixed;
  top: -100%;
  left: -100%;
  opacity: 0;
  z-index: 500;
  overflow: auto;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  will-change: opacity;
}

.modal--terms li {
  line-height: 1.2rem;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 500;
  margin-left: 1em;
}

.modal__terms-content {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  max-height: 440px;
  padding: 2em 2em 2em;
}

.modal__terms-content h4 {
  font-weight: 600;
  color: #261015;
}

:focus {
  outline: none;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;

}

.form__group {
  position: relative;
  padding-top: 20px;
}

.form__label {
  font-size: 0.75em;
  display: inline-block;
  padding: 4px 0;
  font-weight: 500;
  text-transform: uppercase;
}

.form__control {
  border: 0 none;
  border-bottom: 2px solid #231f20;
  padding: 0.5em 0;
  width: 100%;
}

select.form__control {
  border: 2px solid #231f20;
  padding: 0.5em 0.75em;
}

@media only screen and (min-width: 61.25em) {
  .form--two-col-lg .form__group {
    width: 50%;
    float: left;
  }
}
.form__control[disabled] {
  cursor: not-allowed;
}

div.wpcf7 .ajax-loader {
	width: 32px !important;
	height: 32px !important;
	margin: 10px 0 0 4px !important;
}

input.wpcf7-form-control.wpcf7-submit {
display: block;
margin: 0 auto;
}
input.wpcf7-form-control.wpcf7-submit:hover {
display: block;
margin: 0 auto;
background: transparent;
color: #c49d71;
}
.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok {
}

 /* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
text-align: left;
}
.wpcf7 .wpcf7-list-item {
display: block;
margin-bottom: 5px;
}
.wpcf7-checkbox label {
position: relative;
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
/*position: relative;*/
/* position: absolute; */
width: 18px;
height: 18px;
/* top: 0;
left: 0;
display: none; */
}

select {
/*position: relative;*/
color: #787878;
}
.wpcf7-checkbox input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
display: block;
position: absolute;
content: "";
border-radius: 10%;
height: 18px;
width: 18px;
top: 0px;
left: 0px;
border: 1.5px solid #c49d71;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  padding: 6px;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  background-color: #c49d71;
  border-radius: 15%;
  opacity: 90%;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
}
/* Radio buttons */
.wpcf7-radio input[type=radio] {
position: relative;
width: 18px;
height: 18px;
top: 0;
left: 0;
display: none;
}
.wpcf7-radio input[type=radio] + span {
/* border: 3px solid red; */
}.wpcf7-radio label {
  position: relative;
  cursor: pointer;
}
.wpcf7-radio input[type=radio] + span:before {
display: block;
position: absolute;
content: "";
background: white;
border-radius: 100%;
height: 18px;
width: 18px;
top: 0px;
left: 0px;
text-align: left;
border: 1.5px solid #c49d71;
}
.wpcf7-radio input[type=radio] + span:after {
display: block;
position: absolute;
content: "";
padding: 6px;
top: 3px;
left: 3px;
visibility: hidden;
font-size: 18px;
text-align: center;
/* line-height: 30px; */
background-color: #c49d71;
border-radius: 50%;
}
.wpcf7-radio input[type=radio]:checked + span:before {
background: white;
}
.wpcf7-radio input[type=radio]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 40px;
display: inline-block;
}

input.wpcf7-form-control.wpcf7-file {
  background: #fff;
}

div.wpcf7-response-output {
/* display: none !important; */
}

#evans-contact #message {
  height: 150px;
}

#evans-contact .error {
  color: red;
  font-size: 0.9em;
}

.logo {
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
}

.logo > a {
  display: block;
}

@media only screen and (min-width: 45em) {

  .logo {
    max-width: 100%;
    padding-top: 0;
  }
}
.tabs {
  width: 100%;
  display: inline-block;
}

.tab-links:after {
  display: block;
  clear: both;
  content: "";
}

.tab-links li {
  float: left;
  list-style: none;
}

.tabs-border {
  border-bottom: 1px solid #c49d71;
  border-top: 1px solid #c49d71;
}

.tab-links a {
  padding: 1em 0.6rem;
  display: inline-block;
  font-family: "ACaslonPro", Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
  color: #c49d71;
}
.tab-links a h3 {
  font-size: 0.75rem;
  font-family: "ACaslonPro", Georgia, serif;
}

@media only screen and (min-width: 45em) {
  .tab-links a {
    padding: 1em;
  }
  .tab-links a h3 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 60em) {
  .tab-links a {
    padding: 1em 2em;
  }
}
@media only screen and (min-width: 75em) {
  .tab-links a {
    padding: 1em 4em;
  }
}
.tab-links li.border-r a {
  border-right: 0;
}

@media only screen and (min-width: 45em) {
  .tab-links li.border-r a {
    border-right: 1px solid #c49d71;
  }

  #service-anchors li{
    display: inline-block;
    /* margin-bottom: 1.5rem; */
    margin-right:1.5rem;
    margin-left:1.5rem;
  }
  #service-anchors {
    position: absolute;
  }

  #location-anchors li{
    display: inline-block;
    /* margin-bottom: 1.5rem; */
    margin-right:1.5rem;
    margin-left:1.5rem;
  }

    #fixed-anchors li{
      display: inline-block;
      /* margin-bottom: 1.5rem; */
      margin-right:1.6rem;
      margin-left:1.6rem;
    }
    #location-title li{
      display: inline-block;
      /* margin-bottom: 1.5rem; */
      margin-right:1.6rem;
      margin-left:1.6rem;
    }

}
.tab-links li.active a {
  color: #7E7E7E;
}

.tab-links a:hover {
  text-decoration: none;
}

li a:hover {
  color: #805d35;
}

li.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #c49d71;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.tab {
  display: none;
}

.tab-border-btm {
  border-bottom: 1px solid #c49d71;
}

.tab.active {
  display: block;
}

.service-title {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.main--tab-container {
  float: left;
  position: relative;
  left: 50%;
}

.fixer--tab-container {
  float: left;
  position: relative;
  left: -50%;
}

.saswp-grid-pagination a.active {

background-color: #c49d71 !important;
color: white !important;
}

.saswp-grid-pagination a {

  color: #4A4A4A !important;
}

.saswp-rc-nm a {

  color: #4A4A4A !important;
}
/* Anchor links service page */
#service-anchors ul{
  list-style-type: none;

}
#location-anchors ul{
  list-style-type: none;

}

#service-anchors > ul > li:nth-child(n) > a {

  color:#4A4A4A;
  font-size: .93rem;
  letter-spacing:.45px;
  font-family: ProximaRegular;
}

#service-anchors > ul > li:nth-child(n) > a:hover  {

  /* color: #c49d71; */
  text-decoration: underline;

}
#service-anchors li{
  margin-bottom: 2.5rem;
}

#service-anchors {

  /* border: solid 1px #7E7E7E; */
  background: #fcfcfc
}

#location-anchors > ul > li:nth-child(n) > a {

  color:#4A4A4A;
  font-size: .93rem;
  letter-spacing:.45px;
  font-family: ProximaRegular;
}

#location-anchors > ul > li:nth-child(n) > a:hover  {

  /* color: #c49d71; */
  text-decoration: underline;

}
#location-anchors li{
  margin-bottom: 2.5rem;
}


#location-anchors {

  /* border: solid 1px #7E7E7E; */
  background: #fcfcfc
}

/* Fixed anchors all services pages */
#fixed-anchors ul{
  list-style-type: none;

}
#location-titles ul{
  list-style-type: none;

}


#fixed-anchors a[href^="#"] {

  color: #4A4A4A;
  font-size: .95rem;
  letter-spacing: .2px;
  font-family: ProximaRegularSemi;

}

#location-titles a[href^="#"] {

  color: #4A4A4A;
  font-size: .95rem;
  letter-spacing: .2px;
  font-family: ProximaRegularSemi;

}


/* Loader GIF */

#loader{
 z-index:999999;
 display:none;
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background:url(./spinner.gif) 50% 50% no-repeat white;
}

/* Locations on Service pages */
ul#locations li {
display:inline-block;
color: #787878;
line-height: 24px;
margin-right: 20px;
font-size: .66rem;
}

ul#locations li:before {
	content: '\00a0\2022\00a0\00a0';
	color:#c49d71;
	color:#c49d71;

}

ul[title]::before {
    content: attr(title);
    /* then add some nice styling as needed, eg: */
    display: block;
    font-weight: bold;
    padding-bottom: 8px;
    color: #787878;
    font-size: .95em;
}

/* Locations on Service pages */
ul#pricelist {
display:block;
color: #787878;
line-height: 30px;
list-style: none; /* Remove default bullets */

}

ul#pricelist  li:before {
	content:  "\2022";
	color:#c49d71;
	color:#c49d71;
  font-weight: bold;
   display: inline-block;
   width: 1em; /* Also needed for space (tweak if needed) */
margin-left: -1em; /* Also needed for space (tweak if needed) */


}

#pricelist > li:nth-child(n) > span {
  color: #c49d71;
  font-size: 14px;
  margin-left: 5px;

}


.nav {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  float: right;
}

/* Magic Tooltips */
.mm-tooltip-cf7.mm-tooltip-cf7-title-underline {
font-weight: normal !important;

}
.nav li {
  list-style: none;
  display: inline-block;
}

.nav li a {
  display: block;
}

.nav {
  font-family: "ProximaRegular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
  padding-top: 40px;
}

@media only screen and (min-width: 60em) {

  .examples-of-our-work  {
margin-top:11rem;

  }

#service-anchors > ul > li:nth-child(n) {
    display: inline-block;
    margin-right:2.1rem;
    margin-left:2.1rem;
    margin-bottom: 3.5rem;


  }
  #location-anchors > ul > li:nth-child(n) {
      display: inline-block;
      margin-right:2.1rem;
      margin-left:2.1rem;
      margin-bottom: 3.5rem;


    }


  #fixed-anchors a[href^="#"] {

    color: #4A4A4A;
    font-size: .95rem;
    letter-spacing: .2px;
    font-family: ProximaRegularSemi;

  }
  #location-titles a[href^="#"] {

    color: #4A4A4A;
    font-size: .95rem;
    letter-spacing: .2px;
    font-family: ProximaRegularSemi;

  }



  ul#locations li {

  font-size: .9rem;
  }

  .nav {
    padding: 0;
  }
}
.navigation__mobile > .list {
  overflow: hidden;
}

.navigation__mobile > .list > li.has-dropdown:before {
  background: url(../../../images/icons/chevron-right--tan.svg) no-repeat right center;
  display: block;
  height: 10px;
  width: 5px;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2.5px;
}

.navigation__mobile > .list > li.current {
  background-color: #bd915f;
}

.nav > .list li {
  font-size: 15px;
  line-height: 1;
  text-align: left;
}

.nav li > a,
.nav li > span {
  color: #c49d71;
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 15px 10px;
  width: 100%;
  cursor: pointer;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {

  .nav li > a,
.nav li > span {
    font-size: 15px;
  }
}

.nav li > a:hover,
.nav li > span:hover {
  color: #805d35;
}

.navigation__submenu {
  background: #000;
  position: absolute;
  height: 100%;
  padding-top: 106px;
  width: 100%;
  z-index: 1;
  top: 0;
  right: -100%;
  padding-left: 40px;
  -webkit-transition: right 250ms ease-in-out;
  transition: right 250ms ease-in-out;
}

.navigation__submenu.open {
  right: 0;
}

.submenu-close {
  background: #020101;
  position: absolute;
  width: 40px;
  left: 0;
  top: 0;
  padding-top: 106px;
  text-align: center;
  color: #fff;
  height: 100%;
}

.submenu-close .icon--chevron-left {
  height: 12px;
  width: 12px;
  margin: 15px auto;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.submenu-close:hover .icon--chevron-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu__header {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 15px 20px;
  font-family: "ProximaRegular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.submenu__header > a {
  color: #fff;
}

.submenu__header > a:hover {
  color: #d3b695;
}

.nav-toggle {
  background: #261015;
  position: absolute;
  top: 0.3em;
  right: 0;
  width: 3.75em;
  height: 3.25em;
  padding: 1em;
  display: block;
  font-size: 1em;
  text-indent: -999em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 350ms linear;
  transition: opacity 350ms linear;
  z-index: 1;
}

.nav-toggle > span {
  display: block;
  position: absolute;
  top: 1.5625em;
  left: 1em;
  right: 1em;
  height: 0.125em;
  background: #c49d71;
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.nav-toggle > span:before,
.nav-toggle > span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 0.125em;
  background-color: #787878;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.nav-toggle > span:before {
  top: -0.5em;
}

.nav-toggle > span:after {
  bottom: -0.5em;
}

.nav-close {
  background: #261015;
  position: absolute;
  top: 0.3em;
  right: 0;
  width: 3.75em;
  height: 3.25em;
  padding: 1em;
  display: block;
  font-size: 1em;
  text-indent: -999em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 350ms linear;
  transition: opacity 350ms linear;
  z-index: 0;
  opacity: 0;
}

.nav-close > span {
  display: block;
  position: absolute;
  top: 1.5625em;
  left: 1em;
  right: 1em;
  height: 0.125em;
  background: transparent;
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.nav-close > span:before,
.nav-close > span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 0.125em;
  background-color: #787878;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.nav-close > span:before {
  top: 0em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-close > span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 60em) {

  .nav-toggle,
.nav-close {
    display: none;
  }
}
.navigation__main {
  text-align: right;
}

.navigation__main > .list > li {
  background: url(../../../images/nav-divider.gif) no-repeat left center;
  display: inline-block;
  margin: 0 -2px;
}

.navigation__main > .list > li:hover > a,
.navigation__main > .list > li:hover > span {
  color: #fff;
}

.navigation__main > .list > li.more-dropdown {
  display: none;
}

.navigation__main > .list > li.current {
  background-color: #14080b;
}

.navigation__main > .list > li:first-child {
  background-image: none;
}

.navigation__main > .list > li > span,
.navigation__main > .list > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  display: block;
}

@media screen and (min-width: 768px) {
  .navigation__main {
    position: relative;
  }
}
@media screen and (min-width: 1300px) {
  .navigation__main > .list {
    margin-right: 0;
  }
}
.navigation__main .has-dropdown > span:before,
.navigation__main .has-dropdown > a:before {
  background: url(../../../images/icons/chevron-down--tan.svg) no-repeat right center;
  display: block;
  height: 5px;
  width: 10px;
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -2.5px;
}

.navigation__main .has-dropdown:hover > span:before,
.navigation__main .has-dropdown:hover > a:before {
  background: url(../../../images/icons/chevron-down--white.svg) no-repeat right center;
}

.navigation__main .hidden-links {
  position: absolute;
  background: #020101;
  right: 0;
  top: 100%;
  z-index: 10;
  padding: 10px 0;
  list-style: none;
}

.navigation__main .hidden-links:before {
  bottom: 100%;
  right: 27px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #020101;
  border-width: 10px;
}

.navigation__main .hidden-links li > a {
  padding: 10px 20px;
}

.navigation__main .hidden-links.hidden {
  display: none;
}

.navigation__main button {
  background: url(../../../images/nav-divider.gif) no-repeat left center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 14px 20px;
  outline: 0;
  border: 0;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  display: inline-block;
}

.navigation__main button.hidden {
  -webkit-transition: none;
  transition: none;
  width: 0;
  padding: 0;
  overflow: hidden;
}

.secondary-nav {
  list-style: none;
  margin: 0;
}

.secondary-nav li {
  background: url(../../../images/nav-divider.gif) no-repeat left center;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  displaY: inline-block;
}

.dropdown_menu {
  display: none;
}

.has-dropdown {
  position: relative;
}

.dropdown_menu {
  background: #020101;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown_menu:before {
  bottom: 100%;
  left: 27px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #020101;
  border-width: 10px;
}

.dropdown_menu > li {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.dropdown_menu > li:hover,
.dropdown_menu > li.current:hover {
  background-color: #000;
}

.dropdown_menu > li.current {
  background-color: #261015;
}

.has-dropdown:hover .dropdown_menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.has-dropdown:last-child:hover .dropdown_menu {
  left: auto;
  right: 0;
}

.has-dropdown:last-child:hover .dropdown_menu:before {
  left: auto;
  right: 27px;
}

@media only screen and (min-width: 960px) {
  #menuAccordion,
.hamburger {
    display: none;
  }
}
.js-drawer--open .drawer--overlay {
  opacity: 0.95;
  width: 100%;
  height: 100%;
}

.has-dropdown {
  position: relative;
}

.nav_mob,
.dropdown,
.nav_mob li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0;
  padding: 0;
}

.nav_mob li a {
  display: block;
}

.nav__item {
  zoom: 1;
}

.nav__item:after,
.nav__item:before {
  display: table;
  clear: both;
  content: "";
}

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

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

.nav--horizontal {
  text-align: center;
}

.nav--horizontal li {
  display: inline-block;
  vertical-align: top;
  margin-left: -0.25em;
  margin-right: -0.25em;
}

.nav--horizontal li a {
  padding: 0.5em 1em;
}

.navigation__mobile {
  overflow-y: auto;
  max-height: 100vh;
}

.navigation__mobile li a:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.25);
}

.navigation__mobile li > a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #c49d71;
  font-weight: 500;
  padding: 15px 30px;
  text-transform: uppercase;
  font-family: "ProximaRegular";
}

.dropdown-trigger .dropdown_level_1.show img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fn-accordion i {
  background-image: url(../images/icons/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  height: 20px;
  width: 20px;
  float: right;
}

.fn-accordion-open > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

li.nav__item.nav__item-8.has-dropdown.accordion-mobile-fix {
  height: 66px;
}

.blue-background .fn-accordion i {
  background-image: url(../images/icons/down-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  height: 25px;
  width: 25px;
  float: right;
}

.blue-background .fn-accordion-open > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drawer__wrap {
  height: 100%;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  float: right;
}

.dropdown_level_1 .drawer__wrap {
  background-color: #261015;
  width: 300px;
}

.dropdown_level_2 .drawer__wrap {
  background-color: #007899;
  width: 280px;
}

.js-accordion-wrap {
  display: none;
}

.dropdown .nav_mob a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  padding: 15px 20px;
}

.dropdown .nav_mob a:hover {
  background-color: #ffc709;
}

.has-dropdown > a {
  width: 80%;
  float: left;
}

.drawer__dropdown {
  background: transparent;
  display: block;
  position: fixed;
  top: 0;
  overflow-y: auto;
  z-index: 55;
  width: 320px;
  height: 100%;
  left: -320px;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer__header {
  display: none;
}

.drawer__dropdown.open {
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}

.dropdown_level_1 a {
  color: #fff !important;
  padding-left: 50px !important;
  text-transform: none !important;
}

a#menuAccordion {
  float: right;
}

.drawer {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(1%, transparent), to(#000));
  background: linear-gradient(to right, transparent 0%, transparent 1%, #000 100%);
  position: fixed;
  top: 60px;
  height: 100%;
  will-change: transform;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 100;
  width: 100%;
}

.drawer__container {
  height: 100%;
  width: 320px;
  float: right;
  background: #261015;
}

.drawer--overlay {
  background-color: #261015;
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left {
  left: -100%;
}

.drawer--right {
  right: -100%;
}

.js-drawer--open {
  height: 100%;
  overflow: hidden;
}

.js-drawer--open-left .drawer--left {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.js-drawer--open-right .drawer--right {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.js-drawer--open-accordion .menu-accordion {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.js-drawer--open-drawer .menu-drawer {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.js-drawer--open .drawer--overlay {
  opacity: 0.95;
  width: 100%;
  height: 100%;
}

.btn--close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
}

.sub-menu-parent {
  position: relative;
}

.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -5em;
  width: 16em;
  margin-top: 0.45em;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  z-index: -1;
  background: #e4e4e4;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  text-align: left;
  padding: 1em 1.5em;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.sub-menu-parent:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}

.sub-menu:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #e4e4e4;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

@media only screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #261015;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a {
  color: #261015;
  text-decoration: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

a:hover {
  color: #020101;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

a:focus {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.link__read-more {
  background: url(../../../images/icons/chevron-right--black.svg) no-repeat;
  background-position: 0 center;
  background-size: 14px 11px;
  padding-left: 15px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.link__read-more:hover {
  background-position: 100% center;
  padding-left: 0;
  padding-right: 15px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.site__header {
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  position: fixed;
  max-width: 1920px;
  height: 60px;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #f3f3f3;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

body.evans-service .site__header {
  z-index: 9999;
}

.js-drawer--open .site__header {
  background-color: #261015;
}

.js-drawer--open .hamburger-inner,
.js-drawer--open .hamburger-inner::before,
.js-drawer--open .hamburger-inner::after {
  background-color: #c49d71;
}

.site__header .logo a img {
  padding-top: 0.65em;
  max-width: 150px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 45em) {
  .large-text {
    font-size: 1.25em;
  }
}
.large-text {
  font-size: 1em;
}

@media only screen and (min-width: 60em) {
  .site__header .logo a img {
    padding-top: 0.5em;
    position: relative;
  }
}
.icon-facebook .icon,
.icon-instagram .icon,
.icon-phone .icon {
  fill: #fff;
  fill-rule: evenodd;
}

.phone a {
  color: #fff;
}

.phone a:hover {
  color: #fff;
}

.site__footer {
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 1.25em #222;
  box-shadow: 0 0 1.25em #222;
  -webkit-box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.15);
}

body.evans-service .site__footer {
  z-index: 999;
  position: relative;
}

.footer__top {
  background-color: #261015;
}

.footer__top li {
  list-style: none;
  font-size: 0.9em;
}

.footer__top .footer-title {
  text-transform: uppercase;
}

.footer__bottom {
  background-color: #1D0C10;
  font-size: 0.8em;
}

.footer__top a:hover,
.footer__bottom a:hover {
  color: #805d35;
}

.footer__top p,
.footer__top a,
.footer__bottom a {
  color: #c49d71;
}

.footer__bottom a {
  cursor: pointer;
}

@media only screen and (min-width: 60em) {
  .footer-border {
    border-right: 1px solid rgba(196, 157, 113, 0.5);
  }
}
@media only screen and (max-width: 59.9375em) {
  .footer-border-mob {
    border-top: 1px solid rgba(196, 157, 113, 0.5);
  }
}
.legal {
  color: #c49d71;
  text-transform: uppercase;
}

.footer__bottom .disclaimer {
  padding-top: 1.4em;
  margin-bottom: 2.4em;
}

@media only screen and (max-width: 44.9375em) {
  .t-home .site__footer p {
    font-size: 0.8em !important;
  }
}
@media only screen and (max-width: 44.9375em) {
  .t-home .site__footer a {
    font-size: 0.8em !important;
  }
}
.disable-grid {
  top: 1em;
  right: 1em;
  z-index: 20000;
  position: fixed;
}

body.evans-main .hero {
  height: 200px;
  margin-top: 3.7em;
}

body.evans-main .message-hero {
  height: 200px;
  margin-top: 3.7em;
}


@media only screen and (min-width: 45em) {
  .hero {
    height: 400px;
  }

  body.evans-main .hero {
    height: 400px;
  }




  body.evans-main .message-hero {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1441px) {
  .hero {
    margin-left: 0;
    margin-right: 0;
  }
}
body.evans-service .hero {
  height: 450px;
}

@media only screen and (min-width: 45em) {
  body.evans-service .hero {
    height: 700px;
  }

}
@media screen and (min-width: 1441px) {
  body.evans-service .hero {
    margin-left: 0;
    margin-right: 0;
  }
}
body.evans-service .hero-content img {
  width: 200px;
}

@media only screen and (min-width: 45em) {
  body.evans-service .hero-content img {
    width: 300px;
  }
}
.t-home footer {
  z-index: 99999;
}

.fp-section .btn {
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.875rem 1.5rem;
}

.evans-home-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin: 0 auto;
  max-width: 200px;
  z-index: 2;
}

@media only screen and (min-width: 45em) {
  .evans-home-logo {
    max-width: 350px;
  }

  .fp-section .btn {
    background-color: transparent;
    background-color: transparent;
    max-width: initial;
    padding: 1.2rem 2.2rem;
  }
}
.evans-home-2 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQYV2NkwAIYCQnWQxU0IqvEKgg3CQBKlAIGmhGyYgAAAABJRU5ErkJggg==), url(../images/hero/HOME-Services.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.evans-home-3 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQYV2NkwAIYCQnWQxU0IqvEKgg3CQBKlAIGmhGyYgAAAABJRU5ErkJggg==), url(../images/hero/HOME-story.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.evans-home-4 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQYV2NkwAIYCQnWQxU0IqvEKgg3CQBKlAIGmhGyYgAAAABJRU5ErkJggg==), url(../images/hero/HOME-workmanship2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.evans-home-5 {
  background-image: url(../images/hero/FW-H-testimonials.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.quote {
  line-height: 1.2em;
  font-size: 1em;
}
.home-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
/* .87 large scren */

}
.slide-overlay {

  background-color: rgba(0, 0, 0, 0.85);

}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);

}
body.home .fcb-link-button {display:none;}

body.page-template-page-message .fcb-link-button   {
  display: none;
}

@media only screen and (min-width: 45em) {
  .quote {
    line-height: 1.6em;
    font-size: 1.2em;
  }
  body.home .fcb-link-button {display:block;}


  .fp-tableCell {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .slide-overlay {

    background-color: rgba(0, 0, 0, 0.88);

  }

}


@media only screen and (min-width: 60em) {
  .home-content {
    left: 40%;
  }
}
.home-content p {
  color: #fff !important;
}

.section .home-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

.section.active .home-content {
  visibility: visible;
  opacity: 1;
}

#fp-nav {
  display: none;
}

@media only screen and (min-width: 45em) {
  #fp-nav {
    display: block;
  }
}
#fp-nav ul,
.fp-slidesNav ul {
  float: right !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #c49d71 !important;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
@media (max-width: 767px) {
  .fullscreen-bg {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQYV2NkwAIYCQnWQxU0IqvEKgg3CQBKlAIGmhGyYgAAAABJRU5ErkJggg==) repeat, url(../images/hero/HOME-Intro.png) center no-repeat;
    background-size: cover;
  }

  .fullscreen-bg__video {
    display: none;
  }
}
.fn__downarrow img {
  bottom: 2%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@-webkit-keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.fn__downarrow img:hover {
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

.our-services-bg {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQYV2NkwAIYCQnWQxU0IqvEKgg3CQBKlAIGmhGyYgAAAABJRU5ErkJggg==) repeat, url(../images/hero/FW-H-OurServices.png) center no-repeat;
  background-size: cover;
}

.our-services-grid .services-text {
  bottom: 0em;
  color: white;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-transform: uppercase;
  color: #c49d71;
  font-weight: 600;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(39%, rgba(0, 0, 0, 0.51)), color-stop(76%, #000));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.51) 39%, #000 76%);
  width: 100%;
  overflow: hidden;
}

.ev-service-img img {
  width: 100%;
  height: 100%;
}

.ev-service-link:hover .ev-service-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ev-service-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
}

@media only screen and (min-width: 45em) {
  .grid-push-1 {
    top: -0.3em;
  }
}
@media only screen and (min-width: 45em) {
  .grid-push-2 {
    top: -0.6em;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .evans-l-rest .evans-panel p {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .evans-l-rest .evans-panel .small-heading {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .evans-l-rest .evans-panel .subtitle {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 960px) {
  .evans-l-rest .evans-panel {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .evans-l-care .evans-panel {
    display: block;
  }
}
.our-leathercare-bg {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQYV2NkwAIYCQnWQxU0IqvEKgg3CQBKlAIGmhGyYgAAAABJRU5ErkJggg==) repeat, url(../images/hero/FW-H-Leathercare.png) center no-repeat;
  background-size: cover;
}

.workmanship-bg {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQYV2NkwAIYCQnWQxU0IqvEKgg3CQBKlAIGmhGyYgAAAABJRU5ErkJggg==) repeat, url(../images/hero/FW-H-Workmanship.png) center no-repeat;
  background-size: cover;
}

.bg-workmanship-half {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQYV2NkwAIYCQnWQxU0IqvEKgg3CQBKlAIGmhGyYgAAAABJRU5ErkJggg==) repeat, url(../images/hero/FW-BAK.png) center no-repeat;
  background-size: cover;
}

body.evans-main .bg-workmanship-half p {
  color: #fff;
}

.evans-faqs .evans-panel {
  border-right: 1px solid #c49d71;
  border-bottom: 1px solid #c49d71;
  border-left: 1px solid #c49d71;
}

.evans-faqs button.evans-accordion.active {
  border-bottom: 1px solid #c49d71;
}

.faq-bg {
  background: url(../images/hero/FW-H-FAQS.jpg) center no-repeat;
  background-size: cover;
}

.cust-supp-bg {
  background: url(../images/hero/FW-H-CUST-SUPP.jpg) center no-repeat;
  background-size: cover;
}

.our-story-bg {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQYV2NkwAIYCQnWQxU0IqvEKgg3CQBKlAIGmhGyYgAAAABJRU5ErkJggg==) repeat, url(../images/hero/FW-H-Workmanship.png) center no-repeat;
  background-size: cover;
}

.contact-bg {
  background: url(../images/FW-FEATURE-Us.png) center no-repeat;
  background-size: cover;
}

.bg-contact-map {
  background: url(../images/evans-location.JPG) center no-repeat;
  background-size: cover;
  min-height: 550px;
}

.services-hero {
  height: 600px;
  margin-top: 3.7em;
}

@media only screen and (min-width: 45em) {
  .services-hero {
    height: 650px;
  }
}
@media screen and (min-width: 1441px) {
  .services-hero {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 48em) {
  .services-pattern-bg {
    background: url(../images/FW-FEATURE-SERVICES-BAK.png);
    background-repeat: repeat-x;
    background-size: contain;
  }
}
.services-hero-sub-img {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.service-hero-copy {
  font-size: 0.9em;
}

@media only screen and (min-width: 60em) {
  .service-hero-copy {
    font-size: 1em;
  }
}
.evans-service-panel p.m-v-1 {
  border-top: 1px solid #c49d71;
  padding: 1em;
}

.services__col--text,
.services__col--img {
  margin-left: -0.25em;
  margin-right: -0.25em;
  position: relative;
}

.services__col--img {
  left: -70%;
}

.services__col--text {
  left: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kicker h1 {
  background-color: #261015;
  color: #c49d71;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (min-width: 60em) {
  .kicker h1 {
    font-size: 22px;
  }
}
li.order-status {
  background: #c49d71;
  border: 2px solid #c49d71;
  margin-left: 10px;
}

li.order-status:hover {
  background: transparent;
  border: 2px solid #c49d71;
}

li.order-status a {
  color: #fff;
  padding: 10px 10px;
}

li.order-status:hover a {
  color: #c49d71;
}

li.order-status-mob {
  border-top: 2px solid #c49d71;
}

.js-modal-order-open .site-container {
  overflow: hidden;
  height: 100%;
}

.js-modal-order-open {
  overflow: hidden;
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.js-modal-order-open .modal--order {
  display: block;
  opacity: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}

.js-modal-order-open .modal__wrapper {
  opacity: 1;
  margin-top: 0;
}

.js-modal-order-open .panel__header {
  display: none;
}

.modal--order {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
  position: fixed;
  top: -100%;
  left: -100%;
  opacity: 0;
  z-index: 9999999;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  will-change: opacity;
}

.modal--order li {
  line-height: 1.2rem;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 500;
  margin-left: 1em;
}

.modal--order .modal__wrapper {
  top: 0;
  left: 0;
  bottom: auto;
  -webkit-transform: translate(0);
  transform: translate(0);
  height: 100%;
  overflow-y: auto;
}

.modal__order-content {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 280px;
  padding: 1.5em;
}

@media screen and (min-width: 600px) {
  .modal__order-content {
    max-height: 580px;
  }

  .modal--order .modal__wrapper {
    max-height: 580px;
    min-height: 280px;
    height: auto;
    left: 50%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 30em) {
  .modal__order-content {
    padding: 3em 3em 3em;
  }
}
.modal__order-content h4 {
  font-weight: 600;
  color: #261015;
}

.track-order-search {
  width: 100%;
  padding: 1em;
  border: 1px solid #c49d71;
  border-radius: 0;
}

.track-order-btn {
  background: #c49d71;
  padding: 1em;
  width: 100%;
  color: #fff;
  border: 1px solid #c49d71;
  border-radius: 0;
  font: 500 1rem "ProximaRegular", Helvetica, Arial, sans-serif;
  padding: 1em 2em;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.track-order-btn:hover {
  background: #805d35;
  border: 1px solid #805d35;
}

.border-btm {
  border-bottom: 1px solid #787878;
}


@media only screen and (max-width: 47em) {
  p.bold-mob {
    font-weight: 900;
  }

  .order-status-found p {
    font-size: 0.75em;
  }
}
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100vh;
}


.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: absolute;
  z-index: 10;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  right: 0 !important;
  left: -5%;
  margin: 0 auto;
  max-width: 1920px;
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #c49d71;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.video__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
}

.video__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
  z-index: 1;
}

.video__wrapper video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  height: 100vh;
  max-height: 100vh;
  display: none;
}

@media screen and (min-width: 990px) {
  .video__wrapper:before {
    background-color: rgba(0, 0, 0, 0.15);
  }

  .video__wrapper video {
    display: block;
  }
}
.evans-home-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.evans-panel {
  background-color: #f3f3f3;
}

.evans-panel__wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 60em) {
  .evans-panel__content {
    min-height: 400px;
  }

  .evans-panel__img {
    background-color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    min-height: 400px;
  }

  .evans-panel__img:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
  }

  .evans-panel__img > .col-img {
    vertical-align: middle;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: center center;
    bottom: 0;
  }

  .fl-lg.evans-panel__img {
    left: 0;
  }

  .fr-lg.evans-panel__img {
    right: 0;
  }
}
.modal__service-content .large-text {
  font-size: 0.875em;
}

.modal__service-content .service-checkbox + label {
  font-size: 0.875em;
}

@media only screen and (min-width: 25em) {
  .modal__service-content .large-text {
    font-size: 1em;
  }

  .modal__service-content .service-checkbox + label {
    font-size: 1em;
  }
}
@media only screen and (min-width: 45em) {
  .modal__service-content .large-text {
    font-size: 1.25em;
  }
}
body.page-template-single-services .quote, body.page-template-page-message .quote,
body.page-template-page-template-single-services .quote,
body.evans-service .quote {
  color: #c49d71;
  font-family: "ProximaRegular";
  font-weight: 100;
  font-size: 1.25rem !important;
}

@media only screen and (min-width: 45em) {
  body.page-template-single-services .quote, body.page-template-page-message .quote,
body.page-template-page-template-single-services .quote,
body.evans-service .quote {
    line-height: 1.25em;
    font-size: 1.875em;
  }
}
.small-heading {
  color: #787878;
  font-size: 1.07em;
}
.small-descriptor {
  color: #c49d71;
  font-size: 1.15em;
  font-weight: 400;
}
.services-title {
font-size: 1em;
font-weight: normal;
color: #787878;
}
.services-title:hover {
color: #c49d71;
}
.swsh {
  -moz-font-feature-settings: "swsh";
  -webkit-font-feature-settings: "swsh";
  font-feature-settings: "swsh";
}

hr {
  border: 1px solid #261015;
  border-width: 1px 0 0;
  margin-top: 0;
}

hr.menu-hr {
  border: 1px solid #fff;
  border-width: 1px 0 0;
  margin-top: 0.5em;
  width: 133px;
  margin-left: 3em;
  opacity: 0.4;
}

hr.submenu-hr {
  border: 1px solid #ccae8e;
  border-width: 1px 0 0;
  margin-top: 0.5em;
  width: 166px;
  margin-left: 0.5em;
  opacity: 0.4;
}

.accent {
  background-color: #787878;
  height: 1em;
  display: block;
  position: relative;
  width: 80%;
}

.accent-offset {
  left: 1em;
}

.accent-offset-2 {
  left: 4em;
}

@media only screen and (max-width: 44.9375em) {
  .accent-offset {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .accent-offset-2 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .accent {
    width: 80%;
  }

  .launchsoon {
    display: none;
  }
}
.min-h-services-col {
  position: relative;
  min-height: 100px;
}

@media only screen and (min-width: 60em) {
  .min-h-services-col {
    min-height: 200px;
  }
}
.col-services-img {
  min-height: 100px;
  overflow: hidden !important;
}

@media only screen and (min-width: 60em) {
  .col-services-img {
    min-height: 200px;
  }
}
.col-services-img img {
  max-height: 100px;
}

@media only screen and (min-width: 60em) {
  .col-services-img img {
    max-height: 200px;
  }
}
.cart__dropdown {
  background: transparent;
  display: block;
  position: fixed;
  top: 0;
  overflow-y: auto;
  z-index: 54;
  width: 320px;
  height: 100%;
  left: -320px;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}

.cart__header {
  display: none;
}

.cart__dropdown.open {
  transform: translateX(-320px);
}

.cart_level_1 a {
  color: #fff !important;
  padding-left: 50px !important;
  text-transform: none !important;
}

.cart {
  position: absolute;
  top: 0;
  height: 100%;
  will-change: transform;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 998;
  width: 320px;
}

.js-cart--open-accordion.js-cart--minimal .cart__container {
  box-shadow: none;
}

.cart__container {
  height: 100%;
  width: 320px;
  float: right;
  background: #252525;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}

.js-cart--open-accordion .cart__container {
  -webkit-box-shadow: 0 0 30px -4px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 30px -4px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 30px -4px rgba(0, 0, 0, 0.9);
}

.cart__content {
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -ms-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  visibility: visible;
  opacity: 1;
}

.js-cart--open-accordion.js-cart--minimal .cart__container .cart__content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -ms-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}

.cart--right {
  right: -320px;
}

.js-cart--open {
  height: 100%;
}

.js-cart--open-right .cart--right {
  transform: translateX(0%);
}

.js-cart--open-accordion .cart-accordion {
  transform: translateX(-320px);
}

.js-cart--open-accordion.js-cart--minimal .cart-accordion {
  transform: translateX(-40px);
}

@media only screen and (min-width: 75em) {
  .js-cart--open-accordion.js-cart--minimal .cart-accordion {
    transform: translateX(-60px);
  }
}
.cart__content h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cart__content a {
  font-size: 13px;
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}

.cart__content a:hover {
  color: #c49c71;
}

.cart__content hr.cart-divider {
  border: 1px solid #fff;
  border-width: 1px 0 0;
}

.cart__content .cart-divider-light {
  border: 1px solid #fff3;
  border-width: 1px 0 0;
}

.cart-modal--close img {
  vertical-align: middle;
}

.cart-modal--close {
  background: url(../images/icons/close--white.svg) no-repeat;
  width: 8px;
  height: 8px;
  display: block;
  padding: 8px;
  line-height: 8px;
  position: absolute;
  top: 76px;
  right: 16px;
  cursor: pointer;
  text-align: center;
  z-index: 9999999;
}

@media screen and (max-width: 320px) {
  .cart-modal--close {
    width: 6px;
    height: 6px;
    padding: 6px;
    line-height: 6px;
  }
}
.cart-modal--open {
  display: block;
  position: absolute;
  width: 40px;
  height: 120px;
  top: 25%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  text-align: center;
  z-index: 9999999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -ms-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

@media screen and (min-width: 64em) {
  .cart-modal--open {
    width: 60px;
    height: 120px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
.cart-amount {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  left: 12px;
  top: -15px;
  padding: 2px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 75em) {
  .cart-amount {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    left: 19px;
    top: -11px;
    padding: 4px;
    font-size: 14px;
  }
}
.js-cartopen {
  background: url(../images/icons/cart-icon.svg) no-repeat center;
  width: 40px;
  height: 40px;
  background-size: 40px;
  left: 0;
  position: absolute;
}

@media screen and (min-width: 75em) {
  .js-cartopen {
    background: url(../images/icons/cart-icon.svg) no-repeat center;
    width: 60px;
    height: 60px;
    background-size: 50px;
  }
}
.js-cart--open-accordion.js-cart--minimal .cart__container .cart-modal--open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -ms-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}

.js--modalTriggerTerms {
  cursor: pointer;
}

.divider-gold {
  border: 1px solid #c49c71;
  border-width: 1px 0 0;
}

.divider-grey {
  border: 1px solid #ccc;
  border-width: 1px 0 0;
}

.cart__content .cart-subtotal {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.cart__content .cart-total {
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.cart__content .cart-heading {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.cart__content .cart-copy {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}

.js-cart--open-cart .menu-cart {
  transform: translateX(100%);
}

.js-cart--open .cart--overlay {
  opacity: 0.95;
  width: 100%;
  height: 100%;
}

.js-modal-service-open {
  overflow: visible;
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.js-modal-service-open .modal--service {
  display: block;
  opacity: 1;
  top: 0;
  left: 0;
  overflow: visible;
}

@media screen and (min-width: 45em) {
  .js-modal-service-open .modal--service {
    overflow: hidden;
  }

  .js-modal-service-open {
    overflow: hidden;
  }
}
.js-modal-service-open .modal__service-wrapper {
  opacity: 1;
  margin-top: 0;
}

.js-modal-service-open .panel__header {
  display: none;
}

.modal--service {
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -100%;
  left: -100%;
  opacity: 0;
  z-index: 500;
  overflow: auto;
  transition: opacity 350ms ease;
  will-change: opacity;
}

.modal__service-wrapper {
  background: #fff;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 10px;
  opacity: 0;
  margin-top: 5px;
  transition: all 350ms 250ms ease;
}

.modal-service-close {
  background: url(../images/icons/close--gold.svg) no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  padding: 8px;
  line-height: 8px;
  position: absolute;
  top: -22px;
  left: 0.5em;
  right: 0;
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 25em) {
  .modal-service-close {
    top: 6px;
    left: 1em;
    right: 0;
  }
}
@media screen and (min-width: 45em) {
  .modal-service-close {
    top: 0;
    right: 100px;
    left: auto;
  }
}
@media screen and (min-width: 64em) {
  .modal-service-close {
    top: 0;
    right: 37px;
  }
}
@media screen and (min-width: 75em) {
  .modal-service-close {
    top: 0;
    right: -25px;
  }
}
@media screen and (max-width: 320px) {
  .modal-service-close {
    width: 6px;
    height: 6px;
    padding: 6px;
    line-height: 6px;
  }
}
.modal__service-content {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  width: 290px;
  margin: auto;
  padding: 0em;
  max-height: calc(100vh - 230px);
}

@media screen and (min-width: 25em) {
  .modal__service-content {
    max-height: calc(100vh - 150px);
  }
}
@media screen and (min-width: 45em) {
  .modal__service-content {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 500px;
    margin: auto;
    padding: 1em;
    max-height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .modal__service-content {
    width: 100%;
    padding: 2em 2em 2em;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
}

[dir=rtl] .slick-slide {
  float: right;
}

img .slick-slide.slick-loading img {
  display: none;
}

.slick-slide img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-loading .slick-list {
  background: #fff url(./ajax-loader.gif) center center no-repeat;
}

.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 75px;
  display: block;
  height: 25px;
  width: 25px;
  background: transparent;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: url(../images/icons/right-arrow-slider.svg) center center no-repeat;
  background-size: contain;
  right: -30px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 75px;
  display: block;
  height: 25px;
  width: 25px;
  background: transparent;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: url(../images/icons/left-arrow-slider.svg) center center no-repeat;
  background-size: contain;
  left: -30px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#steps-slider .slick-next,
#steps-slider .slick-prev {
  top: calc(50% - 20px);
}

@media only screen and (max-width: 64em) {
  .slick-prev {
    left: -35px;
  }

  .slick-next {
    right: -35px;
  }
}
@media only screen and (max-width: 45em) {
  .slick-prev {
    left: -35px;
  }

  .slick-next {
    /* 1em for slider with 1, 2, 3, 4 */
    right: 0;
  }
}
@media only screen and (max-width: 27em) {
  #steps-slider p.large-text {
    font-size: 0.875em;
    line-height: 1.25em;
  }
}
.slick-prev:hover,
.slick-next:hover {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  height: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (min-width: 64rem) {
  .slick-dots {
    bottom: 5%;
    right: 50px;
    width: 250px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../images/icons/slider-inactive-dot.svg) center center no-repeat;
  background-size: 12px;
}

.slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background: url(../images/icons/slider-active-dot.svg) center center no-repeat;
  padding: 0;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0;
  border: 2px solid #c49d71;
  border-radius: 0;
  background: transparent;
  position: relative;
  overflow: hidden;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.checkout-container .selectric {
  border: 1px solid #c49d71;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 0;
  line-height: 52px;
  color: #787878;
  height: 52px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkout-container .selectric .label {
  line-height: 43px;
  height: 43px;
  margin: 0 38px 0 10px;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: #fff url(../images/icons/down-arrow.svg) center center no-repeat;
  background-size: 15px;
}

.checkout-container .selectric .button {
  width: 45px;
  height: 43px;
  line-height: 43px;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-items {
  display: none;
  position: relative;
  margin: 0 auto;
  top: 100%;
  left: 0;
  background: #f3f3f3;
  z-index: -1;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875em;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #787878;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #c49c71;
  color: #fff;
}

.selectric-items li.highlighted {
  background: #c49c71;
  color: #fff;
}

.selectric-items li:hover {
  color: #fff;
  background: #805d35;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* [type=radio]:not(.service-checkbox):checked,
[type=radio]:not(.service-checkbox):not(:checked) {
  /* position: absolute;
  left: -9999px; */
/* }

[type=radio]:not(.service-checkbox):checked + label,
[type=radio]:not(.service-checkbox):not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:not(.service-checkbox):checked + label:before,
[type=radio]:not(.service-checkbox):not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 18px;
  height: 18px;
  border: 2px solid #c49b70;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:not(.service-checkbox):checked + label:after,
[type=radio]:not(.service-checkbox):not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #c49b70;
  position: absolute;
  top: 14px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(.service-checkbox):not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:not(.service-checkbox):checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
} */
body {
  animation: myfadeInAnimation 2s;
}

@keyframe myfadeInAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes myfadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
li.order-status {
  background: #c49d71;
  border: 2px solid #c49d71;
  margin-top: 15px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (min-width: 64em) {
  li.order-status {
    margin-left: 10px;
    margin-top: 0;
  }
}
li.order-status:hover {
  background: #000;
  border: 2px solid #c49d71;
}

li.order-status a {
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  height: auto;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (min-width: 64em) {
  li.order-status a {
    padding: 10px 10px;
    text-align: center;
    height: auto;
  }
}
li.order-status:hover a {
  color: #c49d71;
}

.woo-home-bg {
  background: url(../images/hero/WOOHOME-Intro.jpg) center no-repeat;
  background-size: cover;
}

.f-white {
  color: #fff;
}

.woo-home-steps {
  background: url(../images/slider/optimised-home-slide-background.jpg) center no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  overflow: hidden;
  top: -2px;
}

.woo-home-steps-container {
  position: relative;
  bottom: -10px;
}

.woo-home-steps-slide {
  overflow: hidden;
  margin: 0 auto;
}

img.woo-home-steps-slide-no {
  bottom: 0;
  left: -25px;
  position: relative;
}

@media only screen and (min-width: 65em) {
  img.woo-home-steps-slide-no {
    bottom: -10px;
  }
}
@media only screen and (min-width: 45em) {
  .woo-home-steps {
    height: 350px;
  }

  img.woo-home-steps-slide-no {
    position: relative;
    bottom: -5px;
  }
}
@media screen and (min-width: 1441px) {
  .woo-home-steps {
    margin-left: 0;
    margin-right: 0;
  }
}
.border {
  width: 100%;
  background: #c49d71;
  height: 1px;
}

#examples-prev {
  z-index: 99;
  position: absolute;
  left: 0;
  bottom: 210px;
  width: 30px;
  background: #c49d71;
  height: 50px;
  padding-right: 9px;
  padding-left: 0;
  padding-top: 15px;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  display: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#examples-prev2 {
  z-index: 99;
  position: absolute;
  left: 0;
  bottom: 150px;
  width: 30px;
  background: #c49d71;
  height: 50px;
  padding-right: 9px;
  padding-left: 0;
  padding-top: 15px;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  display: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#examples-prev2:hover,
#examples-prev:hover {
  background: #805d35;
}
#examples-next {
  position: absolute;
  right: 0;
  bottom: 210px;
  width: 30px;
  background: #c49d71;
  height: 50px;
  padding-left: 9px;
  padding-top: 15px;
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  z-index: 99;
  display: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#examples-next2 {
  position: absolute;
  right: 0;
  bottom: 150px;
  width: 30px;
  background: #c49d71;
  height: 50px;
  padding-left: 9px;
  padding-top: 15px;
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  z-index: 99;
  display: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#examples-next {
  position: absolute;
  right: 0;
  bottom: 210px;
  width: 30px;
  background: #c49d71;
  height: 50px;
  padding-left: 9px;
  padding-top: 15px;
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  z-index: 99;
  display: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#examples-next2 {
  position: absolute;
  right: 0;
  bottom: 150px;
  width: 30px;
  background: #c49d71;
  height: 50px;
  padding-left: 9px;
  padding-top: 15px;
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  z-index: 99;
  display: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#examples-next2:hover,
#examples-next:hover {
  background: #805d35;
}

/* Homepage Before & After Sliders */

#examples-before-prev {
  z-index: 99;
  position: absolute;
  left: 0;
  bottom: 160px;
  width: 30px;
  background: #c49d71;
  height: 50px;
  padding-right: 9px;
  padding-left: 0;
  padding-top: 15px;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#examples-prev-before:hover {
  background: #805d35;
}

#examples-before-next {
  position: absolute;
  right: 0;
  bottom: 160px;
  width: 30px;
  background: #c49d71;
  height: 50px;
  padding-left: 9px;
  padding-top: 15px;
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#examples-before-next:hover {
  background: #805d35;
}

@media only screen and (min-width: 64em) {
#examples-prev {
    z-index: 99;
    position: absolute;
    left: 0;
    bottom: 220px;
    width: 50px;
    padding-right: 0;
    height: 100px;
    padding-left: 5px;
    padding-top: 35px;
  }

  #examples-prev2{
      z-index: 99;
      position: absolute;
      left: 0;
      bottom: 200px;
      width: 50px;
      padding-right: 0;
      height: 100px;
      padding-left: 5px;
      padding-top: 35px;
    }

  #examples-prev2:hover,
#examples-prev:hover {
    background: #805d35;
  }

#examples-next {
    position: absolute;
    right: 0;
    bottom: 220px;
    width: 50px;
    height: 100px;
    padding-left: 15px;
    padding-top: 35px;
  }
#examples-next2 {
    position: absolute;
    right: 0;
    bottom: 200px;
    width: 50px;
    height: 100px;
    padding-left: 15px;
    padding-top: 35px;
  }


  #examples-next2:hover,
#examples-next:hover {
    background: #805d35;
  }
  /* before and afteers  */
  #examples-before-prev {
    z-index: 99;
    position: absolute;
    left: 0;
    bottom: 220px;
    width: 50px;
    padding-right: 0;
    height: 100px;
    padding-left: 5px;
    padding-top: 35px;
  }

  #examples-before-prev:hover {
    background: #805d35;
  }

  #examples-before-next {
    position: absolute;
    right: 0;
    bottom: 220px;
    width: 50px;
    height: 100px;
    padding-left: 15px;
    padding-top: 35px;
  }

  #examples-next:hover{
    background: #805d35;
  }
}
#examples-slider p {
  color: #b2b2b2;
  font-size: 0.9em;
  line-height: 1.4em;
}

.f-gold {
  color: #c49d71;
}

.bg-workmanship-half {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQYV2NkwAIYCQnWQxU0IqvEKgg3CQBKlAIGmhGyYgAAAABJRU5ErkJggg==) repeat, url(../images/hero/FW-BAK.png) center no-repeat;
  background-size: cover;
}

#evans-woo {
  width: 100%;
  position: relative;
}

.form-container {
  width: 290px;
  margin: 0 auto;
}

.service-container {
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 45em) {
  .service-container {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64em) {
  .service-container {
    max-width: 900px;
  }
}
@media only screen and (min-width: 75em) {
  .service-container {
    max-width: 1024px;
  }
}
.item-details-container {
  width: 290px;
  margin: 0 auto;
}

@media only screen and (min-width: 45em) {
  .item-details-container {
    width: 100%;
  }

  .form-container {
    width: 500px;
  }
}
@media only screen and (min-width: 64em) {
  .item-details-container {
    width: 500px;
  }
}
.checkout-container {
  max-width: 290px;
  margin: 0 auto;
}

@media only screen and (min-width: 45em) {
  .checkout-container {
    max-width: 500px;
  }
}
@media only screen and (min-width: 64em) {
  .checkout-container {
    max-width: 768px;
  }
}
#evans-woo fieldset {
  width: 100%;
  border: 0 none;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: 0;
}

#evans-woo fieldset:not(:first-of-type) {
  display: none;
}

.action-button {
  background: #c49c71;
  font-weight: 700;
  color: #fff;
  border: 0 none;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  padding: 10px 5px;
  width: 100%;
  max-width: 500px;
  font-family: "ProximaRegular";
  font-size: 1em;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.action-button-2 {
  background: #c49c71;
  font-weight: 700;
  color: #fff;
  border: 0 none;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  padding: 10px 5px;
  width: 48%;
  max-width: 500px;
  font-family: "ProximaRegular";
  font-size: 1em;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.action-button-2:hover,
.action-button:hover {
  background: #805d35;
}

input.form-input {
  background: transparent;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  border: 0;
  color: #787878;
  border-bottom: 1px solid #c49c71;
  padding: 1em 0em;
}

.checkout-container input.form-input {
  border: 1px solid #c49c71;
  padding: 0.75em;
}

body.evans-service textarea {
  background: transparent;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  border: 0;
  width: 100%;
  color: #787878;
  border: 1px solid #c49c71;
  padding: 1em 0.5em;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-ms-input-placeholder,
::placeholder {
  display: none;
}

label.error {
  font-size: 0.75em;
  color: red;
}

.placeholder-field-label {
  cursor: text;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-duration: 0.2s;
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  z-index: 2;
}

.placeholder-field-label {
  position: absolute;
  left: 0em;
  top: 1em;
  display: inline-block;
  margin-bottom: 0;
  color: #787878;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
}

.checkout-container .placeholder-field-label {
  left: 0.75em;
  top: 0.75em;
}

.resize-to-left-top .placeholder-field-label {
  -webkit-transform: translateY(-15px) scale(0.75);
  transform: translateY(-15px) scale(0.75);
}

.checkout-container .resize-to-left-top .placeholder-field-label {
  -webkit-transform: translateY(-12px) scale(0.7);
  transform: translateY(-12px) scale(0.7);
}

.pac-container { z-index: 9999999999999 !important;

  position: fixed;
     display: inline-block;
   }



.dynamic-content a {
  text-decoration: underline;
  font-weight: 600;
  color: #c49c71;
  cursor: pointer;
}

.dynamic-content a:hover {
  color: #805d35;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 100%;
  display: none;
  border: 1px solid #c49c71;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.5em 0;
  border-bottom: 1px solid #c49c71;
  margin-bottom: 2em;
  text-transform: uppercase;
  color: #c49c71;
  font-weight: 600;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  padding: 0.5em 0;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
  background: url(../images/icons/left-arrow-slider.svg) center center no-repeat;
  background-size: 15px;
  left: 5px;
}

.ui-datepicker .ui-datepicker-next {
  background: url(../images/icons/right-arrow-slider.svg) center center no-repeat;
  background-size: 15px;
  right: 5px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 80%;
  font-size: 1em;
  border-collapse: collapse;
  margin: 0 auto;
  margin-bottom: 2em;
}

.ui-datepicker th {
  padding: 0.2em;
  text-align: center;
  color: #c49c71;
  font-weight: 600;
  border: 0;
}

.ui-datepicker td {
  border: 1px solid #c49c71;
  padding: 0;
}

.ui-datepicker-week-end td {
  border: 1px solid #c49c71;
  padding: 0;
}

.ui-datepicker td:hover {
  background: #805d35;
}

td.ui-datepicker-other-month {
  border: 0;
  background: #fff !important;
}

td.ui-datepicker-other-month:hover {
  border: 0;
  background: #fff !important;
}

td.ui-datepicker-week-end {
  background: #ebebeb;
}

td.ui-datepicker-week-end:hover {
  background: #ebebeb;
}

a.ui-state-default.ui-state-active {
  background: #c49c71;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

input#order-calender-input {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.return-address-checkbox {
  position: absolute;
  opacity: 0;
}

.return-address-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #c49d71;
  font-size: 1em;
  margin-bottom: 0;
}

.return-address-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: white;
  border: 2px solid #c49d71;
}

@media only screen and (min-width: 75rem) {
  .return-address-checkbox + label:before {
    width: 20px;
    height: 20px;
  }
}
.return-address-checkbox:disabled + label {
  color: #c49d71;
  cursor: auto;
}

.return-address-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.return-address-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  background: url(../images/icons/close--gold.svg) center center no-repeat;
  height: 15px;
  width: 15px;
  background-size: 8px;
}

@media only screen and (min-width: 75rem) {
  .return-address-checkbox:checked + label:after {
    background: url(../images/icons/close--gold.svg) center center no-repeat;
    height: 20px;
    width: 20px;
    background-size: 8px;
  }
}
.service-checkbox {
  position: absolute;
  opacity: 0;
}

.service-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #666;
  font-size: 1em;
  margin-bottom: 0.5em;
  display: block;
}

.service-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: white;
  border: 2px solid #c49d71;
}

@media only screen and (min-width: 75rem) {
  .service-checkbox + label:before {
    width: 20px;
    height: 20px;
  }
}
.service-checkbox:disabled + label {
  color: #c49d71;
  cursor: auto;
}

.service-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.service-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  background: #c49d71;
  height: 15px;
  width: 15px;
  background-size: 8px;
}

@media only screen and (min-width: 75rem) {
  .service-checkbox:checked + label:after {
    background: #c49d71;
    height: 12px;
    width: 12px;
    left: 4px;
    top: 4px;
  }
}
.service-block {
  padding-left: 0em;
  padding-right: 0em;
  max-height: 150px;
}

@media only screen and (min-width: 45rem) {

.chevron {
display: none !important;
}
  body.page-template-single-services  .evans-service-finder{
    padding-bottom: 16rem;

  }
  .service-block {
    max-height: 200px;
  }
  #service-anchors {
    border: solid 1px #7E7E7E;
  }

}
@media only screen and (min-width: 64rem) {

  .service-block {
    padding-left: 0.5em;
    padding-right: 0.5em;
    max-height: 300px;
  }
}
.service-link {
  display: block;
  min-height: 150px;
  cursor: pointer;
}

@media only screen and (min-width: 45rem) {
  .service-link {
    min-height: 200px;
  }
}
@media only screen and (min-width: 64rem) {
  .service-link {
    min-height: 300px;
  }
}
#service-1 {
  background: url(../images/service-1-bg.jpg) center center no-repeat;
  background-size: cover;
}

#service-2 {
  background: url(../images/service-2-bg.jpg) center center no-repeat;
  background-size: cover;
}

#service-3 {
  background: url(../images/service-3-bg.jpg) center center no-repeat;
  background-size: cover;
}

#service-4 {
  background: url(../images/service-4-bg.jpg) center center no-repeat;
  background-size: cover;
}

.service-link:hover .service-copy h3,
.service-link:hover .service-copy p {
  color: #c49d71;
}

.service-link:hover img {
  -webkit-transition: transform 350ms ease;
  transition: transform 350ms ease;
  -webkit-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}

.service-link:hover img {
  animation: bounceRight 1s infinite;
}

.service-copy {
  position: absolute;
  bottom: 0;
}

.service-copy p,
.service-copy h3 {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 45rem) {

  .service-copy p {
    font-size: 0.875em;
  }

  .service-copy h3 {
    font-size: 1.1em;
  }
}
.service-copy h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-image {
  min-height: 400px;
}

.modal--service hr {
  border: 1px solid #c49d71;
  border-width: 1px 0 0;
  margin-top: 0;
}

.modal--service .service-1-content,
.modal--service .service-2-content,
.modal--service .service-3-content,
.modal--service .service-4-content {
  display: none;
}

.modal--service .item-details {
  display: none;
}

body.js-itemDetails--open .modal--service .item-details {
  display: block;
}

body.js-itemDetails--open .modal--service .service-1-content,
body.js-itemDetails--open .modal--service .service-2-content,
body.js-itemDetails--open .modal--service .service-3-content,
body.js-itemDetails--open .modal--service .service-4-content {
  display: none;
}

.modal--service.service-1-open .service-1-content {
  display: block;
}

.modal--service.service-2-open .service-2-content {
  display: block;
}

.modal--service.service-3-open .service-3-content {
  display: block;
}

.modal--service.service-4-open .service-4-content {
  display: block;
}

.checkout-total p {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.promo-code h3 {
  line-height: 45px;
}

.promo-code .action-button {
  height: 45px;
}

.selectric-hide-select {
  position: static;
}

.selectric-hide-select.selectric-is-native {
  overflow: visible;
}

label.error {
  display: block;
  margin: 0 0 2px;
}

.checkout_coupon {
  display: block !important;
}

.selectric-hide-select label.error {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  right: 0;
}

a.fr.removeajax2,
a.fr.removeajax {
  font-size: 14px;
  color: red;
}

.modal__service-content .f-new p:nth-of-type(2) {
  line-height: 14px;
}

p span.small-font {
  font-size: 12px;
}

.hiddenpot-636-wrap,
.hiddenpot-652-wrap,
.hiddenpot-100-wrap {
  display: none !important;
}

body.page-template-single-services .services-hero {
  position: relative;
  height: 100%;
}

.chevron {
color: #4A4A4A;
padding-top: .2rem;
text-align: right;
float: right;
}
body.page-template-single-services .evans-service-finder-box {

  border: solid 1px #787878;
  background-color: rgba(243, 243, 243, 1);
}
body.page-template-single-services .evans-location-box {

  border: solid 1px #787878;
  background-color: rgba(243, 243, 243, 1);
}

#service-anchors ul{
  margin-left: 1rem;
  margin-right:1rem;
}
#location-anchors ul{
  margin-left: 1rem;
  margin-right:1rem;
}
body.page-template-single-services .evans-service-finder {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 45rem) {
  body.page-template-single-services .evans-service-finder {
    padding-bottom: 16rem;
  }
}
/* Updated Single Services Headline */
body.page-template-single-services .service-hero-title h1.evans-service-headline {
  font-weight: 600;
  font-size: 2.15rem;
  color: #c49d71;
  text-transform: uppercase;
  font-family: ProximaRegularSemi;
}
@media only screen and (min-width: 64rem) {


  body.page-template-single-services .service-hero-title h1.evans-service-headline {
    font-size: 2.25rem;
  }
}
/* Updated Single Services Subheadline */
body.page-template-single-services .service-hero-title h3.evans-service-subheadline {
  font-size: 1.45rem;
  color: #4A4A4A;
  font-family: ProximaRegularSemi;
  border: solid 1px #787878;
  background-color: rgba(243, 243, 243, .94)

}
@media only screen and (min-width: 64rem) {
  body.page-template-single-services .service-hero-title h3.evans-service-subheadline {
    font-size: 1.5rem;
  }
/* Updated Single Services Photo */
}
body.page-template-single-services .service-hero-title h3.evans-service-subheadline {
  font-size: 1.45rem;
  color: #4A4A4A;
  font-family: ProximaRegularSemi;

}
@media only screen and (min-width: 64rem) {
  body.page-template-single-services .service-hero-title h3.evans-service-subheadline {
    font-size: 1.5rem;
  }
}
/* Youtube border */
body.page-template-single-services .evans-youtube-border {

letter-spacing: .5px;
 padding-top: 15px;
 max-width: 1300px;
 color: #C49D71;
 font-size: 1.05rem;
 font-family: "ACaslonPro", Georgia, serif;
 text-transform: uppercase;

}
/* Updated Brand Logo Photo */
body.page-template-single-services .evans-items-header h3.evans-item-header-letters   {

letter-spacing: .5px;
 padding-top: 15px;
 padding-bottom: 12px;
 max-width: 1300px;
 border-top: 1px solid #C49D71;
 border-bottom: 1px solid #C49D71;
 color: #C49D71;
 font-size: 1.05rem;
 font-family: "ACaslonPro", Georgia, serif;
 text-transform: uppercase;

}
@media only screen and (min-width: 64rem) {
  body.page-template-single-services .evans-items-header h3.evans-item-header-letters  {
    font-size: 1.08rem;
    letter-spacing: .5px;

  }
}
body.page-template-single-services .services-hero h1.headline {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.67em;
  margin-top: 0;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .services-hero h1.headline {
    font-size: 2.5rem;
  }
}
body.page-template-single-services .services-hero h2.headline {
  font-size: 1.25rem;
  color: #4A4A4A;
  font-weight: 300;
  text-transform: none;
  font-family: "ACaslonPro", Georgia, serif;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .services-hero h2.headline {
    font-size: 1.5rem;
  }
}
body.page-template-single-services .services-hero img.hero-image-slide {
  max-height: 300px;
}

body.page-template-single-services .tabs .tab-content .tab .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}

body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab {
  flex: 1;
  min-width: 100%;
  border-bottom: 1px solid #c49d71;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab {
    max-width: 100%;
    min-width: 100%;
  }
}
body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-accordion {
  position: relative;
}

body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-accordion.active p.service-item-desc {
  display: block;
}

body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-accordion.active .evans-service-item:before {
  content: "";
  background-image: url(../images/icons/up-arrow.svg);
}

body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item {
  padding: 1rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  position: relative;
}

@media only screen and (min-width: 64em) {
  body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item:before {
    display: none;
  }

}
@media only screen and (min-width: 48rem) {
  body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item {
    margin-bottom: 1rem;
  }

}
@media only screen and (min-width: 64rem) {
  body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item {
    padding: 2rem;
    padding-top: 0;
    margin-bottom: 0;

  }


}
@media only screen and (min-width: 75rem) {

  body.page-template-single-services .evans-service-finder-box {
    margin-right: 7.5rem;
    margin-left: 7.5rem;
    margin-bottom: 9rem;

}
body.page-template-single-services .evans-location-box {
  margin-right: 7.5rem;
  margin-left: 7.5rem;
}
body.page-template-single-services .evans-service-finder {


  padding-bottom: 8rem;

}


  body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item {
    padding: 3rem;
    padding-top: 0;
  }
}
body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item .service-item-image {
  max-width: 100px;
}

@media only screen and (min-width: 48rem) {
  body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item .service-item-image {
    max-width: 150px;
  }
}
@media only screen and (min-width: 64rem) {
  body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item .service-item-image {
    max-width: 200px;
  }
}
/* Updated Service Icons */
body.page-template-single-services .services-pattern .service-item-image {
  max-width: 160px;
}

@media only screen and (min-width: 48rem) {
  body.page-template-single-services .services-pattern .service-item-image {
    max-width: 180px;
  }
}
@media only screen and (min-width: 64rem) {
  body.page-template-single-services .services-pattern .service-item-image {
    max-width: 180px;
  }
}
body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item h3.service-item-heading {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #4A4A4A;
}

body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item p.service-item-price {
  font-size: 1.375rem;
  text-transform: none;
  color: #4A4A4A;
  font-family: "ACaslonPro", Georgia, serif;
  font-style: italic;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item p.service-item-price {
    font-size: 1.5rem;
  }
}
body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item h4.service-item-explain {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  text-transform: none;
  font-family: "ACaslonPro", Georgia, serif;
  font-weight: 700;
  color: #C49D71;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item h4.service-item-explain {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item p.service-item-desc {
  font-weight: 100;
  font-size: 0.9rem;
  line-height: 1.25rem;
  letter-spacing: 0.25px;
  border-top: 1px solid #C49D71;
  padding-top: 10px;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .tabs .tab-content .tab .flex-container .single-tab .evans-service-item p.service-item-desc {
    font-size: 0.9375rem;
    letter-spacing: 0.56px;
    line-height: 1.5rem;
  }
}
/* Updated Service Item Explain and Desc */
body.page-template-single-services .services-pattern h3.service-item-explains {
font-weight: 500;
font-family: "ACaslonPro", Georgia, serif;
color: #c49d71;
font-size: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .services-pattern h3.service-item-explains {
    font-size: 1.3rem;
  }
}
body.page-template-single-services .services-pattern p.service-item-descs {
 font-size: 0.9375rem;
 letter-spacing:0.56px;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .services-pattern p.service-item-descs {

  }
}


@media only screen and (min-width: 75rem) {
  body.page-template-single-services .service-buttons .w-50-wd {
    width: 50%;
  }
}
@media only screen and (min-width: 75rem) {
  body.page-template-single-services .service-buttons a {
    width: 100%;
  }
}
body.page-template-single-services .bg-workmanship-half {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 100%;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .bg-workmanship-half {
    height: 550px;
  }
}
body.page-template-single-services .bg-workmanship-half .content-container {
  min-height: auto;
  max-width: 500px;
  padding: 0 1rem;
}

@media only screen and (min-width: 48rem) {
  body.page-template-single-services .bg-workmanship-half .content-container {
    padding: 0;
  }

}
body.page-template-single-services .bg-workmanship-half .content-container h2 {
  font-size: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .bg-workmanship-half .content-container h2 {
    font-size: 1.875rem;
  }
}
/* Updated Single Service page titles  */
body.page-template-single-services .service-headers {
  font-size: 1.6rem;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .service-headers {
    font-size: 1.6rem;

  }
}
body.page-template-single-services .bg-workmanship-half .content-container p {
  font-size: 1.125rem;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .bg-workmanship-half .content-container p {
    font-size: 1.25rem;
  }
}
body.page-template-single-services .bg-workmanship-half.service-restoration {
  position: relative;
}

body.page-template-single-services .bg-workmanship-half.service-restoration:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.52) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.52) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.52) 100%);
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .bg-workmanship-half.service-testimonial .content-container {
    max-width: 800px;
  }
}
body.page-template-single-services .bg-workmanship-half.service-location {
  height: 100%;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .bg-workmanship-half.service-location {
    min-height: 650px;
  }
  #service-anchors ul {
    list-style: none;
    margin-left: 2rem;
    margin-right: 2rem ;
  }
  #location-anchors ul {
    list-style: none;
    margin-left: 2rem;
    margin-right: 2rem ;
  }
}
body.page-template-single-services .bg-workmanship-half.service-location .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

@media only screen and (min-width: 48rem) {
  body.page-template-single-services .bg-workmanship-half.service-location .container {
    flex-flow: row;
    padding: 0;
  }

}
body.page-template-single-services .bg-workmanship-half.service-location .container .content {
  min-width: 100%;
  flex: 1;
}

@media only screen and (min-width: 48rem) {
  body.page-template-single-services .bg-workmanship-half.service-location .container .content {
    max-width: 60%;
    min-width: 60%;
    padding-right: 5%;
  }
}
body.page-template-single-services .bg-workmanship-half.service-location .container .content h2 {
  font-weight: 500;
  font-size: 1.5rem;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .bg-workmanship-half.service-location .container .content h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 80rem) {
  body.page-template-single-services .bg-workmanship-half.service-location .container .content h2 {
    font-size: 2.5rem;
  }

    #service-anchors ul{
      list-style: none;
      margin-left: 7.5rem;
      margin-right:7.5rem;
    }
    #location-anchors ul{
      list-style: none;
      margin-left: 4rem;
      margin-right:4rem;
    }
}
body.page-template-single-services .bg-workmanship-half.service-location .container .content p.loaction-text {
  color: #4A4A4A;
  font-family: "ACaslonPro", Georgia, serif;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .bg-workmanship-half.service-location .container .content p.loaction-text {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 80rem) {
  body.page-template-single-services .bg-workmanship-half.service-location .container .content p.loaction-text {
    font-size: 2.25rem;
  }
}
body.page-template-single-services .bg-workmanship-half.service-location .container .content .suburb_list a#open-suburbs {
  color: #4A4A4A;
  font-family: "ACaslonPro", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.2;
  cursor: pointer;
}

body.page-template-single-services .bg-workmanship-half.service-location .container .content .suburb_list a#open-suburbs:hover {
  color: #c49d71;
}

body.page-template-single-services .bg-workmanship-half.service-location .container .content .suburb_list a#open-suburbs span.view {
  display: inline-block;
}

body.page-template-single-services .bg-workmanship-half.service-location .container .content .suburb_list a#open-suburbs span.hide {
  display: none;
}

body.page-template-single-services .bg-workmanship-half.service-location .container .content .suburb_list.show a#open-suburbs span.view {
  display: none;
}

body.page-template-single-services .bg-workmanship-half.service-location .container .content .suburb_list.show a#open-suburbs span.hide {
  display: inline-block;
}

body.page-template-single-services .bg-workmanship-half.service-location .container .content .suburb_list.show #service-location-list {
  visibility: visible;
  height: 100%;
  opacity: 1;
}

body.page-template-single-services .bg-workmanship-half.service-location .container .content .suburb_list #service-location-list {
  visibility: visible;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  max-height: 192px;
  overflow: hidden;
}

@media only screen and (min-width: 48rem) {
  body.page-template-single-services .bg-workmanship-half.service-location .container .content .suburb_list #service-location-list {
    max-height: 1000px;
  }
}
body.page-template-single-services .bg-workmanship-half.service-location .container .content .suburb_list #service-location-list li {
  list-style: none;
  max-width: 100%;
  min-width: 100%;
  flex: 1;
  line-height: 16px;
  padding: 0.25rem 0;
}

body.page-template-single-services .bg-workmanship-half.service-location .container .content .suburb_list #service-location-list li h2 {
  font-size: 0.875rem;
}

@media only screen and (min-width: 48rem) {
  body.page-template-single-services .bg-workmanship-half.service-location .container .content .suburb_list #service-location-list li {
    max-width: 50%;
    min-width: 50%;
  }
}
@media only screen and (min-width: 64rem) {
  body.page-template-single-services .bg-workmanship-half.service-location .container .content .suburb_list #service-location-list li {
    max-width: 33.3%;
    min-width: 33.3%;
  }
}
body.page-template-single-services .bg-workmanship-half.service-location .container .image {
  min-width: 100%;
  flex: 1;
  margin-top: 2rem;
}

@media only screen and (min-width: 48rem) {
  body.page-template-single-services .bg-workmanship-half.service-location .container .image {
    margin-top: 0;
    min-width: 35%;
    max-width: 35%;
  }
}
body.page-template-single-services .brand-slider a,
body.page-template-single-services .press-slider a {
  display: block;
}

body.page-template-single-services .brand-slider .slick-next,
body.page-template-single-services .press-slider .slick-next {
  right: -35px;
}

body.page-template-single-services .service-contact {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 65%, #e4e2e1 100%);
  background: -webkit-linear-gradient(top, #fff 65%, #e4e2e1 100%);
  background: linear-gradient(to bottom, #fff 65%, #e4e2e1 100%);
}

body.page-template-single-services .service-contact .contact-title {
  max-width: 500px;
  margin: 0 auto;
}

body.page-template-single-services .service-contact .contact-title h2 {
  color: #C49D71;
  font-size: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .service-contact .contact-title h2 {
    font-size: 1.875rem;
  }
}
body.page-template-single-services .service-contact .contact-container {
  padding: 0 1rem;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .service-contact .contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 85rem) {
  body.page-template-single-services .service-contact .contact-container {
    max-width: 1280px;
    margin: 0 auto;
  }
}
body.page-template-single-services .service-contact .contact-container .contact-item {
  flex: 1 auto;
  background: #ffffff;
  border: 2px solid #C49D71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  max-width: 100%;
  height: 280px;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .service-contact .contact-container .contact-item {
    max-width: 300px;
    height: 300px;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 75rem) {
  body.page-template-single-services .service-contact .contact-container .contact-item {
    max-width: 360px;
    height: 360px;
    width: 100%;
  }
}
body.page-template-single-services .service-contact .contact-container .contact-item .contact-content {
  padding: 1rem;
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-template-single-services .service-contact .contact-container a {
  max-width: 300px;
  min-width: 300px;
  height: 300px;
  margin: 0;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .service-contact .contact-container a {
    min-width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 75rem) {
  body.page-template-single-services .service-contact .contact-container a {
    min-width: 360px;
  }
}
@media only screen and (min-width: 48rem) {
  body.page-template-single-services .service-contact .contact-container .contact-item .contact-content {
    padding: 2rem;
  }
}
body.page-template-single-services .service-contact .contact-container .contact-item .contact-content img {
  max-width: 120px;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 48rem) {
  body.page-template-single-services .service-contact .contact-container .contact-item .contact-content img {
    max-width: 180px;
    margin-bottom: 2rem;
  }
}
body.page-template-single-services .service-contact .contact-container .contact-item .contact-content p.title-contact {
  color: #4A4A4A;
  font-family: "ACaslonPro", Georgia, serif;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .service-contact .contact-container .contact-item .contact-content p.title-contact {
    font-size: 2.25rem;
  }
}
body.page-template-single-services .service-contact .contact-container .contact-item .contact-content:hover .contact-hover {
  visibility: visible;
  opacity: 1;
}

body.page-template-single-services .service-contact .contact-container .contact-item .contact-content .contact-hover {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #261015;
  padding: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

@media only screen and (min-width: 48rem) {
  body.page-template-single-services .service-contact .contact-container .contact-item .contact-content .contact-hover {
    padding: 2rem;
  }

}
body.page-template-single-services .service-contact .contact-container .contact-item .contact-content .contact-hover p,
body.page-template-single-services .service-contact .contact-container .contact-item .contact-content .contact-hover a {
  font-size: 0.875rem;
  color: #C49D71;
}

@media only screen and (min-width: 48em) {
  body.page-template-single-services .service-contact .contact-container .contact-item .contact-content .contact-hover p,
body.page-template-single-services .service-contact .contact-container .contact-item .contact-content .contact-hover a {
    font-size: 1rem;
  }

  body.page-template-default #cff{ width: 650px !important; float: none !important; }

  body.page-template-default .cff-main-image {   background-size: cover !important;   width:100%;   min-height:380px;
  }

  body.page-template-default  #cff .cff-meta-wrap { margin: 40px 0 0 0 !important; }

  body.page-template-default #cff .cff-media-above {margin-bottom: 35px !important; }


}

body.page-template-default  #cff .cff-meta-wrap { margin: 30px 0 0 0 !important; }

body.page-template-default #cff .cff-media-above {margin-bottom: 15px !important; }



.codedropz-upload-handler {

  border: 1.9px dashed #c49d71 !important;
background: white;
}

.codedropz-upload-container {
}

#evans-contact .contactinfo {
  width: 96%;
  padding: 1em;
  border-radius: 2.5px;
  outline: none;
  border: 1.5px solid #c49d71;
}
#wpcf7-f71375-o1 > form {

  background:#f3f3f3 !important;

}
.fcb-modal-content {

  background:#f3f3f3 !important;

}
#fcb-modal input {
  width: 96%;
  padding: 1em;
  border-radius: 2.5px !important;
  outline: none;
  border: 1.5px solid #c49d71 !important;

}

#fcb-modal textarea {
  padding: 1em;
      border-radius: 2.5px !important;
      outline: none;
      border: 1.75px solid #c49d71 !important;

}

#fcb-modal .overlay {

  background: rgba(0, 0, 0, 0.75) !important;
}
#evans-contact .text-label {
  width: 96%;
  padding: 1em;
  border-radius: 2.5px;
  outline: none;
  border: 1.75px solid #c49d71;
}
#evans-contact .address-label {
  width: 96%;
  padding: 1em;
  border-radius: 2.5px;
  outline: none;
  border: 1.75px solid #c49d71;
}

.codedropz-upload-wrapper {
  padding-left: .6rem;
  padding-right: .6rem;
}

.Next-90 {
background: #c49d71;
color: white;
font: 600 1rem "ProximaRegular", Helvetica, Arial, sans-serif;
text-transform: uppercase;
width: 96%;
padding: 1em;
border-radius: 2.5px;
outline: none;
border: 2px solid #c49d71;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
/* Modal Contact form */

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  font-family: ProximaRegular !important;
  text-align: center;
  margin: 0 0 20px 0 !important;
  margin-bottom: 0;
  font-size: 16px !important;
color: black!important;
border: 2px solid #dc3232 !important;

}
/* Ajax Loader Modal */
#wpcf7-f71375-o2 > form > div:nth-child(19) > span {

  margin-left: 130px !important;
}
#wpcf7-f71375-o1 > form > div:nth-child(19) > span {

  margin-left: 130px !important;
}

.wpcf7 form.sent .wpcf7-response-output {

  font-family: ProximaRegular !important;
  text-align: center;
  margin: 0 0 20px 0 !important;
  margin-bottom: 0;
  font-size: 15px !important;
border: none !important;
color: black!important;
border: 2px solid #c49d71 !important;
}
#fcb-modal {
  max-width: 100% !important;
}
.fcb-modal-content {
  max-height: 550px !important;
overflow-x: hidden;
  background:#f3f3f3 !important;

}

#wpcf7-f71375-o1 > form > div:nth-child(8) > p > span > div {
  padding-left: 2rem;
  padding-right: 2rem;
}
#fcb-modal input[type=submit] {
  background: #c49d71 !important;
  color: white !important;
  font: 600 1rem "ProximaRegular", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  border-radius: 2.5px !important;
  outline: none !important;
  width: 100%;
  height: 45px !important;
  border: 2px solid #c49d71 !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-transition: all 350ms ease !important;
  transition: all 350ms ease !important;
  -webkit-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;

}
#fcb-modal input[type=checkbox], #fcb-modal input[type=radio] {
  display: none !important;
}
#fcb-modal .fcb-close {
  color: white !important;
}
#fcb-modal .fcb-header-close {
background: #c49d71 !important;
border: 2px solid #c49d71 !important;
}

@media only screen and (min-width: 45rem) {

  /* Ajax Loader Center Modal */
  #wpcf7-f71375-o2 > form > div:nth-child(19) > span {

    margin-left: 195px !important;
  }
  #wpcf7-f71375-o1 > form > div:nth-child(19) > span {

    margin-left: 195px !important;
  }

  #fcb-modal {
  width: 550px !important;
  }

  .Next-90 {
  width: 85%;
  }
.codedropz-upload-wrapper {
  padding-left: 2.7rem;
  padding-right: 2.7rem;
}

  #evans-contact .contactinfo {
    width: 90%;
  }
  #evans-contact .text-label {
    width: 85%;
  }
  #evans-contact .address-label {
    width: 90%;
  }

}
.codedropz-upload-inner h3 {

  font-size: 1rem !important;
  font-weight: 400;
}


a.cd-upload-btn {

  font-size: .8rem !important;
  font-family: "ProximaRegular", Helvetica, Arial, sans-serif;
    color: #0000EE;


}

div.grey-node {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  color: #787878;

}
div.evans-node {
  background: #c49d71;
  border: 1px solid #c49d71;
  color: white !important;

}
p.mpt {
font-size: .82em;
display: none;
}
@media only screen and (min-width: 45rem) {
  p.mpt {
  font-size: .82em;
  display: block;
  }
}



p.mpp {
font-size: .9em;
}

.evans-service-accordion {
  position: relative;
}
.evans-service-accordion .evans-service-item {
  display: flex;
}
.evans-service-accordion .evans-service-item .evans-service-item-left {
  min-width: 33%;
  text-align: -webkit-center;
  text-align: center;
}
.evans-service-accordion .evans-service-item .evans-service-item-right {
  min-width: 66%;
}

.evans-service-accordion:before {
  content: "";
  background-image: url(../images/icons/down-arrow.svg);
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  margin-top: 15px;
  position: absolute;
  right: 1.2em;
}

@media only screen and (min-width: 60rem) {

  .evans-service-accordion:before {
    display: none;
  }
}
.mob-price {
  display: block;
  font-size: 1em;
  text-transform: none;
  color: #4A4A4A;
  font-family: "ACaslonPro", Georgia, serif;
  font-style: italic;
}

@media only screen and (min-width: 60rem) {
  .mob-price {
    display: none;
  }
}
.service-item-heading,
.service-item-price {
  display: none;
}

@media only screen and (min-width: 60rem) {

  .service-item-heading {
    display: block;
  }

  .service-item-price {
    display: block;
  }
}
.evans-tools-slide-container {
  position: relative;
}
.evans-tools-slide-container .evans-tools-read-more-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  display: flex;
}
.evans-tools-slide-container .evans-tools-read-more-hover:hover {
  opacity: 1;
}
.evans-tools-slide-container .evans-tools-read-more-hover .evans-tools-link {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.suburb_list .load-more {
  color: #c49d71;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 0;
  font-size: 0.875rem;
}

@media only screen and (min-width: 48rem) {
  .suburb_list .load-more {
    display: none;
  }
}
.page-template-page-contact .site-container {
  margin-bottom: 0 !important;
}
/* .page-template-page-contact .site__footer {
  display: none !important;
} */

.page-template-page-contact .site-container .push {
  display: none;
}

/*# sourceMappingURL=styles.min.css.map */
.evans-panel .flag__copy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.evans-panel__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .evans-panel__img {
    position: absolute;
    height: 100%;
    align-items: center;
  }
}
.evans-panel__img .grey-box-slider {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.evans-panel__img .grey-box-slider .swiper-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.evans-panel__img .grey-box-slider .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.evans-panel__img .grey-box-slider .swiper-wrapper .swiper-slide .swiper-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  padding-bottom: 75%;
}
.evans-panel__img .grey-box-slider .swiper-wrapper .swiper-slide span {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  line-height: 1.5rem;
  color: #787878;
}
.evans-panel__img .swiper-nav__prev, .evans-panel__img .swiper-nav__next {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  z-index: 2;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.evans-panel__img .swiper-nav__prev svg, .evans-panel__img .swiper-nav__next svg {
  width: 100%;
}
.evans-panel__img .swiper-nav__prev {
  left: 0;
}
.evans-panel__img .swiper-nav__next {
  right: 0;
}

.before-after {
  max-width: 500px;
  margin: 0 auto;
  /* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
}
@media only screen and (min-width: 960px) {
  .before-after {
    max-width: 100%;
  }
}
.before-after__before, .before-after__after {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
}
.before-after__before .ba-text, .before-after__after .ba-text {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.before-after__before .ba-text.black, .before-after__after .ba-text.black {
  color: #000;
}
.before-after__before .ba-text.white, .before-after__after .ba-text.white {
  color: #fff;
}
.before-after__before .ba-text.gold, .before-after__after .ba-text.gold {
  color: #c49d71;
}
.before-after__before .ba-text.grey, .before-after__after .ba-text.grey {
  color: #787878;
}
.before-after__after {
  background-position: -100px;
  width: 125px;
}
@media only screen and (min-width: 578px) {
  .before-after__after {
    background-position: -50px;
  }
}
@media only screen and (min-width: 960px) {
  .before-after__after {
    background-position: -125px;
  }
}
@media only screen and (min-width: 1200px) {
  .before-after__after {
    background-position: left;
  }
}
.before-after__after .ba-text {
  right: calc(100% - 56px);
}
.before-after .scroller {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  display: block;
  border: 2px solid #c49d71;
}
.before-after .scroller:hover {
  opacity: 1;
}
.before-after .scrolling {
  pointer-events: none;
  opacity: 1;
}
.before-after .scroller__thumb {
  width: 100%;
  height: 100%;
  padding: 5px;
  position: relative;
}
.before-after .scroller__thumb::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #c49d71;
  content: " ";
  position: absolute;
  top: 15px;
  right: 9px;
}
.before-after .scroller__thumb::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #c49d71 transparent transparent;
  content: " ";
  position: absolute;
  top: 15px;
  left: 9px;
}
.before-after .scroller:before,
.before-after .scroller:after {
  content: " ";
  display: block;
  width: 5px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
}
.before-after .scroller:before {
  top: 100%;
}
.before-after .scroller:after {
  bottom: 100%;
}
.before-after .scroller:before,
.before-after .scroller:after {
  background: #c49d71;
}

.testimonial-form .bne_testimonials_fieldset {
  display: block;
}
.testimonial-form .bne_testimonials_fieldset .bne_testimonials_field_wrap {
  margin-bottom: 24px;
}
.testimonial-form .bne_testimonials_fieldset .bne_testimonials_field_wrap.field-type-category_select {
  width: calc(50% - 10px);
  margin-right: 10px;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonial-form .bne_testimonials_fieldset .bne_testimonials_field_wrap.field-type-category_select select {
  visibility: inherit;
  border: 1px solid #c49d71;
  border-radius: 2.5px;
  padding: 0.5em;
  color: #787878;
  width: 100%;
}
.testimonial-form .bne_testimonials_fieldset .bne_testimonials_field_wrap.field-type-category_select label {
  margin-bottom: 10px;
}
.testimonial-form .bne_testimonials_fieldset .bne_testimonials_field_wrap.testimonial_rating {
  width: calc(50% - 10px);
  margin-left: 10px;
  float: left;
}
.testimonial-form .bne_testimonials_fieldset .bne_testimonials_field_wrap .form-star-rating label {
  padding-left: 30px;
}
.testimonial-form .bne_testimonials_fieldset .bne_testimonials_field_wrap .form-star-rating label::before {
  font-family: "bnetestimonials";
  content: "";
  font-size: 24px;
  border: none;
}
.testimonial-form .bne_testimonials_fieldset .bne_testimonials_field_wrap .form-star-rating label::after {
  width: 0;
  height: 0;
}
.testimonial-form .bne_testimonials_fieldset .field-type-text input,
.testimonial-form .bne_testimonials_fieldset .field-type-text textarea,
.testimonial-form .bne_testimonials_fieldset .field-type-email input,
.testimonial-form .bne_testimonials_fieldset .field-type-email textarea,
.testimonial-form .bne_testimonials_fieldset .field-type-textarea input,
.testimonial-form .bne_testimonials_fieldset .field-type-textarea textarea {
  padding: 0.5em;
  border-radius: 2.5px;
  outline: none;
  border: 1px solid #c49d71;
  max-width: 100%;
}
.testimonial-form .bne_testimonials_fieldset .field-type-text label,
.testimonial-form .bne_testimonials_fieldset .field-type-email label,
.testimonial-form .bne_testimonials_fieldset .field-type-textarea label {
  display: none;
}
.testimonial-form .bne_testimonials_fieldset .testimonial_name, .testimonial-form .bne_testimonials_fieldset .testimonial_email, .testimonial-form .bne_testimonials_fieldset .testimonial_tagline, .testimonial-form .bne_testimonials_fieldset .testimonial_website {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 960px) {
  .testimonial-form .bne_testimonials_fieldset .testimonial_name, .testimonial-form .bne_testimonials_fieldset .testimonial_email, .testimonial-form .bne_testimonials_fieldset .testimonial_tagline, .testimonial-form .bne_testimonials_fieldset .testimonial_website {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 960px) {
  .testimonial-form .bne_testimonials_fieldset .testimonial_name, .testimonial-form .bne_testimonials_fieldset .testimonial_tagline {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .testimonial-form .bne_testimonials_fieldset .testimonial_email, .testimonial-form .bne_testimonials_fieldset .testimonial_website {
    margin-left: 10px;
  }
}
.testimonial-form .bne_testimonials_fieldset .testimonial_message, .testimonial-form .bne_testimonials_fieldset .testimonial_thumbnail {
  width: 100%;
  max-width: 100%;
}
.testimonial-form .bne_testimonials_fieldset .testimonial_message label, .testimonial-form .bne_testimonials_fieldset .testimonial_thumbnail label {
  text-align: left;
  margin-bottom: 18px;
}
.testimonial-form .bne_testimonials_fieldset .testimonial_message input, .testimonial-form .bne_testimonials_fieldset .testimonial_thumbnail input {
  max-width: 100%;
}
.testimonial-form .bne_testimonials_fieldset .testimonial_rating {
  width: 100%;
  text-align: left;
  margin-bottom: 32px;
}
@media only screen and (min-width: 480px) {
  .testimonial-form .bne_testimonials_fieldset .testimonial_rating {
    width: auto;
    margin-bottom: 24px;
  }
}
.testimonial-form .bne_testimonials_fieldset .testimonial_rating .form-star-rating input[type=radio] {
  left: auto;
}
.testimonial-form .bne_testimonials_fieldset .testimonial_rating label {
  text-align: left;
}
.testimonial-form__button {
  background-color: #c49d71;
  color: #fff;
  border: 2px solid #c49d71 !important;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  border-radius: 0;
  font: 600 1rem "ProximaRegular", Helvetica, Arial, sans-serif;
  padding: 1em 2em;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.testimonial-form__button:hover {
  background-color: transparent;
  color: #c49d71;
  border: 2px solid #c49d71;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.bne-testimonial-form-wrapper .success {
  width: 100%;
  max-width: 100% !important;
  padding: 10px !important;
}

.testimonial-single {
  margin-bottom: 24px !important;
}
.testimonial-single .testimonial-author {
  height: 115px;
  text-align: left;
}
.testimonial-single .testimonial-content .testimonial-message {
  text-align: left;
}

.headline-two {
  color: #4A4A4A;
  font-weight: 300;
  text-transform: none;
  font-family: "ACaslonPro", Georgia, serif;
}

.form-star-rating label:hover::before,
.form-star-rating input[type=radio]:hover ~ label::before,
.form-star-rating label:hover ~ label::before,
.form-star-rating input[type=radio]:checked ~ label::before {
  color: #c49d71 !important;
}

body.page-template-single-services .bg-workmanship-half.service-testimonial .content-container .test-content {
  padding: 4rem 2rem;
  position: relative;
  text-align: center;
  background-image: url("/wp-content/uploads/2019/06/quote-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .bg-workmanship-half.service-testimonial .content-container .test-content {
    padding: 8rem 4rem;
  }
}
body.page-template-single-services .bg-workmanship-half.service-testimonial .content-container .test-content h2 {
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .bg-workmanship-half.service-testimonial .content-container .test-content h2 {
    font-size: 1.5rem;
  }
}
body.page-template-single-services .bg-workmanship-half.service-testimonial .content-container .test-content p.test-client {
  font-weight: 900;
  font-size: 1.125rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .bg-workmanship-half.service-testimonial .content-container .test-content p.test-client {
    font-size: 1.5rem;
  }
}
body.page-template-single-services .bg-workmanship-half.service-testimonial .content-container .test-content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 2rem;
  margin: 0 auto;
  width: 40px;
  height: 30px;
  background-image: url("/wp-content/uploads/2019/06/quote-one.svg");
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .bg-workmanship-half.service-testimonial .content-container .test-content:before {
    background-size: cover;
    top: 4rem;
  }
}
body.page-template-single-services .bg-workmanship-half.service-testimonial .content-container .test-content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 2rem;
  width: 40px;
  height: 30px;
  background-image: url("/wp-content/uploads/2019/06/quote-two.svg");
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 64rem) {
  body.page-template-single-services .bg-workmanship-half.service-testimonial .content-container .test-content:after {
    background-size: cover;
    bottom: 4rem;
  }
}
.service-testimonial .test-content .bne-testimonial-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-testimonial .test-content .bne-testimonial-wrapper .testimonial-single {
  background-color: #c49d71;
  margin: 1rem;
  padding: 4rem 2rem;
  position: relative;
  text-align: center;
  background-image: url("/wp-content/uploads/2019/06/quote-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 400px;
}
.service-testimonial .test-content .bne-testimonial-wrapper .testimonial-single::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 2rem;
  margin: 0 auto;
  width: 40px;
  height: 30px;
  background-image: url("/wp-content/uploads/2019/06/quote-one.svg");
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.service-testimonial .test-content .bne-testimonial-wrapper .testimonial-single::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 2rem;
  width: 40px;
  height: 30px;
  background-image: url("/wp-content/uploads/2019/06/quote-two.svg");
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  visibility: inherit;
}
@media only screen and (min-width: 60rem) {
  .service-testimonial .test-content .bne-testimonial-wrapper .testimonial-single::before {
    background-size: 75%;
    top: 1.5rem;
  }
  .service-testimonial .test-content .bne-testimonial-wrapper .testimonial-single::after {
    background-size: 75%;
    bottom: 1.5rem;
  }
}
.service-testimonial .test-content .bne-testimonial-wrapper .testimonial-single .testimonial-author {
  height: auto;
  text-align: center;
}
.service-testimonial .test-content .bne-testimonial-wrapper .testimonial-single .testimonial-author .testimonial-tagline {
  display: none;
}
.service-testimonial .test-content .bne-testimonial-wrapper .testimonial-single .testimonial-author .testimonial-rating {
  text-align: center;
}
.service-testimonial .test-content .bne-testimonial-wrapper .testimonial-single .testimonial-author .testimonial-rating .bne-icon-star-filled,
.service-testimonial .test-content .bne-testimonial-wrapper .testimonial-single .testimonial-author .testimonial-rating .bne-icon-star-empty {
  color: #fff !important;
}
.service-testimonial .test-content .bne-testimonial-wrapper .testimonial-single .testimonial-name {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
}
@media only screen and (min-width: 60rem) {
  .service-testimonial .test-content .bne-testimonial-wrapper .testimonial-single .testimonial-name {
    font-size: 1.5rem;
  }
}
.service-testimonial .test-content .bne-testimonial-wrapper .testimonial-single .testimonial-content {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0;
  color: #fff !important;
  text-align: center;
}
.service-testimonial .test-content .bne-testimonial-wrapper .testimonial-single .testimonial-content .testimonial-message {
  text-align: center;
}

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