.wp-block-audio figcaption {
	margin-top:.5em;
	margin-bottom:1em
}
.wp-block-audio audio {
	width:100%;
	min-width:300px
}
.wp-block-button {
	color:#fff
}
.wp-block-button.aligncenter {
	text-align:center
}
.wp-block-button.alignright {
	text-align:right
}
.wp-block-button__link {
	background-color:#32373c;
	border:none;
	border-radius:28px;  
	box-shadow:none;
	color:inherit;
	cursor:pointer;
	display:inline-block;
	font-size:18px;
	margin:0;
	padding:12px 24px;
	text-align:center;
	text-decoration:none;
	overflow-wrap:break-word
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
	color:inherit
}
.wp-gs .wp-block-button__link:not(.has-background) {
background-color:var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c))
}
.is-style-squared .wp-block-button__link {
	border-radius:0
}
.no-border-radius.wp-block-button__link {
	border-radius:0!important
}
.is-style-outline {
	color:#32373c
}
.is-style-outline .wp-block-button__link {
	background-color:transparent;
	border:2px solid
}
.wp-block-buttons .wp-block-button {
	display:inline-block;
	margin-right:8px;
	margin-bottom:8px
}
.wp-block-buttons.alignright .wp-block-button {
	margin-right:none;
	margin-left:8px
}
.wp-block-buttons.aligncenter, .wp-block-calendar {
	text-align:center
}
.wp-block-calendar tbody td, .wp-block-calendar th {
	padding:4px;
	border:1px solid #e2e4e7
}
.wp-block-calendar tfoot td {
	border:none
}
.wp-block-calendar table {
	width:100%;
	border-collapse:collapse;
	font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}
.wp-block-calendar table th {
	font-weight:400;
	background:#edeff0
}
.wp-block-calendar a {
	text-decoration:underline
}
.wp-block-calendar tfoot a {
	color:#00739c
}
.wp-block-calendar table caption, .wp-block-calendar table tbody {
	color:#40464d
}
.wp-block-categories.alignleft {
	margin-right:2em
}
.wp-block-categories.alignright {
	margin-left:2em
}
.wp-block-columns {
	display:flex;
	margin-bottom:28px;
	flex-wrap:wrap
}
@media (min-width:782px) {
.wp-block-columns {
flex-wrap:nowrap
}
}
.wp-block-columns.has-background {
	padding:20px 30px
}
.wp-block-column {
	flex-grow:1;
	min-width:0;
	word-break:break-word;
	overflow-wrap:break-word
}
@media (max-width:599px) {
.wp-block-column {
flex-basis:100%!important
}
}
@media (min-width:600px) and (max-width:781px) {
.wp-block-column {
flex-basis:calc(50% - 16px)!important;
flex-grow:0
}
.wp-block-column:nth-child(2n) {
margin-left:32px
}
}
@media (min-width:782px) {
.wp-block-column {
flex-basis:0;
flex-grow:1
}
.wp-block-column[style] {
flex-grow:0
}
.wp-block-column:not(:first-child) {
margin-left:32px
}
}
.wp-block-columns.are-vertically-aligned-top {
	align-items:flex-start
}
.wp-block-columns.are-vertically-aligned-center {
	align-items:center
}
.wp-block-columns.are-vertically-aligned-bottom {
	align-items:flex-end
}
.wp-block-column.is-vertically-aligned-top {
	align-self:flex-start
}
.wp-block-column.is-vertically-aligned-center {
	-ms-grid-row-align:center;
	align-self:center
}
.wp-block-column.is-vertically-aligned-bottom {
	align-self:flex-end
}
.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
	width:100%
}
.wp-block-cover, .wp-block-cover-image {
	position:relative;
	background-color:#000;
	background-size:cover;
	background-position:50%;
	min-height:430px;
	height:100%;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden
}
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
	background-attachment:fixed
}
@supports (-webkit-overflow-scrolling:touch) {
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
background-attachment:scroll
}
}
@media (prefers-reduced-motion:reduce) {
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
background-attachment:scroll
}
}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
	content:"";
	background-color:inherit
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
z-index:1
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
opacity:.5
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
opacity:.1
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
	opacity:.1
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
opacity:.2
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
	opacity:.2
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
opacity:.3
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
	opacity:.3
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
opacity:.4
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
	opacity:.4
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
opacity:.5
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
	opacity:.5
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
opacity:.6
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
	opacity:.6
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
opacity:.7
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
	opacity:.7
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
opacity:.8
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
	opacity:.8
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
opacity:.9
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
	opacity:.9
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
opacity:1
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
	opacity:1
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	max-width:290px;
	width:100%
}
.wp-block-cover-image:after, .wp-block-cover:after {
	display:block;
	content:"";
	font-size:0;
	min-height:inherit
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.wp-block-cover-image:after, .wp-block-cover:after {
content:none
}
}
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	display:flex
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
	width:calc(100% - 70px);
	z-index:1;
	color:#f8f9f9
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
color:inherit
}

* {
  margin: 0;
  padding: 0;
}

.pic-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation*/

  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

figurecaption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}

.pic-1 {
  opacity: 1;
  background: url(../images/sliders/slider-0.jpg)
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../images/sliders/slider-1.jpg)
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../images/sliders/slider-2.jpg)
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../images/sliders/slider-3.jpg)
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* keyframes*/

@keyframes slideShow {
  0% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}
@-o-keyframes slideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transformm: scale(1);
  }
}
@-moz-keyframes slideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transformm: scale(1);
  }
}
@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}


.wp-block-cover__video-background {
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	width:100%;
	height:100%;
	z-index:0;
	object-fit:cover
}
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
	color:#fff
}
.wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
	color:#fff
}
.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content:flex-start
}
.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content:flex-end
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content>h2 {
	margin-left:0;
	text-align:left
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content>h2 {
	margin-right:0;
	text-align:right
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image>h2 {
	font-size:2em;
	line-height:1.25;
	z-index:1;
	margin-bottom:0;
	max-width:580px;
	padding:14px;
	text-align:center
}
.block-editor-block-list__block[data-type="core/embed"][data-align=left], .block-editor-block-list__block[data-type="core/embed"][data-align=right], .wp-block-embed.alignleft, .wp-block-embed.alignright {
	max-width:360px;
	width:100%
}
.wp-block-embed {
	margin-bottom:1em
}
.wp-block-embed figcaption {
	margin-top:.5em;
	margin-bottom:1em
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
	position:relative
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	content:"";
	display:block;
	padding-top:50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top:42.85%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top:50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top:56.25%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top:75%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top:100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top:177.78%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top:200%
}
.wp-block-file {
	margin-bottom:1.5em
}
.wp-block-file.aligncenter {
	text-align:center
}
.wp-block-file.alignright {
	text-align:right
}
.wp-block-file .wp-block-file__button {
	background:#32373c;
	border-radius:2em;
	color:#fff;
	font-size:13px;
	padding:.5em 1em
}
.wp-block-file a.wp-block-file__button {
	text-decoration:none
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
	box-shadow:none;
	color:#fff;
	opacity:.85;
	text-decoration:none
}
.wp-block-file *+.wp-block-file__button {
	margin-left:.75em
}
.blocks-gallery-grid, .wp-block-gallery {
	display:flex;
	flex-wrap:wrap;
	list-style-type:none;
	padding:0;
	margin:0
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	margin:0 16px 16px 0;
	display:flex;
	flex-grow:1;
	flex-direction:column;
	justify-content:center;
	position:relative
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
	margin:0;
	height:100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
display:flex;
align-items:flex-end;
justify-content:flex-start
}
}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
	display:block;
	max-width:100%;
	height:auto;
	width:100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
width:auto
}
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	position:absolute;
	bottom:0;
	width:100%;
	max-height:100%;
	overflow:auto;
	padding:40px 10px 9px;
	color:#fff;
	text-align:center;
	font-size:13px;
	background:linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}
.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
	display:inline
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
	width:100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
height:100%;
flex:1;
object-fit:cover
}
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	width:calc((100% - 16px)/2)
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
margin-right:0
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
	width:100%;
	margin-right:0
}
@media (min-width:600px) {
.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
width:calc((100% - 32px)/3);
margin-right:16px
}
@supports (-ms-ime-align:auto) {
.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
width:calc((100% - 32px)/3 - 1px)
}
}
.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
width:calc((100% - 48px)/4);
margin-right:16px
}
@supports (-ms-ime-align:auto) {
.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
width:calc((100% - 48px)/4 - 1px)
}
}
.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
width:calc((100% - 64px)/5);
margin-right:16px
}
@supports (-ms-ime-align:auto) {
.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
width:calc((100% - 64px)/5 - 1px)
}
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
width:calc((100% - 80px)/6);
margin-right:16px
}
@supports (-ms-ime-align:auto) {
.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
width:calc((100% - 80px)/6 - 1px)
}
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
width:calc((100% - 96px)/7);
margin-right:16px
}
@supports (-ms-ime-align:auto) {
.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
width:calc((100% - 96px)/7 - 1px)
}
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
width:calc((100% - 112px)/8);
margin-right:16px
}
@supports (-ms-ime-align:auto) {
.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
width:calc((100% - 112px)/8 - 1px)
}
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
margin-right:0
}
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
margin-right:0
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
margin-right:0
}
.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
margin-right:0
}
.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
margin-right:0
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
margin-right:0
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
margin-right:0
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
margin-right:0
}
}
.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
	margin-right:0
}
.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
	max-width:290px;
	width:100%
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content:center
}
.wp-block-image {
	margin-bottom:1em
}
.wp-block-image img {
	max-width:100%
}
.wp-block-image.aligncenter {
	text-align:center
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
	width:100%
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
	display:table;
	margin-left:0;
	margin-right:0
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption {
	display:table-caption;
	caption-side:bottom
}
.wp-block-image .alignleft {
	float:left;
	margin-right:1em
}
.wp-block-image .alignright {
	float:right;
	margin-left:1em
}
.wp-block-image .aligncenter {
	margin-left:auto;
	margin-right:auto
}
.wp-block-image figcaption {
	margin-top:.5em;
	margin-bottom:1em
}
.is-style-circle-mask img, .is-style-rounded img {
	border-radius:9999px
}
@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
.is-style-circle-mask img {
-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
mask-mode:alpha;
-webkit-mask-repeat:no-repeat;
mask-repeat:no-repeat;
-webkit-mask-size:contain;
mask-size:contain;
-webkit-mask-position:center;
mask-position:center;
border-radius:0
}
}
.wp-block-latest-comments__comment {
	font-size:15px;
	line-height:1.1;
	list-style:none;
	margin-bottom:1em
}
.has-avatars .wp-block-latest-comments__comment {
	min-height:36px;
	list-style:none
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left:52px
}
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
	line-height:1.5
}
.wp-block-latest-comments__comment-excerpt p {
	font-size:14px;
	line-height:1.8;
	margin:5px 0 20px
}
.wp-block-latest-comments__comment-date {
	color:#8f98a1;
	display:block;
	font-size:12px
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
	border-radius:24px;
	display:block;
	float:left;
	height:40px;
	margin-right:12px;
	width:40px
}
.wp-block-latest-posts.alignleft {
	margin-right:2em
}
.wp-block-latest-posts.alignright {
	margin-left:2em
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style:none
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear:both
}
.wp-block-latest-posts.is-grid {
	display:flex;
	flex-wrap:wrap;
	padding:0
}
.wp-block-latest-posts.is-grid li {
	margin:0 16px 16px 0;
	width:100%
}
@media (min-width:600px) {
.wp-block-latest-posts.columns-2 li {
width:calc(50% - 16px)
}
.wp-block-latest-posts.columns-3 li {
width:calc(33.33333% - 16px)
}
.wp-block-latest-posts.columns-4 li {
width:calc(25% - 16px)
}
.wp-block-latest-posts.columns-5 li {
width:calc(20% - 16px)
}
.wp-block-latest-posts.columns-6 li {
width:calc(16.66667% - 16px)
}
}
.wp-block-latest-posts__post-date {
	display:block;
	color:#6c7781;
	font-size:13px
}
.wp-block-latest-posts__post-excerpt {
	margin-top:8px;
	margin-bottom:16px
}
.wp-block-latest-posts__featured-image img {
	height:auto;
	width:auto
}
.wp-block-latest-posts__featured-image.alignleft {
	margin-right:1em
}
.wp-block-latest-posts__featured-image.alignright {
	margin-left:1em
}
.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom:1em;
	text-align:center
}
.wp-block-media-text {
	/*!rtl:begin:ignore*/direction:ltr;
	/*!rtl:end:ignore*/display:-ms-grid;
	display:grid;
	-ms-grid-columns:50% 1fr;
	grid-template-columns:50% 1fr;
	-ms-grid-rows:auto;
	grid-template-rows:auto
}
.wp-block-media-text.has-media-on-the-right {
	-ms-grid-columns:1fr 50%;
	grid-template-columns:1fr 50%
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	-ms-grid-row-align:start;
	align-self:start
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row-align:center;
	align-self:center
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	-ms-grid-row-align:end;
	align-self:end
}
.wp-block-media-text .wp-block-media-text__media {
	/*!rtl:begin:ignore*/-ms-grid-column:1;
	grid-column:1;
	-ms-grid-row:1;
	grid-row:1;
	/*!rtl:end:ignore*/margin:0
}
.wp-block-media-text .wp-block-media-text__content {
	direction:ltr;
	/*!rtl:begin:ignore*/-ms-grid-column:2;
	grid-column:2;
	-ms-grid-row:1;
	grid-row:1;
	/*!rtl:end:ignore*/padding:0 8%;
	word-break:break-word
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	/*!rtl:begin:ignore*/-ms-grid-column:2;
	grid-column:2;
	-ms-grid-row:1;
	grid-row:1
/*!rtl:end:ignore*/}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	/*!rtl:begin:ignore*/-ms-grid-column:1;
	grid-column:1;
	-ms-grid-row:1;
	grid-row:1
/*!rtl:end:ignore*/}
.wp-block-media-text>figure>img, .wp-block-media-text>figure>video {
	max-width:unset;
	width:100%;
	vertical-align:middle
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
	height:100%;
	min-height:250px;
	background-size:cover
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0
}
@media (max-width:600px) {
.wp-block-media-text.is-stacked-on-mobile {
-ms-grid-columns:100%!important;
grid-template-columns:100%!important
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
-ms-grid-column:1;
grid-column:1;
-ms-grid-row:1;
grid-row:1
}
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
-ms-grid-column:1;
grid-column:1;
-ms-grid-row:2;
grid-row:2
}
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
-ms-grid-column:1;
grid-column:1;
-ms-grid-row:1;
grid-row:1
}
}
.wp-block-navigation>ul {
	display:block;
	list-style:none;
	margin:0;
	padding-left:0
}
@media (min-width:600px) {
.wp-block-navigation>ul {
display:flex;
flex-wrap:wrap
}
}
.wp-block-navigation>ul ul {
	list-style:none;
	padding-left:0;
	margin-top:0;
	margin-left:0
}
.wp-block-navigation>ul ul li {
	margin:0
}
.wp-block-navigation>ul li {
	z-index:1
}
.wp-block-navigation>ul li:focus-within, .wp-block-navigation>ul li:hover {
cursor:pointer;
z-index:99999
}
.wp-block-navigation>ul li:focus-within>ul, .wp-block-navigation>ul li:hover>ul, .wp-block-navigation>ul li ul:focus, .wp-block-navigation>ul li ul:hover {
visibility:visible;
opacity:1;
display:flex;
flex-direction:column
}
.wp-block-navigation>ul>li ul {
	position:absolute;
	left:0;
	top:100%;
	min-width:200px;
	max-width:200px;
	opacity:0;
transition:opacity .1s linear;
	visibility:hidden
}
.wp-block-navigation, .wp-block-navigation .block-editor-block-list__layout {
	display:flex;
	flex-wrap:wrap
}
.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
	width:200px
}
.wp-block-navigation .block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block {
	margin:0;
	width:auto
}
.wp-block-navigation, .wp-block-navigation>.wp-block-navigation__container {
	align-items:center;
	width:100%
}
.wp-block-navigation>.wp-block-navigation-link, .wp-block-navigation>.wp-block-navigation__container>.wp-block-navigation-link {
	display:flex;
	margin-top:0;
	margin-bottom:0
}
.wp-block-navigation .wp-block-navigation-link {
	position:relative;
	margin:0;
	min-height:56px;
	display:flex;
	line-height:1.4
}
.wp-block-navigation .wp-block-navigation-link .wp-block, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
	min-height:auto;
	padding:0
}
.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
	margin:0
}
.wp-block-navigation .wp-block-navigation-link>.block-editor-inner-blocks {
	display:none
}
.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks {
	display:flex;
	border:1px solid rgba(0, 0, 0, .15);
	position:absolute;
	z-index:1;
	top:100%;
	left:0
}
.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .wp-block-navigation__container {
	left:100%;
	top:-1px
}
.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
	background-color:inherit;
	color:inherit
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
	display:flex;
	align-items:center;
	width:max-content;
	padding:6px 16px
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
padding-top:8px
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
	padding-bottom:8px
}
.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
	min-width:100%;
	padding-right:32px;
	position:relative
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
	position:absolute;
	right:16px
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
	fill:currentColor
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
	transform:rotate(0)
}
.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
	color:inherit
}
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
color:#111
}
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
background-color:#fff
}
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
color:#fff
}
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
background-color:#333
}
.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container {
	display:flex;
	flex-direction:column;
	padding:0
}
.wp-block-navigation>ul>li>a {
	display:flex;
	align-items:center
}
.wp-block-navigation>ul>li:first-of-type>a {
	padding-left:0
}
.wp-block-navigation>ul>li:last-of-type>a {
	padding-right:0
}
.wp-block-navigation.items-justified-left>ul {
	justify-content:flex-start
}
.wp-block-navigation.items-justified-center>ul {
	justify-content:center
}
.wp-block-navigation.items-justified-right>ul {
	justify-content:flex-end
}
.is-small-text {
	font-size:14px
}
.is-regular-text {
	font-size:16px
}
.is-large-text {
	font-size:36px
}
.is-larger-text {
	font-size:48px
}
.has-drop-cap:not(:focus):first-letter {
float:left;
font-size:8.4em;
line-height:.68;
font-weight:100;
margin:.05em .1em 0 0;
text-transform:uppercase;
font-style:normal
}
p.has-background {
	padding:20px 30px
}
p.has-text-color a {
	color:inherit
}
.wp-block-pullquote {
	padding:3em 0;
	margin-left:0;
	margin-right:0;
	text-align:center
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	max-width:290px
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
	font-size:20px
}
.wp-block-pullquote p {
	font-size:28px;
	line-height:1.6
}
.wp-block-pullquote cite, .wp-block-pullquote footer {
	position:relative
}
.wp-block-pullquote .has-text-color a {
	color:inherit
}
.wp-block-pullquote:not(.is-style-solid-color) {
background:none
}
.wp-block-pullquote.is-style-solid-color {
	border:none
}
.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	max-width:60%
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top:0;
	margin-bottom:0;
	font-size:32px
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform:none;
	font-style:normal
}
.wp-block-pullquote cite {
	color:inherit
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin:0 0 16px;
	padding:0 1em
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size:24px;
	font-style:italic;
	line-height:1.6
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	font-size:18px;
	text-align:right
}
.wp-block-rss.alignleft {
	margin-right:2em
}
.wp-block-rss.alignright {
	margin-left:2em
}
.wp-block-rss.is-grid {
	display:flex;
	flex-wrap:wrap;
	padding:0;
	list-style:none
}
.wp-block-rss.is-grid li {
	margin:0 16px 16px 0;
	width:100%
}
@media (min-width:600px) {
.wp-block-rss.columns-2 li {
width:calc(50% - 16px)
}
.wp-block-rss.columns-3 li {
width:calc(33.33333% - 16px)
}
.wp-block-rss.columns-4 li {
width:calc(25% - 16px)
}
.wp-block-rss.columns-5 li {
width:calc(20% - 16px)
}
.wp-block-rss.columns-6 li {
width:calc(16.66667% - 16px)
}
}
.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
	display:block;
	color:#6c7781;
	font-size:13px
}
.wp-block-search {
	display:flex;
	flex-wrap:wrap
}
.wp-block-search .wp-block-search__label {
	width:100%
}
.wp-block-search .wp-block-search__input {
	flex-grow:1;
	max-width:360px
}
.wp-block-search .wp-block-search__button {
	margin-left:10px
}
.wp-block-separator.is-style-wide {
	border-bottom-width:1px
}
.wp-block-separator.is-style-dots {
	background:none!important;
	border:none;
	text-align:center;
	max-width:none;
	line-height:1;
	height:auto
}
.wp-block-separator.is-style-dots:before {
	content:"\00b7 \00b7 \00b7";
	color:currentColor;
	font-size:20px;
	letter-spacing:2em;
	padding-left:2em;
	font-family:serif
}
.wp-block-social-links {
	display:flex;
	justify-content:flex-start;
	padding-left:0;
	padding-right:0;
	margin-left:0
}
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
	text-decoration:none;
	border-bottom:0;
	box-shadow:none
}
.wp-social-link {
	display:block;
	width:36px;
	height:36px;
	border-radius:36px;
	margin-right:8px;
transition:transform .1s ease
}
@media (prefers-reduced-motion:reduce) {
.wp-social-link {
transition-duration:0s
}
}
.wp-social-link a {
	padding:6px;
	display:block;
	line-height:0;
transition:transform .1s ease
}
.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
	color:currentColor;
	fill:currentColor
}
.wp-social-link:hover {
	transform:scale(1.1)
}
.wp-block-social-links.aligncenter {
	justify-content:center;
	display:flex
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
background-color:#f0f0f0;
color:#444
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
background-color:#f90;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
background-color:#1ea0c3;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
background-color:#0757fe;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
background-color:#1e1f26;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
background-color:#02e49b;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
background-color:#e94c89;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
background-color:#4280ff;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
background-color:#f45800;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
background-color:#1977f2;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
background-color:#000;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
background-color:#0461dd;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
background-color:#e65678;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
background-color:#24292d;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
background-color:#eceadd;
color:#382110
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
background-color:#ea4434;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
background-color:#f00075;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
background-color:#e21b24;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
background-color:#0577b5;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
background-color:#3288d4;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
background-color:#02ab6c;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
background-color:#f6405f;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
background-color:#e60122;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
background-color:#ef4155;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
background-color:#fe4500;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
background-color:#0478d7;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
background-color:#fefc00;
color:#fff;
stroke:#000
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
background-color:#ff5600;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
background-color:#1bd760;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
background-color:#011835;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
background-color:#6440a4;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
background-color:#21a1f3;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
background-color:#1eb7ea;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
background-color:#4680c2;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
background-color:#3499cd;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
background-color:#d32422;
color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
background-color:#ff0100;
color:#fff
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
	background:none;
	padding:4px
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width:28px;
	height:28px
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color:#f90
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color:#1ea0c3
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color:#0757fe
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color:#1e1f26
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color:#02e49b
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color:#e94c89
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color:#4280ff
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color:#f45800
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color:#1977f2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color:#000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color:#0461dd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color:#e65678
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color:#24292d
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color:#382110
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color:#ea4434
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color:#f00075
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color:#e21b24
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color:#0577b5
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color:#3288d4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color:#02ab6c
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color:#f6405f
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color:#e60122
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color:#ef4155
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color:#fe4500
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color:#0478d7
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color:#fff;
	stroke:#000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color:#ff5600
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color:#1bd760
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color:#011835
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color:#6440a4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color:#21a1f3
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color:#1eb7ea
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color:#4680c2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color:#3499cd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	background-color:#d32422;
	color:#fff
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color:#ff0100
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width:auto
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left:16px;
	padding-right:16px
}
.wp-block-spacer {
	clear:both
}
p.wp-block-subhead {
	font-size:1.1em;
	font-style:italic;
	opacity:.75
}
.wp-block-table {
	overflow-x:auto
}
.wp-block-table table {
	width:100%
}
.wp-block-table .has-fixed-layout {
	table-layout:fixed;
	width:100%
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
	word-break:break-word
}
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
	display:table;
	width:auto
}
.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
	word-break:break-word
}
.wp-block-table .has-subtle-light-gray-background-color {
	background-color:#f3f4f5
}
.wp-block-table .has-subtle-pale-green-background-color {
	background-color:#e9fbe5
}
.wp-block-table .has-subtle-pale-blue-background-color {
	background-color:#e7f5fe
}
.wp-block-table .has-subtle-pale-pink-background-color {
	background-color:#fcf0ef
}
.wp-block-table.is-style-stripes {
	border-spacing:0;
	border-collapse:inherit;
	background-color:transparent;
	border-bottom:1px solid #f3f4f5
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color:#f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
background-color:#f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
background-color:#e9fbe5
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
background-color:#e7f5fe
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
background-color:#fcf0ef
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border-color:transparent
}
.wp-block-text-columns, .wp-block-text-columns.aligncenter {
	display:flex
}
.wp-block-text-columns .wp-block-column {
	margin:0 16px;
	padding:0
}
.wp-block-text-columns .wp-block-column:first-child {
	margin-left:0
}
.wp-block-text-columns .wp-block-column:last-child {
	margin-right:0
}
.wp-block-text-columns.columns-2 .wp-block-column {
	width:50%
}
.wp-block-text-columns.columns-3 .wp-block-column {
	width:33.33333%
}
.wp-block-text-columns.columns-4 .wp-block-column {
	width:25%
}
.wp-block-video {
	margin-left:0;
	margin-right:0
}
.wp-block-video video {
	max-width:100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.wp-block-video [poster] {
object-fit:cover
}
}
.wp-block-video.aligncenter {
	text-align:center
}
.wp-block-video figcaption {
	margin-top:.5em;
	margin-bottom:1em
}
a:hover {
    color: #0056b3;
    text-decoration: none !important;
}
:root .has-pale-pink-background-color {
	background-color:#f78da7
}
:root .has-vivid-red-background-color {
	background-color:#cf2e2e
}
:root .has-luminous-vivid-orange-background-color {
	background-color:#ff6900
}
:root .has-luminous-vivid-amber-background-color {
	background-color:#fcb900
}
:root .has-light-green-cyan-background-color {
	background-color:#7bdcb5
}
:root .has-vivid-green-cyan-background-color {
	background-color:#00d084
}
:root .has-pale-cyan-blue-background-color {
	background-color:#8ed1fc
}
:root .has-vivid-cyan-blue-background-color {
	background-color:#0693e3
}
:root .has-vivid-purple-background-color {
	background-color:#9b51e0
}
:root .has-very-light-gray-background-color {
	background-color:#eee
}
:root .has-cyan-bluish-gray-background-color {
	background-color:#abb8c3
}
:root .has-very-dark-gray-background-color {
	background-color:#313131
}
:root .has-pale-pink-color {
	color:#f78da7
}
:root .has-vivid-red-color {
	color:#cf2e2e
}
:root .has-luminous-vivid-orange-color {
	color:#ff6900
}
:root .has-luminous-vivid-amber-color {
	color:#fcb900
}
:root .has-light-green-cyan-color {
	color:#7bdcb5
}
:root .has-vivid-green-cyan-color {
	color:#00d084
}
:root .has-pale-cyan-blue-color {
	color:#8ed1fc
}
:root .has-vivid-cyan-blue-color {
	color:#0693e3
}
:root .has-vivid-purple-color {
	color:#9b51e0
}
:root .has-very-light-gray-color {
	color:#eee
}
:root .has-cyan-bluish-gray-color {
	color:#abb8c3
}
:root .has-very-dark-gray-color {
	color:#313131
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background:linear-gradient(135deg, #0693e3, #9b51e0)
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background:linear-gradient(135deg, #00d084, #0693e3)
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background:linear-gradient(135deg, #7adcb4, #00d082)
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background:linear-gradient(135deg, #fcb900, #ff6900)
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background:linear-gradient(135deg, #ff6900, #cf2e2e)
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background:linear-gradient(135deg, #eee, #a9b8c3)
}
:root .has-cool-to-warm-spectrum-gradient-background {
	background:linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}
:root .has-blush-light-purple-gradient-background {
	background:linear-gradient(135deg, #ffceec, #9896f0)
}
:root .has-blush-bordeaux-gradient-background {
	background:linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}
:root .has-purple-crush-gradient-background {
	background:linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}
:root .has-luminous-dusk-gradient-background {
	background:linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}
:root .has-hazy-dawn-gradient-background {
	background:linear-gradient(135deg, #faaca8, #dad0ec)
}
:root .has-pale-ocean-gradient-background {
	background:linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}
:root .has-electric-grass-gradient-background {
	background:linear-gradient(135deg, #caf880, #71ce7e)
}
:root .has-subdued-olive-gradient-background {
	background:linear-gradient(135deg, #fafae1, #67a671)
}
:root .has-atomic-cream-gradient-background {
	background:linear-gradient(135deg, #fdd79a, #004a59)
}
:root .has-nightshade-gradient-background {
	background:linear-gradient(135deg, #330968, #31cdcf)
}
:root .has-midnight-gradient-background {
	background:linear-gradient(135deg, #020381, #2874fc)
}
.has-small-font-size {
	font-size:13px
}
.has-normal-font-size, .has-regular-font-size {
	font-size:16px
}
.has-medium-font-size {
	font-size:20px
}
.has-large-font-size {
	font-size:36px
}
.has-huge-font-size, .has-larger-font-size {
	font-size:42px
}
.has-text-align-center {
	text-align:center
}
.has-text-align-left {
	text-align:left
}
.has-text-align-right {
	text-align:right
}
.ss-wrapper {
	overflow:hidden;
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
	float:left
}
.ss-content {
	height:100%;
	width:calc(100% + 18px);
	padding:0;
	position:relative;
	overflow:auto;
	box-sizing:border-box
}
.ss-content.rtl {
	width:calc(100% + 18px);
	right:auto
}
.ss-scroll {
	position:relative;
	background:rgba(0, 0, 0, .1);
	width:9px;
	border-radius:4px;
	top:0;
	z-index:2;
	cursor:pointer;
	opacity:0;
transition:opacity .25s linear
}
.ss-hidden {
	display:none
}
.ss-container:hover .ss-scroll, .ss-container:active .ss-scroll {
	opacity:1
}
.ss-grabbed {
	-o-user-select:none;
	-ms-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none
}
@charset "UTF-8";
.slick-slider {
	position:relative;
	display:block;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent
}
.slick-list {
	position:relative;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0
}
.slick-list:focus {
	outline:0
}
.slick-list.dragging {
	cursor:pointer;
	cursor:hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
.slick-track {
	position:relative;
	top:0;
	left:0;
	display:block;
	margin-left:auto;
	margin-right:auto
}
.slick-track:after, .slick-track:before {
	display:table;
	content:''
}
.slick-track:after {
	clear:both
}
.slick-loading .slick-track {
	visibility:hidden
}
.slick-slide {
	display:none;
	float:left;
	height:100%;
	min-height:1px
}
[dir=rtl] .slick-slide {
	float:right
}
.slick-slide img {
	display:block
}
.slick-slide.slick-loading img {
	display:none
}
.slick-slide.dragging img {
	pointer-events:none
}
.slick-initialized .slick-slide {
	display:block
}
.slick-loading .slick-slide {
	visibility:hidden
}
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent
}
.slick-arrow.slick-hidden {
	display:none
}
@media print, screen and (min-width:40em) {
.reveal, .reveal.large, .reveal.small, .reveal.tiny {
right:auto;
left:auto;
margin:0 auto
}
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
	font-family:sans-serif;
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0
}
article, aside, footer, header, nav, section {
	display:block
}
h1 {
	font-size:2em;
	margin:.67em 0
}
figcaption, figure {
	display:block
}
figure {
	margin:1em 40px
}
hr {
	box-sizing:content-box;
	height:0;
	overflow:visible
}
main {
	display:block
}
pre {
	font-family:monospace, monospace;
	font-size:1em
}
a {
	background-color:transparent;
	-webkit-text-decoration-skip:objects
}
a:active, a:hover {
	outline-width:0
}
abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted
}
b, strong {
	font-weight:inherit
}
b, strong {
	font-weight:bolder
}
code, kbd, samp {
	font-family:monospace, monospace;
	font-size:1em
}
dfn {
	font-style:italic
}
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:-.25em
}
sup {
	top:-.5em
}
audio, video {
	display:inline-block
}
audio:not([controls]) {
display:none;
height:0
}
img {
	border-style:none
}
svg:not(:root) {
overflow:hidden
}
button, input, optgroup, select, textarea {
	font-family:sans-serif;
	font-size:100%;
	line-height:1.15;
	margin:0
}
button {
	overflow:visible
}
button, select {
	text-transform:none
}
[type=reset], [type=submit], button, html [type=button] {
-webkit-appearance:button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style:none;
padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline:1px dotted ButtonText
}
input {
	overflow:visible
}
[type=checkbox], [type=radio] {
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-file-upload-button {
-webkit-appearance:button;
font:inherit
}
fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}
legend {
	box-sizing:border-box;
	display:table;
	max-width:100%;
	padding:0;
	color:inherit;
	white-space:normal
}
progress {
	display:inline-block;
	vertical-align:baseline
}
textarea {
	overflow:auto
}
details {
	display:block
}
summary {
	display:list-item
}
menu {
	display:block
}
canvas {
	display:inline-block
}
template {
	display:none
}
[hidden] {
display:none
}
.foundation-mq {
	font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=120em"
}
html {
	box-sizing:border-box;
	font-size:100%
}
*, :after, :before {
	box-sizing:inherit
}
body {
	margin:0;
	padding:0;
	/* [disabled]background:#fefefe; */
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight:400;
	line-height:1.5;
	color:#0a0a0a;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
img {
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	height:auto;
	-ms-interpolation-mode:bicubic
}
textarea {
	height:auto;
	min-height:50px;
	border-radius:0
}
select {
	box-sizing:border-box;
	width:100%;
	border-radius:0
}
.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
	max-width:none!important
}
button {
	padding:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:0;
	border-radius:0;
	background:0 0;
	line-height:1;
	cursor:auto
}
[data-whatinput=mouse] button {
	outline:0
}
pre {
	overflow:auto
}
button, input, optgroup, select, textarea {
	font-family:inherit
}
.is-visible {
	display:block!important
}
.is-hidden {
	display:none!important
}
.grid-container {
padding-right:.625rem;
padding-left:.625rem;
	max-width:75rem;
	margin:0 auto
}
@media print, screen and (min-width:40em) {
.grid-container {
padding-right:.9375rem;
padding-left:.9375rem
}
}
.grid-container.fluid {
padding-right:.625rem;
padding-left:.625rem;
	max-width:100%;
	margin:0 auto
}
@media print, screen and (min-width:40em) {
.grid-container.fluid {
padding-right:.9375rem;
padding-left:.9375rem
}
}
.grid-container.full {
	padding-right:0;
	padding-left:0;
	max-width:100%;
	margin:0 auto
}
.grid-x {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap
}
.cell {
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	min-height:0;
	min-width:0;
	width:100%
}
.cell.auto {
	-webkit-flex:1 1 0px;
	-ms-flex:1 1 0px;
	flex:1 1 0px
}
.cell.shrink {
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto
}
.grid-x>.auto {
	width:auto
}
.grid-x>.shrink {
	width:auto
}
.grid-x>.small-1, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9, .grid-x>.small-full, .grid-x>.small-shrink {
	-webkit-flex-basis:auto;
	-ms-flex-preferred-size:auto;
	flex-basis:auto
}
@media print, screen and (min-width:40em) {
.grid-x>.medium-1, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-full, .grid-x>.medium-shrink {
-webkit-flex-basis:auto;
-ms-flex-preferred-size:auto;
flex-basis:auto
}
}
@media print, screen and (min-width:64em) {
.grid-x>.large-1, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-full, .grid-x>.large-shrink {
-webkit-flex-basis:auto;
-ms-flex-preferred-size:auto;
flex-basis:auto
}
}
.grid-x>.small-1 {
	width:8.33333%
}
.grid-x>.small-2 {
	width:16.66667%
}
.grid-x>.small-3 {
	width:25%
}
.grid-x>.small-4 {
	width:33.33333%
}
.grid-x>.small-5 {
	width:41.66667%
}
.grid-x>.small-6 {
	width:50%
}
.grid-x>.small-7 {
	width:58.33333%
}
.grid-x>.small-8 {
	width:66.66667%
}
.grid-x>.small-9 {
	width:75%
}
.grid-x>.small-10 {
	width:83.33333%
}
.grid-x>.small-11 {
	width:91.66667%
}
.grid-x>.small-12 {
	width:100%
}
@media print, screen and (min-width:40em) {
.grid-x>.medium-auto {
-webkit-flex:1 1 0px;
-ms-flex:1 1 0px;
flex:1 1 0px;
width:auto
}
.grid-x>.medium-shrink {
-webkit-flex:0 0 auto;
-ms-flex:0 0 auto;
flex:0 0 auto;
width:auto
}
.grid-x>.medium-1 {
width:8.33333%
}
.grid-x>.medium-2 {
width:16.66667%
}
.grid-x>.medium-3 {
width:25%
}
.grid-x>.medium-4 {
width:33.33333%
}
.grid-x>.medium-5 {
width:41.66667%
}
.grid-x>.medium-6 {
width:50%
}
.grid-x>.medium-7 {
width:58.33333%
}
.grid-x>.medium-8 {
width:66.66667%
}
.grid-x>.medium-9 {
width:75%
}
.grid-x>.medium-10 {
width:83.33333%
}
.grid-x>.medium-11 {
width:91.66667%
}
.grid-x>.medium-12 {
width:100%
}
}
@media print, screen and (min-width:64em) {
.grid-x>.large-auto {
-webkit-flex:1 1 0px;
-ms-flex:1 1 0px;
flex:1 1 0px;
width:auto
}
.grid-x>.large-shrink {
-webkit-flex:0 0 auto;
-ms-flex:0 0 auto;
flex:0 0 auto;
width:auto
}
.grid-x>.large-1 {
width:8.33333%
}
.grid-x>.large-2 {
width:16.66667%
}
.grid-x>.large-3 {
width:25%
}
.grid-x>.large-4 {
width:33.33333%
}
.grid-x>.large-5 {
width:41.66667%
}
.grid-x>.large-6 {
width:50%
}
.grid-x>.large-7 {
width:58.33333%
}
.grid-x>.large-8 {
width:66.66667%
}
.grid-x>.large-9 {
width:75%
}
.grid-x>.large-10 {
width:83.33333%
}
.grid-x>.large-11 {
width:91.66667%
}
.grid-x>.large-12 {
width:100%
}
}
.grid-margin-x:not(.grid-x)>.cell {
width:auto
}
.grid-margin-y:not(.grid-y)>.cell {
height:auto
}
.grid-margin-x {
margin-left:-.625rem;
margin-right:-.625rem
}
@media print, screen and (min-width:40em) {
.grid-margin-x {
margin-left:-.9375rem;
margin-right:-.9375rem
}
}
.grid-margin-x>.cell {
	width:calc(100% - 1.25rem);
margin-left:.625rem;
margin-right:.625rem
}
@media print, screen and (min-width:40em) {
.grid-margin-x>.cell {
width:calc(100% - 1.875rem);
margin-left:.9375rem;
margin-right:.9375rem
}
}
.grid-margin-x>.auto {
	width:auto
}
.grid-margin-x>.shrink {
	width:auto
}
.grid-margin-x>.small-1 {
	width:calc(8.33333% - 1.25rem)
}
.grid-margin-x>.small-2 {
	width:calc(16.66667% - 1.25rem)
}
.grid-margin-x>.small-3 {
	width:calc(25% - 1.25rem)
}
.grid-margin-x>.small-4 {
	width:calc(33.33333% - 1.25rem)
}
.grid-margin-x>.small-5 {
	width:calc(41.66667% - 1.25rem)
}
.grid-margin-x>.small-6 {
	width:calc(50% - 1.25rem)
}
.grid-margin-x>.small-7 {
	width:calc(58.33333% - 1.25rem)
}
.grid-margin-x>.small-8 {
	width:calc(66.66667% - 1.25rem)
}
.grid-margin-x>.small-9 {
	width:calc(75% - 1.25rem)
}
.grid-margin-x>.small-10 {
	width:calc(83.33333% - 1.25rem)
}
.grid-margin-x>.small-11 {
	width:calc(91.66667% - 1.25rem)
}
.grid-margin-x>.small-12 {
	width:calc(100% - 1.25rem)
}
@media print, screen and (min-width:40em) {
.grid-margin-x>.auto {
width:auto
}
.grid-margin-x>.shrink {
width:auto
}
.grid-margin-x>.small-1 {
width:calc(8.33333% - 1.875rem)
}
.grid-margin-x>.small-2 {
width:calc(16.66667% - 1.875rem)
}
.grid-margin-x>.small-3 {
width:calc(25% - 1.875rem)
}
.grid-margin-x>.small-4 {
width:calc(33.33333% - 1.875rem)
}
.grid-margin-x>.small-5 {
width:calc(41.66667% - 1.875rem)
}
.grid-margin-x>.small-6 {
width:calc(50% - 1.875rem)
}
.grid-margin-x>.small-7 {
width:calc(58.33333% - 1.875rem)
}
.grid-margin-x>.small-8 {
width:calc(66.66667% - 1.875rem)
}
.grid-margin-x>.small-9 {
width:calc(75% - 1.875rem)
}
.grid-margin-x>.small-10 {
width:calc(83.33333% - 1.875rem)
}
.grid-margin-x>.small-11 {
width:calc(91.66667% - 1.875rem)
}
.grid-margin-x>.small-12 {
width:calc(100% - 1.875rem)
}
.grid-margin-x>.medium-auto {
width:auto
}
.grid-margin-x>.medium-shrink {
width:auto
}
.grid-margin-x>.medium-1 {
width:calc(8.33333% - 1.875rem)
}
.grid-margin-x>.medium-2 {
width:calc(16.66667% - 1.875rem)
}
.grid-margin-x>.medium-3 {
width:calc(25% - 1.875rem)
}
.grid-margin-x>.medium-4 {
width:calc(33.33333% - 1.875rem)
}
.grid-margin-x>.medium-5 {
width:calc(41.66667% - 1.875rem)
}
.grid-margin-x>.medium-6 {
width:calc(50% - 1.875rem)
}
.grid-margin-x>.medium-7 {
width:calc(58.33333% - 1.875rem)
}
.grid-margin-x>.medium-8 {
width:calc(66.66667% - 1.875rem)
}
.grid-margin-x>.medium-9 {
width:calc(75% - 1.875rem)
}
.grid-margin-x>.medium-10 {
width:calc(83.33333% - 1.875rem)
}
.grid-margin-x>.medium-11 {
width:calc(91.66667% - 1.875rem)
}
.grid-margin-x>.medium-12 {
width:calc(100% - 1.875rem)
}
}
@media print, screen and (min-width:64em) {
.grid-margin-x>.large-auto {
width:auto
}
.grid-margin-x>.large-shrink {
width:auto
}
.grid-margin-x>.large-1 {
width:calc(8.33333% - 1.875rem)
}
.grid-margin-x>.large-2 {
width:calc(16.66667% - 1.875rem)
}
.grid-margin-x>.large-3 {
width:calc(25% - 1.875rem)
}
.grid-margin-x>.large-4 {
width:calc(33.33333% - 1.875rem)
}
.grid-margin-x>.large-5 {
width:calc(41.66667% - 1.875rem)
}
.grid-margin-x>.large-6 {
width:calc(50% - 1.875rem)
}
.grid-margin-x>.large-7 {
width:calc(58.33333% - 1.875rem)
}
.grid-margin-x>.large-8 {
width:calc(66.66667% - 1.875rem)
}
.grid-margin-x>.large-9 {
width:calc(75% - 1.875rem)
}
.grid-margin-x>.large-10 {
width:calc(83.33333% - 1.875rem)
}
.grid-margin-x>.large-11 {
width:calc(91.66667% - 1.875rem)
}
.grid-margin-x>.large-12 {
width:calc(100% - 1.875rem)
}
}
.grid-padding-x .grid-padding-x {
margin-right:-.625rem;
margin-left:-.625rem
}
@media print, screen and (min-width:40em) {
.grid-padding-x .grid-padding-x {
margin-right:-.9375rem;
margin-left:-.9375rem
}
}
.grid-container:not(.full)>.grid-padding-x {
margin-right:-.625rem;
margin-left:-.625rem
}
@media print, screen and (min-width:40em) {
.grid-container:not(.full)>.grid-padding-x {
margin-right:-.9375rem;
margin-left:-.9375rem
}
}
.grid-padding-x>.cell {
padding-right:.625rem;
padding-left:.625rem
}
@media print, screen and (min-width:40em) {
.grid-padding-x>.cell {
padding-right:.9375rem;
padding-left:.9375rem
}
}
.small-up-1>.cell {
	width:100%
}
.small-up-2>.cell {
	width:50%
}
.small-up-3>.cell {
	width:33.33333%
}
.small-up-4>.cell {
	width:25%
}
.small-up-5>.cell {
	width:20%
}
.small-up-6>.cell {
	width:16.66667%
}
.small-up-7>.cell {
	width:14.28571%
}
.small-up-8>.cell {
	width:12.5%
}
@media print, screen and (min-width:40em) {
.medium-up-1>.cell {
width:100%
}
.medium-up-2>.cell {
width:50%
}
.medium-up-3>.cell {
width:33.33333%
}
.medium-up-4>.cell {
width:25%
}
.medium-up-5>.cell {
width:20%
}
.medium-up-6>.cell {
width:16.66667%
}
.medium-up-7>.cell {
width:14.28571%
}
.medium-up-8>.cell {
width:12.5%
}
}
@media print, screen and (min-width:64em) {
.large-up-1>.cell {
width:100%
}
.large-up-2>.cell {
width:50%
}
.large-up-3>.cell {
width:33.33333%
}
.large-up-4>.cell {
width:25%
}
.large-up-5>.cell {
width:20%
}
.large-up-6>.cell {
width:16.66667%
}
.large-up-7>.cell {
width:14.28571%
}
.large-up-8>.cell {
width:12.5%
}
}
.grid-margin-x.small-up-1>.cell {
	width:calc(100% - 1.25rem)
}
.grid-margin-x.small-up-2>.cell {
	width:calc(50% - 1.25rem)
}
.grid-margin-x.small-up-3>.cell {
	width:calc(33.33333% - 1.25rem)
}
.grid-margin-x.small-up-4>.cell {
	width:calc(25% - 1.25rem)
}
.grid-margin-x.small-up-5>.cell {
	width:calc(20% - 1.25rem)
}
.grid-margin-x.small-up-6>.cell {
	width:calc(16.66667% - 1.25rem)
}
.grid-margin-x.small-up-7>.cell {
	width:calc(14.28571% - 1.25rem)
}
.grid-margin-x.small-up-8>.cell {
	width:calc(12.5% - 1.25rem)
}
@media print, screen and (min-width:40em) {
.grid-margin-x.small-up-1>.cell {
width:calc(100% - 1.25rem)
}
.grid-margin-x.small-up-2>.cell {
width:calc(50% - 1.25rem)
}
.grid-margin-x.small-up-3>.cell {
width:calc(33.33333% - 1.25rem)
}
.grid-margin-x.small-up-4>.cell {
width:calc(25% - 1.25rem)
}
.grid-margin-x.small-up-5>.cell {
width:calc(20% - 1.25rem)
}
.grid-margin-x.small-up-6>.cell {
width:calc(16.66667% - 1.25rem)
}
.grid-margin-x.small-up-7>.cell {
width:calc(14.28571% - 1.25rem)
}
.grid-margin-x.small-up-8>.cell {
width:calc(12.5% - 1.25rem)
}
.grid-margin-x.medium-up-1>.cell {
width:calc(100% - 1.875rem)
}
.grid-margin-x.medium-up-2>.cell {
width:calc(50% - 1.875rem)
}
.grid-margin-x.medium-up-3>.cell {
width:calc(33.33333% - 1.875rem)
}
.grid-margin-x.medium-up-4>.cell {
width:calc(25% - 1.875rem)
}
.grid-margin-x.medium-up-5>.cell {
width:calc(20% - 1.875rem)
}
.grid-margin-x.medium-up-6>.cell {
width:calc(16.66667% - 1.875rem)
}
.grid-margin-x.medium-up-7>.cell {
width:calc(14.28571% - 1.875rem)
}
.grid-margin-x.medium-up-8>.cell {
width:calc(12.5% - 1.875rem)
}
}
@media print, screen and (min-width:64em) {
.grid-margin-x.large-up-1>.cell {
width:calc(100% - 1.875rem)
}
.grid-margin-x.large-up-2>.cell {
width:calc(50% - 1.875rem)
}
.grid-margin-x.large-up-3>.cell {
width:calc(33.33333% - 1.875rem)
}
.grid-margin-x.large-up-4>.cell {
width:calc(25% - 1.875rem)
}
.grid-margin-x.large-up-5>.cell {
width:calc(20% - 1.875rem)
}
.grid-margin-x.large-up-6>.cell {
width:calc(16.66667% - 1.875rem)
}
.grid-margin-x.large-up-7>.cell {
width:calc(14.28571% - 1.875rem)
}
.grid-margin-x.large-up-8>.cell {
width:calc(12.5% - 1.875rem)
}
}
.small-margin-collapse {
	margin-right:0;
	margin-left:0
}
.small-margin-collapse>.cell {
	margin-right:0;
	margin-left:0
}
.small-margin-collapse>.small-1 {
	width:8.33333%
}
.small-margin-collapse>.small-2 {
	width:16.66667%
}
.small-margin-collapse>.small-3 {
	width:25%
}
.small-margin-collapse>.small-4 {
	width:33.33333%
}
.small-margin-collapse>.small-5 {
	width:41.66667%
}
.small-margin-collapse>.small-6 {
	width:50%
}
.small-margin-collapse>.small-7 {
	width:58.33333%
}
.small-margin-collapse>.small-8 {
	width:66.66667%
}
.small-margin-collapse>.small-9 {
	width:75%
}
.small-margin-collapse>.small-10 {
	width:83.33333%
}
.small-margin-collapse>.small-11 {
	width:91.66667%
}
.small-margin-collapse>.small-12 {
	width:100%
}
@media print, screen and (min-width:40em) {
.small-margin-collapse>.medium-1 {
width:8.33333%
}
.small-margin-collapse>.medium-2 {
width:16.66667%
}
.small-margin-collapse>.medium-3 {
width:25%
}
.small-margin-collapse>.medium-4 {
width:33.33333%
}
.small-margin-collapse>.medium-5 {
width:41.66667%
}
.small-margin-collapse>.medium-6 {
width:50%
}
.small-margin-collapse>.medium-7 {
width:58.33333%
}
.small-margin-collapse>.medium-8 {
width:66.66667%
}
.small-margin-collapse>.medium-9 {
width:75%
}
.small-margin-collapse>.medium-10 {
width:83.33333%
}
.small-margin-collapse>.medium-11 {
width:91.66667%
}
.small-margin-collapse>.medium-12 {
width:100%
}
}
@media print, screen and (min-width:64em) {
.small-margin-collapse>.large-1 {
width:8.33333%
}
.small-margin-collapse>.large-2 {
width:16.66667%
}
.small-margin-collapse>.large-3 {
width:25%
}
.small-margin-collapse>.large-4 {
width:33.33333%
}
.small-margin-collapse>.large-5 {
width:41.66667%
}
.small-margin-collapse>.large-6 {
width:50%
}
.small-margin-collapse>.large-7 {
width:58.33333%
}
.small-margin-collapse>.large-8 {
width:66.66667%
}
.small-margin-collapse>.large-9 {
width:75%
}
.small-margin-collapse>.large-10 {
width:83.33333%
}
.small-margin-collapse>.large-11 {
width:91.66667%
}
.small-margin-collapse>.large-12 {
width:100%
}
}
.small-padding-collapse {
	margin-right:0;
	margin-left:0
}
.small-padding-collapse>.cell {
	padding-right:0;
	padding-left:0
}
@media print, screen and (min-width:40em) {
.medium-margin-collapse {
margin-right:0;
margin-left:0
}
.medium-margin-collapse>.cell {
margin-right:0;
margin-left:0
}
}
@media print, screen and (min-width:40em) {
.medium-margin-collapse>.small-1 {
width:8.33333%
}
.medium-margin-collapse>.small-2 {
width:16.66667%
}
.medium-margin-collapse>.small-3 {
width:25%
}
.medium-margin-collapse>.small-4 {
width:33.33333%
}
.medium-margin-collapse>.small-5 {
width:41.66667%
}
.medium-margin-collapse>.small-6 {
width:50%
}
.medium-margin-collapse>.small-7 {
width:58.33333%
}
.medium-margin-collapse>.small-8 {
width:66.66667%
}
.medium-margin-collapse>.small-9 {
width:75%
}
.medium-margin-collapse>.small-10 {
width:83.33333%
}
.medium-margin-collapse>.small-11 {
width:91.66667%
}
.medium-margin-collapse>.small-12 {
width:100%
}
}
@media print, screen and (min-width:40em) {
.medium-margin-collapse>.medium-1 {
width:8.33333%
}
.medium-margin-collapse>.medium-2 {
width:16.66667%
}
.medium-margin-collapse>.medium-3 {
width:25%
}
.medium-margin-collapse>.medium-4 {
width:33.33333%
}
.medium-margin-collapse>.medium-5 {
width:41.66667%
}
.medium-margin-collapse>.medium-6 {
width:50%
}
.medium-margin-collapse>.medium-7 {
width:58.33333%
}
.medium-margin-collapse>.medium-8 {
width:66.66667%
}
.medium-margin-collapse>.medium-9 {
width:75%
}
.medium-margin-collapse>.medium-10 {
width:83.33333%
}
.medium-margin-collapse>.medium-11 {
width:91.66667%
}
.medium-margin-collapse>.medium-12 {
width:100%
}
}
@media print, screen and (min-width:64em) {
.medium-margin-collapse>.large-1 {
width:8.33333%
}
.medium-margin-collapse>.large-2 {
width:16.66667%
}
.medium-margin-collapse>.large-3 {
width:25%
}
.medium-margin-collapse>.large-4 {
width:33.33333%
}
.medium-margin-collapse>.large-5 {
width:41.66667%
}
.medium-margin-collapse>.large-6 {
width:50%
}
.medium-margin-collapse>.large-7 {
width:58.33333%
}
.medium-margin-collapse>.large-8 {
width:66.66667%
}
.medium-margin-collapse>.large-9 {
width:75%
}
.medium-margin-collapse>.large-10 {
width:83.33333%
}
.medium-margin-collapse>.large-11 {
width:91.66667%
}
.medium-margin-collapse>.large-12 {
width:100%
}
}
@media print, screen and (min-width:40em) {
.medium-padding-collapse {
margin-right:0;
margin-left:0
}
.medium-padding-collapse>.cell {
padding-right:0;
padding-left:0
}
}
@media print, screen and (min-width:64em) {
.large-margin-collapse {
margin-right:0;
margin-left:0
}
.large-margin-collapse>.cell {
margin-right:0;
margin-left:0
}
}
@media print, screen and (min-width:64em) {
.large-margin-collapse>.small-1 {
width:8.33333%
}
.large-margin-collapse>.small-2 {
width:16.66667%
}
.large-margin-collapse>.small-3 {
width:25%
}
.large-margin-collapse>.small-4 {
width:33.33333%
}
.large-margin-collapse>.small-5 {
width:41.66667%
}
.large-margin-collapse>.small-6 {
width:50%
}
.large-margin-collapse>.small-7 {
width:58.33333%
}
.large-margin-collapse>.small-8 {
width:66.66667%
}
.large-margin-collapse>.small-9 {
width:75%
}
.large-margin-collapse>.small-10 {
width:83.33333%
}
.large-margin-collapse>.small-11 {
width:91.66667%
}
.large-margin-collapse>.small-12 {
width:100%
}
}
@media print, screen and (min-width:64em) {
.large-margin-collapse>.medium-1 {
width:8.33333%
}
.large-margin-collapse>.medium-2 {
width:16.66667%
}
.large-margin-collapse>.medium-3 {
width:25%
}
.large-margin-collapse>.medium-4 {
width:33.33333%
}
.large-margin-collapse>.medium-5 {
width:41.66667%
}
.large-margin-collapse>.medium-6 {
width:50%
}
.large-margin-collapse>.medium-7 {
width:58.33333%
}
.large-margin-collapse>.medium-8 {
width:66.66667%
}
.large-margin-collapse>.medium-9 {
width:75%
}
.large-margin-collapse>.medium-10 {
width:83.33333%
}
.large-margin-collapse>.medium-11 {
width:91.66667%
}
.large-margin-collapse>.medium-12 {
width:100%
}
}
@media print, screen and (min-width:64em) {
.large-margin-collapse>.large-1 {
width:8.33333%
}
.large-margin-collapse>.large-2 {
width:16.66667%
}
.large-margin-collapse>.large-3 {
width:25%
}
.large-margin-collapse>.large-4 {
width:33.33333%
}
.large-margin-collapse>.large-5 {
width:41.66667%
}
.large-margin-collapse>.large-6 {
width:50%
}
.large-margin-collapse>.large-7 {
width:58.33333%
}
.large-margin-collapse>.large-8 {
width:66.66667%
}
.large-margin-collapse>.large-9 {
width:75%
}
.large-margin-collapse>.large-10 {
width:83.33333%
}
.large-margin-collapse>.large-11 {
width:91.66667%
}
.large-margin-collapse>.large-12 {
width:100%
}
}
@media print, screen and (min-width:64em) {
.large-padding-collapse {
margin-right:0;
margin-left:0
}
.large-padding-collapse>.cell {
padding-right:0;
padding-left:0
}
}
.small-offset-0 {
	margin-left:0
}
.grid-margin-x>.small-offset-0 {
margin-left:calc(0% + .625rem)
}
.small-offset-1 {
	margin-left:8.33333%
}
.grid-margin-x>.small-offset-1 {
margin-left:calc(8.33333% + .625rem)
}
.small-offset-2 {
	margin-left:16.66667%
}
.grid-margin-x>.small-offset-2 {
margin-left:calc(16.66667% + .625rem)
}
.small-offset-3 {
	margin-left:25%
}
.grid-margin-x>.small-offset-3 {
margin-left:calc(25% + .625rem)
}
.small-offset-4 {
	margin-left:33.33333%
}
.grid-margin-x>.small-offset-4 {
margin-left:calc(33.33333% + .625rem)
}
.small-offset-5 {
	margin-left:41.66667%
}
.grid-margin-x>.small-offset-5 {
margin-left:calc(41.66667% + .625rem)
}
.small-offset-6 {
	margin-left:50%
}
.grid-margin-x>.small-offset-6 {
margin-left:calc(50% + .625rem)
}
.small-offset-7 {
	margin-left:58.33333%
}
.grid-margin-x>.small-offset-7 {
margin-left:calc(58.33333% + .625rem)
}
.small-offset-8 {
	margin-left:66.66667%
}
.grid-margin-x>.small-offset-8 {
margin-left:calc(66.66667% + .625rem)
}
.small-offset-9 {
	margin-left:75%
}
.grid-margin-x>.small-offset-9 {
margin-left:calc(75% + .625rem)
}
.small-offset-10 {
	margin-left:83.33333%
}
.grid-margin-x>.small-offset-10 {
margin-left:calc(83.33333% + .625rem)
}
.small-offset-11 {
	margin-left:91.66667%
}
.grid-margin-x>.small-offset-11 {
margin-left:calc(91.66667% + .625rem)
}
@media print, screen and (min-width:40em) {
.medium-offset-0 {
margin-left:0
}
.grid-margin-x>.medium-offset-0 {
margin-left:calc(0% + .9375rem)
}
.medium-offset-1 {
margin-left:8.33333%
}
.grid-margin-x>.medium-offset-1 {
margin-left:calc(8.33333% + .9375rem)
}
.medium-offset-2 {
margin-left:16.66667%
}
.grid-margin-x>.medium-offset-2 {
margin-left:calc(16.66667% + .9375rem)
}
.medium-offset-3 {
margin-left:25%
}
.grid-margin-x>.medium-offset-3 {
margin-left:calc(25% + .9375rem)
}
.medium-offset-4 {
margin-left:33.33333%
}
.grid-margin-x>.medium-offset-4 {
margin-left:calc(33.33333% + .9375rem)
}
.medium-offset-5 {
margin-left:41.66667%
}
.grid-margin-x>.medium-offset-5 {
margin-left:calc(41.66667% + .9375rem)
}
.medium-offset-6 {
margin-left:50%
}
.grid-margin-x>.medium-offset-6 {
margin-left:calc(50% + .9375rem)
}
.medium-offset-7 {
margin-left:58.33333%
}
.grid-margin-x>.medium-offset-7 {
margin-left:calc(58.33333% + .9375rem)
}
.medium-offset-8 {
margin-left:66.66667%
}
.grid-margin-x>.medium-offset-8 {
margin-left:calc(66.66667% + .9375rem)
}
.medium-offset-9 {
margin-left:75%
}
.grid-margin-x>.medium-offset-9 {
margin-left:calc(75% + .9375rem)
}
.medium-offset-10 {
margin-left:83.33333%
}
.grid-margin-x>.medium-offset-10 {
margin-left:calc(83.33333% + .9375rem)
}
.medium-offset-11 {
margin-left:91.66667%
}
.grid-margin-x>.medium-offset-11 {
margin-left:calc(91.66667% + .9375rem)
}
}
@media print, screen and (min-width:64em) {
.large-offset-0 {
margin-left:0
}
.grid-margin-x>.large-offset-0 {
margin-left:calc(0% + .9375rem)
}
.large-offset-1 {
margin-left:8.33333%
}
.grid-margin-x>.large-offset-1 {
margin-left:calc(8.33333% + .9375rem)
}
.large-offset-2 {
margin-left:16.66667%
}
.grid-margin-x>.large-offset-2 {
margin-left:calc(16.66667% + .9375rem)
}
.large-offset-3 {
margin-left:25%
}
.grid-margin-x>.large-offset-3 {
margin-left:calc(25% + .9375rem)
}
.large-offset-4 {
margin-left:33.33333%
}
.grid-margin-x>.large-offset-4 {
margin-left:calc(33.33333% + .9375rem)
}
.large-offset-5 {
margin-left:41.66667%
}
.grid-margin-x>.large-offset-5 {
margin-left:calc(41.66667% + .9375rem)
}
.large-offset-6 {
margin-left:50%
}
.grid-margin-x>.large-offset-6 {
margin-left:calc(50% + .9375rem)
}
.large-offset-7 {
margin-left:58.33333%
}
.grid-margin-x>.large-offset-7 {
margin-left:calc(58.33333% + .9375rem)
}
.large-offset-8 {
margin-left:66.66667%
}
.grid-margin-x>.large-offset-8 {
margin-left:calc(66.66667% + .9375rem)
}
.large-offset-9 {
margin-left:75%
}
.grid-margin-x>.large-offset-9 {
margin-left:calc(75% + .9375rem)
}
.large-offset-10 {
margin-left:83.33333%
}
.grid-margin-x>.large-offset-10 {
margin-left:calc(83.33333% + .9375rem)
}
.large-offset-11 {
margin-left:91.66667%
}
.grid-margin-x>.large-offset-11 {
margin-left:calc(91.66667% + .9375rem)
}
}
.grid-y {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:column nowrap;
	-ms-flex-flow:column nowrap;
	flex-flow:column nowrap
}
.grid-y>.cell {
	width:auto
}
.grid-y>.auto {
	height:auto
}
.grid-y>.shrink {
	height:auto
}
.grid-y>.small-1, .grid-y>.small-10, .grid-y>.small-11, .grid-y>.small-12, .grid-y>.small-2, .grid-y>.small-3, .grid-y>.small-4, .grid-y>.small-5, .grid-y>.small-6, .grid-y>.small-7, .grid-y>.small-8, .grid-y>.small-9, .grid-y>.small-full, .grid-y>.small-shrink {
	-webkit-flex-basis:auto;
	-ms-flex-preferred-size:auto;
	flex-basis:auto
}
@media print, screen and (min-width:40em) {
.grid-y>.medium-1, .grid-y>.medium-10, .grid-y>.medium-11, .grid-y>.medium-12, .grid-y>.medium-2, .grid-y>.medium-3, .grid-y>.medium-4, .grid-y>.medium-5, .grid-y>.medium-6, .grid-y>.medium-7, .grid-y>.medium-8, .grid-y>.medium-9, .grid-y>.medium-full, .grid-y>.medium-shrink {
-webkit-flex-basis:auto;
-ms-flex-preferred-size:auto;
flex-basis:auto
}
}
@media print, screen and (min-width:64em) {
.grid-y>.large-1, .grid-y>.large-10, .grid-y>.large-11, .grid-y>.large-12, .grid-y>.large-2, .grid-y>.large-3, .grid-y>.large-4, .grid-y>.large-5, .grid-y>.large-6, .grid-y>.large-7, .grid-y>.large-8, .grid-y>.large-9, .grid-y>.large-full, .grid-y>.large-shrink {
-webkit-flex-basis:auto;
-ms-flex-preferred-size:auto;
flex-basis:auto
}
}
.grid-y>.small-1 {
	height:8.33333%
}
.grid-y>.small-2 {
	height:16.66667%
}
.grid-y>.small-3 {
	height:25%
}
.grid-y>.small-4 {
	height:33.33333%
}
.grid-y>.small-5 {
	height:41.66667%
}
.grid-y>.small-6 {
	height:50%
}
.grid-y>.small-7 {
	height:58.33333%
}
.grid-y>.small-8 {
	height:66.66667%
}
.grid-y>.small-9 {
	height:75%
}
.grid-y>.small-10 {
	height:83.33333%
}
.grid-y>.small-11 {
	height:91.66667%
}
.grid-y>.small-12 {
	height:100%
}
@media print, screen and (min-width:40em) {
.grid-y>.medium-auto {
-webkit-flex:1 1 0px;
-ms-flex:1 1 0px;
flex:1 1 0px;
height:auto
}
.grid-y>.medium-shrink {
height:auto
}
.grid-y>.medium-1 {
height:8.33333%
}
.grid-y>.medium-2 {
height:16.66667%
}
.grid-y>.medium-3 {
height:25%
}
.grid-y>.medium-4 {
height:33.33333%
}
.grid-y>.medium-5 {
height:41.66667%
}
.grid-y>.medium-6 {
height:50%
}
.grid-y>.medium-7 {
height:58.33333%
}
.grid-y>.medium-8 {
height:66.66667%
}
.grid-y>.medium-9 {
height:75%
}
.grid-y>.medium-10 {
height:83.33333%
}
.grid-y>.medium-11 {
height:91.66667%
}
.grid-y>.medium-12 {
height:100%
}
}
@media print, screen and (min-width:64em) {
.grid-y>.large-auto {
-webkit-flex:1 1 0px;
-ms-flex:1 1 0px;
flex:1 1 0px;
height:auto
}
.grid-y>.large-shrink {
height:auto
}
.grid-y>.large-1 {
height:8.33333%
}
.grid-y>.large-2 {
height:16.66667%
}
.grid-y>.large-3 {
height:25%
}
.grid-y>.large-4 {
height:33.33333%
}
.grid-y>.large-5 {
height:41.66667%
}
.grid-y>.large-6 {
height:50%
}
.grid-y>.large-7 {
height:58.33333%
}
.grid-y>.large-8 {
height:66.66667%
}
.grid-y>.large-9 {
height:75%
}
.grid-y>.large-10 {
height:83.33333%
}
.grid-y>.large-11 {
height:91.66667%
}
.grid-y>.large-12 {
height:100%
}
}
.grid-padding-y .grid-padding-y {
margin-top:-.625rem;
margin-bottom:-.625rem
}
@media print, screen and (min-width:40em) {
.grid-padding-y .grid-padding-y {
margin-top:-.9375rem;
margin-bottom:-.9375rem
}
}
.grid-padding-y>.cell {
padding-top:.625rem;
padding-bottom:.625rem
}
@media print, screen and (min-width:40em) {
.grid-padding-y>.cell {
padding-top:.9375rem;
padding-bottom:.9375rem
}
}
.grid-margin-y {
margin-top:-.625rem;
margin-bottom:-.625rem
}
@media print, screen and (min-width:40em) {
.grid-margin-y {
margin-top:-.9375rem;
margin-bottom:-.9375rem
}
}
.grid-margin-y>.cell {
	height:calc(100% - 1.25rem);
margin-top:.625rem;
margin-bottom:.625rem
}
@media print, screen and (min-width:40em) {
.grid-margin-y>.cell {
height:calc(100% - 1.875rem);
margin-top:.9375rem;
margin-bottom:.9375rem
}
}
.grid-margin-y>.auto {
	height:auto
}
.grid-margin-y>.shrink {
	height:auto
}
.grid-margin-y>.small-1 {
	height:calc(8.33333% - 1.25rem)
}
.grid-margin-y>.small-2 {
	height:calc(16.66667% - 1.25rem)
}
.grid-margin-y>.small-3 {
	height:calc(25% - 1.25rem)
}
.grid-margin-y>.small-4 {
	height:calc(33.33333% - 1.25rem)
}
.grid-margin-y>.small-5 {
	height:calc(41.66667% - 1.25rem)
}
.grid-margin-y>.small-6 {
	height:calc(50% - 1.25rem)
}
.grid-margin-y>.small-7 {
	height:calc(58.33333% - 1.25rem)
}
.grid-margin-y>.small-8 {
	height:calc(66.66667% - 1.25rem)
}
.grid-margin-y>.small-9 {
	height:calc(75% - 1.25rem)
}
.grid-margin-y>.small-10 {
	height:calc(83.33333% - 1.25rem)
}
.grid-margin-y>.small-11 {
	height:calc(91.66667% - 1.25rem)
}
.grid-margin-y>.small-12 {
	height:calc(100% - 1.25rem)
}
@media print, screen and (min-width:40em) {
.grid-margin-y>.auto {
height:auto
}
.grid-margin-y>.shrink {
height:auto
}
.grid-margin-y>.small-1 {
height:calc(8.33333% - 1.875rem)
}
.grid-margin-y>.small-2 {
height:calc(16.66667% - 1.875rem)
}
.grid-margin-y>.small-3 {
height:calc(25% - 1.875rem)
}
.grid-margin-y>.small-4 {
height:calc(33.33333% - 1.875rem)
}
.grid-margin-y>.small-5 {
height:calc(41.66667% - 1.875rem)
}
.grid-margin-y>.small-6 {
height:calc(50% - 1.875rem)
}
.grid-margin-y>.small-7 {
height:calc(58.33333% - 1.875rem)
}
.grid-margin-y>.small-8 {
height:calc(66.66667% - 1.875rem)
}
.grid-margin-y>.small-9 {
height:calc(75% - 1.875rem)
}
.grid-margin-y>.small-10 {
height:calc(83.33333% - 1.875rem)
}
.grid-margin-y>.small-11 {
height:calc(91.66667% - 1.875rem)
}
.grid-margin-y>.small-12 {
height:calc(100% - 1.875rem)
}
.grid-margin-y>.medium-auto {
height:auto
}
.grid-margin-y>.medium-shrink {
height:auto
}
.grid-margin-y>.medium-1 {
height:calc(8.33333% - 1.875rem)
}
.grid-margin-y>.medium-2 {
height:calc(16.66667% - 1.875rem)
}
.grid-margin-y>.medium-3 {
height:calc(25% - 1.875rem)
}
.grid-margin-y>.medium-4 {
height:calc(33.33333% - 1.875rem)
}
.grid-margin-y>.medium-5 {
height:calc(41.66667% - 1.875rem)
}
.grid-margin-y>.medium-6 {
height:calc(50% - 1.875rem)
}
.grid-margin-y>.medium-7 {
height:calc(58.33333% - 1.875rem)
}
.grid-margin-y>.medium-8 {
height:calc(66.66667% - 1.875rem)
}
.grid-margin-y>.medium-9 {
height:calc(75% - 1.875rem)
}
.grid-margin-y>.medium-10 {
height:calc(83.33333% - 1.875rem)
}
.grid-margin-y>.medium-11 {
height:calc(91.66667% - 1.875rem)
}
.grid-margin-y>.medium-12 {
height:calc(100% - 1.875rem)
}
}
@media print, screen and (min-width:64em) {
.grid-margin-y>.large-auto {
height:auto
}
.grid-margin-y>.large-shrink {
height:auto
}
.grid-margin-y>.large-1 {
height:calc(8.33333% - 1.875rem)
}
.grid-margin-y>.large-2 {
height:calc(16.66667% - 1.875rem)
}
.grid-margin-y>.large-3 {
height:calc(25% - 1.875rem)
}
.grid-margin-y>.large-4 {
height:calc(33.33333% - 1.875rem)
}
.grid-margin-y>.large-5 {
height:calc(41.66667% - 1.875rem)
}
.grid-margin-y>.large-6 {
height:calc(50% - 1.875rem)
}
.grid-margin-y>.large-7 {
height:calc(58.33333% - 1.875rem)
}
.grid-margin-y>.large-8 {
height:calc(66.66667% - 1.875rem)
}
.grid-margin-y>.large-9 {
height:calc(75% - 1.875rem)
}
.grid-margin-y>.large-10 {
height:calc(83.33333% - 1.875rem)
}
.grid-margin-y>.large-11 {
height:calc(91.66667% - 1.875rem)
}
.grid-margin-y>.large-12 {
height:calc(100% - 1.875rem)
}
}
.grid-frame {
	overflow:hidden;
	position:relative;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	width:100vw
}
.cell .grid-frame {
	width:100%
}
.cell-block {
	overflow-x:auto;
	max-width:100%;
	-webkit-overflow-scrolling:touch;
	-ms-overflow-stype:-ms-autohiding-scrollbar
}
.cell-block-y {
	overflow-y:auto;
	max-height:100%;
	-webkit-overflow-scrolling:touch;
	-ms-overflow-stype:-ms-autohiding-scrollbar
}
.cell-block-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	max-height:100%
}
.cell-block-container>.grid-x {
	max-height:100%;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap
}
@media print, screen and (min-width:40em) {
.medium-grid-frame {
overflow:hidden;
position:relative;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch;
width:100vw
}
.cell .medium-grid-frame {
width:100%
}
.medium-cell-block {
overflow-x:auto;
max-width:100%;
-webkit-overflow-scrolling:touch;
-ms-overflow-stype:-ms-autohiding-scrollbar
}
.medium-cell-block-container {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
max-height:100%
}
.medium-cell-block-container>.grid-x {
max-height:100%;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
.medium-cell-block-y {
overflow-y:auto;
max-height:100%;
-webkit-overflow-scrolling:touch;
-ms-overflow-stype:-ms-autohiding-scrollbar
}
}
@media print, screen and (min-width:64em) {
.large-grid-frame {
overflow:hidden;
position:relative;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch;
width:100vw
}
.cell .large-grid-frame {
width:100%
}
.large-cell-block {
overflow-x:auto;
max-width:100%;
-webkit-overflow-scrolling:touch;
-ms-overflow-stype:-ms-autohiding-scrollbar
}
.large-cell-block-container {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
max-height:100%
}
.large-cell-block-container>.grid-x {
max-height:100%;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
.large-cell-block-y {
overflow-y:auto;
max-height:100%;
-webkit-overflow-scrolling:touch;
-ms-overflow-stype:-ms-autohiding-scrollbar
}
}
.grid-y.grid-frame {
	width:auto;
	overflow:hidden;
	position:relative;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	height:100vh
}
@media print, screen and (min-width:40em) {
.grid-y.medium-grid-frame {
width:auto;
overflow:hidden;
position:relative;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch;
height:100vh
}
}
@media print, screen and (min-width:64em) {
.grid-y.large-grid-frame {
width:auto;
overflow:hidden;
position:relative;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch;
height:100vh
}
}
.cell .grid-y.grid-frame {
	height:100%
}
@media print, screen and (min-width:40em) {
.cell .grid-y.medium-grid-frame {
height:100%
}
}
@media print, screen and (min-width:64em) {
.cell .grid-y.large-grid-frame {
height:100%
}
}
.grid-margin-y {
margin-top:-.625rem;
margin-bottom:-.625rem
}
@media print, screen and (min-width:40em) {
.grid-margin-y {
margin-top:-.9375rem;
margin-bottom:-.9375rem
}
}
.grid-margin-y>.cell {
	height:calc(100% - 1.25rem);
margin-top:.625rem;
margin-bottom:.625rem
}
@media print, screen and (min-width:40em) {
.grid-margin-y>.cell {
height:calc(100% - 1.875rem);
margin-top:.9375rem;
margin-bottom:.9375rem
}
}
.grid-margin-y>.auto {
	height:auto
}
.grid-margin-y>.shrink {
	height:auto
}
.grid-margin-y>.small-1 {
	height:calc(8.33333% - 1.25rem)
}
.grid-margin-y>.small-2 {
	height:calc(16.66667% - 1.25rem)
}
.grid-margin-y>.small-3 {
	height:calc(25% - 1.25rem)
}
.grid-margin-y>.small-4 {
	height:calc(33.33333% - 1.25rem)
}
.grid-margin-y>.small-5 {
	height:calc(41.66667% - 1.25rem)
}
.grid-margin-y>.small-6 {
	height:calc(50% - 1.25rem)
}
.grid-margin-y>.small-7 {
	height:calc(58.33333% - 1.25rem)
}
.grid-margin-y>.small-8 {
	height:calc(66.66667% - 1.25rem)
}
.grid-margin-y>.small-9 {
	height:calc(75% - 1.25rem)
}
.grid-margin-y>.small-10 {
	height:calc(83.33333% - 1.25rem)
}
.grid-margin-y>.small-11 {
	height:calc(91.66667% - 1.25rem)
}
.grid-margin-y>.small-12 {
	height:calc(100% - 1.25rem)
}
@media print, screen and (min-width:40em) {
.grid-margin-y>.auto {
height:auto
}
.grid-margin-y>.shrink {
height:auto
}
.grid-margin-y>.small-1 {
height:calc(8.33333% - 1.875rem)
}
.grid-margin-y>.small-2 {
height:calc(16.66667% - 1.875rem)
}
.grid-margin-y>.small-3 {
height:calc(25% - 1.875rem)
}
.grid-margin-y>.small-4 {
height:calc(33.33333% - 1.875rem)
}
.grid-margin-y>.small-5 {
height:calc(41.66667% - 1.875rem)
}
.grid-margin-y>.small-6 {
height:calc(50% - 1.875rem)
}
.grid-margin-y>.small-7 {
height:calc(58.33333% - 1.875rem)
}
.grid-margin-y>.small-8 {
height:calc(66.66667% - 1.875rem)
}
.grid-margin-y>.small-9 {
height:calc(75% - 1.875rem)
}
.grid-margin-y>.small-10 {
height:calc(83.33333% - 1.875rem)
}
.grid-margin-y>.small-11 {
height:calc(91.66667% - 1.875rem)
}
.grid-margin-y>.small-12 {
height:calc(100% - 1.875rem)
}
.grid-margin-y>.medium-auto {
height:auto
}
.grid-margin-y>.medium-shrink {
height:auto
}
.grid-margin-y>.medium-1 {
height:calc(8.33333% - 1.875rem)
}
.grid-margin-y>.medium-2 {
height:calc(16.66667% - 1.875rem)
}
.grid-margin-y>.medium-3 {
height:calc(25% - 1.875rem)
}
.grid-margin-y>.medium-4 {
height:calc(33.33333% - 1.875rem)
}
.grid-margin-y>.medium-5 {
height:calc(41.66667% - 1.875rem)
}
.grid-margin-y>.medium-6 {
height:calc(50% - 1.875rem)
}
.grid-margin-y>.medium-7 {
height:calc(58.33333% - 1.875rem)
}
.grid-margin-y>.medium-8 {
height:calc(66.66667% - 1.875rem)
}
.grid-margin-y>.medium-9 {
height:calc(75% - 1.875rem)
}
.grid-margin-y>.medium-10 {
height:calc(83.33333% - 1.875rem)
}
.grid-margin-y>.medium-11 {
height:calc(91.66667% - 1.875rem)
}
.grid-margin-y>.medium-12 {
height:calc(100% - 1.875rem)
}
}
@media print, screen and (min-width:64em) {
.grid-margin-y>.large-auto {
height:auto
}
.grid-margin-y>.large-shrink {
height:auto
}
.grid-margin-y>.large-1 {
height:calc(8.33333% - 1.875rem)
}
.grid-margin-y>.large-2 {
height:calc(16.66667% - 1.875rem)
}
.grid-margin-y>.large-3 {
height:calc(25% - 1.875rem)
}
.grid-margin-y>.large-4 {
height:calc(33.33333% - 1.875rem)
}
.grid-margin-y>.large-5 {
height:calc(41.66667% - 1.875rem)
}
.grid-margin-y>.large-6 {
height:calc(50% - 1.875rem)
}
.grid-margin-y>.large-7 {
height:calc(58.33333% - 1.875rem)
}
.grid-margin-y>.large-8 {
height:calc(66.66667% - 1.875rem)
}
.grid-margin-y>.large-9 {
height:calc(75% - 1.875rem)
}
.grid-margin-y>.large-10 {
height:calc(83.33333% - 1.875rem)
}
.grid-margin-y>.large-11 {
height:calc(91.66667% - 1.875rem)
}
.grid-margin-y>.large-12 {
height:calc(100% - 1.875rem)
}
}
.grid-frame.grid-margin-y {
	height:calc(100vh + 1.25rem)
}
@media print, screen and (min-width:40em) {
.grid-frame.grid-margin-y {
height:calc(100vh + 1.875rem)
}
}
@media print, screen and (min-width:64em) {
.grid-frame.grid-margin-y {
height:calc(100vh + 1.875rem)
}
}
@media print, screen and (min-width:40em) {
.grid-margin-y.medium-grid-frame {
height:calc(100vh + 1.875rem)
}
}
@media print, screen and (min-width:64em) {
.grid-margin-y.large-grid-frame {
height:calc(100vh + 1.875rem)
}
}
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
	margin:0;
	padding:0
}
p {
	margin-bottom:1rem;
	font-size:inherit;
	line-height:1.6;
	text-rendering:optimizeLegibility
}
em, i {
	font-style:italic;
	line-height:inherit
}
b, strong {
	font-weight:700;
	line-height:inherit
}
small {
	font-size:80%;
	line-height:inherit
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-style:normal;
	font-weight:400;
	color:inherit;
	text-rendering:optimizeLegibility
}
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	line-height:0;
	color:#cacaca
}
.h1, h1 {
	font-size:1.5rem;
	line-height:1.4;
	margin-top:0;
margin-bottom:.5rem
}
.h2, h2 {
	font-size:1.25rem;
	line-height:1.4;
	margin-top:0;
margin-bottom:.5rem
}
.h3, h3 {
	font-size:1.1875rem;
	line-height:1.4;
	margin-top:0;
margin-bottom:.5rem
}
.h4, h4 {
	font-size:1.125rem;
	line-height:1.4;
	margin-top:0;
margin-bottom:.5rem
}
.h5, h5 {
	font-size:1.0625rem;
	line-height:1.4;
	margin-top:0;
margin-bottom:.5rem
}
.h6, h6 {
	font-size:1rem;
	line-height:1.4;
	margin-top:0;
margin-bottom:.5rem
}
@media print, screen and (min-width:40em) {
.h1, h1 {
font-size:3rem
}
.h2, h2 {
font-size:2.5rem
}
.h3, h3 {
font-size:1.9375rem
}
.h4, h4 {
font-size:1.5625rem
}
.h5, h5 {
font-size:1.25rem
}
.h6, h6 {
font-size:1rem
}
}
a {
	line-height:inherit;
	color:#1779ba;
	text-decoration:none;
	cursor:pointer
}
a:focus, a:hover {
	color:#1468a0
}
a img {
	border:0
}
hr {
	clear:both;
	max-width:75rem;
	height:0;
	margin:1.25rem auto;
	border-top:0;
	border-right:0;
	border-bottom:1px solid #cacaca;
	border-left:0
}
dl, ol, ul {
	margin-bottom:1rem;
	list-style-position:outside;
	line-height:1.6
}
li {
	font-size:inherit
}
ul {
	margin-left:1.25rem;
	list-style-type:disc
}
ol {
	margin-left:1.25rem
}
ol ol, ol ul, ul ol, ul ul {
	margin-left:1.25rem;
	margin-bottom:0
}
dl {
	margin-bottom:1rem
}
dl dt {
margin-bottom:.3rem;
	font-weight:700
}
blockquote {
	margin:0 0 1rem;
padding:.5625rem 1.25rem 0 1.1875rem;
	border-left:1px solid #cacaca
}
blockquote, blockquote p {
	line-height:1.6;
	color:#8a8a8a
}
cite {
	display:block;
font-size:.8125rem;
	color:#8a8a8a
}
cite:before {
	content:"— "
}
abbr, abbr[title] {
	border-bottom:1px dotted #0a0a0a;
	cursor:help;
	text-decoration:none
}
figure {
	margin:0
}
code {
padding:.125rem .3125rem .0625rem;
	border:1px solid #cacaca;
	background-color:#e6e6e6;
	font-family:Consolas, "Liberation Mono", Courier, monospace;
	font-weight:400;
	color:#0a0a0a
}
kbd {
	margin:0;
padding:.125rem .25rem 0;
	background-color:#e6e6e6;
	font-family:Consolas, "Liberation Mono", Courier, monospace;
	color:#0a0a0a
}
.subheader {
margin-top:.2rem;
margin-bottom:.5rem;
	font-weight:400;
	line-height:1.4;
	color:#8a8a8a
}
.lead {
	font-size:125%;
	line-height:1.6
}
.stat {
	font-size:2.5rem;
	line-height:1
}
p+.stat {
	margin-top:-1rem
}
ol.no-bullet, ul.no-bullet {
	margin-left:0;
	list-style:none
}
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
.text-center {
	text-align:center
}
.text-justify {
	text-align:justify
}
@media print, screen and (min-width:40em) {
.medium-text-left {
text-align:left
}
.medium-text-right {
text-align:right
}
.medium-text-center {
text-align:center
}
.medium-text-justify {
text-align:justify
}
}
@media print, screen and (min-width:64em) {
.large-text-left {
text-align:left
}
.large-text-right {
text-align:right
}
.large-text-center {
text-align:center
}
.large-text-justify {
text-align:justify
}
}
.show-for-print {
	display:none!important
}
@media print {
* {
	background:0 0!important;
	box-shadow:none!important;
	color:#000!important;
	text-shadow:none!important
}
.show-for-print {
	display:block!important
}
.hide-for-print {
	display:none!important
}
table.show-for-print {
	display:table!important
}
thead.show-for-print {
	display:table-header-group!important
}
tbody.show-for-print {
	display:table-row-group!important
}
tr.show-for-print {
	display:table-row!important
}
td.show-for-print {
	display:table-cell!important
}
th.show-for-print {
	display:table-cell!important
}
a, a:visited {
	text-decoration:underline
}
a[href]:after {
	content:" (" attr(href) ")"
}
.ir a:after, a[href^='#']:after, a[href^='javascript:']:after {
content:''
}
abbr[title]:after {
	content:" (" attr(title) ")"
}
blockquote, pre {
	border:1px solid #8a8a8a;
	page-break-inside:avoid
}
thead {
	display:table-header-group
}
img, tr {
	page-break-inside:avoid
}
img {
	max-width:100%!important
}
@page {
margin:.5cm
}
h2, h3, p {
	orphans:3;
	widows:3
}
h2, h3 {
	page-break-after:avoid
}
.print-break-inside {
	page-break-inside:auto
}
}
.button, .wp-block-button .wp-block-button__link {
	display:inline-block;
	vertical-align:middle;
	margin:0 0 1rem;
	font-family:inherit;
	padding:.85em 1em;
	-webkit-appearance:none;
	border:1px solid transparent;
	border-radius:0;
transition:background-color .25s ease-out, color .25s ease-out;
font-size:.9rem;
	line-height:1;
	text-align:center;
	cursor:pointer;
	background-color:#1779ba;
	color:#fefefe
}
.wp-block-button [data-whatinput=mouse] .wp-block-button__link, [data-whatinput=mouse] .button, [data-whatinput=mouse] .wp-block-button .wp-block-button__link {
	outline:0
}
.button:focus, .button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover {
	background-color:#14679e;
	color:#fefefe
}
.button.tiny, .wp-block-button .tiny.wp-block-button__link {
font-size:.6rem
}
.button.small, .wp-block-button .small.wp-block-button__link {
font-size:.75rem
}
.button.large, .wp-block-button .large.wp-block-button__link {
	font-size:1.25rem
}
.button.expanded, .wp-block-button .expanded.wp-block-button__link {
	display:block;
	width:100%;
	margin-right:0;
	margin-left:0
}
.button.primary, .wp-block-button .primary.wp-block-button__link {
	background-color:#1779ba;
	color:#fefefe
}
.button.primary:focus, .button.primary:hover, .wp-block-button .primary.wp-block-button__link:focus, .wp-block-button .primary.wp-block-button__link:hover {
	background-color:#126195;
	color:#fefefe
}
.button.secondary, .wp-block-button .secondary.wp-block-button__link {
	background-color:#767676;
	color:#fefefe
}
.button.secondary:focus, .button.secondary:hover, .wp-block-button .secondary.wp-block-button__link:focus, .wp-block-button .secondary.wp-block-button__link:hover {
	background-color:#5e5e5e;
	color:#fefefe
}
.button.success, .wp-block-button .success.wp-block-button__link {
	background-color:#3adb76;
	color:#0a0a0a
}
.button.success:focus, .button.success:hover, .wp-block-button .success.wp-block-button__link:focus, .wp-block-button .success.wp-block-button__link:hover {
	background-color:#22bb5b;
	color:#0a0a0a
}
.button.warning, .wp-block-button .warning.wp-block-button__link {
	background-color:#ffae00;
	color:#0a0a0a
}
.button.warning:focus, .button.warning:hover, .wp-block-button .warning.wp-block-button__link:focus, .wp-block-button .warning.wp-block-button__link:hover {
	background-color:#cc8b00;
	color:#0a0a0a
}
.button.alert, .wp-block-button .alert.wp-block-button__link {
	background-color:#cc4b37;
	color:#fefefe
}
.button.alert:focus, .button.alert:hover, .wp-block-button .alert.wp-block-button__link:focus, .wp-block-button .alert.wp-block-button__link:hover {
	background-color:#a53b2a;
	color:#fefefe
}
.button.disabled, .button[disabled], .wp-block-button .disabled.wp-block-button__link, .wp-block-button .wp-block-button__link[disabled] {
	opacity:.25;
	cursor:not-allowed
}
.button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover, .wp-block-button .disabled.wp-block-button__link, .wp-block-button .disabled.wp-block-button__link:focus, .wp-block-button .disabled.wp-block-button__link:hover, .wp-block-button .wp-block-button__link[disabled], .wp-block-button .wp-block-button__link[disabled]:focus, .wp-block-button .wp-block-button__link[disabled]:hover {
	background-color:#1779ba;
	color:#fefefe
}
.button.disabled.primary, .button[disabled].primary, .wp-block-button .disabled.primary.wp-block-button__link, .wp-block-button .wp-block-button__link[disabled].primary {
	opacity:.25;
	cursor:not-allowed
}
.button.disabled.primary, .button.disabled.primary:focus, .button.disabled.primary:hover, .button[disabled].primary, .button[disabled].primary:focus, .button[disabled].primary:hover, .wp-block-button .disabled.primary.wp-block-button__link, .wp-block-button .disabled.primary.wp-block-button__link:focus, .wp-block-button .disabled.primary.wp-block-button__link:hover, .wp-block-button .wp-block-button__link[disabled].primary, .wp-block-button .wp-block-button__link[disabled].primary:focus, .wp-block-button .wp-block-button__link[disabled].primary:hover {
	background-color:#1779ba;
	color:#fefefe
}
.button.disabled.secondary, .button[disabled].secondary, .wp-block-button .disabled.secondary.wp-block-button__link, .wp-block-button .wp-block-button__link[disabled].secondary {
	opacity:.25;
	cursor:not-allowed
}
.button.disabled.secondary, .button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary, .button[disabled].secondary:focus, .button[disabled].secondary:hover, .wp-block-button .disabled.secondary.wp-block-button__link, .wp-block-button .disabled.secondary.wp-block-button__link:focus, .wp-block-button .disabled.secondary.wp-block-button__link:hover, .wp-block-button .wp-block-button__link[disabled].secondary, .wp-block-button .wp-block-button__link[disabled].secondary:focus, .wp-block-button .wp-block-button__link[disabled].secondary:hover {
	background-color:#767676;
	color:#fefefe
}
.button.disabled.success, .button[disabled].success, .wp-block-button .disabled.success.wp-block-button__link, .wp-block-button .wp-block-button__link[disabled].success {
	opacity:.25;
	cursor:not-allowed
}
.button.disabled.success, .button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success, .button[disabled].success:focus, .button[disabled].success:hover, .wp-block-button .disabled.success.wp-block-button__link, .wp-block-button .disabled.success.wp-block-button__link:focus, .wp-block-button .disabled.success.wp-block-button__link:hover, .wp-block-button .wp-block-button__link[disabled].success, .wp-block-button .wp-block-button__link[disabled].success:focus, .wp-block-button .wp-block-button__link[disabled].success:hover {
	background-color:#3adb76;
	color:#0a0a0a
}
.button.disabled.warning, .button[disabled].warning, .wp-block-button .disabled.warning.wp-block-button__link, .wp-block-button .wp-block-button__link[disabled].warning {
	opacity:.25;
	cursor:not-allowed
}
.button.disabled.warning, .button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning, .button[disabled].warning:focus, .button[disabled].warning:hover, .wp-block-button .disabled.warning.wp-block-button__link, .wp-block-button .disabled.warning.wp-block-button__link:focus, .wp-block-button .disabled.warning.wp-block-button__link:hover, .wp-block-button .wp-block-button__link[disabled].warning, .wp-block-button .wp-block-button__link[disabled].warning:focus, .wp-block-button .wp-block-button__link[disabled].warning:hover {
	background-color:#ffae00;
	color:#0a0a0a
}
.button.disabled.alert, .button[disabled].alert, .wp-block-button .disabled.alert.wp-block-button__link, .wp-block-button .wp-block-button__link[disabled].alert {
	opacity:.25;
	cursor:not-allowed
}
.button.disabled.alert, .button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert, .button[disabled].alert:focus, .button[disabled].alert:hover, .wp-block-button .disabled.alert.wp-block-button__link, .wp-block-button .disabled.alert.wp-block-button__link:focus, .wp-block-button .disabled.alert.wp-block-button__link:hover, .wp-block-button .wp-block-button__link[disabled].alert, .wp-block-button .wp-block-button__link[disabled].alert:focus, .wp-block-button .wp-block-button__link[disabled].alert:hover {
	background-color:#cc4b37;
	color:#fefefe
}
.button.hollow, .wp-block-button .hollow.wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
	border:1px solid #1779ba;
	color:#1779ba
}
.button.hollow, .button.hollow:focus, .button.hollow:hover, .wp-block-button .hollow.wp-block-button__link, .wp-block-button .hollow.wp-block-button__link:focus, .wp-block-button .hollow.wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color:transparent
}
.button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover, .wp-block-button .hollow.disabled.wp-block-button__link, .wp-block-button .hollow.disabled.wp-block-button__link:focus, .wp-block-button .hollow.disabled.wp-block-button__link:hover, .wp-block-button .hollow.wp-block-button__link[disabled], .wp-block-button .hollow.wp-block-button__link[disabled]:focus, .wp-block-button .hollow.wp-block-button__link[disabled]:hover, .wp-block-button.is-style-outline .disabled.wp-block-button__link, .wp-block-button.is-style-outline .disabled.wp-block-button__link:focus, .wp-block-button.is-style-outline .disabled.wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link[disabled], .wp-block-button.is-style-outline .wp-block-button__link[disabled]:focus, .wp-block-button.is-style-outline .wp-block-button__link[disabled]:hover {
	background-color:transparent
}
.button.hollow:focus, .button.hollow:hover, .wp-block-button .hollow.wp-block-button__link:focus, .wp-block-button .hollow.wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color:#0c3d5d;
	color:#0c3d5d
}
.button.hollow:focus.disabled, .button.hollow:focus[disabled], .button.hollow:hover.disabled, .button.hollow:hover[disabled], .wp-block-button .hollow.wp-block-button__link:focus.disabled, .wp-block-button .hollow.wp-block-button__link:focus[disabled], .wp-block-button .hollow.wp-block-button__link:hover.disabled, .wp-block-button .hollow.wp-block-button__link:hover[disabled], .wp-block-button.is-style-outline .wp-block-button__link:focus.disabled, .wp-block-button.is-style-outline .wp-block-button__link:focus[disabled], .wp-block-button.is-style-outline .wp-block-button__link:hover.disabled, .wp-block-button.is-style-outline .wp-block-button__link:hover[disabled] {
	border:1px solid #1779ba;
	color:#1779ba
}
.button.hollow.primary, .wp-block-button .hollow.primary.wp-block-button__link, .wp-block-button.is-style-outline .primary.wp-block-button__link {
	border:1px solid #1779ba;
	color:#1779ba
}
.button.hollow.primary:focus, .button.hollow.primary:hover, .wp-block-button .hollow.primary.wp-block-button__link:focus, .wp-block-button .hollow.primary.wp-block-button__link:hover, .wp-block-button.is-style-outline .primary.wp-block-button__link:focus, .wp-block-button.is-style-outline .primary.wp-block-button__link:hover {
	border-color:#0c3d5d;
	color:#0c3d5d
}
.button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled], .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .wp-block-button .hollow.primary.wp-block-button__link:focus.disabled, .wp-block-button .hollow.primary.wp-block-button__link:focus[disabled], .wp-block-button .hollow.primary.wp-block-button__link:hover.disabled, .wp-block-button .hollow.primary.wp-block-button__link:hover[disabled], .wp-block-button.is-style-outline .primary.wp-block-button__link:focus.disabled, .wp-block-button.is-style-outline .primary.wp-block-button__link:focus[disabled], .wp-block-button.is-style-outline .primary.wp-block-button__link:hover.disabled, .wp-block-button.is-style-outline .primary.wp-block-button__link:hover[disabled] {
	border:1px solid #1779ba;
	color:#1779ba
}
.button.hollow.secondary, .wp-block-button .hollow.secondary.wp-block-button__link, .wp-block-button.is-style-outline .secondary.wp-block-button__link {
	border:1px solid #767676;
	color:#767676
}
.button.hollow.secondary:focus, .button.hollow.secondary:hover, .wp-block-button .hollow.secondary.wp-block-button__link:focus, .wp-block-button .hollow.secondary.wp-block-button__link:hover, .wp-block-button.is-style-outline .secondary.wp-block-button__link:focus, .wp-block-button.is-style-outline .secondary.wp-block-button__link:hover {
	border-color:#3b3b3b;
	color:#3b3b3b
}
.button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled], .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .wp-block-button .hollow.secondary.wp-block-button__link:focus.disabled, .wp-block-button .hollow.secondary.wp-block-button__link:focus[disabled], .wp-block-button .hollow.secondary.wp-block-button__link:hover.disabled, .wp-block-button .hollow.secondary.wp-block-button__link:hover[disabled], .wp-block-button.is-style-outline .secondary.wp-block-button__link:focus.disabled, .wp-block-button.is-style-outline .secondary.wp-block-button__link:focus[disabled], .wp-block-button.is-style-outline .secondary.wp-block-button__link:hover.disabled, .wp-block-button.is-style-outline .secondary.wp-block-button__link:hover[disabled] {
	border:1px solid #767676;
	color:#767676
}
.button.hollow.success, .wp-block-button .hollow.success.wp-block-button__link, .wp-block-button.is-style-outline .success.wp-block-button__link {
	border:1px solid #3adb76;
	color:#3adb76
}
.button.hollow.success:focus, .button.hollow.success:hover, .wp-block-button .hollow.success.wp-block-button__link:focus, .wp-block-button .hollow.success.wp-block-button__link:hover, .wp-block-button.is-style-outline .success.wp-block-button__link:focus, .wp-block-button.is-style-outline .success.wp-block-button__link:hover {
	border-color:#157539;
	color:#157539
}
.button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled], .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .wp-block-button .hollow.success.wp-block-button__link:focus.disabled, .wp-block-button .hollow.success.wp-block-button__link:focus[disabled], .wp-block-button .hollow.success.wp-block-button__link:hover.disabled, .wp-block-button .hollow.success.wp-block-button__link:hover[disabled], .wp-block-button.is-style-outline .success.wp-block-button__link:focus.disabled, .wp-block-button.is-style-outline .success.wp-block-button__link:focus[disabled], .wp-block-button.is-style-outline .success.wp-block-button__link:hover.disabled, .wp-block-button.is-style-outline .success.wp-block-button__link:hover[disabled] {
	border:1px solid #3adb76;
	color:#3adb76
}
.button.hollow.warning, .wp-block-button .hollow.warning.wp-block-button__link, .wp-block-button.is-style-outline .warning.wp-block-button__link {
	border:1px solid #ffae00;
	color:#ffae00
}
.button.hollow.warning:focus, .button.hollow.warning:hover, .wp-block-button .hollow.warning.wp-block-button__link:focus, .wp-block-button .hollow.warning.wp-block-button__link:hover, .wp-block-button.is-style-outline .warning.wp-block-button__link:focus, .wp-block-button.is-style-outline .warning.wp-block-button__link:hover {
	border-color:#805700;
	color:#805700
}
.button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled], .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .wp-block-button .hollow.warning.wp-block-button__link:focus.disabled, .wp-block-button .hollow.warning.wp-block-button__link:focus[disabled], .wp-block-button .hollow.warning.wp-block-button__link:hover.disabled, .wp-block-button .hollow.warning.wp-block-button__link:hover[disabled], .wp-block-button.is-style-outline .warning.wp-block-button__link:focus.disabled, .wp-block-button.is-style-outline .warning.wp-block-button__link:focus[disabled], .wp-block-button.is-style-outline .warning.wp-block-button__link:hover.disabled, .wp-block-button.is-style-outline .warning.wp-block-button__link:hover[disabled] {
	border:1px solid #ffae00;
	color:#ffae00
}
.button.hollow.alert, .wp-block-button .hollow.alert.wp-block-button__link, .wp-block-button.is-style-outline .alert.wp-block-button__link {
	border:1px solid #cc4b37;
	color:#cc4b37
}
.button.hollow.alert:focus, .button.hollow.alert:hover, .wp-block-button .hollow.alert.wp-block-button__link:focus, .wp-block-button .hollow.alert.wp-block-button__link:hover, .wp-block-button.is-style-outline .alert.wp-block-button__link:focus, .wp-block-button.is-style-outline .alert.wp-block-button__link:hover {
	border-color:#67251a;
	color:#67251a
}
.button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled], .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .wp-block-button .hollow.alert.wp-block-button__link:focus.disabled, .wp-block-button .hollow.alert.wp-block-button__link:focus[disabled], .wp-block-button .hollow.alert.wp-block-button__link:hover.disabled, .wp-block-button .hollow.alert.wp-block-button__link:hover[disabled], .wp-block-button.is-style-outline .alert.wp-block-button__link:focus.disabled, .wp-block-button.is-style-outline .alert.wp-block-button__link:focus[disabled], .wp-block-button.is-style-outline .alert.wp-block-button__link:hover.disabled, .wp-block-button.is-style-outline .alert.wp-block-button__link:hover[disabled] {
	border:1px solid #cc4b37;
	color:#cc4b37
}
.button.clear, .wp-block-button .clear.wp-block-button__link {
	border:1px solid #1779ba;
	color:#1779ba
}
.button.clear, .button.clear:focus, .button.clear:hover, .wp-block-button .clear.wp-block-button__link, .wp-block-button .clear.wp-block-button__link:focus, .wp-block-button .clear.wp-block-button__link:hover {
	background-color:transparent
}
.button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover, .wp-block-button .clear.disabled.wp-block-button__link, .wp-block-button .clear.disabled.wp-block-button__link:focus, .wp-block-button .clear.disabled.wp-block-button__link:hover, .wp-block-button .clear.wp-block-button__link[disabled], .wp-block-button .clear.wp-block-button__link[disabled]:focus, .wp-block-button .clear.wp-block-button__link[disabled]:hover {
	background-color:transparent
}
.button.clear:focus, .button.clear:hover, .wp-block-button .clear.wp-block-button__link:focus, .wp-block-button .clear.wp-block-button__link:hover {
	border-color:#0c3d5d;
	color:#0c3d5d
}
.button.clear:focus.disabled, .button.clear:focus[disabled], .button.clear:hover.disabled, .button.clear:hover[disabled], .wp-block-button .clear.wp-block-button__link:focus.disabled, .wp-block-button .clear.wp-block-button__link:focus[disabled], .wp-block-button .clear.wp-block-button__link:hover.disabled, .wp-block-button .clear.wp-block-button__link:hover[disabled] {
	border:1px solid #1779ba;
	color:#1779ba
}
.button.clear, .button.clear.disabled, .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear[disabled], .wp-block-button .clear.disabled.wp-block-button__link, .wp-block-button .clear.wp-block-button__link, .wp-block-button .clear.wp-block-button__link:focus, .wp-block-button .clear.wp-block-button__link:focus.disabled, .wp-block-button .clear.wp-block-button__link:focus[disabled], .wp-block-button .clear.wp-block-button__link:hover, .wp-block-button .clear.wp-block-button__link:hover.disabled, .wp-block-button .clear.wp-block-button__link:hover[disabled], .wp-block-button .clear.wp-block-button__link[disabled] {
	border-color:transparent
}
.button.clear.primary, .wp-block-button .clear.primary.wp-block-button__link {
	border:1px solid #1779ba;
	color:#1779ba
}
.button.clear.primary:focus, .button.clear.primary:hover, .wp-block-button .clear.primary.wp-block-button__link:focus, .wp-block-button .clear.primary.wp-block-button__link:hover {
	border-color:#0c3d5d;
	color:#0c3d5d
}
.button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled], .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .wp-block-button .clear.primary.wp-block-button__link:focus.disabled, .wp-block-button .clear.primary.wp-block-button__link:focus[disabled], .wp-block-button .clear.primary.wp-block-button__link:hover.disabled, .wp-block-button .clear.primary.wp-block-button__link:hover[disabled] {
	border:1px solid #1779ba;
	color:#1779ba
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary[disabled], .wp-block-button .clear.primary.disabled.wp-block-button__link, .wp-block-button .clear.primary.wp-block-button__link, .wp-block-button .clear.primary.wp-block-button__link:focus, .wp-block-button .clear.primary.wp-block-button__link:focus.disabled, .wp-block-button .clear.primary.wp-block-button__link:focus[disabled], .wp-block-button .clear.primary.wp-block-button__link:hover, .wp-block-button .clear.primary.wp-block-button__link:hover.disabled, .wp-block-button .clear.primary.wp-block-button__link:hover[disabled], .wp-block-button .clear.primary.wp-block-button__link[disabled] {
	border-color:transparent
}
.button.clear.secondary, .wp-block-button .clear.secondary.wp-block-button__link {
	border:1px solid #767676;
	color:#767676
}
.button.clear.secondary:focus, .button.clear.secondary:hover, .wp-block-button .clear.secondary.wp-block-button__link:focus, .wp-block-button .clear.secondary.wp-block-button__link:hover {
	border-color:#3b3b3b;
	color:#3b3b3b
}
.button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled], .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .wp-block-button .clear.secondary.wp-block-button__link:focus.disabled, .wp-block-button .clear.secondary.wp-block-button__link:focus[disabled], .wp-block-button .clear.secondary.wp-block-button__link:hover.disabled, .wp-block-button .clear.secondary.wp-block-button__link:hover[disabled] {
	border:1px solid #767676;
	color:#767676
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary[disabled], .wp-block-button .clear.secondary.disabled.wp-block-button__link, .wp-block-button .clear.secondary.wp-block-button__link, .wp-block-button .clear.secondary.wp-block-button__link:focus, .wp-block-button .clear.secondary.wp-block-button__link:focus.disabled, .wp-block-button .clear.secondary.wp-block-button__link:focus[disabled], .wp-block-button .clear.secondary.wp-block-button__link:hover, .wp-block-button .clear.secondary.wp-block-button__link:hover.disabled, .wp-block-button .clear.secondary.wp-block-button__link:hover[disabled], .wp-block-button .clear.secondary.wp-block-button__link[disabled] {
	border-color:transparent
}
.button.clear.success, .wp-block-button .clear.success.wp-block-button__link {
	border:1px solid #3adb76;
	color:#3adb76
}
.button.clear.success:focus, .button.clear.success:hover, .wp-block-button .clear.success.wp-block-button__link:focus, .wp-block-button .clear.success.wp-block-button__link:hover {
	border-color:#157539;
	color:#157539
}
.button.clear.success:focus.disabled, .button.clear.success:focus[disabled], .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .wp-block-button .clear.success.wp-block-button__link:focus.disabled, .wp-block-button .clear.success.wp-block-button__link:focus[disabled], .wp-block-button .clear.success.wp-block-button__link:hover.disabled, .wp-block-button .clear.success.wp-block-button__link:hover[disabled] {
	border:1px solid #3adb76;
	color:#3adb76
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success[disabled], .wp-block-button .clear.success.disabled.wp-block-button__link, .wp-block-button .clear.success.wp-block-button__link, .wp-block-button .clear.success.wp-block-button__link:focus, .wp-block-button .clear.success.wp-block-button__link:focus.disabled, .wp-block-button .clear.success.wp-block-button__link:focus[disabled], .wp-block-button .clear.success.wp-block-button__link:hover, .wp-block-button .clear.success.wp-block-button__link:hover.disabled, .wp-block-button .clear.success.wp-block-button__link:hover[disabled], .wp-block-button .clear.success.wp-block-button__link[disabled] {
	border-color:transparent
}
.button.clear.warning, .wp-block-button .clear.warning.wp-block-button__link {
	border:1px solid #ffae00;
	color:#ffae00
}
.button.clear.warning:focus, .button.clear.warning:hover, .wp-block-button .clear.warning.wp-block-button__link:focus, .wp-block-button .clear.warning.wp-block-button__link:hover {
	border-color:#805700;
	color:#805700
}
.button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled], .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .wp-block-button .clear.warning.wp-block-button__link:focus.disabled, .wp-block-button .clear.warning.wp-block-button__link:focus[disabled], .wp-block-button .clear.warning.wp-block-button__link:hover.disabled, .wp-block-button .clear.warning.wp-block-button__link:hover[disabled] {
	border:1px solid #ffae00;
	color:#ffae00
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning[disabled], .wp-block-button .clear.warning.disabled.wp-block-button__link, .wp-block-button .clear.warning.wp-block-button__link, .wp-block-button .clear.warning.wp-block-button__link:focus, .wp-block-button .clear.warning.wp-block-button__link:focus.disabled, .wp-block-button .clear.warning.wp-block-button__link:focus[disabled], .wp-block-button .clear.warning.wp-block-button__link:hover, .wp-block-button .clear.warning.wp-block-button__link:hover.disabled, .wp-block-button .clear.warning.wp-block-button__link:hover[disabled], .wp-block-button .clear.warning.wp-block-button__link[disabled] {
	border-color:transparent
}
.button.clear.alert, .wp-block-button .clear.alert.wp-block-button__link {
	border:1px solid #cc4b37;
	color:#cc4b37
}
.button.clear.alert:focus, .button.clear.alert:hover, .wp-block-button .clear.alert.wp-block-button__link:focus, .wp-block-button .clear.alert.wp-block-button__link:hover {
	border-color:#67251a;
	color:#67251a
}
.button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled], .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .wp-block-button .clear.alert.wp-block-button__link:focus.disabled, .wp-block-button .clear.alert.wp-block-button__link:focus[disabled], .wp-block-button .clear.alert.wp-block-button__link:hover.disabled, .wp-block-button .clear.alert.wp-block-button__link:hover[disabled] {
	border:1px solid #cc4b37;
	color:#cc4b37
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert[disabled], .wp-block-button .clear.alert.disabled.wp-block-button__link, .wp-block-button .clear.alert.wp-block-button__link, .wp-block-button .clear.alert.wp-block-button__link:focus, .wp-block-button .clear.alert.wp-block-button__link:focus.disabled, .wp-block-button .clear.alert.wp-block-button__link:focus[disabled], .wp-block-button .clear.alert.wp-block-button__link:hover, .wp-block-button .clear.alert.wp-block-button__link:hover.disabled, .wp-block-button .clear.alert.wp-block-button__link:hover[disabled], .wp-block-button .clear.alert.wp-block-button__link[disabled] {
	border-color:transparent
}
.button.dropdown:after, .wp-block-button .dropdown.wp-block-button__link:after {
	display:block;
	width:0;
	height:0;
	border:inset .4em;
	content:'';
	border-bottom-width:0;
	border-top-style:solid;
	border-color:#fefefe transparent transparent;
	position:relative;
	top:.4em;
	display:inline-block;
	float:right;
	margin-left:1em
}
.button.dropdown.hollow:after, .wp-block-button .dropdown.hollow.wp-block-button__link:after, .wp-block-button.is-style-outline .dropdown.wp-block-button__link:after {
	border-top-color:#1779ba
}
.button.dropdown.hollow.primary:after, .wp-block-button .dropdown.hollow.primary.wp-block-button__link:after, .wp-block-button.is-style-outline .dropdown.primary.wp-block-button__link:after {
	border-top-color:#1779ba
}
.button.dropdown.hollow.secondary:after, .wp-block-button .dropdown.hollow.secondary.wp-block-button__link:after, .wp-block-button.is-style-outline .dropdown.secondary.wp-block-button__link:after {
	border-top-color:#767676
}
.button.dropdown.hollow.success:after, .wp-block-button .dropdown.hollow.success.wp-block-button__link:after, .wp-block-button.is-style-outline .dropdown.success.wp-block-button__link:after {
	border-top-color:#3adb76
}
.button.dropdown.hollow.warning:after, .wp-block-button .dropdown.hollow.warning.wp-block-button__link:after, .wp-block-button.is-style-outline .dropdown.warning.wp-block-button__link:after {
	border-top-color:#ffae00
}
.button.dropdown.hollow.alert:after, .wp-block-button .dropdown.hollow.alert.wp-block-button__link:after, .wp-block-button.is-style-outline .dropdown.alert.wp-block-button__link:after {
	border-top-color:#cc4b37
}
.button.arrow-only:after, .wp-block-button .arrow-only.wp-block-button__link:after {
	top:-.1em;
	float:none;
	margin-left:0
}
.wp-block-button a.wp-block-button__link:focus, .wp-block-button a.wp-block-button__link:hover, a.button:focus, a.button:hover {
	text-decoration:none
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
display:block;
box-sizing:border-box;
width:100%;
height:2.4375rem;
margin:0 0 1rem;
padding:.5rem;
border:1px solid #cacaca;
border-radius:0;
background-color:#fefefe;
box-shadow:inset 0 1px 2px rgba(10, 10, 10, .1);
font-family:inherit;
font-size:1rem;
font-weight:400;
line-height:1.5;
color:#0a0a0a;
transition:box-shadow .5s, border-color .25s ease-in-out;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
	outline:0;
	border:1px solid #8a8a8a;
	background-color:#fefefe;
	box-shadow:0 0 5px #cacaca;
transition:box-shadow .5s, border-color .25s ease-in-out
}
textarea {
	max-width:100%
}
textarea[rows] {
	height:auto
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#666
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#666
}
input::placeholder, textarea::placeholder {
color:#666
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color:#e6e6e6;
	cursor:not-allowed
}
[type=button], [type=submit] {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border-radius:0
}
input[type=search] {
	box-sizing:border-box
}
[type=checkbox], [type=file], [type=radio] {
margin:0 0 1rem
}
[type=checkbox]+label, [type=radio]+label {
display:inline-block;
vertical-align:baseline;
margin-left:.5rem;
margin-right:1rem;
margin-bottom:0
}
[type=checkbox]+label[for], [type=radio]+label[for] {
cursor:pointer
}
label>[type=checkbox], label>[type=radio] {
margin-right:.5rem
}
[type=file] {
width:100%
}
label {
	display:block;
	margin:0;
font-size:.875rem;
	font-weight:400;
	line-height:1.8;
	color:#0a0a0a
}
label.middle {
	margin:0 0 1rem;
padding:.5625rem 0
}
.help-text {
margin-top:-.5rem;
font-size:.8125rem;
	font-style:italic;
	color:#0a0a0a
}
.input-group {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	margin-bottom:1rem;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch
}
.input-group>:first-child {
	border-radius:0
}
.input-group>:last-child>* {
	border-radius:0
}
.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
	margin:0;
	white-space:nowrap
}
.input-group-label {
	padding:0 1rem;
	border:1px solid #cacaca;
	background:#e6e6e6;
	color:#0a0a0a;
	text-align:center;
	white-space:nowrap;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.input-group-label:first-child {
	border-right:0
}
.input-group-label:last-child {
	border-left:0
}
.input-group-field {
	border-radius:0;
	-webkit-flex:1 1 0px;
	-ms-flex:1 1 0px;
	flex:1 1 0px;
	height:auto;
	min-width:0
}
.input-group-button {
	padding-top:0;
	padding-bottom:0;
	text-align:center;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto
}
.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
	height:auto;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	-ms-grid-row-align:stretch;
	align-self:stretch;
	padding-top:0;
	padding-bottom:0;
	font-size:1rem
}
fieldset {
	margin:0;
	padding:0;
	border:0
}
legend {
	max-width:100%;
margin-bottom:.5rem
}
.fieldset {
	margin:1.125rem 0;
	padding:1.25rem;
	border:1px solid #cacaca
}
.fieldset legend {
	margin:0;
margin-left:-.1875rem;
padding:0 .1875rem
}
select {
	height:2.4375rem;
	margin:0 0 1rem;
padding:.5rem;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:1px solid #cacaca;
	border-radius:0;
	background-color:#fefefe;
	font-family:inherit;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#0a0a0a;
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin:content-box;
	background-position:right -1rem center;
	background-repeat:no-repeat;
	background-size:9px 6px;
	padding-right:1.5rem;
transition:box-shadow .5s, border-color .25s ease-in-out
}
@media screen and (min-width:0\0) {
select {
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
}
}
select:focus {
	outline:0;
	border:1px solid #8a8a8a;
	background-color:#fefefe;
	box-shadow:0 0 5px #cacaca;
transition:box-shadow .5s, border-color .25s ease-in-out
}
select:disabled {
	background-color:#e6e6e6;
	cursor:not-allowed
}
select::-ms-expand {
display:none
}
select[multiple] {
	height:auto;
	background-image:none
}
.is-invalid-input:not(:focus) {
border-color:#cc4b37;
background-color:#f9ecea
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
color:#cc4b37
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
color:#cc4b37
}
.is-invalid-input:not(:focus)::placeholder {
color:#cc4b37
}
.is-invalid-label {
	color:#cc4b37
}
.form-error {
	display:none;
margin-top:-.5rem;
	margin-bottom:1rem;
font-size:.75rem;
	font-weight:700;
	color:#cc4b37
}
.form-error.is-visible {
	display:block
}
.accordion {
	margin-left:0;
	background:#fefefe;
	list-style-type:none
}
.accordion[disabled] .accordion-title {
	cursor:not-allowed
}
.accordion-item:first-child>:first-child {
	border-radius:0
}
.accordion-item:last-child>:last-child {
	border-radius:0
}
.accordion-title {
	position:relative;
	display:block;
	padding:1.25rem 1rem;
	border:1px solid #e6e6e6;
	border-bottom:0;
font-size:.75rem;
	line-height:1;
	color:#1779ba
}
:last-child:not(.is-active)>.accordion-title {
border-bottom:1px solid #e6e6e6;
border-radius:0
}
.accordion-title:focus, .accordion-title:hover {
	background-color:#e6e6e6
}
.accordion-title:before {
	position:absolute;
	top:50%;
	right:1rem;
margin-top:-.5rem;
	content:'+'
}
.is-active>.accordion-title:before {
	content:'\2013'
}
.accordion-content {
	display:none;
	padding:1rem;
	border:1px solid #e6e6e6;
	border-bottom:0;
	background-color:#fefefe;
	color:#0a0a0a
}
:last-child>.accordion-content:last-child {
	border-bottom:1px solid #e6e6e6
}
.accordion-menu li {
	width:100%
}
.accordion-menu a {
padding:.7rem 1rem
}
.accordion-menu .is-accordion-submenu a {
padding:.7rem 1rem
}
.accordion-menu .nested.is-accordion-submenu {
	margin-right:0;
	margin-left:1rem
}
.accordion-menu.align-right .nested.is-accordion-submenu {
	margin-right:1rem;
	margin-left:0
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
position:relative
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
display:block;
width:0;
height:0;
border:inset 6px;
content:'';
border-bottom-width:0;
border-top-style:solid;
border-color:#fefefe transparent transparent;
position:absolute;
top:50%;
margin-top:-3px;
right:1rem
}
.accordion-menu.align-left .is-accordion-submenu-parent>a:after {
	left:auto;
	right:1rem
}
.accordion-menu.align-right .is-accordion-submenu-parent>a:after {
	right:auto;
	left:1rem
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a:after {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	transform-origin:50% 50%
}
.is-accordion-submenu-parent {
	position:relative
}
.has-submenu-toggle>a {
	margin-right:40px
}
.submenu-toggle {
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	width:40px;
	height:40px
}
.submenu-toggle:after {
	display:block;
	width:0;
	height:0;
	border:inset 6px;
	content:'';
	border-bottom-width:0;
	border-top-style:solid;
	border-color:#fefefe transparent transparent;
	top:0;
	bottom:0;
	margin:auto
}
.submenu-toggle[aria-expanded=true]:after {
	-webkit-transform:scaleY(-1);
	-ms-transform:scaleY(-1);
	transform:scaleY(-1);
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	transform-origin:50% 50%
}
.submenu-toggle-text {
	position:absolute!important;
	width:1px;
	height:1px;
	padding:0;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	-webkit-clip-path:inset(50%);
	clip-path:inset(50%);
	border:0
}
.badge {
	display:inline-block;
	min-width:2.1em;
	padding:.3em;
	border-radius:50%;
font-size:.6rem;
	text-align:center;
	background:#1779ba;
	color:#fefefe
}
.badge.primary {
	background:#1779ba;
	color:#fefefe
}
.badge.secondary {
	background:#767676;
	color:#fefefe
}
.badge.success {
	background:#3adb76;
	color:#0a0a0a
}
.badge.warning {
	background:#ffae00;
	color:#0a0a0a
}
.badge.alert {
	background:#cc4b37;
	color:#fefefe
}
.breadcrumbs {
	margin:0 0 1rem;
	list-style:none
}
.breadcrumbs:after, .breadcrumbs:before {
	display:table;
	content:' ';
	-webkit-flex-basis:0;
	-ms-flex-preferred-size:0;
	flex-basis:0;
	-webkit-order:1;
	-ms-flex-order:1;
	order:1
}
.breadcrumbs:after {
	clear:both
}
.breadcrumbs li {
	float:left;
font-size:.6875rem;
	color:#0a0a0a;
	cursor:default;
	text-transform:uppercase
}
.breadcrumbs li:not(:last-child):after {
position:relative;
margin:0 .75rem;
opacity:1;
content:"/";
color:#cacaca
}
.breadcrumbs a {
	color:#1779ba
}
.breadcrumbs a:hover {
	text-decoration:underline
}
.breadcrumbs .disabled {
	color:#cacaca;
	cursor:not-allowed
}
.button-group {
	margin-bottom:1rem;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch
}
.button-group:after, .button-group:before {
	display:table;
	content:' ';
	-webkit-flex-basis:0;
	-ms-flex-preferred-size:0;
	flex-basis:0;
	-webkit-order:1;
	-ms-flex-order:1;
	order:1
}
.button-group:after {
	clear:both
}
.button-group .button, .button-group .wp-block-button .wp-block-button__link, .wp-block-button .button-group .wp-block-button__link {
	margin:0;
	margin-right:1px;
	margin-bottom:1px;
font-size:.9rem;
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto
}
.button-group .button:last-child, .button-group .wp-block-button .wp-block-button__link:last-child, .wp-block-button .button-group .wp-block-button__link:last-child {
	margin-right:0
}
.button-group.tiny .button, .button-group.tiny .wp-block-button .wp-block-button__link, .wp-block-button .button-group.tiny .wp-block-button__link {
font-size:.6rem
}
.button-group.small .button, .button-group.small .wp-block-button .wp-block-button__link, .wp-block-button .button-group.small .wp-block-button__link {
font-size:.75rem
}
.button-group.large .button, .button-group.large .wp-block-button .wp-block-button__link, .wp-block-button .button-group.large .wp-block-button__link {
	font-size:1.25rem
}
.button-group.expanded .button, .button-group.expanded .wp-block-button .wp-block-button__link, .wp-block-button .button-group.expanded .wp-block-button__link {
	-webkit-flex:1 1 0px;
	-ms-flex:1 1 0px;
	flex:1 1 0px
}
.button-group.primary .button, .button-group.primary .wp-block-button .wp-block-button__link, .wp-block-button .button-group.primary .wp-block-button__link {
	background-color:#1779ba;
	color:#fefefe
}
.button-group.primary .button:focus, .button-group.primary .button:hover, .button-group.primary .wp-block-button .wp-block-button__link:focus, .button-group.primary .wp-block-button .wp-block-button__link:hover, .wp-block-button .button-group.primary .wp-block-button__link:focus, .wp-block-button .button-group.primary .wp-block-button__link:hover {
	background-color:#126195;
	color:#fefefe
}
.button-group.secondary .button, .button-group.secondary .wp-block-button .wp-block-button__link, .wp-block-button .button-group.secondary .wp-block-button__link {
	background-color:#767676;
	color:#fefefe
}
.button-group.secondary .button:focus, .button-group.secondary .button:hover, .button-group.secondary .wp-block-button .wp-block-button__link:focus, .button-group.secondary .wp-block-button .wp-block-button__link:hover, .wp-block-button .button-group.secondary .wp-block-button__link:focus, .wp-block-button .button-group.secondary .wp-block-button__link:hover {
	background-color:#5e5e5e;
	color:#fefefe
}
.button-group.success .button, .button-group.success .wp-block-button .wp-block-button__link, .wp-block-button .button-group.success .wp-block-button__link {
	background-color:#3adb76;
	color:#0a0a0a
}
.button-group.success .button:focus, .button-group.success .button:hover, .button-group.success .wp-block-button .wp-block-button__link:focus, .button-group.success .wp-block-button .wp-block-button__link:hover, .wp-block-button .button-group.success .wp-block-button__link:focus, .wp-block-button .button-group.success .wp-block-button__link:hover {
	background-color:#22bb5b;
	color:#0a0a0a
}
.button-group.warning .button, .button-group.warning .wp-block-button .wp-block-button__link, .wp-block-button .button-group.warning .wp-block-button__link {
	background-color:#ffae00;
	color:#0a0a0a
}
.button-group.warning .button:focus, .button-group.warning .button:hover, .button-group.warning .wp-block-button .wp-block-button__link:focus, .button-group.warning .wp-block-button .wp-block-button__link:hover, .wp-block-button .button-group.warning .wp-block-button__link:focus, .wp-block-button .button-group.warning .wp-block-button__link:hover {
	background-color:#cc8b00;
	color:#0a0a0a
}
.button-group.alert .button, .button-group.alert .wp-block-button .wp-block-button__link, .wp-block-button .button-group.alert .wp-block-button__link {
	background-color:#cc4b37;
	color:#fefefe
}
.button-group.alert .button:focus, .button-group.alert .button:hover, .button-group.alert .wp-block-button .wp-block-button__link:focus, .button-group.alert .wp-block-button .wp-block-button__link:hover, .wp-block-button .button-group.alert .wp-block-button__link:focus, .wp-block-button .button-group.alert .wp-block-button__link:hover {
	background-color:#a53b2a;
	color:#fefefe
}
.button-group.stacked, .button-group.stacked-for-medium, .button-group.stacked-for-small {
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.button-group.stacked .button, .button-group.stacked .wp-block-button .wp-block-button__link, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .wp-block-button .wp-block-button__link, .button-group.stacked-for-small .button, .button-group.stacked-for-small .wp-block-button .wp-block-button__link, .wp-block-button .button-group.stacked .wp-block-button__link, .wp-block-button .button-group.stacked-for-medium .wp-block-button__link, .wp-block-button .button-group.stacked-for-small .wp-block-button__link {
	-webkit-flex:0 0 100%;
	-ms-flex:0 0 100%;
	flex:0 0 100%
}
.button-group.stacked .button:last-child, .button-group.stacked .wp-block-button .wp-block-button__link:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .wp-block-button .wp-block-button__link:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .wp-block-button .wp-block-button__link:last-child, .wp-block-button .button-group.stacked .wp-block-button__link:last-child, .wp-block-button .button-group.stacked-for-medium .wp-block-button__link:last-child, .wp-block-button .button-group.stacked-for-small .wp-block-button__link:last-child {
	margin-bottom:0
}
@media print, screen and (min-width:40em) {
.button-group.stacked-for-small .button, .button-group.stacked-for-small .wp-block-button .wp-block-button__link, .wp-block-button .button-group.stacked-for-small .wp-block-button__link {
-webkit-flex:1 1 0px;
-ms-flex:1 1 0px;
flex:1 1 0px;
margin-bottom:0
}
}
@media print, screen and (min-width:64em) {
.button-group.stacked-for-medium .button, .button-group.stacked-for-medium .wp-block-button .wp-block-button__link, .wp-block-button .button-group.stacked-for-medium .wp-block-button__link {
-webkit-flex:1 1 0px;
-ms-flex:1 1 0px;
flex:1 1 0px;
margin-bottom:0
}
}
@media screen and (max-width:39.9375em) {
.button-group.stacked-for-small.expanded {
display:block
}
.button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .wp-block-button .wp-block-button__link, .wp-block-button .button-group.stacked-for-small.expanded .wp-block-button__link {
display:block;
margin-right:0
}
}
.callout {
	position:relative;
	margin:0 0 1rem;
	padding:1rem;
	border:1px solid rgba(10, 10, 10, .25);
	border-radius:0;
	background-color:#fff;
	color:#0a0a0a
}
.callout>:first-child {
	margin-top:0
}
.callout>:last-child {
	margin-bottom:0
}
.callout.primary {
	background-color:#d7ecfa;
	color:#0a0a0a
}
.callout.secondary {
	background-color:#eaeaea;
	color:#0a0a0a
}
.callout.success {
	background-color:#e1faea;
	color:#0a0a0a
}
.callout.warning {
	background-color:#fff3d9;
	color:#0a0a0a
}
.callout.alert {
	background-color:#f7e4e1;
	color:#0a0a0a
}
.callout.small {
padding-top:.5rem;
padding-right:.5rem;
padding-bottom:.5rem;
padding-left:.5rem
}
.callout.large {
	padding-top:3rem;
	padding-right:3rem;
	padding-bottom:3rem;
	padding-left:3rem
}
.card {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	margin-bottom:1rem;
	border:1px solid #e6e6e6;
	border-radius:0;
	background:#fefefe;
	box-shadow:none;
	overflow:hidden;
	color:#0a0a0a
}
.card>:last-child {
	margin-bottom:0
}
.card-divider {
	-webkit-flex:0 1 auto;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding:1rem;
	background:#e6e6e6
}
.card-divider>:last-child {
	margin-bottom:0
}
.card-section {
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
	padding:1rem
}
.card-section>:last-child {
	margin-bottom:0
}
.card-image {
	min-height:1px
}
.close-button {
	position:absolute;
	color:#8a8a8a;
	cursor:pointer
}
[data-whatinput=mouse] .close-button {
	outline:0
}
.close-button:focus, .close-button:hover {
	color:#0a0a0a
}
.close-button.small {
right:.66rem;
	top:.33em;
	font-size:1.5em;
	line-height:1
}
.close-button, .close-button.medium {
	right:1rem;
top:.5rem;
	font-size:2em;
	line-height:1
}
.menu {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
[data-whatinput=mouse] .menu li {
	outline:0
}
.menu .button, .menu .wp-block-button .wp-block-button__link, .menu a, .wp-block-button .menu .wp-block-button__link {
	line-height:1;
	text-decoration:none;
	display:block;
padding:.7rem 1rem
}
.menu a, .menu button, .menu input, .menu select {
	margin-bottom:0
}
.menu input {
	display:inline-block
}
.menu, .menu.horizontal {
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row
}
.menu.vertical {
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
.menu.expanded li {
	-webkit-flex:1 1 0px;
	-ms-flex:1 1 0px;
	flex:1 1 0px
}
.menu.simple {
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.menu.simple li+li {
	margin-left:1rem
}
.menu.simple a {
	padding:0
}
@media print, screen and (min-width:40em) {
.menu.medium-horizontal {
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row
}
.menu.medium-vertical {
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.menu.medium-expanded li {
-webkit-flex:1 1 0px;
-ms-flex:1 1 0px;
flex:1 1 0px
}
.menu.medium-simple li {
-webkit-flex:1 1 0px;
-ms-flex:1 1 0px;
flex:1 1 0px
}
}
@media print, screen and (min-width:64em) {
.menu.large-horizontal {
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row
}
.menu.large-vertical {
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.menu.large-expanded li {
-webkit-flex:1 1 0px;
-ms-flex:1 1 0px;
flex:1 1 0px
}
.menu.large-simple li {
-webkit-flex:1 1 0px;
-ms-flex:1 1 0px;
flex:1 1 0px
}
}
.menu.nested {
	margin-right:0;
	margin-left:1rem
}
.menu.icons a {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.menu.icon-bottom a, .menu.icon-left a, .menu.icon-right a, .menu.icon-top a {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.menu.icon-left li a {
	-webkit-flex-flow:row nowrap;
	-ms-flex-flow:row nowrap;
	flex-flow:row nowrap
}
.menu.icon-left li a i, .menu.icon-left li a img, .menu.icon-left li a svg {
margin-right:.25rem
}
.menu.icon-right li a {
	-webkit-flex-flow:row nowrap;
	-ms-flex-flow:row nowrap;
	flex-flow:row nowrap
}
.menu.icon-right li a i, .menu.icon-right li a img, .menu.icon-right li a svg {
margin-left:.25rem
}
.menu.icon-top li a {
	-webkit-flex-flow:column nowrap;
	-ms-flex-flow:column nowrap;
	flex-flow:column nowrap
}
.menu.icon-top li a i, .menu.icon-top li a img, .menu.icon-top li a svg {
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	-ms-grid-row-align:stretch;
	align-self:stretch;
margin-bottom:.25rem;
	text-align:center
}
.menu.icon-bottom li a {
	-webkit-flex-flow:column nowrap;
	-ms-flex-flow:column nowrap;
	flex-flow:column nowrap
}
.menu.icon-bottom li a i, .menu.icon-bottom li a img, .menu.icon-bottom li a svg {
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	-ms-grid-row-align:stretch;
	align-self:stretch;
margin-bottom:.25rem;
	text-align:center
}
.menu .is-active>a {
	background:#1779ba;
	color:#fefefe
}
.menu .active>a {
	background:#1779ba;
	color:#fefefe
}
.menu.align-left {
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.menu.align-right li {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.menu.align-right li .submenu li {
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.menu.align-right.vertical li {
	display:block;
	text-align:right
}
.menu.align-right.vertical li .submenu li {
	text-align:right
}
.menu.align-right .nested {
	margin-right:1rem;
	margin-left:0
}
.menu.align-center li {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.menu.align-center li .submenu li {
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.menu .menu-text {
padding:.7rem 1rem;
	font-weight:700;
	line-height:1;
	color:inherit
}
.menu-centered>.menu {
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.menu-centered>.menu li {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.menu-centered>.menu li .submenu li {
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.no-js [data-responsive-menu] ul {
	display:none
}
.menu-icon {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:16px;
	cursor:pointer
}
.menu-icon:after {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:2px;
	background:#fefefe;
	box-shadow:0 7px 0 #fefefe, 0 14px 0 #fefefe;
	content:''
}
.menu-icon:hover:after {
	background:#cacaca;
	box-shadow:0 7px 0 #cacaca, 0 14px 0 #cacaca
}
.menu-icon.dark {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:16px;
	cursor:pointer
}
.menu-icon.dark:after {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:2px;
	background:#0a0a0a;
	box-shadow:0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	content:''
}
.menu-icon.dark:hover:after {
	background:#8a8a8a;
	box-shadow:0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}
.is-drilldown {
	position:relative;
	overflow:hidden
}
.is-drilldown li {
	display:block
}
.is-drilldown.animate-height {
transition:height .5s
}
.drilldown a {
padding:.7rem 1rem;
	background:#fefefe
}
.drilldown .is-drilldown-submenu {
	position:absolute;
	top:0;
	left:100%;
	z-index:-1;
	width:100%;
	background:#fefefe;
transition:-webkit-transform .15s linear;
transition:transform .15s linear;
transition:transform .15s linear, -webkit-transform .15s linear
}
.drilldown .is-drilldown-submenu.is-active {
	z-index:1;
	display:block;
	-webkit-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	transform:translateX(-100%)
}
.drilldown .is-drilldown-submenu.is-closing {
	-webkit-transform:translateX(100%);
	-ms-transform:translateX(100%);
	transform:translateX(100%)
}
.drilldown .is-drilldown-submenu a {
padding:.7rem 1rem
}
.drilldown .nested.is-drilldown-submenu {
	margin-right:0;
	margin-left:0
}
.drilldown .drilldown-submenu-cover-previous {
	min-height:100%
}
.drilldown .is-drilldown-submenu-parent>a {
	position:relative
}
.drilldown .is-drilldown-submenu-parent>a:after {
	position:absolute;
	top:50%;
	margin-top:-6px;
	right:1rem;
	display:block;
	width:0;
	height:0;
	border:inset 6px;
	content:'';
	border-right-width:0;
	border-left-style:solid;
	border-color:transparent transparent transparent #1779ba
}
.drilldown.align-left .is-drilldown-submenu-parent>a:after {
	left:auto;
	right:1rem;
	display:block;
	width:0;
	height:0;
	border:inset 6px;
	content:'';
	border-right-width:0;
	border-left-style:solid;
	border-color:transparent transparent transparent #1779ba
}
.drilldown.align-right .is-drilldown-submenu-parent>a:after {
	right:auto;
	left:1rem;
	display:block;
	width:0;
	height:0;
	border:inset 6px;
	content:'';
	border-left-width:0;
	border-right-style:solid;
	border-color:transparent #1779ba transparent transparent
}
.drilldown .js-drilldown-back>a:before {
	display:block;
	width:0;
	height:0;
	border:inset 6px;
	content:'';
	border-left-width:0;
	border-right-style:solid;
	border-color:transparent #1779ba transparent transparent;
	border-left-width:0;
	display:inline-block;
	vertical-align:middle;
margin-right:.75rem;
	border-left-width:0
}
.dropdown-pane {
	position:absolute;
	z-index:10;
	width:300px;
	padding:1rem;
	visibility:hidden;
	display:none;
	border:1px solid #cacaca;
	border-radius:0;
	background-color:#fefefe;
	font-size:1rem
}
.dropdown-pane.is-opening {
	display:block
}
.dropdown-pane.is-open {
	visibility:visible;
	display:block
}
.dropdown-pane.tiny {
	width:100px
}
.dropdown-pane.small {
	width:200px
}
.dropdown-pane.large {
	width:400px
}
.dropdown.menu>li.opens-left>.is-dropdown-submenu {
	top:100%;
	right:0;
	left:auto
}
.dropdown.menu>li.opens-right>.is-dropdown-submenu {
	top:100%;
	right:auto;
	left:0
}
.dropdown.menu>li.is-dropdown-submenu-parent>a {
	position:relative;
	padding-right:1.5rem
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
	display:block;
	width:0;
	height:0;
	border:inset 6px;
	content:'';
	border-bottom-width:0;
	border-top-style:solid;
	border-color:#1779ba transparent transparent;
	right:5px;
	left:auto;
	margin-top:-3px
}
.dropdown.menu a {
padding:.7rem 1rem
}
[data-whatinput=mouse] .dropdown.menu a {
	outline:0
}
.dropdown.menu .is-active>a {
	background:0 0;
	color:#e6e6e6
}
.no-js .dropdown.menu ul {
	display:none
}
.dropdown.menu .nested.is-dropdown-submenu {
	margin-right:0;
	margin-left:0
}
.dropdown.menu.vertical>li .is-dropdown-submenu {
	top:0
}
.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
	right:100%;
	left:auto;
	top:0
}
.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
	right:auto;
	left:100%
}
.dropdown.menu.vertical>li>a:after {
	right:14px
}
.dropdown.menu.vertical>li.opens-left>a:after {
	right:auto;
	left:5px;
	display:block;
	width:0;
	height:0;
	border:inset 6px;
	content:'';
	border-left-width:0;
	border-right-style:solid;
	border-color:transparent #1779ba transparent transparent
}
.dropdown.menu.vertical>li.opens-right>a:after {
	display:block;
	width:0;
	height:0;
	border:inset 6px;
	content:'';
	border-right-width:0;
	border-left-style:solid;
	border-color:transparent transparent transparent #1779ba
}
@media print, screen and (min-width:40em) {
.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
top:100%;
right:0;
left:auto
}
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
top:100%;
right:auto;
left:0
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
position:relative;
padding-right:1.5rem
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
display:block;
width:0;
height:0;
border:inset 6px;
content:'';
border-bottom-width:0;
border-top-style:solid;
border-color:#1779ba transparent transparent;
right:5px;
left:auto;
margin-top:-3px
}
.dropdown.menu.medium-vertical>li .is-dropdown-submenu {
top:0
}
.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
right:100%;
left:auto;
top:0
}
.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
right:auto;
left:100%
}
.dropdown.menu.medium-vertical>li>a:after {
right:14px
}
.dropdown.menu.medium-vertical>li.opens-left>a:after {
right:auto;
left:5px;
display:block;
width:0;
height:0;
border:inset 6px;
content:'';
border-left-width:0;
border-right-style:solid;
border-color:transparent #1779ba transparent transparent
}
.dropdown.menu.medium-vertical>li.opens-right>a:after {
display:block;
width:0;
height:0;
border:inset 6px;
content:'';
border-right-width:0;
border-left-style:solid;
border-color:transparent transparent transparent #1779ba
}
}
@media print, screen and (min-width:64em) {
.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
top:100%;
right:0;
left:auto
}
.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
top:100%;
right:auto;
left:0
}
.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
position:relative;
padding-right:1.5rem
}
.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after {
display:block;
width:0;
height:0;
border:inset 6px;
content:'';
border-bottom-width:0;
border-top-style:solid;
border-color:#1779ba transparent transparent;
right:5px;
left:auto;
margin-top:-3px
}
.dropdown.menu.large-vertical>li .is-dropdown-submenu {
top:0
}
.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
right:100%;
left:auto;
top:0
}
.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
right:auto;
left:100%
}
.dropdown.menu.large-vertical>li>a:after {
right:14px
}
.dropdown.menu.large-vertical>li.opens-left>a:after {
right:auto;
left:5px;
display:block;
width:0;
height:0;
border:inset 6px;
content:'';
border-left-width:0;
border-right-style:solid;
border-color:transparent #1779ba transparent transparent
}
.dropdown.menu.large-vertical>li.opens-right>a:after {
display:block;
width:0;
height:0;
border:inset 6px;
content:'';
border-right-width:0;
border-left-style:solid;
border-color:transparent transparent transparent #1779ba
}
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top:100%;
	right:0;
	left:auto
}
.is-dropdown-menu.vertical {
	width:100px
}
.is-dropdown-menu.vertical.align-right {
	float:right
}
.is-dropdown-submenu-parent {
	position:relative
}
.is-dropdown-submenu-parent a:after {
	position:absolute;
	top:50%;
	right:5px;
	left:auto;
	margin-top:-6px
}
.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
	top:100%;
	left:auto
}
.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
	right:100%;
	left:auto
}
.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
	right:auto;
	left:100%
}
.is-dropdown-submenu {
	position:absolute;
	top:0;
	left:100%;
	z-index:1;
	display:none;
	min-width:200px;
	border:1px solid #cacaca;
	background:#fefefe
}
.dropdown .is-dropdown-submenu a {
padding:.7rem 1rem
}
.is-dropdown-submenu .is-dropdown-submenu-parent>a:after {
	right:14px
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
	right:auto;
	left:5px;
	display:block;
	width:0;
	height:0;
	border:inset 6px;
	content:'';
	border-left-width:0;
	border-right-style:solid;
	border-color:transparent #1779ba transparent transparent
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
	display:block;
	width:0;
	height:0;
	border:inset 6px;
	content:'';
	border-right-width:0;
	border-left-style:solid;
	border-color:transparent transparent transparent #1779ba
}
.is-dropdown-submenu .is-dropdown-submenu {
	margin-top:-1px
}
.is-dropdown-submenu>li {
	width:100%
}
.is-dropdown-submenu.js-dropdown-active {
	display:block
}
.flex-video, .responsive-embed {
	position:relative;
	height:0;
	margin-bottom:1rem;
	padding-bottom:75%;
	overflow:hidden
}
.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.flex-video.widescreen, .responsive-embed.widescreen {
	padding-bottom:56.25%
}
.label {
	display:inline-block;
padding:.33333rem .5rem;
	border-radius:0;
font-size:.8rem;
	line-height:1;
	white-space:nowrap;
	cursor:default;
	background:#1779ba;
	color:#fefefe
}
.label.primary {
	background:#1779ba;
	color:#fefefe
}
.label.secondary {
	background:#767676;
	color:#fefefe
}
.label.success {
	background:#3adb76;
	color:#0a0a0a
}
.label.warning {
	background:#ffae00;
	color:#0a0a0a
}
.label.alert {
	background:#cc4b37;
	color:#fefefe
}
.media-object {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:1rem;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap
}
.media-object img {
	max-width:none
}
@media screen and (max-width:39.9375em) {
.media-object.stack-for-small {
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
}
@media screen and (max-width:39.9375em) {
.media-object.stack-for-small .media-object-section {
padding:0;
padding-bottom:1rem;
-webkit-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
.media-object.stack-for-small .media-object-section img {
width:100%
}
}
.media-object-section {
	-webkit-flex:0 1 auto;
	-ms-flex:0 1 auto;
	flex:0 1 auto
}
.media-object-section:first-child {
	padding-right:1rem
}
.media-object-section:last-child:not(:nth-child(2)) {
padding-left:1rem
}
.media-object-section>:last-child {
	margin-bottom:0
}
.media-object-section.main-section {
	-webkit-flex:1 1 0px;
	-ms-flex:1 1 0px;
	flex:1 1 0px
}
.is-off-canvas-open {
	overflow:hidden
}
.js-off-canvas-overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	width:100%;
	height:100%;
transition:opacity .5s ease, visibility .5s ease;
	background:rgba(254, 254, 254, .25);
	opacity:0;
	visibility:hidden;
	overflow:hidden
}
.js-off-canvas-overlay.is-visible {
	opacity:1;
	visibility:visible
}
.js-off-canvas-overlay.is-closable {
	cursor:pointer
}
.js-off-canvas-overlay.is-overlay-absolute {
	position:absolute
}
.js-off-canvas-overlay.is-overlay-fixed {
	position:fixed
}
.off-canvas-wrapper {
	position:relative;
	overflow:hidden
}
.off-canvas {
	position:fixed;
	z-index:12;
transition:-webkit-transform .5s ease;
transition:transform .5s ease;
transition:transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background:#2c3840
}
[data-whatinput=mouse] .off-canvas {
	outline:0
}
.off-canvas.is-transition-push {
	z-index:12
}
.off-canvas.is-closed {
	visibility:hidden
}
.off-canvas.is-transition-overlap {
	z-index:13
}
.off-canvas.is-transition-overlap.is-open {
	box-shadow:0 0 10px rgba(10, 10, 10, .7)
}
.off-canvas.is-open {
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0)
}
.off-canvas-absolute {
	position:absolute;
	z-index:12;
transition:-webkit-transform .5s ease;
transition:transform .5s ease;
transition:transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background:#2c3840
}
[data-whatinput=mouse] .off-canvas-absolute {
	outline:0
}
.off-canvas-absolute.is-transition-push {
	z-index:12
}
.off-canvas-absolute.is-closed {
	visibility:hidden
}
.off-canvas-absolute.is-transition-overlap {
	z-index:13
}
.off-canvas-absolute.is-transition-overlap.is-open {
	box-shadow:0 0 10px rgba(10, 10, 10, .7)
}
.off-canvas-absolute.is-open {
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0)
}
.position-left {
	top:0;
	left:0;
	height:100%;
	overflow-y:auto;
	width:250px;
	-webkit-transform:translateX(-250px);
	-ms-transform:translateX(-250px);
	transform:translateX(-250px)
}
.off-canvas-content .off-canvas.position-left {
	-webkit-transform:translateX(-250px);
	-ms-transform:translateX(-250px);
	transform:translateX(-250px)
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0)
}
.off-canvas-content.is-open-left.has-transition-push {
	-webkit-transform:translateX(250px);
	-ms-transform:translateX(250px);
	transform:translateX(250px)
}
.position-left.is-transition-push {
	box-shadow:inset -13px 0 20px -13px rgba(10, 10, 10, .25)
}
.position-right {
	top:0;
	right:0;
	height:100%;
	overflow-y:auto;
	width:250px;
	-webkit-transform:translateX(250px);
	-ms-transform:translateX(250px);
	transform:translateX(250px)
}
.off-canvas-content .off-canvas.position-right {
	-webkit-transform:translateX(250px);
	-ms-transform:translateX(250px);
	transform:translateX(250px)
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0)
}
.off-canvas-content.is-open-right.has-transition-push {
	-webkit-transform:translateX(-250px);
	-ms-transform:translateX(-250px);
	transform:translateX(-250px)
}
.position-right.is-transition-push {
	box-shadow:inset 13px 0 20px -13px rgba(10, 10, 10, .25)
}
.position-top {
	top:0;
	left:0;
	width:100%;
	overflow-x:auto;
	height:250px;
	-webkit-transform:translateY(-250px);
	-ms-transform:translateY(-250px);
	transform:translateY(-250px)
}
.off-canvas-content .off-canvas.position-top {
	-webkit-transform:translateY(-250px);
	-ms-transform:translateY(-250px);
	transform:translateY(-250px)
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0)
}
.off-canvas-content.is-open-top.has-transition-push {
	-webkit-transform:translateY(250px);
	-ms-transform:translateY(250px);
	transform:translateY(250px)
}
.position-top.is-transition-push {
	box-shadow:inset 0 -13px 20px -13px rgba(10, 10, 10, .25)
}
.position-bottom {
	bottom:0;
	left:0;
	width:100%;
	overflow-x:auto;
	height:250px;
	-webkit-transform:translateY(250px);
	-ms-transform:translateY(250px);
	transform:translateY(250px)
}
.off-canvas-content .off-canvas.position-bottom {
	-webkit-transform:translateY(250px);
	-ms-transform:translateY(250px);
	transform:translateY(250px)
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0)
}
.off-canvas-content.is-open-bottom.has-transition-push {
	-webkit-transform:translateY(-250px);
	-ms-transform:translateY(-250px);
	transform:translateY(-250px)
}
.position-bottom.is-transition-push {
	box-shadow:inset 0 13px 20px -13px rgba(10, 10, 10, .25)
}
.off-canvas-content {
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
transition:-webkit-transform .5s ease;
transition:transform .5s ease;
transition:transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.off-canvas-content.has-transition-push {
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0)
}
.off-canvas-content .off-canvas.is-open {
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0)
}
@media print, screen and (min-width:40em) {
.position-left.reveal-for-medium {
-webkit-transform:none;
-ms-transform:none;
transform:none;
z-index:12;
transition:none;
visibility:visible
}
.position-left.reveal-for-medium .close-button {
display:none
}
.off-canvas-content .position-left.reveal-for-medium {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
.off-canvas-content.has-reveal-left {
margin-left:250px
}
.position-left.reveal-for-medium~.off-canvas-content {
margin-left:250px
}
.position-right.reveal-for-medium {
-webkit-transform:none;
-ms-transform:none;
transform:none;
z-index:12;
transition:none;
visibility:visible
}
.position-right.reveal-for-medium .close-button {
display:none
}
.off-canvas-content .position-right.reveal-for-medium {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
.off-canvas-content.has-reveal-right {
margin-right:250px
}
.position-right.reveal-for-medium~.off-canvas-content {
margin-right:250px
}
.position-top.reveal-for-medium {
-webkit-transform:none;
-ms-transform:none;
transform:none;
z-index:12;
transition:none;
visibility:visible
}
.position-top.reveal-for-medium .close-button {
display:none
}
.off-canvas-content .position-top.reveal-for-medium {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
.off-canvas-content.has-reveal-top {
margin-top:250px
}
.position-top.reveal-for-medium~.off-canvas-content {
margin-top:250px
}
.position-bottom.reveal-for-medium {
-webkit-transform:none;
-ms-transform:none;
transform:none;
z-index:12;
transition:none;
visibility:visible
}
.position-bottom.reveal-for-medium .close-button {
display:none
}
.off-canvas-content .position-bottom.reveal-for-medium {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
.off-canvas-content.has-reveal-bottom {
margin-bottom:250px
}
.position-bottom.reveal-for-medium~.off-canvas-content {
margin-bottom:250px
}
}
@media print, screen and (min-width:64em) {
.position-left.reveal-for-large {
-webkit-transform:none;
-ms-transform:none;
transform:none;
z-index:12;
transition:none;
visibility:visible
}
.position-left.reveal-for-large .close-button {
display:none
}
.off-canvas-content .position-left.reveal-for-large {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
.off-canvas-content.has-reveal-left {
margin-left:250px
}
.position-left.reveal-for-large~.off-canvas-content {
margin-left:250px
}
.position-right.reveal-for-large {
-webkit-transform:none;
-ms-transform:none;
transform:none;
z-index:12;
transition:none;
visibility:visible
}
.position-right.reveal-for-large .close-button {
display:none
}
.off-canvas-content .position-right.reveal-for-large {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
.off-canvas-content.has-reveal-right {
margin-right:250px
}
.position-right.reveal-for-large~.off-canvas-content {
margin-right:250px
}
.position-top.reveal-for-large {
-webkit-transform:none;
-ms-transform:none;
transform:none;
z-index:12;
transition:none;
visibility:visible
}
.position-top.reveal-for-large .close-button {
display:none
}
.off-canvas-content .position-top.reveal-for-large {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
.off-canvas-content.has-reveal-top {
margin-top:250px
}
.position-top.reveal-for-large~.off-canvas-content {
margin-top:250px
}
.position-bottom.reveal-for-large {
-webkit-transform:none;
-ms-transform:none;
transform:none;
z-index:12;
transition:none;
visibility:visible
}
.position-bottom.reveal-for-large .close-button {
display:none
}
.off-canvas-content .position-bottom.reveal-for-large {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
.off-canvas-content.has-reveal-bottom {
margin-bottom:250px
}
.position-bottom.reveal-for-large~.off-canvas-content {
margin-bottom:250px
}
}
@media print, screen and (min-width:40em) {
.off-canvas.in-canvas-for-medium {
visibility:visible;
height:auto;
position:static;
background:inherit;
width:inherit;
overflow:inherit;
transition:inherit
}
.off-canvas.in-canvas-for-medium.position-bottom, .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top {
box-shadow:none;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
.off-canvas.in-canvas-for-medium .close-button {
display:none
}
}
@media print, screen and (min-width:64em) {
.off-canvas.in-canvas-for-large {
visibility:visible;
height:auto;
position:static;
background:inherit;
width:inherit;
overflow:inherit;
transition:inherit
}
.off-canvas.in-canvas-for-large.position-bottom, .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top {
box-shadow:none;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
.off-canvas.in-canvas-for-large .close-button {
display:none
}
}
.orbit {
	position:relative
}
.orbit-container {
	position:relative;
	height:0;
	margin:0;
	list-style:none;
	overflow:hidden
}
.orbit-slide {
	width:100%
}
.orbit-slide.no-motionui.is-active {
	top:0;
	left:0
}
.orbit-figure {
	margin:0
}
.orbit-image {
	width:100%;
	max-width:100%;
	margin:0
}
.orbit-caption {
	position:absolute;
	bottom:0;
	width:100%;
	margin-bottom:0;
	padding:1rem;
	background-color:rgba(10, 10, 10, .5);
	color:#fefefe
}
.orbit-next, .orbit-previous {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:10;
	padding:1rem;
	color:#fefefe
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
	outline:0
}
.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
	background-color:rgba(10, 10, 10, .5)
}
.orbit-previous {
	left:0
}
.orbit-next {
	left:auto;
	right:0
}
.orbit-bullets {
	position:relative;
margin-top:.8rem;
margin-bottom:.8rem;
	text-align:center
}
[data-whatinput=mouse] .orbit-bullets {
	outline:0
}
.orbit-bullets button {
	width:1.2rem;
	height:1.2rem;
margin:.1rem;
	border-radius:50%;
	background-color:#cacaca
}
.orbit-bullets button:hover {
	background-color:#8a8a8a
}
.orbit-bullets button.is-active {
	background-color:#8a8a8a
}
.pagination {
	margin-left:0;
	margin-bottom:1rem
}
.pagination:after, .pagination:before {
	display:table;
	content:' ';
	-webkit-flex-basis:0;
	-ms-flex-preferred-size:0;
	flex-basis:0;
	-webkit-order:1;
	-ms-flex-order:1;
	order:1
}
.pagination:after {
	clear:both
}
.pagination li {
margin-right:.0625rem;
	border-radius:0;
font-size:.875rem;
	display:none
}
.pagination li:first-child, .pagination li:last-child {
	display:inline-block
}
@media print, screen and (min-width:40em) {
.pagination li {
display:inline-block
}
}
.pagination a, .pagination button {
	display:block;
padding:.1875rem .625rem;
	border-radius:0;
	color:#0a0a0a
}
.pagination a:hover, .pagination button:hover {
	background:#e6e6e6
}
.pagination .current {
padding:.1875rem .625rem;
	background:#1779ba;
	color:#fefefe;
	cursor:default
}
.pagination .disabled {
padding:.1875rem .625rem;
	color:#cacaca;
	cursor:not-allowed
}
.pagination .disabled:hover {
	background:0 0
}
.pagination .ellipsis:after {
padding:.1875rem .625rem;
	content:'\2026';
	color:#0a0a0a
}
.pagination-previous a:before, .pagination-previous.disabled:before {
	display:inline-block;
margin-right:.5rem;
	content:'\00ab'
}
.pagination-next a:after, .pagination-next.disabled:after {
	display:inline-block;
margin-left:.5rem;
	content:'\00bb'
}
.progress {
	height:1rem;
	margin-bottom:1rem;
	border-radius:0;
	background-color:#cacaca
}
.progress.primary .progress-meter {
	background-color:#1779ba
}
.progress.secondary .progress-meter {
	background-color:#767676
}
.progress.success .progress-meter {
	background-color:#3adb76
}
.progress.warning .progress-meter {
	background-color:#ffae00
}
.progress.alert .progress-meter {
	background-color:#cc4b37
}
.progress-meter {
	position:relative;
	display:block;
	width:0;
	height:100%;
	background-color:#1779ba
}
.progress-meter-text {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	position:absolute;
	margin:0;
font-size:.75rem;
	font-weight:700;
	color:#fefefe;
	white-space:nowrap
}
.slider {
	position:relative;
height:.5rem;
	margin-top:1.25rem;
	margin-bottom:2.25rem;
	background-color:#e6e6e6;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-ms-touch-action:none;
	touch-action:none
}
.slider-fill {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	max-width:100%;
height:.5rem;
	background-color:#cacaca;
transition:all .2s ease-in-out
}
.slider-fill.is-dragging {
	transition:all 0s linear
}
.slider-handle {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	left:0;
	z-index:1;
	display:inline-block;
	width:1.4rem;
	height:1.4rem;
	border-radius:0;
	background-color:#1779ba;
transition:all .2s ease-in-out;
	-ms-touch-action:manipulation;
	touch-action:manipulation
}
[data-whatinput=mouse] .slider-handle {
	outline:0
}
.slider-handle:hover {
	background-color:#14679e
}
.slider-handle.is-dragging {
	transition:all 0s linear
}
.slider.disabled, .slider[disabled] {
	opacity:.25;
	cursor:not-allowed
}
.slider.vertical {
	display:inline-block;
width:.5rem;
	height:12.5rem;
	margin:0 1.25rem;
	-webkit-transform:scale(1, -1);
	-ms-transform:scale(1, -1);
	transform:scale(1, -1)
}
.slider.vertical .slider-fill {
	top:0;
width:.5rem;
	max-height:100%
}
.slider.vertical .slider-handle {
	position:absolute;
	top:0;
	left:50%;
	width:1.4rem;
	height:1.4rem;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%)
}
.sticky-container {
	position:relative
}
.sticky {
	position:relative;
	z-index:0;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
.sticky.is-stuck {
	position:fixed;
	z-index:5;
	width:100%
}
.sticky.is-stuck.is-at-top {
	top:0
}
.sticky.is-stuck.is-at-bottom {
	bottom:0
}
.sticky.is-anchored {
	position:relative;
	right:auto;
	left:auto
}
.sticky.is-anchored.is-at-bottom {
	bottom:0
}
body.is-reveal-open {
	overflow:hidden
}
html.is-reveal-open, html.is-reveal-open body {
	min-height:100%;
	overflow:hidden;
	position:fixed;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.reveal-overlay {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1005;
	display:none;
	background-color:rgba(10, 10, 10, .45);
	overflow-y:scroll
}
.reveal {
	z-index:1006;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:none;
	padding:1rem;
	border:1px solid #cacaca;
	border-radius:0;
	background-color:#fefefe;
	position:relative;
	top:100px;
	margin-right:auto;
	margin-left:auto;
	overflow-y:auto
}
[data-whatinput=mouse] .reveal {
	outline:0
}
@media print, screen and (min-width:40em) {
.reveal {
min-height:0
}
}
.reveal .column {
	min-width:0
}
.reveal>:last-child {
	margin-bottom:0
}
@media print, screen and (min-width:40em) {
.reveal {
width:600px;
max-width:75rem
}
}
.reveal.collapse {
	padding:0
}
@media print, screen and (min-width:40em) {
.reveal.tiny {
width:30%;
max-width:75rem
}
}
@media print, screen and (min-width:40em) {
.reveal.small {
width:50%;
max-width:75rem
}
}
@media print, screen and (min-width:40em) {
.reveal.large {
width:90%;
max-width:75rem
}
}
.reveal.full {
	top:0;
	left:0;
	width:100%;
	max-width:none;
	height:100%;
	height:100vh;
	min-height:100vh;
	margin-left:0;
	border:0;
	border-radius:0
}
@media screen and (max-width:39.9375em) {
.reveal {
top:0;
left:0;
width:100%;
max-width:none;
height:100%;
height:100vh;
min-height:100vh;
margin-left:0;
border:0;
border-radius:0
}
}
.reveal.without-overlay {
	position:fixed
}
.switch {
	height:2rem;
	position:relative;
	margin-bottom:1rem;
	outline:0;
font-size:.875rem;
	font-weight:700;
	color:#fefefe;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.switch-input {
	position:absolute;
	margin-bottom:0;
	opacity:0
}
.switch-paddle {
	position:relative;
	display:block;
	width:4rem;
	height:2rem;
	border-radius:0;
	background:#cacaca;
transition:all .25s ease-out;
	font-weight:inherit;
	color:inherit;
	cursor:pointer
}
input+.switch-paddle {
	margin:0
}
.switch-paddle:after {
	position:absolute;
top:.25rem;
left:.25rem;
	display:block;
	width:1.5rem;
	height:1.5rem;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	border-radius:0;
	background:#fefefe;
transition:all .25s ease-out;
	content:''
}
input:checked~.switch-paddle {
background:#1779ba
}
input:checked~.switch-paddle:after {
left:2.25rem
}
[data-whatinput=mouse] input:focus~.switch-paddle {
outline:0
}
.switch-active, .switch-inactive {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%)
}
.switch-active {
	left:8%;
	display:none
}
input:checked+label>.switch-active {
	display:block
}
.switch-inactive {
	right:15%
}
input:checked+label>.switch-inactive {
	display:none
}
.switch.tiny {
	height:1.5rem
}
.switch.tiny .switch-paddle {
	width:3rem;
	height:1.5rem;
font-size:.625rem
}
.switch.tiny .switch-paddle:after {
top:.25rem;
left:.25rem;
	width:1rem;
	height:1rem
}
.switch.tiny input:checked~.switch-paddle:after {
left:1.75rem
}
.switch.small {
	height:1.75rem
}
.switch.small .switch-paddle {
	width:3.5rem;
	height:1.75rem;
font-size:.75rem
}
.switch.small .switch-paddle:after {
top:.25rem;
left:.25rem;
	width:1.25rem;
	height:1.25rem
}
.switch.small input:checked~.switch-paddle:after {
left:2rem
}
.switch.large {
	height:2.5rem
}
.switch.large .switch-paddle {
	width:5rem;
	height:2.5rem;
	font-size:1rem
}
.switch.large .switch-paddle:after {
top:.25rem;
left:.25rem;
	width:2rem;
	height:2rem
}
.switch.large input:checked~.switch-paddle:after {
left:2.75rem
}
table {
	border-collapse:collapse;
	width:100%;
	margin-bottom:1rem;
	border-radius:0
}
tbody, tfoot, thead {
	border:1px solid #f1f1f1;
	background-color:#fefefe
}
caption {
padding:.5rem .625rem .625rem;
	font-weight:700
}
thead {
	background:#f8f8f8;
	color:#0a0a0a
}
tfoot {
	background:#f1f1f1;
	color:#0a0a0a
}
tfoot tr, thead tr {
	background:0 0
}
tfoot td, tfoot th, thead td, thead th {
padding:.5rem .625rem .625rem;
	font-weight:700;
	text-align:left
}
tbody td, tbody th {
padding:.5rem .625rem .625rem
}
tbody tr:nth-child(even) {
border-bottom:0;
background-color:#f1f1f1
}
table.unstriped tbody {
	background-color:#fefefe
}
table.unstriped tbody tr {
	border-bottom:0;
	border-bottom:1px solid #f1f1f1;
	background-color:#fefefe
}
@media screen and (max-width:63.9375em) {
table.stack thead {
display:none
}
table.stack tfoot {
display:none
}
table.stack td, table.stack th, table.stack tr {
display:block
}
table.stack td {
border-top:0
}
}
table.scroll {
	display:block;
	width:100%;
	overflow-x:auto
}
table.hover thead tr:hover {
	background-color:#f3f3f3
}
table.hover tfoot tr:hover {
	background-color:#ececec
}
table.hover tbody tr:hover {
	background-color:#f9f9f9
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
background-color:#ececec
}
.table-scroll {
	overflow-x:auto
}
.table-scroll table {
	width:auto
}
.tabs {
	margin:0;
	border:1px solid #e6e6e6;
	background:#fefefe;
	list-style-type:none
}
.tabs:after, .tabs:before {
	display:table;
	content:' ';
	-webkit-flex-basis:0;
	-ms-flex-preferred-size:0;
	flex-basis:0;
	-webkit-order:1;
	-ms-flex-order:1;
	order:1
}
.tabs:after {
	clear:both
}
.tabs.vertical>li {
	display:block;
	float:none;
	width:auto
}
.tabs.simple>li>a {
	padding:0
}
.tabs.simple>li>a:hover {
	background:0 0
}
.tabs.primary {
	background:#1779ba
}
.tabs.primary>li>a {
	color:#fefefe
}
.tabs.primary>li>a:focus, .tabs.primary>li>a:hover {
	background:#1673b1
}
.tabs-title {
	float:left
}
.tabs-title>a {
	display:block;
	padding:1.25rem 1.5rem;
font-size:.75rem;
	line-height:1;
	color:#1779ba
}
.tabs-title>a:hover {
	background:#fefefe;
	color:#1468a0
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
	background:#e6e6e6;
	color:#1779ba
}
.tabs-content {
	border:1px solid #e6e6e6;
	border-top:0;
	background:#fefefe;
	color:#0a0a0a;
transition:all .5s ease
}
.tabs-content.vertical {
	border:1px solid #e6e6e6;
	border-left:0
}
.tabs-panel {
	display:none;
	padding:1rem
}
.tabs-panel.is-active {
	display:block
}
.thumbnail {
	display:inline-block;
	max-width:100%;
	margin-bottom:1rem;
	border:solid 4px #fefefe;
	border-radius:0;
	box-shadow:0 0 0 1px rgba(10, 10, 10, .2);
	line-height:0
}
a.thumbnail {
transition:box-shadow .2s ease-out
}
a.thumbnail:focus, a.thumbnail:hover {
	box-shadow:0 0 6px 1px rgba(23, 121, 186, .5)
}
a.thumbnail image {
	box-shadow:none
}
.title-bar {
padding:.5rem;
	background:#2c3840;
	color:#fefefe;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.title-bar .menu-icon {
margin-left:.25rem;
margin-right:.25rem
}
.title-bar-left, .title-bar-right {
	-webkit-flex:1 1 0px;
	-ms-flex:1 1 0px;
	flex:1 1 0px
}
.title-bar-right {
	text-align:right
}
.title-bar-title {
	display:inline-block;
	vertical-align:middle;
	font-weight:700
}
.has-tip {
	position:relative;
	display:inline-block;
	border-bottom:dotted 1px #8a8a8a;
	font-weight:700;
	cursor:help
}
.tooltip {
	position:absolute;
top:calc(100% + .6495rem);
	z-index:1200;
	max-width:10rem;
padding:.75rem;
	border-radius:0;
	background-color:#0a0a0a;
	font-size:80%;
	color:#fefefe
}
.tooltip:before {
	position:absolute
}
.tooltip.bottom:before {
	display:block;
	width:0;
	height:0;
border:inset .75rem;
	content:'';
	border-top-width:0;
	border-bottom-style:solid;
	border-color:transparent transparent #0a0a0a;
	bottom:100%
}
.tooltip.bottom.align-center:before {
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%)
}
.tooltip.top:before {
	display:block;
	width:0;
	height:0;
border:inset .75rem;
	content:'';
	border-bottom-width:0;
	border-top-style:solid;
	border-color:#0a0a0a transparent transparent;
	top:100%;
	bottom:auto
}
.tooltip.top.align-center:before {
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%)
}
.tooltip.left:before {
	display:block;
	width:0;
	height:0;
border:inset .75rem;
	content:'';
	border-right-width:0;
	border-left-style:solid;
	border-color:transparent transparent transparent #0a0a0a;
	left:100%
}
.tooltip.left.align-center:before {
	bottom:auto;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%)
}
.tooltip.right:before {
	display:block;
	width:0;
	height:0;
border:inset .75rem;
	content:'';
	border-left-width:0;
	border-right-style:solid;
	border-color:transparent #0a0a0a transparent transparent;
	right:100%;
	left:auto
}
.tooltip.right.align-center:before {
	bottom:auto;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%)
}
.tooltip.align-top:before {
	bottom:auto;
	top:10%
}
.tooltip.align-bottom:before {
	bottom:10%;
	top:auto
}
.tooltip.align-left:before {
	left:10%;
	right:auto
}
.tooltip.align-right:before {
	left:auto;
	right:10%
}
.top-bar {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding:0;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.top-bar, .top-bar ul {
	background-color:#2c3840
}
.top-bar input {
	max-width:200px;
	margin-right:1rem
}
.top-bar .input-group-field {
	width:100%;
	margin-right:0
}
.top-bar .wp-block-button input.wp-block-button__link, .top-bar input.button, .wp-block-button .top-bar input.wp-block-button__link {
	width:auto
}
.top-bar .top-bar-left, .top-bar .top-bar-right {
	-webkit-flex:0 0 100%;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%
}
@media print, screen and (min-width:40em) {
.top-bar {
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
.top-bar .top-bar-left {
-webkit-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
margin-right:auto
}
.top-bar .top-bar-right {
-webkit-flex:0 1 auto;
-ms-flex:0 1 auto;
flex:0 1 auto;
margin-left:auto
}
}
@media screen and (max-width:63.9375em) {
.top-bar.stacked-for-medium {
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
-webkit-flex:0 0 100%;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
}
@media screen and (max-width:74.9375em) {
.top-bar.stacked-for-large {
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
-webkit-flex:0 0 100%;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
}
.top-bar-title {
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
margin:.5rem 1rem .5rem 0
}
.top-bar-left, .top-bar-right {
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto
}
.hide {
	display:none!important
}
.invisible {
	visibility:hidden
}
@media screen and (max-width:39.9375em) {
.hide-for-small-only {
display:none!important
}
}
@media screen and (max-width:0em), screen and (min-width:40em) {
.show-for-small-only {
display:none!important
}
}
@media print, screen and (min-width:40em) {
.hide-for-medium {
display:none!important
}
}
@media screen and (max-width:39.9375em) {
.show-for-medium {
display:none!important
}
}
@media screen and (min-width:40em) and (max-width:63.9375em) {
.hide-for-medium-only {
display:none!important
}
}
@media screen and (max-width:39.9375em), screen and (min-width:64em) {
.show-for-medium-only {
display:none!important
}
}
@media print, screen and (min-width:64em) {
.hide-for-large {
display:none!important
}
}
@media screen and (max-width:63.9375em) {
.show-for-large {
display:none!important
}
}
@media screen and (min-width:64em) and (max-width:74.9375em) {
.hide-for-large-only {
display:none!important
}
}
@media screen and (max-width:63.9375em), screen and (min-width:75em) {
.show-for-large-only {
display:none!important
}
}
.show-for-sr, .show-on-focus {
	position:absolute!important;
	width:1px;
	height:1px;
	padding:0;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	-webkit-clip-path:inset(50%);
	clip-path:inset(50%);
	border:0
}
.show-on-focus:active, .show-on-focus:focus {
	position:static!important;
	width:auto;
	height:auto;
	overflow:visible;
	clip:auto;
	white-space:normal;
	-webkit-clip-path:none;
	clip-path:none
}
.hide-for-portrait, .show-for-landscape {
	display:block!important
}
@media screen and (orientation:landscape) {
.hide-for-portrait, .show-for-landscape {
display:block!important
}
}
@media screen and (orientation:portrait) {
.hide-for-portrait, .show-for-landscape {
display:none!important
}
}
.hide-for-landscape, .show-for-portrait {
	display:none!important
}
@media screen and (orientation:landscape) {
.hide-for-landscape, .show-for-portrait {
display:none!important
}
}
@media screen and (orientation:portrait) {
.hide-for-landscape, .show-for-portrait {
display:block!important
}
}
.align-right {
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.align-center {
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.align-justify {
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.align-spaced {
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around
}
.align-right.vertical.menu>li>a {
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.align-center.vertical.menu>li>a {
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.align-top {
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
.align-self-top {
	-webkit-align-self:flex-start;
	-ms-flex-item-align:start;
	align-self:flex-start
}
.align-bottom {
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end
}
.align-self-bottom {
	-webkit-align-self:flex-end;
	-ms-flex-item-align:end;
	align-self:flex-end
}
.align-middle {
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.align-self-middle {
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	-ms-grid-row-align:center;
	align-self:center
}
.align-stretch {
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch
}
.align-self-stretch {
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	-ms-grid-row-align:stretch;
	align-self:stretch
}
.align-center-middle {
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-align-content:center;
	-ms-flex-line-pack:center;
	align-content:center
}
.small-order-1 {
	-webkit-order:1;
	-ms-flex-order:1;
	order:1
}
.small-order-2 {
	-webkit-order:2;
	-ms-flex-order:2;
	order:2
}
.small-order-3 {
	-webkit-order:3;
	-ms-flex-order:3;
	order:3
}
.small-order-4 {
	-webkit-order:4;
	-ms-flex-order:4;
	order:4
}
.small-order-5 {
	-webkit-order:5;
	-ms-flex-order:5;
	order:5
}
.small-order-6 {
	-webkit-order:6;
	-ms-flex-order:6;
	order:6
}
@media print, screen and (min-width:40em) {
.medium-order-1 {
-webkit-order:1;
-ms-flex-order:1;
order:1
}
.medium-order-2 {
-webkit-order:2;
-ms-flex-order:2;
order:2
}
.medium-order-3 {
-webkit-order:3;
-ms-flex-order:3;
order:3
}
.medium-order-4 {
-webkit-order:4;
-ms-flex-order:4;
order:4
}
.medium-order-5 {
-webkit-order:5;
-ms-flex-order:5;
order:5
}
.medium-order-6 {
-webkit-order:6;
-ms-flex-order:6;
order:6
}
}
@media print, screen and (min-width:64em) {
.large-order-1 {
-webkit-order:1;
-ms-flex-order:1;
order:1
}
.large-order-2 {
-webkit-order:2;
-ms-flex-order:2;
order:2
}
.large-order-3 {
-webkit-order:3;
-ms-flex-order:3;
order:3
}
.large-order-4 {
-webkit-order:4;
-ms-flex-order:4;
order:4
}
.large-order-5 {
-webkit-order:5;
-ms-flex-order:5;
order:5
}
.large-order-6 {
-webkit-order:6;
-ms-flex-order:6;
order:6
}
}
.flex-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.flex-child-auto {
	-webkit-flex:1 1 auto;
	-ms-flex:1 1 auto;
	flex:1 1 auto
}
.flex-child-grow {
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto
}
.flex-child-shrink {
	-webkit-flex:0 1 auto;
	-ms-flex:0 1 auto;
	flex:0 1 auto
}
.flex-dir-row {
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row
}
.flex-dir-row-reverse {
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
.flex-dir-column {
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
.flex-dir-column-reverse {
	-webkit-flex-direction:column-reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse
}
@media print, screen and (min-width:40em) {
.medium-flex-container {
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}
.medium-flex-child-auto {
-webkit-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto
}
.medium-flex-child-grow {
-webkit-flex:1 0 auto;
-ms-flex:1 0 auto;
flex:1 0 auto
}
.medium-flex-child-shrink {
-webkit-flex:0 1 auto;
-ms-flex:0 1 auto;
flex:0 1 auto
}
.medium-flex-dir-row {
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row
}
.medium-flex-dir-row-reverse {
-webkit-flex-direction:row-reverse;
-ms-flex-direction:row-reverse;
flex-direction:row-reverse
}
.medium-flex-dir-column {
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.medium-flex-dir-column-reverse {
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
}
@media print, screen and (min-width:64em) {
.large-flex-container {
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}
.large-flex-child-auto {
-webkit-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto
}
.large-flex-child-grow {
-webkit-flex:1 0 auto;
-ms-flex:1 0 auto;
flex:1 0 auto
}
.large-flex-child-shrink {
-webkit-flex:0 1 auto;
-ms-flex:0 1 auto;
flex:0 1 auto
}
.large-flex-dir-row {
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row
}
.large-flex-dir-row-reverse {
-webkit-flex-direction:row-reverse;
-ms-flex-direction:row-reverse;
flex-direction:row-reverse
}
.large-flex-dir-column {
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.large-flex-dir-column-reverse {
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
}
.slide-in-down.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.slide-in-down.mui-enter.mui-enter-active {
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0)
}
.slide-in-left.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	transform:translateX(-100%);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.slide-in-left.mui-enter.mui-enter-active {
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0)
}
.slide-in-up.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.slide-in-up.mui-enter.mui-enter-active {
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0)
}
.slide-in-right.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:translateX(100%);
	-ms-transform:translateX(100%);
	transform:translateX(100%);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.slide-in-right.mui-enter.mui-enter-active {
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0)
}
.slide-out-down.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.slide-out-down.mui-leave.mui-leave-active {
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%)
}
.slide-out-right.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.slide-out-right.mui-leave.mui-leave-active {
	-webkit-transform:translateX(100%);
	-ms-transform:translateX(100%);
	transform:translateX(100%)
}
.slide-out-up.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.slide-out-up.mui-leave.mui-leave-active {
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%)
}
.slide-out-left.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.slide-out-left.mui-leave.mui-leave-active {
	-webkit-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	transform:translateX(-100%)
}
.fade-in.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
	opacity:0;
	transition-property:opacity
}
.fade-in.mui-enter.mui-enter-active {
	opacity:1
}
.fade-out.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	opacity:1;
	transition-property:opacity
}
.fade-out.mui-leave.mui-leave-active {
	opacity:0
}
.hinge-in-from-top.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:perspective(2000px) rotateX(-90deg);
	transform:perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	transform-origin:top;
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:0
}
.hinge-in-from-top.mui-enter.mui-enter-active {
	-webkit-transform:perspective(2000px) rotate(0);
	transform:perspective(2000px) rotate(0);
	opacity:1
}
.hinge-in-from-right.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:perspective(2000px) rotateY(-90deg);
	transform:perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin:right;
	-ms-transform-origin:right;
	transform-origin:right;
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:0
}
.hinge-in-from-right.mui-enter.mui-enter-active {
	-webkit-transform:perspective(2000px) rotate(0);
	transform:perspective(2000px) rotate(0);
	opacity:1
}
.hinge-in-from-bottom.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:perspective(2000px) rotateX(90deg);
	transform:perspective(2000px) rotateX(90deg);
	-webkit-transform-origin:bottom;
	-ms-transform-origin:bottom;
	transform-origin:bottom;
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:0
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
	-webkit-transform:perspective(2000px) rotate(0);
	transform:perspective(2000px) rotate(0);
	opacity:1
}
.hinge-in-from-left.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:perspective(2000px) rotateY(90deg);
	transform:perspective(2000px) rotateY(90deg);
	-webkit-transform-origin:left;
	-ms-transform-origin:left;
	transform-origin:left;
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:0
}
.hinge-in-from-left.mui-enter.mui-enter-active {
	-webkit-transform:perspective(2000px) rotate(0);
	transform:perspective(2000px) rotate(0);
	opacity:1
}
.hinge-in-from-middle-x.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:perspective(2000px) rotateX(-90deg);
	transform:perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin:center;
	-ms-transform-origin:center;
	transform-origin:center;
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:0
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	-webkit-transform:perspective(2000px) rotate(0);
	transform:perspective(2000px) rotate(0);
	opacity:1
}
.hinge-in-from-middle-y.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:perspective(2000px) rotateY(-90deg);
	transform:perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin:center;
	-ms-transform-origin:center;
	transform-origin:center;
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:0
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	-webkit-transform:perspective(2000px) rotate(0);
	transform:perspective(2000px) rotate(0);
	opacity:1
}
.hinge-out-from-top.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:perspective(2000px) rotate(0);
	transform:perspective(2000px) rotate(0);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	transform-origin:top;
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:1
}
.hinge-out-from-top.mui-leave.mui-leave-active {
	-webkit-transform:perspective(2000px) rotateX(-90deg);
	transform:perspective(2000px) rotateX(-90deg);
	opacity:0
}
.hinge-out-from-right.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:perspective(2000px) rotate(0);
	transform:perspective(2000px) rotate(0);
	-webkit-transform-origin:right;
	-ms-transform-origin:right;
	transform-origin:right;
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:1
}
.hinge-out-from-right.mui-leave.mui-leave-active {
	-webkit-transform:perspective(2000px) rotateY(-90deg);
	transform:perspective(2000px) rotateY(-90deg);
	opacity:0
}
.hinge-out-from-bottom.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:perspective(2000px) rotate(0);
	transform:perspective(2000px) rotate(0);
	-webkit-transform-origin:bottom;
	-ms-transform-origin:bottom;
	transform-origin:bottom;
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:1
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
	-webkit-transform:perspective(2000px) rotateX(90deg);
	transform:perspective(2000px) rotateX(90deg);
	opacity:0
}
.hinge-out-from-left.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:perspective(2000px) rotate(0);
	transform:perspective(2000px) rotate(0);
	-webkit-transform-origin:left;
	-ms-transform-origin:left;
	transform-origin:left;
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:1
}
.hinge-out-from-left.mui-leave.mui-leave-active {
	-webkit-transform:perspective(2000px) rotateY(90deg);
	transform:perspective(2000px) rotateY(90deg);
	opacity:0
}
.hinge-out-from-middle-x.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:perspective(2000px) rotate(0);
	transform:perspective(2000px) rotate(0);
	-webkit-transform-origin:center;
	-ms-transform-origin:center;
	transform-origin:center;
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:1
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	-webkit-transform:perspective(2000px) rotateX(-90deg);
	transform:perspective(2000px) rotateX(-90deg);
	opacity:0
}
.hinge-out-from-middle-y.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:perspective(2000px) rotate(0);
	transform:perspective(2000px) rotate(0);
	-webkit-transform-origin:center;
	-ms-transform-origin:center;
	transform-origin:center;
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:1
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	-webkit-transform:perspective(2000px) rotateY(-90deg);
	transform:perspective(2000px) rotateY(-90deg);
	opacity:0
}
.scale-in-up.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:scale(.5);
	-ms-transform:scale(.5);
	transform:scale(.5);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:0
}
.scale-in-up.mui-enter.mui-enter-active {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
.scale-in-down.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:scale(1.5);
	-ms-transform:scale(1.5);
	transform:scale(1.5);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:0
}
.scale-in-down.mui-enter.mui-enter-active {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
.scale-out-up.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:1
}
.scale-out-up.mui-leave.mui-leave-active {
	-webkit-transform:scale(1.5);
	-ms-transform:scale(1.5);
	transform:scale(1.5);
	opacity:0
}
.scale-out-down.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:1
}
.scale-out-down.mui-leave.mui-leave-active {
	-webkit-transform:scale(.5);
	-ms-transform:scale(.5);
	transform:scale(.5);
	opacity:0
}
.spin-in.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
-webkit-transform:rotate(-.75turn);
-ms-transform:rotate(-.75turn);
transform:rotate(-.75turn);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:0
}
.spin-in.mui-enter.mui-enter-active {
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	transform:rotate(0);
	opacity:1
}
.spin-out.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	transform:rotate(0);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:1
}
.spin-out.mui-leave.mui-leave-active {
-webkit-transform:rotate(.75turn);
-ms-transform:rotate(.75turn);
transform:rotate(.75turn);
	opacity:0
}
.spin-in-ccw.mui-enter {
transition-duration:.5s;
	transition-timing-function:linear;
-webkit-transform:rotate(.75turn);
-ms-transform:rotate(.75turn);
transform:rotate(.75turn);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:0
}
.spin-in-ccw.mui-enter.mui-enter-active {
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	transform:rotate(0);
	opacity:1
}
.spin-out-ccw.mui-leave {
transition-duration:.5s;
	transition-timing-function:linear;
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	transform:rotate(0);
	transition-property:opacity, -webkit-transform;
	transition-property:transform, opacity;
	transition-property:transform, opacity, -webkit-transform;
	opacity:1
}
.spin-out-ccw.mui-leave.mui-leave-active {
-webkit-transform:rotate(-.75turn);
-ms-transform:rotate(-.75turn);
transform:rotate(-.75turn);
	opacity:0
}
.slow {
transition-duration:.75s!important
}
.fast {
transition-duration:.25s!important
}
.linear {
	transition-timing-function:linear!important
}
.ease {
	transition-timing-function:ease!important
}
.ease-in {
	transition-timing-function:ease-in!important
}
.ease-out {
	transition-timing-function:ease-out!important
}
.ease-in-out {
	transition-timing-function:ease-in-out!important
}
.bounce-in {
	transition-timing-function:cubic-bezier(.485, .155, .24, 1.245)!important
}
.bounce-out {
	transition-timing-function:cubic-bezier(.485, .155, .515, .845)!important
}
.bounce-in-out {
	transition-timing-function:cubic-bezier(.76, -.245, .24, 1.245)!important
}
.short-delay {
transition-delay:.3s!important
}
.long-delay {
transition-delay:.7s!important
}
.shake {
	-webkit-animation-name:shake-7;
	animation-name:shake-7
}
@-webkit-keyframes shake-7 {
0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
-webkit-transform:translateX(7%);
transform:translateX(7%)
}
15%, 25%, 35%, 45%, 5%, 55%, 65%, 75%, 85%, 95% {
-webkit-transform:translateX(-7%);
transform:translateX(-7%)
}
}
@keyframes shake-7 {
0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
-webkit-transform:translateX(7%);
transform:translateX(7%)
}
15%, 25%, 35%, 45%, 5%, 55%, 65%, 75%, 85%, 95% {
-webkit-transform:translateX(-7%);
transform:translateX(-7%)
}
}
.spin-cw {
	-webkit-animation-name:spin-cw-1turn;
	animation-name:spin-cw-1turn
}
@-webkit-keyframes spin-cw-1turn {
0% {
-webkit-transform:rotate(-1turn);
transform:rotate(-1turn)
}
100% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
@keyframes spin-cw-1turn {
0% {
-webkit-transform:rotate(-1turn);
transform:rotate(-1turn)
}
100% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
.spin-ccw {
	-webkit-animation-name:spin-cw-1turn;
	animation-name:spin-cw-1turn
}
@keyframes spin-cw-1turn {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
.wiggle {
	-webkit-animation-name:wiggle-7deg;
	animation-name:wiggle-7deg
}
@-webkit-keyframes wiggle-7deg {
40%, 50%, 60% {
-webkit-transform:rotate(7deg);
transform:rotate(7deg)
}
35%, 45%, 55%, 65% {
-webkit-transform:rotate(-7deg);
transform:rotate(-7deg)
}
0%, 100%, 30%, 70% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
@keyframes wiggle-7deg {
40%, 50%, 60% {
-webkit-transform:rotate(7deg);
transform:rotate(7deg)
}
35%, 45%, 55%, 65% {
-webkit-transform:rotate(-7deg);
transform:rotate(-7deg)
}
0%, 100%, 30%, 70% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
.shake, .spin-ccw, .spin-cw, .wiggle {
-webkit-animation-duration:.5s;
animation-duration:.5s
}
.infinite {
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite
}
.slow {
-webkit-animation-duration:.75s!important;
animation-duration:.75s!important
}
.fast {
-webkit-animation-duration:.25s!important;
animation-duration:.25s!important
}
.linear {
	-webkit-animation-timing-function:linear!important;
	animation-timing-function:linear!important
}
.ease {
	-webkit-animation-timing-function:ease!important;
	animation-timing-function:ease!important
}
.ease-in {
	-webkit-animation-timing-function:ease-in!important;
	animation-timing-function:ease-in!important
}
.ease-out {
	-webkit-animation-timing-function:ease-out!important;
	animation-timing-function:ease-out!important
}
.ease-in-out {
	-webkit-animation-timing-function:ease-in-out!important;
	animation-timing-function:ease-in-out!important
}
.bounce-in {
	-webkit-animation-timing-function:cubic-bezier(.485, .155, .24, 1.245)!important;
	animation-timing-function:cubic-bezier(.485, .155, .24, 1.245)!important
}
.bounce-out {
	-webkit-animation-timing-function:cubic-bezier(.485, .155, .515, .845)!important;
	animation-timing-function:cubic-bezier(.485, .155, .515, .845)!important
}
.bounce-in-out {
	-webkit-animation-timing-function:cubic-bezier(.76, -.245, .24, 1.245)!important;
	animation-timing-function:cubic-bezier(.76, -.245, .24, 1.245)!important
}
.short-delay {
-webkit-animation-delay:.3s!important;
animation-delay:.3s!important
}
.long-delay {
-webkit-animation-delay:.7s!important;
animation-delay:.7s!important
}
.screen-reader-text {
	clip:rect(1px,1px,1px,1px);
	position:absolute!important;
	height:1px;
	width:1px;
	overflow:hidden
}
.screen-reader-text:focus {
	background-color:#f1f1f1;
	border-radius:3px;
	box-shadow:0 0 2px 2px rgba(0, 0, 0, .6);
	clip:auto!important;
	color:#21759b;
	display:block;
	font-size:14px;
font-size:.875rem;
	font-weight:700;
	height:auto;
	left:5px;
	line-height:normal;
	padding:15px 23px 14px;
	text-decoration:none;
	top:5px;
	width:auto;
	z-index:100000
}
#wpadminbar {
	position:fixed!important
}
body.admin-bar.f-topbar-fixed .sticky.fixed {
	margin-top:2rem
}
body.admin-bar.offcanvas .off-canvas.is-open {
	top:2.875rem
}
@media screen and (min-width:48.9375em) {
body.admin-bar.offcanvas .off-canvas.is-open {
top:2rem
}
}
.wp-caption>figcaption {
	max-width:100%;
font-size:.8rem;
	color:#999;
padding:.25rem 0
}
p.wp-caption-text {
	font-size:90%;
	color:#666;
padding:.625rem 0
}
.alignleft {
	float:left;
	padding-right:1rem;
	margin:0
}
.alignright {
	float:right;
	padding-left:1rem;
	margin:0
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.gallery {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
margin-right:-.625rem;
margin-left:-.625rem
}
@media print, screen and (min-width:40em) {
.gallery {
margin-right:-.9375rem;
margin-left:-.9375rem
}
}
.gallery.gallery-columns-1>.gallery-item {
	width:calc(50% - 1.25rem);
margin-right:.625rem;
margin-left:.625rem
}
@media print, screen and (min-width:40em) {
.gallery.gallery-columns-1>.gallery-item {
width:calc(25% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
@media print, screen and (min-width:64em) {
.gallery.gallery-columns-1>.gallery-item {
width:calc(100% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
.gallery.gallery-columns-2>.gallery-item {
	width:calc(50% - 1.25rem);
margin-right:.625rem;
margin-left:.625rem
}
@media print, screen and (min-width:40em) {
.gallery.gallery-columns-2>.gallery-item {
width:calc(25% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
@media print, screen and (min-width:64em) {
.gallery.gallery-columns-2>.gallery-item {
width:calc(50% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
.gallery.gallery-columns-3>.gallery-item {
	width:calc(50% - 1.25rem);
margin-right:.625rem;
margin-left:.625rem
}
@media print, screen and (min-width:40em) {
.gallery.gallery-columns-3>.gallery-item {
width:calc(25% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
@media print, screen and (min-width:64em) {
.gallery.gallery-columns-3>.gallery-item {
width:calc(33.33333% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
.gallery.gallery-columns-4>.gallery-item {
	width:calc(50% - 1.25rem);
margin-right:.625rem;
margin-left:.625rem
}
@media print, screen and (min-width:40em) {
.gallery.gallery-columns-4>.gallery-item {
width:calc(25% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
@media print, screen and (min-width:64em) {
.gallery.gallery-columns-4>.gallery-item {
width:calc(25% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
.gallery.gallery-columns-5>.gallery-item {
	width:calc(50% - 1.25rem);
margin-right:.625rem;
margin-left:.625rem
}
@media print, screen and (min-width:40em) {
.gallery.gallery-columns-5>.gallery-item {
width:calc(25% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
@media print, screen and (min-width:64em) {
.gallery.gallery-columns-5>.gallery-item {
width:calc(20% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
.gallery.gallery-columns-6>.gallery-item {
	width:calc(50% - 1.25rem);
margin-right:.625rem;
margin-left:.625rem
}
@media print, screen and (min-width:40em) {
.gallery.gallery-columns-6>.gallery-item {
width:calc(25% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
@media print, screen and (min-width:64em) {
.gallery.gallery-columns-6>.gallery-item {
width:calc(16.66667% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
.gallery.gallery-columns-7>.gallery-item {
	width:calc(50% - 1.25rem);
margin-right:.625rem;
margin-left:.625rem
}
@media print, screen and (min-width:40em) {
.gallery.gallery-columns-7>.gallery-item {
width:calc(25% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
@media print, screen and (min-width:64em) {
.gallery.gallery-columns-7>.gallery-item {
width:calc(14.28571% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
.gallery.gallery-columns-8>.gallery-item {
	width:calc(50% - 1.25rem);
margin-right:.625rem;
margin-left:.625rem
}
@media print, screen and (min-width:40em) {
.gallery.gallery-columns-8>.gallery-item {
width:calc(25% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
@media print, screen and (min-width:64em) {
.gallery.gallery-columns-8>.gallery-item {
width:calc(12.5% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
.gallery.gallery-columns-9>.gallery-item {
	width:calc(50% - 1.25rem);
margin-right:.625rem;
margin-left:.625rem
}
@media print, screen and (min-width:40em) {
.gallery.gallery-columns-9>.gallery-item {
width:calc(25% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
@media print, screen and (min-width:64em) {
.gallery.gallery-columns-9>.gallery-item {
width:calc(11.11111% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
.gallery .gallery-icon>a {
	display:inline-block;
	max-width:100%;
	margin-bottom:1rem;
	border:solid 4px #fefefe;
	border-radius:0;
	box-shadow:0 0 0 1px rgba(10, 10, 10, .2);
	line-height:0;
transition:box-shadow .2s ease-out
}
.gallery .gallery-icon>a:focus, .gallery .gallery-icon>a:hover {
	box-shadow:0 0 6px 1px rgba(23, 121, 186, .5)
}
.gallery .gallery-icon>a image {
	box-shadow:none
}
.gallery .gallery-icon>img {
	display:inline-block;
	max-width:100%;
	margin-bottom:1rem;
	border:solid 4px #fefefe;
	border-radius:0;
	box-shadow:0 0 0 1px rgba(10, 10, 10, .2);
	line-height:0
}
.has-primary-background-color {
	background-color:#1779ba
}
.has-primary-color {
	color:#1779ba
}
.has-secondary-background-color {
	background-color:#767676
}
.has-secondary-color {
	color:#767676
}
.has-success-background-color {
	background-color:#3adb76
}
.has-success-color {
	color:#3adb76
}
.has-warning-background-color {
	background-color:#ffae00
}
.has-warning-color {
	color:#ffae00
}
.has-alert-background-color {
	background-color:#cc4b37
}
.has-alert-color {
	color:#cc4b37
}
.wp-block-button .wp-block-button__link.has-primary-background-color {
	background-color:#1779ba
}
.wp-block-button .wp-block-button__link.has-primary-color {
	color:#1779ba
}
.wp-block-button .wp-block-button__link.has-secondary-background-color {
	background-color:#767676
}
.wp-block-button .wp-block-button__link.has-secondary-color {
	color:#767676
}
.wp-block-button .wp-block-button__link.has-success-background-color {
	background-color:#3adb76
}
.wp-block-button .wp-block-button__link.has-success-color {
	color:#3adb76
}
.wp-block-button .wp-block-button__link.has-warning-background-color {
	background-color:#ffae00
}
.wp-block-button .wp-block-button__link.has-warning-color {
	color:#ffae00
}
.wp-block-button .wp-block-button__link.has-alert-background-color {
	background-color:#cc4b37
}
.wp-block-button .wp-block-button__link.has-alert-color {
	color:#cc4b37
}
.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius:0
}
.wp-block-file .wp-block-file__button {
	display:inline-block;
	vertical-align:middle;
	margin:0 0 1rem;
	font-family:inherit;
	padding:.85em 1em;
	-webkit-appearance:none;
	border:1px solid transparent;
	border-radius:0;
transition:background-color .25s ease-out, color .25s ease-out;
font-size:.9rem;
	line-height:1;
	text-align:center;
	cursor:pointer;
	background-color:#1779ba;
	color:#fefefe
}
[data-whatinput=mouse] .wp-block-file .wp-block-file__button {
	outline:0
}
.wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover {
	background-color:#14679e;
	color:#fefefe
}
body {
	font-family:'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#666
}
body .main-content-area p, body .main-content-area ul {
	font-size:1rem;
	line-height:1.8em
}
@media print, screen and (min-width:40em) {
body .main-content-area p, body .main-content-area ul {
font-size:.9375rem
}
}
@media print, screen and (min-width:64em) {
body .main-content-area p, body .main-content-area ul {
 
font-size:1rem
}
}
@media screen and (min-width:90em) {
body .main-content-area p, body .main-content-area ul {
font-size:1.125rem
}
}
body .main-content-area p:last-child, body .main-content-area ul:last-child {
	margin-bottom:0
}
body .main-content-area a {
	color:#666;
transition:all .35s ease;
	transition-property:color, background-color
}
body .main-content-area a:active, body .main-content-area a:focus, body .main-content-area a:hover {
	color:#666
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family:'Roboto Condensed', sans-serif
}
h2 {
	font-size:2.125rem;
	color:#274156;
	font-weight:700;
	margin-bottom:30px;
	text-transform:uppercase;
	line-height:1em
}
h3 {
	font-size:1.875rem;
	color:#666;
	font-weight:400;
	line-height:1em;
	margin-bottom:30px
}
.button, .button-secondary, .wp-block-button .wp-block-button__link {
	position:relative;
padding:.95rem 1rem;
	background-color:#0082ff;
	border:2px solid #0082ff;
	color:#fff!important;
	text-transform:uppercase;
font-size:.875rem;
	font-weight:700;
	width:100%;
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	text-align:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
transition:all .5s
}
@media print, screen and (min-width:40em) {
.button, .button-secondary, .wp-block-button .wp-block-button__link {
width:auto;
padding-left:2.7rem;
padding-right:2.7rem
}
}
.button-secondary:active, .button-secondary:focus, .button-secondary:hover, .button:active, .button:focus, .button:hover, .wp-block-button .wp-block-button__link:active, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover {
	background-color:#274156;
	border-color:#274156;
	color:#fff!important
}
.button-secondary {
	background:#fff;
	color:#0082ff!important
}
.button-secondary:active, .button-secondary:focus, .button-secondary:hover {
	background-color:#0082ff;
	border-color:#0082ff
}
@media screen and (min-width:120em) {
html.is-reveal-open, html.is-reveal-open body {
left:50%;
top:0;
-webkit-transform:translateX(-50%);
-ms-transform:translateX(-50%);
transform:translateX(-50%)
}
}
iframe {
	border:none
}
.site-main-content-area {
	width:100%;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden
}
.slide-counter {
	color:#666;
	font-weight:700;
font-size:.75rem;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
@media print, screen and (min-width:64em) {
.slide-counter {
font-size:1.125rem
}
}
@media screen and (min-width:75em) {
.slide-counter {
font-size:1.375rem
}
}
.slide-counter .current-slide-num {
	font-size:1.5rem;
	margin-top:-5px
}
@media print, screen and (min-width:64em) {
.slide-counter .current-slide-num {
font-size:1.75rem
}
}
@media screen and (min-width:75em) {
.slide-counter .current-slide-num {
font-size:2.375rem
}
}
.slide-counter .sep {
	margin-left:4px
}
.error404 .main-grid {
	margin-top:120px;
	margin-bottom:60px
}
@media print, screen and (min-width:40em) {
.error404 .main-grid {
margin-top:180px;
margin-bottom:100px
}
}
@media print, screen and (min-width:64em) {
.error404 .main-grid {
margin-top:220px;
margin-bottom:120px
}
}
.site-header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99
}
.site-header .site-title-bar {
	background:0 0;
	position:relative
}
.site-header .site-title-bar:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#274156;
	opacity:0;
	z-index:1;
transition:all .5s
}
.site-header .site-title-bar.sticky-active:before {
	opacity:1
}
.site-header .site-title-bar.sticky-active .mobile-breadcrumb {
	color:#fff
}
.site-header .site-title-bar.sticky-active .mobile-breadcrumb a {
	color:#fff
}
.site-header .site-title-bar.sticky-active button.menu-icon span {
	background:#fff
}
.site-header .site-title-bar .site-mobile-title a img {
	width:55px
}
.site-header .site-title-bar>div {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:relative;
	z-index:2
}
.site-header .site-title-bar button.menu-icon {
	height:auto;
	width:30px;
	position:absolute;
	right:0;
	top:50%;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
.site-header .site-title-bar button.menu-icon span {
	width:100%;
	height:2px;
	background:#274156;
	display:block;
	margin:5px 0 5px auto
}
.site-header .site-title-bar button.menu-icon span:last-child {
	width:80%
}
.site-header .site-title-bar button.menu-icon:after {
	display:none
}
.site-header .site-title-bar .mobile-breadcrumb {
	display:block;
	position:absolute;
	left:5px;
	top:50%;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
font-size:.8125rem;
	font-weight:700;
	line-height:1em;
	text-transform:uppercase;
	color:#666;
	word-spacing:100vw;
	width:42%
}
.site-header .site-title-bar .mobile-breadcrumb a {
	display:block;
	position:relative;
	color:#666
}
.site-header .site-title-bar .mobile-breadcrumb a.arrowed {
	padding-left:20px
}
.site-header .site-title-bar .mobile-breadcrumb a.arrowed:before {
	content:'';
	display:block;
	vertical-align:middle;
	width:12px;
	height:12px;
	background:url(../images/general/dropdown-arrow-white.svg);
	background-position:center;
	background-size:12px;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translate(0, -50%) rotate(90deg);
	-ms-transform:translate(0, -50%) rotate(90deg);
	transform:translate(0, -50%) rotate(90deg)
}
.site-header .top-bar {
	background:0 0;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
transition:all .5s;
	position:relative;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media screen and (max-width:39.9375em) {
.site-header .top-bar {
display:none
}
}
.site-header .top-bar:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#274156;
	opacity:0;
	z-index:-1;
transition:all .5s
}
.site-header .top-bar .top-bar-top {
	background:#274156;
	display:block;
	width:100%;
	color:#fff;
	padding:5px 0;
font-size:.6875rem
}
@media print, screen and (min-width:64em) {
.site-header .top-bar .top-bar-top {
font-size:.75rem
}
}
@media screen and (min-width:75em) {
.site-header .top-bar .top-bar-top {
font-size:.875rem;
padding-top:8px;
padding-bottom:8px
}
}
@media screen and (min-width:90em) {
.site-header .top-bar .top-bar-top {
font-size:.9375rem
}
}
.site-header .top-bar .top-bar-top .top-bar-phones {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.site-header .top-bar .top-bar-top .top-bar-phones .top-bar-phone {
margin-left:.5625rem;
margin-right:.5625rem;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
@media print, screen and (min-width:64em) {
.site-header .top-bar .top-bar-top .top-bar-phones .top-bar-phone {
margin-left:1.25rem;
margin-right:1.25rem
}
}
@media screen and (min-width:75em) {
.site-header .top-bar .top-bar-top .top-bar-phones .top-bar-phone {
margin-left:1.875rem;
margin-right:1.875rem
}
}
.site-header .top-bar .top-bar-top .top-bar-phones .top-bar-phone .top-bar-phone-title {
margin-right:.625rem
}
@media print, screen and (min-width:64em) {
.site-header .top-bar .top-bar-top .top-bar-phones .top-bar-phone .top-bar-phone-title {
margin-right:1.25rem
}
}
.site-header .top-bar .top-bar-top .top-bar-phones .top-bar-phone .top-bar-phone-number {
	color:#fff;
	font-weight:700
}
.site-header .top-bar .top-bar-center, .site-header .top-bar .top-bar-left, .site-header .top-bar .top-bar-right {
	position:static;
	z-index:2;
	-webkit-flex-grow:0;
	-ms-flex-positive:0;
	flex-grow:0
}
.site-header .top-bar .top-bar-center ul, .site-header .top-bar .top-bar-left ul, .site-header .top-bar .top-bar-right ul {
	background:0 0;
	position:static;
	height:100%
}
.site-header .top-bar .top-bar-center ul li, .site-header .top-bar .top-bar-left ul li, .site-header .top-bar .top-bar-right ul li {
	border:none;
	height:100%
}
.site-header .top-bar .top-bar-center ul li a, .site-header .top-bar .top-bar-left ul li a, .site-header .top-bar .top-bar-right ul li a {
	text-transform:uppercase;
font-size:.8125rem;
	font-weight:700;
	padding-left:0vw;
	padding-right:0vw;
	position:relative;
	color:#666;
	text-align:center;
	height:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.site-header .top-bar .top-bar-center ul li a:after, .site-header .top-bar .top-bar-left ul li a:after, .site-header .top-bar .top-bar-right ul li a:after {
	content:''!important;
	display:block!important;
	width:2px;
	height:2px;
	background:#0082ff;
	position:absolute;
	left:50%;
	margin-left:-1px;
	top:50%;
	opacity:0;
transition:all .5s;
	margin-top:1em;
	border:none!important
}

.site-header .top-bar .top-bar-center .current-menu-item a:after, {
	content:''!important;
	display:block!important;
	width:2px;
	height:2px;
	background:#0082ff;
	position:absolute;
	left:50%;
	margin-left:-1px;
	top:50%;
	opacity:1;
transition:all .5s;
	margin-top:1em;
	border:none!important
}

@media print, screen and (min-width:40em) {
.site-header .top-bar .top-bar-center ul li a, .site-header .top-bar .top-bar-left ul li a, .site-header .top-bar .top-bar-right ul li a {
font-size:.625rem
}
}
@media screen and (min-width:48em) {
.site-header .top-bar .top-bar-center ul li a, .site-header .top-bar .top-bar-left ul li a, .site-header .top-bar .top-bar-right ul li a {
font-size:.6875rem
}
}
@media screen and (min-width:56.25em) {
.site-header .top-bar .top-bar-center ul li a, .site-header .top-bar .top-bar-left ul li a, .site-header .top-bar .top-bar-right ul li a {
font-size:.75rem
}
}
@media print, screen and (min-width:64em) {
.site-header .top-bar .top-bar-center ul li a, .site-header .top-bar .top-bar-left ul li a, .site-header .top-bar .top-bar-right ul li a {
font-size:.8125rem;
padding-left:0vw;
padding-right:0vw
}
}
@media screen and (min-width:75em) {
.site-header .top-bar .top-bar-center ul li a, .site-header .top-bar .top-bar-left ul li a, .site-header .top-bar .top-bar-right ul li a {
font-size:.9375rem
}
}
@media screen and (min-width:120em) {
.site-header .top-bar .top-bar-center ul li a, .site-header .top-bar .top-bar-left ul li a, .site-header .top-bar .top-bar-right ul li a {
padding-left:0.375rem;
padding-right:0.375rem
}
}
.site-header .top-bar .top-bar-center ul li:hover a:after, .site-header .top-bar .top-bar-left ul li:hover a:after, .site-header .top-bar .top-bar-right ul li:hover a:after {
	width:60px;
	margin-left:-30px;
	opacity:1
}
.site-header .top-bar .top-bar-center ul li.current-menu-item a, .site-header .top-bar .top-bar-left ul li.current-menu-item a, .site-header .top-bar .top-bar-right ul li.current-menu-item a {
	color:#0082ff
}
.site-header .top-bar .top-bar-center ul li.current-menu-item a:after, .site-header .top-bar .top-bar-left ul li.current-menu-item a:after, .site-header .top-bar .top-bar-right ul li.current-menu-item a:after {
	width:60px;
	margin-left:-30px;
	opacity:1
}
.site-header .top-bar .top-bar-center ul li.menu-item-has-children>a, .site-header .top-bar .top-bar-left ul li.menu-item-has-children>a, .site-header .top-bar .top-bar-right ul li.menu-item-has-children>a {
	padding-right:2.5vw;
	position:relative
}
@media screen and (min-width:120em) {
.site-header .top-bar .top-bar-center ul li.menu-item-has-children>a, .site-header .top-bar .top-bar-left ul li.menu-item-has-children>a, .site-header .top-bar .top-bar-right ul li.menu-item-has-children>a {
padding-right:40px
}
}
.site-header .top-bar .top-bar-center ul li.menu-item-has-children>a:before, .site-header .top-bar .top-bar-left ul li.menu-item-has-children>a:before, .site-header .top-bar .top-bar-right ul li.menu-item-has-children>a:before {
	content:'';
	position:absolute;
	display:block;
	left:auto;
	background-image:url(../images/general/dropdown-arrow-grey.svg);
	width:12px;
	height:12px;
	border:none;
	background-size:100%;
	margin-top:-6px;
	right:1vw;
	top:50%
}
.site-header .top-bar .top-bar-center ul li ul, .site-header .top-bar .top-bar-left ul li ul, .site-header .top-bar .top-bar-right ul li ul {
	position:absolute;
	height:auto;
	padding-bottom:20px
}
.site-header .top-bar .top-bar-center ul li ul li a, .site-header .top-bar .top-bar-left ul li ul li a, .site-header .top-bar .top-bar-right ul li ul li a {
	text-align:left;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.site-header .top-bar .top-bar-center ul li ul li a:after, .site-header .top-bar .top-bar-left ul li ul li a:after, .site-header .top-bar .top-bar-right ul li ul li a:after {
	display:none!important
}
.site-header .top-bar .top-bar-center ul li[data-object-id="36"], .site-header .top-bar .top-bar-left ul li[data-object-id="36"], .site-header .top-bar .top-bar-right ul li[data-object-id="36"] {
	position:static
}
.site-header .top-bar .top-bar-center ul li[data-object-id="36"] ul, .site-header .top-bar .top-bar-left ul li[data-object-id="36"] ul, .site-header .top-bar .top-bar-right ul li[data-object-id="36"] ul {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	width:100%;
	left:0;
	right:auto;
	top:102%;
	padding:2vw 10%;
transition:all .3s;
	border-top:2px solid #547089;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	opacity:0;
	visibility:hidden;
	height:auto
}
@media print, screen and (min-width:40em) {
.site-header .top-bar .top-bar-center ul li[data-object-id="36"] ul, .site-header .top-bar .top-bar-left ul li[data-object-id="36"] ul, .site-header .top-bar .top-bar-right ul li[data-object-id="36"] ul {
padding:2vw 5%
}
}
@media screen and (min-width:90em) {
.site-header .top-bar .top-bar-center ul li[data-object-id="36"] ul, .site-header .top-bar .top-bar-left ul li[data-object-id="36"] ul, .site-header .top-bar .top-bar-right ul li[data-object-id="36"] ul {
padding:2vw 10%
}
}
.site-header .top-bar .top-bar-center ul li[data-object-id="36"] ul li, .site-header .top-bar .top-bar-left ul li[data-object-id="36"] ul li, .site-header .top-bar .top-bar-right ul li[data-object-id="36"] ul li {
	border:2px solid #fff;
	margin:0 -1px;
	width:16%;
	height:12vw
}
.site-header .top-bar .top-bar-center ul li[data-object-id="36"] ul li a, .site-header .top-bar .top-bar-left ul li[data-object-id="36"] ul li a, .site-header .top-bar .top-bar-right ul li[data-object-id="36"] ul li a {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	height:100%;
	text-align:center!important;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
	padding:2vw;
	line-height:1.4em;
	color:#fff;
	font-size:1.3vw;
	text-transform:none;
	font-weight:400
}
.site-header .top-bar .top-bar-center ul li[data-object-id="36"] ul li a:before, .site-header .top-bar .top-bar-left ul li[data-object-id="36"] ul li a:before, .site-header .top-bar .top-bar-right ul li[data-object-id="36"] ul li a:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#333;
	z-index:1;
	opacity:.6;
transition:all .5s
}
.site-header .top-bar .top-bar-center ul li[data-object-id="36"] ul li a span, .site-header .top-bar .top-bar-left ul li[data-object-id="36"] ul li a span, .site-header .top-bar .top-bar-right ul li[data-object-id="36"] ul li a span {
	display:block;
	position:relative;
	z-index:2
}
.site-header .top-bar .top-bar-center ul li[data-object-id="36"] ul li a:hover:before, .site-header .top-bar .top-bar-left ul li[data-object-id="36"] ul li a:hover:before, .site-header .top-bar .top-bar-right ul li[data-object-id="36"] ul li a:hover:before {
	opacity:.9
}
.site-header .top-bar .top-bar-center ul li[data-object-id="36"]:hover ul, .site-header .top-bar .top-bar-left ul li[data-object-id="36"]:hover ul, .site-header .top-bar .top-bar-right ul li[data-object-id="36"]:hover ul {
	top:100%;
	visibility:visible;
	opacity:1
}
.site-header .top-bar .top-bar-center .menu-item-has-children .dropdown.menu, .site-header .top-bar .top-bar-left .menu-item-has-children .dropdown.menu, .site-header .top-bar .top-bar-right .menu-item-has-children .dropdown.menu {
	background:#274156;
	right:auto;
	left:0
}
.site-header .top-bar .top-bar-center .menu-item-has-children .dropdown.menu a, .site-header .top-bar .top-bar-left .menu-item-has-children .dropdown.menu a, .site-header .top-bar .top-bar-right .menu-item-has-children .dropdown.menu a {
	color:#fff;
	text-align:left
}
.site-header .top-bar .top-bar-left {
	margin-right:0
}
.site-header .top-bar .top-bar-right {
	margin-left:0
}
.site-header .top-bar .top-bar-center {
	padding:20px 0
}
.site-header .top-bar .top-bar-center .top-bar-title {
	margin:0
}
.site-header .top-bar .top-bar-center .top-bar-title a {
	margin:0.5vw 2vw;
	padding:0;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.dark{opacity:0 !important; display:none !important}
.sticky-active .dark{ opacity:1 !important; display:block !important;}
.sticky-active .light{ opacity:0!important; display:none !important}
@media screen and (min-width:120em) {
.site-header .top-bar .top-bar-center .top-bar-title a {
margin-left:2.375rem;
margin-right:2.375rem
}
}
.site-header .top-bar .top-bar-center .top-bar-title a img {
	width:65px;
transition:width .5s
}
@media print, screen and (min-width:40em) {
.site-header .top-bar .top-bar-center .top-bar-title a img {
width:60px
}
}
@media print, screen and (min-width:64em) {
.site-header .top-bar .top-bar-center .top-bar-title a img {
width:70px
}
}
@media screen and (min-width:75em) {
.site-header .top-bar .top-bar-center .top-bar-title a img {
width:75px
}
}
@media screen and (min-width:90em) {
.site-header .top-bar .top-bar-center .top-bar-title a img {
width:88px
}
}
.site-header .top-bar.sticky-active .top-bar-top {
	display:none
}
.site-header .top-bar.sticky-active:before, .site-header .top-bar:hover:before {
	opacity:1
}

.site-header .top-bar.sticky-active .light, .site-header .top-bar:hover .light {
	opacity:0 !important; display:none !important
	
}

.site-header .top-bar.sticky-active .dark, .site-header .top-bar:hover .dark {
	opacity:1 !important; display:block !important
	
}

.site-header .top-bar.sticky-active .top-bar-center ul li a, .site-header .top-bar.sticky-active .top-bar-left ul li a, .site-header .top-bar.sticky-active .top-bar-right ul li a, .site-header .top-bar:hover .top-bar-center ul li a, .site-header .top-bar:hover .top-bar-left ul li a, .site-header .top-bar:hover .top-bar-right ul li a {
	color:#fff!important
}
.site-header .top-bar.sticky-active .top-bar-center ul li.menu-item-has-children>a:before, .site-header .top-bar.sticky-active .top-bar-left ul li.menu-item-has-children>a:before, .site-header .top-bar.sticky-active .top-bar-right ul li.menu-item-has-children>a:before, .site-header .top-bar:hover .top-bar-center ul li.menu-item-has-children>a:before, .site-header .top-bar:hover .top-bar-left ul li.menu-item-has-children>a:before, .site-header .top-bar:hover .top-bar-right ul li.menu-item-has-children>a:before {
	background-image:url(../images/general/dropdown-arrow-white.svg)!important
}
.site-header .top-bar.sticky-active {
	padding:0
}
.site-header .top-bar.sticky-active .top-bar-center {
	padding:0
}
.site-header .top-bar.sticky-active .top-bar-title {
	margin:0
}
.site-header .top-bar.sticky-active .top-bar-title a img {
	width:60px
}
@media print, screen and (min-width:64em) {
.site-header .top-bar.sticky-active .top-bar-title a img {
width:55px
}
}
@media screen and (min-width:75em) {
.site-header .top-bar.sticky-active .top-bar-title a img {
width:60px
}
}
@media screen and (min-width:90em) {
.site-header .top-bar.sticky-active .top-bar-title a img {
width:70px
}
}
.archive.category .site-header .mobile-breadcrumb, .blog .site-header .mobile-breadcrumb, .page-template-about-page .site-header .mobile-breadcrumb, .page-template-front-page .site-header .mobile-breadcrumb, .page-template-property-detail-page .site-header .mobile-breadcrumb, .single-post .site-header .mobile-breadcrumb, .single-properties .site-header .mobile-breadcrumb {
	color:#fff
}
.archive.category .site-header .mobile-breadcrumb a, .blog .site-header .mobile-breadcrumb a, .page-template-about-page .site-header .mobile-breadcrumb a, .page-template-front-page .site-header .mobile-breadcrumb a, .page-template-property-detail-page .site-header .mobile-breadcrumb a, .single-post .site-header .mobile-breadcrumb a, .single-properties .site-header .mobile-breadcrumb a {
	color:#fff
}
.archive.category .site-header .site-title-bar button.menu-icon span, .blog .site-header .site-title-bar button.menu-icon span, .page-template-about-page .site-header .site-title-bar button.menu-icon span, .page-template-front-page .site-header .site-title-bar button.menu-icon span, .page-template-property-detail-page .site-header .site-title-bar button.menu-icon span, .single-post .site-header .site-title-bar button.menu-icon span, .single-properties .site-header .site-title-bar button.menu-icon span {
	background:#fff
}
.archive.category .site-header .top-bar .top-bar-center ul li a, .archive.category .site-header .top-bar .top-bar-left ul li a, .archive.category .site-header .top-bar .top-bar-right ul li a, .blog .site-header .top-bar .top-bar-center ul li a, .blog .site-header .top-bar .top-bar-left ul li a, .blog .site-header .top-bar .top-bar-right ul li a, .page-template-about-page .site-header .top-bar .top-bar-center ul li a, .page-template-about-page .site-header .top-bar .top-bar-left ul li a, .page-template-about-page .site-header .top-bar .top-bar-right ul li a, .page-template-front-page .site-header .top-bar .top-bar-center ul li a, .page-template-front-page .site-header .top-bar .top-bar-left ul li a, .page-template-front-page .site-header .top-bar .top-bar-right ul li a, .page-template-property-detail-page .site-header .top-bar .top-bar-center ul li a, .page-template-property-detail-page .site-header .top-bar .top-bar-left ul li a, .page-template-property-detail-page .site-header .top-bar .top-bar-right ul li a, .single-post .site-header .top-bar .top-bar-center ul li a, .single-post .site-header .top-bar .top-bar-left ul li a, .single-post .site-header .top-bar .top-bar-right ul li a, .single-properties .site-header .top-bar .top-bar-center ul li a, .single-properties .site-header .top-bar .top-bar-left ul li a, .single-properties .site-header .top-bar .top-bar-right ul li a {
	color:#fff
}
.contact-us .site-header .top-bar .top-bar-left ul li a, .contact-us .site-header .top-bar .top-bar-right ul li a{color:#666 !important}

.contact-us .site-header .top-bar .top-bar-left ul li a:hover, .contact-us .site-header .top-bar .top-bar-right ul li a:hover{color:#333 !important}

.archive.category .site-header .top-bar .top-bar-center ul li.menu-item-has-children>a:before, .archive.category .site-header .top-bar .top-bar-left ul li.menu-item-has-children>a:before, .archive.category .site-header .top-bar .top-bar-right ul li.menu-item-has-children>a:before, .blog .site-header .top-bar .top-bar-center ul li.menu-item-has-children>a:before, .blog .site-header .top-bar .top-bar-left ul li.menu-item-has-children>a:before, .blog .site-header .top-bar .top-bar-right ul li.menu-item-has-children>a:before, .page-template-about-page .site-header .top-bar .top-bar-center ul li.menu-item-has-children>a:before, .page-template-about-page .site-header .top-bar .top-bar-left ul li.menu-item-has-children>a:before, .page-template-about-page .site-header .top-bar .top-bar-right ul li.menu-item-has-children>a:before, .page-template-front-page .site-header .top-bar .top-bar-center ul li.menu-item-has-children>a:before, .page-template-front-page .site-header .top-bar .top-bar-left ul li.menu-item-has-children>a:before, .page-template-front-page .site-header .top-bar .top-bar-right ul li.menu-item-has-children>a:before, .page-template-property-detail-page .site-header .top-bar .top-bar-center ul li.menu-item-has-children>a:before, .page-template-property-detail-page .site-header .top-bar .top-bar-left ul li.menu-item-has-children>a:before, .page-template-property-detail-page .site-header .top-bar .top-bar-right ul li.menu-item-has-children>a:before, .single-post .site-header .top-bar .top-bar-center ul li.menu-item-has-children>a:before, .single-post .site-header .top-bar .top-bar-left ul li.menu-item-has-children>a:before, .single-post .site-header .top-bar .top-bar-right ul li.menu-item-has-children>a:before, .single-properties .site-header .top-bar .top-bar-center ul li.menu-item-has-children>a:before, .single-properties .site-header .top-bar .top-bar-left ul li.menu-item-has-children>a:before, .single-properties .site-header .top-bar .top-bar-right ul li.menu-item-has-children>a:before {
	background-image:url(../images/general/dropdown-arrow-white.svg)
}
.archive.category .site-header .top-bar .top-bar-center .menu-item-has-children .dropdown.menu, .archive.category .site-header .top-bar .top-bar-left .menu-item-has-children .dropdown.menu, .archive.category .site-header .top-bar .top-bar-right .menu-item-has-children .dropdown.menu, .blog .site-header .top-bar .top-bar-center .menu-item-has-children .dropdown.menu, .blog .site-header .top-bar .top-bar-left .menu-item-has-children .dropdown.menu, .blog .site-header .top-bar .top-bar-right .menu-item-has-children .dropdown.menu, .page-template-about-page .site-header .top-bar .top-bar-center .menu-item-has-children .dropdown.menu, .page-template-about-page .site-header .top-bar .top-bar-left .menu-item-has-children .dropdown.menu, .page-template-about-page .site-header .top-bar .top-bar-right .menu-item-has-children .dropdown.menu, .page-template-front-page .site-header .top-bar .top-bar-center .menu-item-has-children .dropdown.menu, .page-template-front-page .site-header .top-bar .top-bar-left .menu-item-has-children .dropdown.menu, .page-template-front-page .site-header .top-bar .top-bar-right .menu-item-has-children .dropdown.menu, .page-template-property-detail-page .site-header .top-bar .top-bar-center .menu-item-has-children .dropdown.menu, .page-template-property-detail-page .site-header .top-bar .top-bar-left .menu-item-has-children .dropdown.menu, .page-template-property-detail-page .site-header .top-bar .top-bar-right .menu-item-has-children .dropdown.menu, .single-post .site-header .top-bar .top-bar-center .menu-item-has-children .dropdown.menu, .single-post .site-header .top-bar .top-bar-left .menu-item-has-children .dropdown.menu, .single-post .site-header .top-bar .top-bar-right .menu-item-has-children .dropdown.menu, .single-properties .site-header .top-bar .top-bar-center .menu-item-has-children .dropdown.menu, .single-properties .site-header .top-bar .top-bar-left .menu-item-has-children .dropdown.menu, .single-properties .site-header .top-bar .top-bar-right .menu-item-has-children .dropdown.menu {
	color:#fff
}
.top-bar .menu a:hover {
	background-color:transparent!important
}
@media print, screen and (min-width:40em) {
.mobile-menu, .site-title-bar {
display:none!important
}
}
@media screen and (max-width:39.9375em) {
.site-header .desktop-menu, .site-header .site-navigation .top-bar-center, .site-header .site-navigation .top-bar-left, .site-header .site-navigation .top-bar-right {
display:none!important
}
}
.site-desktop-title a {
	font-weight:700
}
.mobile-menu {
	display:none
}
.off-canvas>ul.menu {
	height:100vh;
	padding:1rem;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
.off-canvas>ul.menu a {
	color:#fefefe;
	font-weight:600;
font-size:.9375rem
}
.off-canvas .menu .active>a {
	background-color:#ccc
}
.title-bar-title a {
	font-size:1rem;
	color:#b9b9b9
}
.mobile-menu .menu .is-active>a, .mobile-off-canvas-menu .menu .is-active>a {
	background-color:#36454f
}
.top-bar .top-bar-title a {
	font-size:1rem;
	color:#b9b9b9;
	padding-left:1rem;
	line-height:1.8
}
.top-bar .menu a {
	color:#e6e6e6;
	padding-top:0;
	padding-bottom:0;
	font-weight:700;
font-size:.8rem;
	line-height:1
}
.top-bar .menu a:hover:not(.button) {
background-color:#42525d
}
.top-bar .menu .active>a {
	background-color:#ccc
}
.top-bar .menu>li:not(.menu-text)>a {
padding:1rem
}
.top-bar .menu li:not(:last-child) {
border-right:1px solid #4e4e4e
}
.top-bar .dropdown.menu .submenu {
	border:0
}
.top-bar .dropdown.menu .has-submenu.is-down-arrow a {
	padding-right:1rem
}
.top-bar .dropdown.menu .has-submenu.is-down-arrow>a:after {
	border:0
}
.top-bar .dropdown.menu:first-child>li.is-dropdown-submenu-parent>a:after {
	display:none
}
@media screen and (max-width:39.9375em) {
.site-navigation {
padding:0
}
}
.post-navigation:after, .post-navigation:before {
	display:table;
	content:' ';
	-webkit-flex-basis:0;
	-ms-flex-preferred-size:0;
	flex-basis:0;
	-webkit-order:1;
	-ms-flex-order:1;
	order:1
}
.post-navigation:after {
	clear:both
}
.nav-previous {
	float:left
}
.nav-next {
	float:right
}
.main-container {
padding-right:.625rem;
padding-left:.625rem;
	max-width:75rem;
	margin:0 auto
}
@media print, screen and (min-width:40em) {
.main-container {
padding-right:.9375rem;
padding-left:.9375rem
}
}
.main-grid {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	margin-top:1rem
}
@media print, screen and (min-width:40em) {
.main-grid {
margin-top:3rem
}
}
.main-grid.sidebar-left .main-content {
	-webkit-order:1;
	-ms-flex-order:1;
	order:1
}
.main-grid.sidebar-left .sidebar {
	-webkit-order:2;
	-ms-flex-order:2;
	order:2
}
@media print, screen and (min-width:40em) {
.main-grid.sidebar-left .main-content {
-webkit-order:2;
-ms-flex-order:2;
order:2
}
.main-grid.sidebar-left .sidebar {
-webkit-order:1;
-ms-flex-order:1;
order:1
}
}
.main-grid .main-content-full-width {
	width:calc(100% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
.main-grid .main-content {
	width:calc(100% - 1.25rem);
margin-right:.625rem;
margin-left:.625rem
}
@media print, screen and (min-width:40em) {
.main-grid .main-content {
width:calc(66.66667% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem
}
}
.main-grid .sidebar {
	width:calc(100% - 1.25rem);
margin-right:.625rem;
margin-left:.625rem
}
@media print, screen and (min-width:40em) {
.main-grid .sidebar {
width:calc(33.33333% - 1.875rem);
margin-right:.9375rem;
margin-left:.9375rem;
margin-top:1rem
}
}
.site-footer .footer-wrapper .footer-contact-info {
	background:url(../images/general/footer-bg.png) no-repeat center;
	background-size:cover;
	color:#fff;
	position:relative;
	text-align:center;
	padding:40px 15px 10px
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-info {
padding:160px 3vw 40px
}
}
@media screen and (min-width:75em) {
.site-footer .footer-wrapper .footer-contact-info {
padding:240px 8vw 80px
}
}
@media screen and (min-width:90em) {
.site-footer .footer-wrapper .footer-contact-info {
padding:240px 14vw 80px
}
}
@media screen and (min-width:120em) {
.site-footer .footer-wrapper .footer-contact-info {
padding:240px 270px 80px
}
}
.site-footer .footer-wrapper .footer-contact-info:before {
	content:'';
	display:block;
	position:absolute;
	right:0;
	top:3px;
	width:21px;
	height:110px;
	background:url(../images/general/square-pattern-white.png);
	background-size:7px
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-info:before {
background-size:12px;
height:120px;
width:30px
}
}
@media screen and (min-width:75em) {
.site-footer .footer-wrapper .footer-contact-info:before {
height:250px;
width:45px
}
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-info:after {
content:'';
display:block;
position:absolute;
right:0;
bottom:100%;
height:50px;
width:30px;
background:url(../images/general/square-pattern-blue.png);
background-size:12px
}
}
@media screen and (min-width:75em) {
.site-footer .footer-wrapper .footer-contact-info:after {
height:70px;
width:45px
}
}
.site-footer .footer-wrapper .footer-contact-info .footer-contact-info-inner {
	width:100%;
	max-width:86.25rem;
	margin-left:auto;
	margin-right:auto;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-info .footer-contact-info-inner {
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
}
@media screen and (min-width:50em) {
.site-footer .footer-wrapper .footer-contact-info .footer-contact-info-inner {
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
}
.site-footer .footer-wrapper .footer-contact-info .footer-contact-info-inner:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(0, 60, 113, .89)
}
.site-footer .footer-wrapper .footer-contact-info .footer-hpi, .site-footer .footer-wrapper .footer-contact-info .footer-venue {
	position:relative;
	z-index:2
}
.site-footer .footer-wrapper .footer-contact-info .footer-hpi {
	margin-bottom:50px
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-info .footer-hpi {
position:absolute;
left:50%;
top:40px;
-webkit-transform:translate(-50%, 0);
-ms-transform:translate(-50%, 0);
transform:translate(-50%, 0)
}
}
@media screen and (min-width:75em) {
.site-footer .footer-wrapper .footer-contact-info .footer-hpi {
top:80px
}
}
.site-footer .footer-wrapper .footer-contact-info .footer-hpi img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:84px
}
.site-footer .footer-wrapper .footer-contact-info .footer-venue {
	color:#fff;
	margin-bottom:50px
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-info .footer-venue {
margin-bottom:40px;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}
}
@media screen and (min-width:50em) {
.site-footer .footer-wrapper .footer-contact-info .footer-venue {
margin-bottom:0;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%
}
}
.site-footer .footer-wrapper .footer-contact-info .footer-venue .venue-name {
	color:#fff;
	position:relative;
	padding-bottom:15px;
	margin-bottom:15px;
	font-size:1.5rem
}
@media screen and (min-width:75em) {
.site-footer .footer-wrapper .footer-contact-info .footer-venue .venue-name {
font-size:2rem;
padding-bottom:35px;
margin-bottom:25px
}
}
.site-footer .footer-wrapper .footer-contact-info .footer-venue .venue-name:after {
	content:'';
	display:block;
	width:75px;
	height:1px;
	background:#fff;
	position:absolute;
	left:50%;
	bottom:0;
	-webkit-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	opacity:.5
}
.site-footer .footer-wrapper .footer-contact-info .footer-venue .venue-location-info a {
	color:#fff
}
.site-footer .footer-wrapper .footer-contact-info .footer-venue .venue-address {
font-size:.875rem
}
@media screen and (min-width:75em) {
.site-footer .footer-wrapper .footer-contact-info .footer-venue .venue-address {
font-size:1.125rem
}
}
.site-footer .footer-wrapper .footer-contact-info .footer-venue .venue-city {
font-size:.875rem
}
@media screen and (min-width:75em) {
.site-footer .footer-wrapper .footer-contact-info .footer-venue .venue-city {
font-size:1.125rem
}
}
.site-footer .footer-wrapper .footer-contact-info .footer-venue .venue-phone {
	font-size:1rem;
	font-weight:700;
	margin-top:10px
}
.site-footer .footer-wrapper .footer-contact-info .footer-venue .venue-phone a {
	color:#fff
}
@media screen and (min-width:75em) {
.site-footer .footer-wrapper .footer-contact-info .footer-venue .venue-phone {
font-size:1rem;
margin-top:30px
}
}
.site-footer .footer-wrapper .footer-contact-us {
	background:#274156;
	color:#fff;
	padding:50px 20px;
	position:relative;
	text-align:center
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us {
padding:4vw 10vw;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
}
@media print, screen and (min-width:64em) {
.site-footer .footer-wrapper .footer-contact-us {
padding:4vw 8vw;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-items:flex-end;
-ms-flex-align:end;
align-items:flex-end
}
}
@media screen and (min-width:90em) {
.site-footer .footer-wrapper .footer-contact-us {
padding:4vw 14vw
}
}
@media screen and (min-width:120em) {
.site-footer .footer-wrapper .footer-contact-us {
padding:76px 270px
}
}
.site-footer .footer-wrapper .footer-contact-us .footer-contact-us-wrapper {
	width:100%;
	max-width:86.25rem;
	margin-left:auto;
	margin-right:auto
}
.mt-1{ margin-top:1rem;}
.mt-2{ margin-top:2rem;}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us .footer-contact-us-wrapper {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
}
@media screen and (min-width:50em) {
.site-footer .footer-wrapper .footer-contact-us .footer-contact-us-wrapper {
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-justify-content:center;
-ms-flex-pack:justify;
justify-content:center
}
}
.site-footer .footer-wrapper .footer-contact-us:before {
	content:'';
	display:block;
	position:absolute;
	left:3px;
	top:-55px;
	width:21px;
	height:110px;
	background:url(../images/general/square-pattern-white.png);
	background-size:7px
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us:before {
background-size:12px;
height:100%;
top:0
}
}
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter {
	margin-bottom:50px
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter {
margin:0 0 20px;
width:100%
}
}
@media screen and (min-width:50em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter {
width:48%
}
}
@media print, screen and (min-width:64em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter {
margin:0;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
}
@media screen and (min-width:90em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter {
width:46%
}
}
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-title {
	font-size:1.375rem;
	font-weight:700;
	color:#fff;
	line-height:1.3em
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-title {
margin-bottom:10px
}
}
@media print, screen and (min-width:64em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-title {
text-align:left;
margin:0
}
}
@media screen and (min-width:75em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-title {
text-align:left;
font-size:1.5rem
}
}
@media screen and (min-width:90em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-title {
font-size:1.625rem
}
}
@media print, screen and (min-width:64em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta {
margin-left:20px
}
}
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .button, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .wp-block-button .wp-block-button__link, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .wp-block-button__link {
	margin:0;
	width:70%;
	max-width:215px
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .button, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .wp-block-button .wp-block-button__link, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .wp-block-button__link {
width:215px
}
}
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .button:active, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .button:focus, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .button:hover, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .wp-block-button .wp-block-button__link:active, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .wp-block-button .wp-block-button__link:focus, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .wp-block-button .wp-block-button__link:hover, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .wp-block-button__link:active, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .wp-block-button__link:focus, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-newsletter .footer-newsletter-cta .wp-block-button__link:hover {
	border-color:#fff
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter form {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
}
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter form #mc_embed_signup_scroll {
	width:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .button, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .wp-block-button .wp-block-button__link, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form input[type=email], .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form input[type=text], .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .wp-block-button__link {
margin:10px 0;
height:48px
}
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter form input.field-firstname, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form input.field-lastname {
width:48%
}
}
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter form input[type=email] {
	width:100%
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter form input[type=email] {
width:calc(100% - 235px)
}
}
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .clear {
	width:215px;
	margin-left:auto;
	margin-right:auto
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .clear {
margin-right:0
}
}
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .button, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .wp-block-button .wp-block-button__link, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .wp-block-button__link {
	width:100%;
	margin-top:20px
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .button, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .wp-block-button .wp-block-button__link, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .wp-block-button__link {
margin:0
}
}
.site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .button:active, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .button:focus, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .button:hover, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .wp-block-button .wp-block-button__link:active, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .wp-block-button .wp-block-button__link:focus, .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .wp-block-button .wp-block-button__link:hover, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .wp-block-button__link:active, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .wp-block-button__link:focus, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-newsletter form .wp-block-button__link:hover {
	border-color:#fff
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch {
width:100%;
position:relative;
text-align:center;
margin-bottom:5px
}
}
@media screen and (min-width:50em) {
.site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch {
width:44%
}
}
@media print, screen and (min-width:64em) {
.site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch {
text-align:left;
margin-bottom:0;
padding-right:25%
}
}
@media screen and (min-width:90em) {
.site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch {
width:42%
}
}
.site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .footer-get-in-touch-title {
	font-size:1.625rem;
	font-weight:700;
	color:#fff;
	line-height:1.3em;
	margin-bottom:20px
}
@media print, screen and (min-width:64em) {
.site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .footer-get-in-touch-title {
margin:0
}
}
.site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .main-content-area {
	margin-bottom:20px
}
.site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .main-content-area p {
	line-height:1.4;
	font-size:12px;
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .main-content-area {
margin:0
}
}
@media print, screen and (min-width:64em) {
.site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .main-content-area br {
display:none
}
}
.site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .button, .site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .wp-block-button .wp-block-button__link, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .wp-block-button__link {
	width:70%;
	margin-top:20px;
	max-width:215px
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .button, .site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .wp-block-button .wp-block-button__link, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .wp-block-button__link {
width:215px
}
}
@media print, screen and (min-width:64em) {
.site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .button, .site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .wp-block-button .wp-block-button__link, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .wp-block-button__link {
height:48px;
position:absolute;
right:0;
top:50%;
margin-top:-24px;
margin-bottom:0
}
}
.site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .button:active, .site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .button:focus, .site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .button:hover, .site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .wp-block-button .wp-block-button__link:active, .site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .wp-block-button .wp-block-button__link:focus, .site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .wp-block-button .wp-block-button__link:hover, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .wp-block-button__link:active, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .wp-block-button__link:focus, .wp-block-button .site-footer .footer-wrapper .footer-contact-us .footer-get-in-touch .wp-block-button__link:hover {
	border-color:#fff
}
.site-footer .footer-wrapper .footer-links {
	background:#fff;
	text-align:center;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	padding:50px 15px 80px;
	position:relative;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-links {
padding:4vw;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}
}
@media screen and (min-width:75em) {
.site-footer .footer-wrapper .footer-links {
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
padding:2.5vw 8vw 2.5vw;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
}
@media screen and (min-width:90em) {
.site-footer .footer-wrapper .footer-links {
padding:2.5vw 14vw 2.5vw
}
}
@media screen and (min-width:120em) {
.site-footer .footer-wrapper .footer-links {
padding:48px 270px 48px
}
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-links .footer-nav {
-webkit-order:1;
-ms-flex-order:1;
order:1;
width:100%;
margin-bottom:3vw
}
}
@media screen and (min-width:75em) {
.site-footer .footer-wrapper .footer-links .footer-nav {
-webkit-order:2;
-ms-flex-order:2;
order:2;
margin:0;
width:auto
}
}
.site-footer .footer-wrapper .footer-links .footer-nav ul {
	margin:0;
	padding:0;
	display:block
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-links .footer-nav ul {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}
}
.site-footer .footer-wrapper .footer-links .footer-nav ul li {
	margin:0;
	padding:0;
	display:block
}
.site-footer .footer-wrapper .footer-links .footer-nav ul li a {
	display:block;
font-size:.875rem;
	color:#666;
	font-weight:700;
	padding:15px 20px;
	text-transform:uppercase;
	position:relative
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-links .footer-nav ul li a {
padding-left:10px;
padding-right:10px
}
}
@media screen and (min-width:75em) {
.site-footer .footer-wrapper .footer-links .footer-nav ul li a {
padding-left:12px;
padding-right:12px
}
}
@media screen and (min-width:87.5em) {
.site-footer .footer-wrapper .footer-links .footer-nav ul li a {
padding-left:20px;
padding-right:20px
}
}
.site-footer .footer-wrapper .footer-links .footer-nav ul li a:before {
	content:'';
	display:block;
	width:2px;
	height:2px;
	background:#0082ff;
	position:absolute;
	left:50%;
	margin-left:-1px;
	bottom:0;
	opacity:0;
transition:all .5s
}
.site-footer .footer-wrapper .footer-links .footer-nav ul li a:hover:before {
	width:60px;
	margin-left:-30px;
	opacity:1
}
.site-footer .footer-wrapper .footer-links .footer-nav ul li.menu-item-has-children a {
	padding-right:25px
}
.site-footer .footer-wrapper .footer-links .footer-nav ul li.menu-item-has-children a:after {
	background-image:url(../images/general/dropdown-arrow-grey.svg);
	width:12px;
	height:12px;
	border:none;
	background-size:100%;
	margin-top:-6px;
	right:10px;
	display:none!important
}
.site-footer .footer-wrapper .footer-links .footer-nav ul li ul {
	display:none
}
.site-footer .footer-wrapper .footer-links .tenant-portal-link {
	width:70%;
	margin:20px auto 40px
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-links .tenant-portal-link {
width:215px;
-webkit-order:2;
-ms-flex-order:2;
order:2;
margin:0
}
}
@media screen and (min-width:75em) {
.site-footer .footer-wrapper .footer-links .tenant-portal-link {
-webkit-order:1;
-ms-flex-order:1;
order:1
}
}
.site-footer .footer-wrapper .footer-links .back-to-top {
	display:block;
	position:relative;
	text-align:center;
font-size:.875rem;
	font-weight:700;
	color:#274156;
	text-transform:uppercase;
	line-height:1em
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-links .back-to-top {
display:none
}
}
.site-footer .footer-wrapper .footer-links .back-to-top:before {
	display:block;
	content:'';
	width:17px;
	height:41px;
	background:url(../images/general/top-arrow.svg);
	margin:15px auto
}
.site-footer .footer-wrapper .footer-copyright-info {
	position:relative;
	padding-bottom:60px;
	width:100%;
	text-align:center
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-copyright-info {
padding-bottom:30px
}
}
.site-footer .footer-wrapper .footer-copyright-info:after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:33px;
	background:url(../images/general/square-pattern-blue.png);
	background-size:7px
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-copyright-info:after {
display:none
}
}
.site-footer .footer-wrapper .footer-copyright-info span {
	display:block;
	line-height:1.2;
font-size:.625rem;
	font-weight:700
}
@media screen and (min-width:31.25em) {
.site-footer .footer-wrapper .footer-copyright-info span {
font-size:.75rem
}
}
@media print, screen and (min-width:40em) {
.site-footer .footer-wrapper .footer-copyright-info span {
font-size:.8125rem
}
}
.site-footer .footer-wrapper .footer-copyright-info span a {
	color:#666
}
.site-footer .footer-wrapper .footer-copyright-info span a:active, .site-footer .footer-wrapper .footer-copyright-info span a:focus, .site-footer .footer-wrapper .footer-copyright-info span a:hover {
	color:#1779ba
}
.site-footer .footer-wrapper .footer-copyright-info .copyright-info {
	margin-bottom:2px
}
body#tinymce {
	height:auto;
	max-width:75rem;
	padding:1.25rem!important
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
background:#fff;
color:#666;
padding:5px 20px;
border:none!important;
font-size:.75rem;
font-weight:400
}
.featured-properties-item {
	width:200px!important;
	margin:5px 10px;
	display:block;
	box-shadow:0 0 5px 0 rgba(0, 0, 0, .3);
transition:all .5s
}
@media print, screen and (min-width:64em) {
.featured-properties-item {
width:300px!important
}
}
@media screen and (min-width:90em) {
.featured-properties-item {
width:420px!important
}
}
.featured-properties-item .item-image {
	display:block;
	width:100%;
	position:relative
}
.featured-properties-item .item-image:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#0082ff;
	opacity:0;
transition:all .5s
}
.featured-properties-item .item-image:after {
	content:'VIEW PROPERTY';
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	width:calc(100% - 30px);
	height:calc(100% - 30px);
	border:2px solid #fff;
	color:#fff;
	position:absolute;
	left:15px;
	top:15px;
	font-size:1rem;
	font-weight:700;
	opacity:0;
transition:all .5s;
	-webkit-transform:scale(.95);
	-ms-transform:scale(.95);
	transform:scale(.95)
}
.featured-properties-item .item-data {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:7%;
	background:#fff;
font-size:.6875rem
}
@media print, screen and (min-width:64em) {
.featured-properties-item .item-data {
font-size:.9375rem
}
}
@media screen and (min-width:90em) {
.featured-properties-item .item-data {
font-size:1.125rem
}
}
.featured-properties-item .item-data .item-title {
	width:100%;
	color:#274156;
	font-weight:700;
	margin-bottom:0.4em;
transition:all .5s;
	font-size:1.4em
}
.featured-properties-item .item-data .item-address {
	width:100%;
	font-size:0.8em;
	position:relative;
	padding-top:1em;
	color:#666
}
.featured-properties-item .item-data .item-address img { margin-right:5px; height:25px; display:inline-block;}
.featured-properties-item .item-data .item-address:before {
	content:'';
	display:block;
	width:50px;
	height:1px;
	background:#666;
	opacity:.5;
	position:absolute;
	left:0;
	top:0
}
.featured-properties-item .item-data .item-categories {
	width:100%;
	font-size:0.9em;
	margin-bottom:1.7em;
	margin-top:.9em;
	color:#666
}
.featured-properties-item .item-data .item-sf, .featured-properties-item .item-data .item-spaces {
	font-size:1.1em;
	color:#274156;
	font-weight:700;
	line-height:.8em;
	padding-left:25px;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1
}
@media print, screen and (min-width:64em) {
.featured-properties-item .item-data .item-sf, .featured-properties-item .item-data .item-spaces {
padding-left:40px
}
}
@media screen and (min-width:90em) {
.featured-properties-item .item-data .item-sf, .featured-properties-item .item-data .item-spaces {
padding-left:60px
}
}
.featured-properties-item .item-data .item-sf small, .featured-properties-item .item-data .item-spaces small {
	color:#666;
	font-size:.5em;
	display:block;
	text-transform:uppercase;
	font-weight:400
}
.featured-properties-item .item-data .item-spaces {
	background:url(../images/general/property-spaces.svg) no-repeat left center;
	background-size:18px;
	margin-right:2%
}
@media print, screen and (min-width:64em) {
.featured-properties-item .item-data .item-spaces {
background-size:25px
}
}
@media screen and (min-width:90em) {
.featured-properties-item .item-data .item-spaces {
background-size:35px
}
}
.featured-properties-item .item-data .item-sf {
	background:url(../images/general/secure-range.svg) no-repeat left center;
	background-size:18px
}
@media print, screen and (min-width:64em) {
.featured-properties-item .item-data .item-sf {
background-size:25px
}
}
@media screen and (min-width:90em) {
.featured-properties-item .item-data .item-sf {
background-size:35px
}
}
.featured-properties-item .item-data .item-sf.property-leased {
	color:#ddd;
	background:#fff;
	padding-left:0!important;
	padding-bottom:20px
}
.featured-properties-item:hover {
	box-shadow:0 0 50px 0 rgba(0, 0, 0, .6)
}
.featured-properties-item:hover .item-image:before {
	opacity:.5
}
.featured-properties-item:hover .item-image:after {
	opacity:1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}
.featured-properties-item:hover .item-data .item-title {
	color:#0082ff
}
.filters-nav {
	background:#274156;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	padding:10px 15px
}
@media print, screen and (min-width:64em) {
.filters-nav {
padding:0
}
}
.filters-nav .filters-nav-link {
	color:#fff;
	position:relative;
	z-index:3;
	padding-right:27px;
font-size:.6875rem;
	line-height:1.2em;
	display:block;
	cursor:pointer
}
@media print, screen and (min-width:64em) {
.filters-nav .filters-nav-link {
display:none
}
}
.filters-nav .filters-nav-link .icon {
	display:block;
	width:20px;
	position:absolute;
	top:50%;
	right:0;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
.filters-nav .filters-nav-link .icon span {
	display:block;
	height:2px;
	background:#fff;
	margin:3px 0;
	width:60%;
transition:width .5s
}
.filters-nav .filters-nav-link .icon span:nth-child(2) {
width:80%
}
.filters-nav .filters-nav-link .icon span:nth-child(3) {
width:100%
}
.filters-nav .filters-nav-link:hover .icon span {
	width:100%!important
}
.filters-nav .filters-nav-list {
	display:none;
	color:#fff;
font-size:.875rem;
	font-weight:700;
	width:100%;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	height:100%
}
@media print, screen and (min-width:64em) {
.filters-nav .filters-nav-list {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
font-size:.6875rem
}
}
@media screen and (min-width:75em) {
.filters-nav .filters-nav-list {
font-size:.8125rem
}
}
@media screen and (min-width:90em) {
.filters-nav .filters-nav-list {
font-size:.875rem
}
}
.filters-nav .filters-nav-list .filters-nav-filter {
	position:relative;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	color:#fff;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	border-left:1px solid #597288;
	border-right:1px solid #597288;
	padding:2px
}
@media print, screen and (min-width:64em) {
.filters-nav .filters-nav-list .filters-nav-filter {
padding-left:5px;
padding-right:5px
}
}
@media screen and (min-width:75em) {
.filters-nav .filters-nav-list .filters-nav-filter {
padding-left:7px;
padding-right:7px
}
}
.filters-nav .filters-nav-list .filters-nav-filter .category-nav-filter-title, .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-title {
	position:relative;
	color:#fff;
	height:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
transition:all .5s;
	width:100%;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	cursor:pointer;
	text-transform:uppercase;
	line-height:1.1
}
.filters-nav .filters-nav-list .filters-nav-filter .category-nav-filter-title:after, .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-title:after {
	content:'+';
	width:10px;
	display:inline-block;
	text-align:center;
	margin-left:5px;
	font-size:1.3em;
	vertical-align:middle;
	margin-top:-2px
}
.filters-nav .filters-nav-list .filters-nav-filter .category-nav-filter-title.filter-active, .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-title.filter-active {
	background-color:#004f95
}
.filters-nav .filters-nav-list .filters-nav-filter .category-nav-filter-title.filter-active:after, .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-title.filter-active:after {
	display:none
}
.filters-nav .filters-nav-list .filters-nav-filter .category-nav-filter-title:after {
	display:none
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown {
	background:#274156;
	color:#fff;
	padding:2vw 1vw 2vw 2vw;
	width:17vw;
	position:absolute;
	left:0;
	top:105%;
	margin-top:1px;
transition:all .5s;
	visibility:hidden;
	opacity:0
}
@media screen and (min-width:120em) {
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown {
padding:38px 19px 38px 38px;
width:325px
}
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown .filters-nav-filter-options {
	display:block;
	margin:0;
	padding:0 1vw 0 0;
	max-height:300px;
	overflow:auto
}
@media screen and (min-width:120em) {
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown .filters-nav-filter-options {
padding:0 19px 0 0
}
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown .filters-nav-filter-options li {
	display:block;
	margin:0;
	padding:0
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown .filters-nav-filter-options li a {
	display:block;
	position:relative;
	padding:10px 30px 10px 0;
	color:#fff;
transition:all .5s
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown .filters-nav-filter-options li a:after {
	content:'';
	position:absolute;
	right:0;
	top:50%;
	width:14px;
	height:14px;
	background:0 0;
	border:1px solid #fff;
	margin-top:-7px;
transition:all .5s
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown .filters-nav-filter-options li a:hover {
	color:#0082ff
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown .filters-nav-filter-options li a:hover:after {
	border-color:#0082ff
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown .filters-nav-filter-options li a.active {
	color:#0082ff
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown .filters-nav-filter-options li a.active:after {
	background:#0082ff
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding:0 4%;
	width:100%
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action label {
	display:none
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action .filters-nav-filter-from, .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action .filters-nav-filter-to {
	margin:0 2%;
	width:4.5vw;
	-webkit-flex-grow:0;
	-ms-flex-positive:0;
	flex-grow:0;
	padding-left:1em;
	padding-right:1em
}
@media screen and (min-width:120em) {
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action .filters-nav-filter-from, .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action .filters-nav-filter-to {
width:85px
}
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action .filters-nav-filter-from, .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action .filters-nav-filter-submit, .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action .filters-nav-filter-to {
	height:3em;
	padding-top:.8em;
	padding-bottom:.8em;
	font-size:1em;
	line-height:1em
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action .filters-nav-filter-submit {
	margin:0 0 0 2%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	padding-left:2em;
	padding-right:2em
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action .filters-nav-filter-submit:active, .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action .filters-nav-filter-submit:focus, .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action .filters-nav-filter-submit:hover {
	border-color:#fff
}
.filters-nav .filters-nav-list .filters-nav-filter:after {
	content:'';
	display:block;
	width:1%;
	height:2px;
	background:#0082ff;
	position:absolute;
	left:0;
	bottom:0;
	opacity:0;
transition:all .5s
}
.filters-nav .filters-nav-list .filters-nav-filter.expanded .filters-nav-filter-title:after {
	content:'-'
}
.filters-nav .filters-nav-list .filters-nav-filter.expanded .filters-nav-filter-dropdown {
	visibility:visible;
	top:100%;
	opacity:1
}
.filters-nav .filters-nav-list .filters-nav-filter.expanded:after {
	width:100%;
	opacity:1
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search {
	position:absolute;
	left:-1px;
	width:calc(100% + 2px);
	bottom:100%;
	background:#274156;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding:10px 20px;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border:1px solid #597288;
	margin-bottom:10px
}
@media print, screen and (min-width:64em) {
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search {
background:0 0;
border:none
}
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search label {
	display:none
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search .filters-nav-filter-search-text {
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	margin:0 10px 0 0;
	padding:5px 0;
	background:0 0;
	color:#fff;
	border-bottom:1px solid #fff!important;
	height:2em;
	box-shadow:none;
font-size:.875rem;
letter-spacing:.05rem
}
@media print, screen and (min-width:64em) {
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search .filters-nav-filter-search-text {
color:#274156;
border-bottom:1px solid #274156!important
}
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search .filters-nav-filter-search-icon {
	display:block;
	width:20px;
	height:20px;
	-webkit-flex-grow:0;
	-ms-flex-positive:0;
	flex-grow:0;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	background:url(../images/general/search.svg) no-repeat center;
	background-size:contain;
	cursor:pointer;
	text-indent:2000em;
	overflow:hidden
}
@media print, screen and (min-width:64em) {
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search .filters-nav-filter-search-icon {
background:url(../images/general/search2.svg) no-repeat center
}
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search ::-webkit-input-placeholder {
color:#fff;
opacity:1
}
@media print, screen and (min-width:64em) {
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search ::-webkit-input-placeholder {
color:#274156
}
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search ::-moz-placeholder {
color:#fff;
opacity:1
}
@media print, screen and (min-width:64em) {
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search ::-moz-placeholder {
color:#274156
}
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search :-ms-input-placeholder {
color:#fff;
opacity:1
}
@media print, screen and (min-width:64em) {
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search :-ms-input-placeholder {
color:#274156
}
}
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search :-moz-placeholder {
color:#fff;
opacity:1
}
@media print, screen and (min-width:64em) {
.filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search :-moz-placeholder {
color:#274156
}
}
.filters-nav .filters-nav-list .filters-nav-filter-submarket .filters-nav-filter-dropdown .filters-nav-filter-options {
	display:none
}
.filters-nav .filters-nav-list .filters-nav-filter-submarket .filters-nav-filter-dropdown .filters-nav-filter-options.active {
	display:block
}
.filters-nav .filters-nav-list .filters-nav-filter-property-use .filters-nav-filter-dropdown .filters-nav-filter-options {
	display:none
}
.filters-nav .filters-nav-list .filters-nav-filter-property-use .filters-nav-filter-dropdown .filters-nav-filter-options.active {
	display:block
}
.mobile-off-canvas-filters .mobile-off-canvas-nav {
	padding-left:10px!important;
	margin:auto 0!important
}
.mobile-off-canvas-filters .mobile-off-canvas-nav:before {
	top:25px!important;
	height:325px!important
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav {
	padding:0;
	width:100%;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list {
	display:block
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter {
	border:none;
	border-bottom:1px solid #597288;
	display:block
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter:last-child {
	border:none
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter:after {
	display:none
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .category-nav-filter-title, .mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-title {
	text-align:left;
	display:block;
	padding:25px 15px;
	text-transform:uppercase
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .category-nav-filter-title:after, .mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-title:after {
	position:absolute;
	right:20px;
	top:50%;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .category-nav-filter-title.filter-active:after, .mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-title.filter-active:after {
	display:block
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown {
	display:none;
	width:100%;
	position:relative;
	top:auto;
	left:auto;
	padding:0 18px 20px
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown .filters-nav-filter-options {
	max-height:none;
	padding:0
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown .filters-nav-filter-options li a {
font-size:.75rem;
	color:#fff!important
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown .filters-nav-filter-options li a:after {
	border:1px solid #fff!important
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown .filters-nav-filter-options li a.active {
	color:#0082ff!important
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-dropdown .filters-nav-filter-options li a.active:after {
	background:#0082ff!important
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action {
	padding:20px 0
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action .filters-nav-filter-from, .mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-action .filters-nav-filter-to {
	width:40%;
	margin:0 0 0 2%
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter.expanded .filters-nav-filter-dropdown {
	display:block
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search {
	position:relative;
	width:100%;
	border:none;
	left:auto;
	bottom:auto;
	margin:0;
	padding:16px 15px
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .filters-nav-list .filters-nav-filter .filters-nav-filter-search .filters-nav-filter-search-text {
	border:none!important;
font-size:.875rem;
	font-weight:700;
	text-transform:uppercase
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .mobile-off-canvas-cta {
	width:100%;
	padding:0
}
.mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .mobile-off-canvas-cta .button, .mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .mobile-off-canvas-cta .button-secondary, .mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .mobile-off-canvas-cta .wp-block-button .wp-block-button__link, .wp-block-button .mobile-off-canvas-filters .mobile-off-canvas-nav .filters-nav .mobile-off-canvas-cta .wp-block-button__link {
	width:100%;
	max-width:none;
	margin:10px 0
}
.agents-list {
	cursor:pointer;
	text-align:center;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.agents-list .agent-item .agent-image {
	position:relative;
	margin-bottom:10px;
	background-position:center;
	background-size:cover
}
.agents-list .agent-item .agent-image img {
	width:100%
}
.agents-list .agent-item .agent-image:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#0082ff;
	opacity:0;
transition:all .5s
}
.agents-list .agent-item .agent-image:after {
	content:'VIEW PROFILE';
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	width:calc(100% - 30px);
	height:calc(100% - 30px);
	border:2px solid #fff;
	color:#fff;
	position:absolute;
	left:15px;
	top:15px;
	font-size:1rem;
	font-weight:700;
	opacity:0;
transition:all .5s;
	-webkit-transform:scale(.95);
	-ms-transform:scale(.95);
	transform:scale(.95)
}
.agents-list .agent-item .agent-name {
font-size:.9375rem;
	color:#274156;
	font-weight:400;
	padding-bottom:5px;
	margin-bottom:5px;
	position:relative
}
@media print, screen and (min-width:40em) {
.agents-list .agent-item .agent-name {
font-size:1.125rem;
margin-bottom:10px
}
}
.agents-list .agent-item .agent-name:after {
	content:'';
	display:block;
	width:25px;
	height:1px;
	background:#274156;
	left:50%;
	bottom:0;
	-webkit-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	position:absolute
}
.agents-list .agent-item .agent-position {
font-size:.75rem;
	color:#666;
	font-weight:400
}
.agents-list .agent-item .agent-phone {
font-size:.875rem;
	color:#666;
	font-weight:700;
	margin-top:30px
}
@media screen and (min-width:75em) {
.agents-list .agent-item .agent-phone {
font-size:1.25rem
}
}
.agents-list .agent-item .agent-email {
	display:block;
	width:120%;
	margin-left:-10%;
	margin-top:15px;
font-size:.375rem;
	color:#666;
	font-weight:400
}
@media screen and (min-width:75em) {
.agents-list .agent-item .agent-email {
font-size: 0.725rem;
}
}
.agents-list .agent-item:hover .agent-image:before {
	opacity:.5
}
.agents-list .agent-item:hover .agent-image:after {
	opacity:1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}
.agent-profiles-container .agent-full-wrapper {
	position:fixed;
	right:100%;
	top:0;
	width:100%;
	height:100%;
	z-index:9999;
	padding:0;
transition:all .5s
}
.agent-profiles-container .agent-full-wrapper .agent-full-bg {
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background:#000;
	opacity:0;
	z-index:1;
	visibility:hidden;
transition:left .5s
}
.agent-profiles-container .agent-full-wrapper.visible {
	display:block
}
.agent-profiles-container .agent-full-wrapper.active {
	right:0
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper.active {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
}
.agent-profiles-container .agent-full-wrapper.active .agent-full-bg {
	visibility:visible;
	opacity:.7
}
@media print, screen and (min-width:40em) {
.agent-profiles-container .agent-full-wrapper {
padding:0 5vw
}
}
@media screen and (min-width:75em) {
.agent-profiles-container .agent-full-wrapper {
padding:0 7.5vw
}
}
@media screen and (min-width:120em) {
.agent-profiles-container .agent-full-wrapper {
padding:0 145px
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container {
	width:100%;
	height:100%;
	overflow:auto
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full {
	padding:15px;
	background:#274156;
	color:#fff;
	text-align:center;
	z-index:2;
	width:100%;
	position:relative;
	max-width:100%
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full {
padding:0;
box-shadow:-10px 10px 50px 0 rgba(0, 0, 0, .4);
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
}
@media screen and (min-width:120em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full {
max-width:1575px
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-close {
	display:block;
	position:absolute;
	right:15px;
	top:15px;
	width:28px;
	height:28px;
	z-index:3
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-close {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
right:10px;
top:10px
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-image {
	margin:0 auto 10px;
	position:relative;
	display:inline-block;
	width:55vw;
	height:70vw;
	background-position:center;
	background-size:cover
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-image {
width:27%;
-webkit-flex-shrink:1;
-ms-flex-negative:1;
flex-shrink:1;
-webkit-flex-grow:1;
-ms-flex-positive:1;
flex-grow:1;
-webkit-flex-basis:27%;
-ms-flex-preferred-size:27%;
flex-basis:27%;
margin:0;
height:auto;
max-height:650px
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-image:before {
	content:'';
	display:block;
	position:absolute;
	right:100%;
	top:50%;
	width:21px;
	height:150px;
	background:url(../images/general/square-pattern-white.png);
	background-size:7px;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-image:before {
display:none
}
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info {
width:73%;
-webkit-flex-shrink:1;
-ms-flex-negative:1;
flex-shrink:1;
-webkit-flex-grow:1;
-ms-flex-positive:1;
flex-grow:1;
-webkit-flex-basis:73%;
-ms-flex-preferred-size:73%;
flex-basis:73%;
padding:20px;
text-align:left;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
position:relative
}
}
@media screen and (min-width:75em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info {
padding:2vw 4vw
}
}
@media screen and (min-width:120em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info {
padding:38px 76px
}
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data {
position:relative;
-webkit-order:1;
-ms-flex-order:1;
order:1
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-name {
	font-size:1.75rem
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-name {
font-size:3vw;
line-height:1em
}
}
@media screen and (min-width:90em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-name {
font-size:2.875rem
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-position {
	font-size:1.125rem
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-position {
font-size:1.8vw
}
}
@media screen and (min-width:90em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-position {
font-size:1.625rem
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-social {
	text-align:center;
	margin:20px auto
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-social {
text-align:left;
position:absolute;
top:-7px;
left:100%;
margin-left:30px
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-social a {
	margin:0 5px;
	display:inline-block;
	width:25px
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-social a img {
	width:25px;
	height:25px
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .sep {
	display:none
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .sep {
display:block;
width:100%;
height:1px;
background:#979797;
-webkit-order:3;
-ms-flex-order:3;
order:3;
margin:20px 0
}
}
@media screen and (min-width:75em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .sep {
margin:30px 0
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio {
	margin:20px auto
}
@media print, screen and (min-width:40em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio {
position:relative;
left:-18px
}
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio {
width:100%;
-webkit-order:4;
-ms-flex-order:4;
order:4;
margin:0 0 30px;
padding-right:230px;
min-height:240px
}
}
@media screen and (min-width:90em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio {
padding-right:250px
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .ss-container:active .ss-scroll, .agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .ss-container:focus .ss-scroll, .agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .ss-container:hover .ss-scroll {
	opacity:1
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .ss-grabbed {
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area {
	height:auto;
	position:relative
}
@media print, screen and (min-width:40em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area {
height:250px
}
}
@media print, screen and (min-width:64em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area {
height:300px
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area .ss-wrapper {
	float:none
}
@media print, screen and (min-width:40em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area .ss-wrapper {
float:left
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area .ss-wrapper .ss-content {
	width:100%;
	padding-right:32px;
	position:relative;
	right:-18px;
	box-sizing:border-box
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area .ss-scroll {
	position:relative;
	background:rgba(0, 0, 0, .1);
	width:9px;
	border-radius:4px;
	top:0;
	z-index:2;
	cursor:pointer;
	opacity:0;
transition:opacity .25s linear
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area p {
font-size:.875rem
}
@media screen and (min-width:75em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area p {
font-size:.9375rem
}
}
@media screen and (min-width:90em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area p {
font-size:1rem
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location {
	margin:30px auto
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location {
width:45%;
margin:0;
position:relative;
padding-left:35px;
-webkit-order:2;
-ms-flex-order:2;
order:2
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-icon {
	width:21px;
	margin:5px auto
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-icon {
position:absolute;
margin:0;
left:0;
top:50%;
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
transform:translate(0, -50%)
}
}
@media screen and (min-width:56.25em) and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-icon {
margin-top:0
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-name {
	font-size:1.375rem;
	margin:5px auto
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-name {
margin-top:0
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-address {
	margin:5px auto;
font-size:.875rem;
	color:#fff
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-address {
color:#fff;
font-size:.75rem;
margin-bottom:0
}
}
@media screen and (min-width:75em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-address {
font-size:.875rem
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info {
	margin:20px auto;
	color:#fff;
	font-size:1rem
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info {
width:100%;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
color:#fff;
-webkit-order:6;
-ms-flex-order:6;
order:6;
margin:0;
padding-right:230px;
-webkit-align-self:flex-end;
-ms-flex-item-align:end;
align-self:flex-end;
font-size:.875rem
}
}
@media print, screen and (min-width:64em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info {
font-size:.9375rem
}
}
@media screen and (min-width:90em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info {
padding-right:250px;
font-size:1rem
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info .agent-contact-info-item {
	margin:10px auto
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info .agent-contact-info-item {
margin:0
}
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info .agent-contact-info-item span {
display:block
}
}
@media screen and (min-width:90em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info .agent-contact-info-item span {
display:inline
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info .agent-contact-info-item a {
	color:#fff
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info .agent-contact-info-item a {
color:#fff;
font-weight:700
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info {
	margin:20px auto
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info {
width:190px;
text-align:center;
margin:0;
position:absolute;
right:20px;
bottom:20px
}
}
@media screen and (min-width:75em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info {
right:4vw;
bottom:2vw
}
}
@media screen and (min-width:120em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info {
right:76px;
bottom:38px
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info .agent-blog-image {
	width:80%;
	margin:30px auto;
	box-shadow:0 0 10px 0 rgba(0, 0, 0, .2)
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info .agent-blog-image img {
	width:100%
}
@media screen and (min-width:56.25em) {
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info .agent-blog-image {
width:100%;
margin-top:0
}
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info .agent-blog-title {
	font-size:1.25rem;
	color:#fff
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info .agent-blog-cta {
	text-align:center
}
.agent-profiles-container .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info .agent-blog-cta a {
	margin:10px auto 0;
	width:190px
}
.post-listing {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-content:stretch;
	-ms-flex-line-pack:stretch;
	align-content:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch
}
.post-listing .post-item {
	width:calc(50% - 20px);
	box-shadow:0 0 5px 0 rgba(0, 0, 0, .3);
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	background:#fff
}
@media print, screen and (min-width:40em) {
.post-listing .post-item {
width:calc(33.333% - 20px);
margin-bottom:2.5vw
}
}
@media screen and (min-width:120em) {
.post-listing .post-item {
margin-bottom:48px
}
}
.post-listing .post-item .post-item-image {
	display:block;
	width:100%;
	position:relative;
	height:30vw;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat
}
@media print, screen and (min-width:40em) {
.post-listing .post-item .post-item-image {
height:14vw
}
}
@media screen and (min-width:120em) {
.post-listing .post-item .post-item-image {
height:270px
}
}
.post-listing .post-item .post-item-image:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#0082ff;
	opacity:0;
transition:all .5s
}
.post-listing .post-item .post-item-image:after {
	content:'VIEW PROPERTY';
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	width:calc(100% - 30px);
	height:calc(100% - 30px);
	border:2px solid #fff;
	color:#fff;
	position:absolute;
	left:15px;
	top:15px;
	font-size:1rem;
	font-weight:700;
	opacity:0;
transition:all .5s;
	-webkit-transform:scale(.95);
	-ms-transform:scale(.95);
	transform:scale(.95)
}
.post-listing .post-item .post-item-image .post-item-image-title {
	display:none
}
.post-listing .post-item .post-item-info {
	padding:10px;
	color:#666;
	text-align:left
}
@media print, screen and (min-width:64em) {
.post-listing .post-item .post-item-info {
padding:2vw
}
}
@media screen and (min-width:120em) {
.post-listing .post-item .post-item-info {
padding:38px
}
}
.post-listing .post-item .post-item-info .post-item-date {
font-size:.75rem
}
@media print, screen and (min-width:64em) {
.post-listing .post-item .post-item-info .post-item-date {
font-size:.875rem
}
}
@media screen and (min-width:90em) {
.post-listing .post-item .post-item-info .post-item-date {
font-size:.9375rem
}
}
.post-listing .post-item .post-item-info .post-item-categories {
font-size:.75rem
}
@media print, screen and (min-width:64em) {
.post-listing .post-item .post-item-info .post-item-categories {
font-size:.875rem
}
}
@media screen and (min-width:90em) {
.post-listing .post-item .post-item-info .post-item-categories {
font-size:.9375rem
}
}
.post-listing .post-item .post-item-info .post-item-categories .category-link {
	color:#666
}
.post-listing .post-item .post-item-info .post-item-categories ul {
	display:block;
	margin:0;
	padding:0
}
.post-listing .post-item .post-item-info .post-item-categories ul li {
	display:inline;
	margin:0;
	padding:0
}
.post-listing .post-item .post-item-info .post-item-categories ul li a {
	color:#666
}
.post-listing .post-item .post-item-info .post-item-categories ul li a:hover {
	color:#000
}
.post-listing .post-item .post-item-info .post-item-categories ul li:after {
	content:', '
}
.post-listing .post-item .post-item-info .post-item-categories ul li:last-child:after {
	display:none
}
.post-listing .post-item .post-item-info .post-item-title {
	font-size:1.125rem;
	position:relative;
	padding-top:10px;
	margin-top:10px;
	display:block
}
@media print, screen and (min-width:64em) {
.post-listing .post-item .post-item-info .post-item-title {
font-size:1.375rem;
padding-bottom:20px
}
}
@media screen and (min-width:90em) {
.post-listing .post-item .post-item-info .post-item-title {
font-size:1.625rem;
padding-bottom:10px;
margin-bottom:20px
}
}
.post-listing .post-item .post-item-info .post-item-title:after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:40px;
	height:1px;
	background:#999
}
.post-listing .post-item .post-item-info .post-item-title h4 {
	color:#274156;
	font-weight:700;
	margin:0;
	font-size:1.125rem
}
@media print, screen and (min-width:64em) {
.post-listing .post-item .post-item-info .post-item-title h4 {
font-size:1.375rem
}
}
@media screen and (min-width:90em) {
.post-listing .post-item .post-item-info .post-item-title h4 {
font-size:1.625rem;    margin-bottom: 0px;
}
}
.post-listing .post-item.post-item-featured {
	width:100%
}
.post-listing .post-item.post-item-featured .post-item-info {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media print, screen and (min-width:40em) {
.post-listing .post-item.post-item-featured .post-item-info .post-item-date {
padding-top:5px
}
}
@media screen and (min-width:90em) {
.post-listing .post-item.post-item-featured .post-item-info .post-item-date {
padding-top:10px
}
}
.post-listing .post-item.post-item-featured .post-item-info .post-item-date:after {
	content:' - ';
	margin:0 10px
}
@media print, screen and (min-width:40em) {
.post-listing .post-item.post-item-featured .post-item-info .post-item-categories {
padding-top:5px
}
}
@media screen and (min-width:90em) {
.post-listing .post-item.post-item-featured .post-item-info .post-item-categories {
padding-top:10px
}
}
.post-listing .post-item.post-item-featured .post-item-info .post-item-title {
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	font-size:1.25rem
}
@media print, screen and (min-width:40em) {
.post-listing .post-item.post-item-featured .post-item-info .post-item-title {
padding-top:25px;
margin-top:25px;
font-size:1.375rem
}
}
@media print, screen and (min-width:64em) {
.post-listing .post-item.post-item-featured .post-item-info .post-item-title {
font-size:1.75rem
}
}
@media screen and (min-width:90em) {
.post-listing .post-item.post-item-featured .post-item-info .post-item-title {
padding-top:30px;
margin-top:30px;
font-size:2rem
}
}
.post-listing .post-item.post-item-featured .post-item-info .post-item-title h4 {
	font-size:1.25rem
}
@media print, screen and (min-width:40em) {
.post-listing .post-item.post-item-featured .post-item-info .post-item-title h4 {
font-size:1.375rem
}
}
@media print, screen and (min-width:64em) {
.post-listing .post-item.post-item-featured .post-item-info .post-item-title h4 {
font-size:1.75rem
}
}
@media screen and (min-width:90em) {
.post-listing .post-item.post-item-featured .post-item-info .post-item-title h4 {
font-size:2rem
}
}
.post-listing .post-item:hover .post-item-image:before {
	opacity:.5
}
.post-listing .post-item:hover .post-item-image:after {
	opacity:1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}
.social-links {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin:20px 0
}
@media print, screen and (min-width:40em) {
.social-links {
-webkit-order:3;
-ms-flex-order:3;
order:3;
margin:0;
width:250px
}
}
.social-links .social-links-title {
	width:100%;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	text-align:center;
	font-size:1.625rem
}
@media print, screen and (min-width:40em) {
.social-links .social-links-title {
font-size:2rem
}
}
.social-links a {
	display:block;
	position:relative;
	width:30px;
	height:30px;
	margin:0 0 0 1vw;
	text-indent:2000em;
	overflow:hidden
}
@media screen and (min-width:120em) {
.social-links a {
margin:0 0 0 19px
}
}
.social-links a:after, .social-links a:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
transition:all .3s;
	background-position:center;
	background-repeat:no-repeat;
	background-size:20px
}
.social-links a:before {
	opacity:1
}
.social-links a:after {
	opacity:0
}
.social-links a:hover:before {
	opacity:0
}
.social-links a:hover:after {
	opacity:1
}
.social-links a.social-twitter:before {
	background-image:url(../images/general/social/Twitter_Icon.svg)
}
.social-links a.social-twitter:after {
	background-image:url(../images/general/social/Twitter_Icon_2.svg)
}
.social-links a.social-facebook:before {
	background-image:url(../images/general/social/FB_Icon.svg);
	background-size:12px
}
.social-links a.social-facebook:after {
	background-image:url(../images/general/social/FB_Icon_2.svg);
	background-size:12px
}
.social-links a.social-youtube:before {
	background-image:url(../images/general/social/YT_Icon.svg)
}
.social-links a.social-youtube:after {
	background-image:url(../images/general/social/YT_Icon_2.svg)
}
.social-links a.social-linkedin:before {
	background-image:url(../images/general/social/LinkedIn_Icon.svg)
}
.social-links a.social-linkedin:after {
	background-image:url(../images/general/social/LinkedIn_Icon_2.svg)
}
.social-links a.social-instagram:before {
	background-image:url(../images/general/social/Instagram_Icon.svg)
}
.social-links a.social-instagram:after {
	background-image:url(../images/general/social/Instagram_Icon_2.svg)
}
.off-canvas-content.has-transition-push {
	-webkit-transform:translate(0, 0)!important;
	-ms-transform:translate(0, 0)!important;
	transform:translate(0, 0)!important
}
.mobile-off-canvas-filters, .mobile-off-canvas-menu {
	background:#274156;
	color:#fff;
	width:100%;
	-webkit-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	transform:translateX(-100%);
	padding:25px
}
.mobile-off-canvas-filters .mobile-off-canvas-close, .mobile-off-canvas-menu .mobile-off-canvas-close {
	width:28px;
	height:28px;
	background:url(../images/general/close-icon.svg) no-repeat center;
	position:absolute;
	right:15px;
	top:25px;
	display:block;
	z-index:10
}
.mobile-off-canvas-filters .off-canvas-wrapper, .mobile-off-canvas-menu .off-canvas-wrapper {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	min-height:100%;
	overflow:visible
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-top, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-top {
	padding-left:25px
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-top .mobile-off-canvas-title, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-top .mobile-off-canvas-title {
	color:#fff;
	font-size:1.125rem;
	line-height:2em
}
.mobile-off-canvas-filters .off-canvas-wrapper .social-links a:before, .mobile-off-canvas-menu .off-canvas-wrapper .social-links a:before {
	opacity:1
}
.mobile-off-canvas-filters .off-canvas-wrapper .social-links a:after, .mobile-off-canvas-menu .off-canvas-wrapper .social-links a:after {
	display:none
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-nav, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-nav {
	padding-left:25px;
	margin:50px 0;
	position:relative
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-nav:before, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-nav:before {
	content:'';
	display:block;
	position:absolute;
	left:-22px;
	top:0;
	width:13px;
	height:280px;
	background:url(../images/general/square-pattern-white.png);
	background-size:7px
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-nav ul, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-nav ul {
	display:block;
	margin:0;
	padding:0
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-nav ul li, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-nav ul li {
	display:block;
	margin:0;
	padding:0
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-nav ul li.is-accordion-submenu-parent .submenu-toggle, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-nav ul li.is-accordion-submenu-parent .submenu-toggle {
	width:100%;
	height:100%;
	max-height:46px
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-nav ul li.is-accordion-submenu-parent .submenu-toggle:after, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-nav ul li.is-accordion-submenu-parent .submenu-toggle:after {
	margin-right:20px
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-nav ul li a, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-nav ul li a {
	display:block;
	margin:0;
	padding:10px 0;
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
	font-size:1.625rem;
	background-color:transparent!important
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-nav ul li ul, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-nav ul li ul {
	padding-left:25px;
	margin:20px 0
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-nav ul li ul li a, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-nav ul li ul li a {
	color:#ccc;
	font-size:1rem
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-nav ul li[data-object-id="36"] ul, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-nav ul li[data-object-id="36"] ul {
	padding:0;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-nav ul li[data-object-id="36"] ul li, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-nav ul li[data-object-id="36"] ul li {
	width:49%;
	height:38vw;
	margin-bottom:2%
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-nav ul li[data-object-id="36"] ul li a, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-nav ul li[data-object-id="36"] ul li a {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	height:100%;
	text-align:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
	padding:5vw;
	line-height:1.6em;
	color:#fff;
	font-size:4vw;
	text-transform:none;
	font-weight:400
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-nav ul li[data-object-id="36"] ul li a:before, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-nav ul li[data-object-id="36"] ul li a:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(51, 51, 51, .68);
	z-index:1
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-nav ul li[data-object-id="36"] ul li a span, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-nav ul li[data-object-id="36"] ul li a span {
	display:block;
	position:relative;
	z-index:2
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-phones, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-phones {
	padding-left:27px;
	margin:-20px auto 25px;
	position:relative;
font-size:.9375rem;
	color:#fff;
	max-width:300px;
	width:100%
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-phones .mobile-off-canvas-phone, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-phones .mobile-off-canvas-phone {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding:7px 0
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-phones .mobile-off-canvas-phone .mobile-off-canvas-phone-title, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-phones .mobile-off-canvas-phone .mobile-off-canvas-phone-title {
	width:48%;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-grow:0;
	-ms-flex-positive:0;
	flex-grow:0
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-phones .mobile-off-canvas-phone .mobile-off-canvas-phone-number, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-phones .mobile-off-canvas-phone .mobile-off-canvas-phone-number {
	font-weight:700;
	width:48%;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-grow:0;
	-ms-flex-positive:0;
	flex-grow:0;
	color:#fff
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-cta, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-cta {
	text-align:center;
	margin:10px 0
}
.mobile-off-canvas-filters .off-canvas-wrapper .mobile-off-canvas-cta .button-secondary, .mobile-off-canvas-menu .off-canvas-wrapper .mobile-off-canvas-cta .button-secondary {
	background:0 0;
	max-width:220px;
	margin:0 auto
}
.mobile-off-canvas-filters .off-canvas-wrapper .social-links, .mobile-off-canvas-menu .off-canvas-wrapper .social-links {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.mobile-off-canvas-filters .off-canvas-wrapper .social-links a, .mobile-off-canvas-menu .off-canvas-wrapper .social-links a {
	margin:0 auto
}
header .our-services-nav {
	position:absolute;
	left:0;
	top:100%;
	background:#fff;
	width:100%;
	padding:2vw 5%;
	visibility:hidden;
	opacity:0;
	box-shadow:0 10px 50px 0 rgba(0, 0, 0, .2);
transition:all .5s
}
@media print, screen and (min-width:64em) {
header .our-services-nav {
padding-top:30px;
padding-bottom:30px
}
}
@media screen and (min-width:75em) {
header .our-services-nav {
padding-top:40px;
padding-bottom:40px
}
}
@media screen and (min-width:90em) {
header .our-services-nav {
padding-left:10%;
padding-right:10%
}
}
@media screen and (min-width:90em) {
header .our-services-nav {
padding-left:15%;
padding-right:15%
}
}
@media screen and (min-width:120em) {
header .our-services-nav {
padding-top:40px;
padding-bottom:40px
}
}
header .our-services-nav .our-services-nav-wrapper {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	width:100%;
	height:200px !important;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	position:relative
}
header .our-services-nav .our-services-nav-wrapper .our-services-nav-title {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	margin-right:5%;
	width:20%
}
@media screen and (min-width:64em) {
header .our-services-nav .our-services-nav-wrapper .our-services-nav-title {
margin-right:7%
}
}
@media screen and (min-width:87.5em) {
header .our-services-nav .our-services-nav-wrapper .our-services-nav-title {
margin-right:10%
}
}
header .our-services-nav .our-services-nav-wrapper .our-services-nav-title h2 {
	color:#274156;
	margin:0;
	font-size:3vw
}
@media screen and (min-width:120em) {
header .our-services-nav .our-services-nav-wrapper .our-services-nav-title h2 {
font-size:3.5625rem
}
}
header .our-services-nav .our-services-nav-wrapper .our-services-subnav {
	width:30%;
	margin-right:5%;
	padding-top:7px;
	padding-bottom:7px
}
@media screen and (min-width:100em) {
header .our-services-nav .our-services-nav-wrapper .our-services-subnav {
padding-top:14px;
padding-bottom:14px
}
}
header .our-services-nav .our-services-nav-wrapper .our-services-subnav ul {
	display:block;
	margin:0;
	padding:0!important;
	position:static!important
}
header .our-services-nav .our-services-nav-wrapper .our-services-subnav ul li {
	display:block;
	margin:0;
	padding:0
}
header .our-services-nav .our-services-nav-wrapper .our-services-subnav ul li a {
	display:block;
	padding:10px 0;
	position:static!important
}
@media print, screen and (min-width:64em) {
header .our-services-nav .our-services-nav-wrapper .our-services-subnav ul li a {
padding-top:13px;
padding-bottom:13px
}
}
@media screen and (min-width:100em) {
header .our-services-nav .our-services-nav-wrapper .our-services-subnav ul li a {
padding-top:15px;
padding-bottom:15px
}
}
header .our-services-nav .our-services-nav-wrapper .our-services-subnav ul li a .title {
	color:#666;
font-size:.6875rem;
transition:all .5s;
	font-weight:700;
	text-transform:uppercase
}
@media screen and (min-width:56.25em) {
header .our-services-nav .our-services-nav-wrapper .our-services-subnav ul li a .title {
font-size:.75rem
}
}
@media print, screen and (min-width:64em) {
header .our-services-nav .our-services-nav-wrapper .our-services-subnav ul li a .title {
font-size:.8125rem
}
}
@media screen and (min-width:75em) {
header .our-services-nav .our-services-nav-wrapper .our-services-subnav ul li a .title {
font-size:.9375rem
}
}
header .our-services-nav .our-services-nav-wrapper .our-services-subnav ul li a .image {
	display:block;
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:45%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	visibility:hidden;
	opacity:0;
transition:all .5s;
	z-index:10
}
header .our-services-nav .our-services-nav-wrapper .our-services-subnav ul li a:hover .title {
	color:#274156
}
header .our-services-nav .our-services-nav-wrapper .our-services-subnav ul li a:hover .image {
	visibility:visible;
	opacity:1
}
header .our-services-nav .our-services-nav-wrapper .our-services-subnav-image {
	display:block;
	width:45%;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	box-shadow:0 2px 9px 0 rgba(0, 0, 0, .1)
}
header .our-services-nav .our-services-nav-wrapper .our-services-subnav-image:before {
	content:'';
	display:block;
	position:absolute;
	left:100%;
	top:50%;
	width:22px;
	height:180px;
	background:url(../images/general/square-pattern-blue.png);
	background-size:12px;
	z-index:1;
	margin-left:3px;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
header .our-services-nav .our-services-nav-wrapper .our-services-subnav-image .image {
	display:block;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	z-index:2
}
#desktop-nav ul.desktop-menu li.menu-item-53:hover .our-services-nav {
	visibility:visible;
	opacity:1
}
.sites-button {
	background:#1779ba;
	font-size:1.25rem;
	font-weight:700;
	box-shadow:0 -2px 0 rgba(0, 0, 0, .2) inset;
	border-radius:3px;
	border:none
}
.cards-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap
}
.cards-container .card {
	width:calc(100% - 1.25rem);
margin-right:.625rem;
margin-left:.625rem
}
.cards-container .card .card-content {
	padding:1rem
}
@media print, screen and (min-width:40em) {
.cards-container .card {
width:calc(33.33333% - .7rem);
margin-right:.35rem;
margin-left:.35rem
}
}
.featured-hero {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height:6.25rem
}
@media print, screen and (min-width:40em) {
.featured-hero {
height:12.5rem
}
}
@media screen and (min-width:75em) {
.featured-hero {
height:25rem
}
}
.dotted {
	border-style:dashed;
	margin:2rem 0
}
[data-whatinput=mouse] a:focus, button:focus, button:focus [data-whatinput=touch] a:focus {
	outline:0
}
.testimonials-section {
	position:relative;
	padding:50px 0
}
@media print, screen and (min-width:40em) {
.testimonials-section {
padding:8vw 0 8vw
}
}
@media screen and (min-width:120em) {
.testimonials-section {
padding:135px 0
}
}
.testimonials-section:before {
	content:'';
	display:block;
	width:100%;
	height:200px;
	position:absolute;
	left:0;
	top:0;
	background:#f1f1f1;
	background:linear-gradient(to bottom, #f1f1f1 0, #fff 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0);
	z-index:1
}
.testimonials-section:after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/general/quotes.svg) no-repeat 100% 20px;
	z-index:2
}
@media print, screen and (min-width:40em) {
.testimonials-section:after {
background-size:14vw
}
}
@media screen and (min-width:120em) {
.testimonials-section:after {
background-size:268px
}
}
.testimonials-section .testimonials-section-wrapper {
	position:relative;
	z-index:3;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
.testimonials-section .testimonials-section-wrapper .testimonilas-title {
	font-size:1.625rem;
	font-weight:400;
	margin-bottom:50px;
	color:#666;
	padding:0 15px;
	text-transform:none
}
@media print, screen and (min-width:40em) {
.testimonials-section .testimonials-section-wrapper .testimonilas-title {
padding:0 3vw
}
}
@media print, screen and (min-width:64em) {
.testimonials-section .testimonials-section-wrapper .testimonilas-title {
font-size:2.25rem;
padding:0 9vw 0;
margin-bottom:90px
}
}
@media screen and (min-width:120em) {
.testimonials-section .testimonials-section-wrapper .testimonilas-title {
padding:0 172px 0
}
}
@media print, screen and (min-width:40em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list {
padding:0 9vw
}
}
@media screen and (min-width:75em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list {
padding:0 12vw 0 15vw
}
}
@media screen and (min-width:120em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list {
padding-left:290px;
padding-right:230px
}
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow {
	display:block;
	width:41px;
	height:19px;
	overflow:hidden;
	text-indent:2000em;
	position:absolute;
	bottom:-110px;
	cursor:pointer
}
@media print, screen and (min-width:40em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow {
width:9vw;
height:100%;
background-size:41px;
background-position:center;
top:0
}
}
@media screen and (min-width:120em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow {
width:172px
}
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow:after, .testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:41px;
	background-repeat:no-repeat;
	background-position:center;
transition:all .5s
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow:before {
	opacity:1;
	z-index:2
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow:after {
	opacity:0;
	z-index:1
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow:hover:before {
	opacity:0;
	z-index:1
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow:hover:after {
	opacity:1;
	z-index:2
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow.slick-prev {
	left:30px
}
@media print, screen and (min-width:40em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow.slick-prev {
left:0;
background-color:rgba(0, 0, 0, .2)
}
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow.slick-prev:before {
	background-image:url(../images/general/arrow-left-1.png)
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow.slick-prev:after {
	background-image:url(../images/general/arrow-left-2.png)
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow.slick-next {
	right:30px
}
@media print, screen and (min-width:40em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow.slick-next {
right:0
}
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow.slick-next:before {
	background-image:url(../images/general/arrow-right-1.png)
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-arrow.slick-next:after {
	background-image:url(../images/general/arrow-right-2.png)
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-track {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-track .slick-slide {
	height:auto!important
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-track .slick-slide>* {
	height:100%;
	padding:0 15px
}
@media print, screen and (min-width:64em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .slick-track .slick-slide>* {
padding:0 8% 0 5%
}
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list.slick-initialized .testimonials-item {
	display:-webkit-flex!important;
	display:-ms-flexbox!important;
	display:flex!important
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item {
	display:none;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	height:100%
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item:first-child {
	display:-webkit-flex!important;
	display:-ms-flexbox!important;
	display:flex!important
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-logo {
	background:#274156;
	text-align:center;
	height:100%;
	width:28%;
	position:relative
}
@media print, screen and (min-width:40em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-logo {
width:32%
}
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-logo img {
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	max-width:130%;
	-webkit-transform:translateX(-50%) translateY(-50%) rotate(-90deg);
	-ms-transform:translateX(-50%) translateY(-50%) rotate(-90deg);
	transform:translateX(-50%) translateY(-50%) rotate(-90deg)
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-data {
	width:72%;
	padding:10px 0 10px 15px;
	max-width:220px
}
@media print, screen and (min-width:40em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-data {
max-width:none
}
}
@media print, screen and (min-width:64em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-data {
padding:4vw 2.6vw;
width:68%
}
}
@media screen and (min-width:120em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-data {
padding:80px 50px
}
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-data .item-data-name {
	font-size:1.125rem;
	color:#274156
}
@media print, screen and (min-width:64em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-data .item-data-name {
font-size:1.55rem
}
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-data .item-data-position {
font-size:.625rem;
	color:#999
}
@media print, screen and (min-width:64em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-data .item-data-position {
font-size:.875rem
}
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-data .item-data-testimonial {
	position:relative;
	margin-top:20px;
	padding-top:5px
}
@media print, screen and (min-width:64em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-data .item-data-testimonial {
font-size:1.5rem;
padding-top:15px;
margin-top:40px
}
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-data .item-data-testimonial:before {
	content:'';
	display:block;
	width:20px;
	height:1px;
	background:#666;
	opacity:.8;
	position:absolute;
	left:0;
	top:0
}
@media print, screen and (min-width:64em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-data .item-data-testimonial:before {
width:30px
}
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list-paging {
	display:block;
	width:220px;
	margin:50px auto;
	height:1px;
	background:#ccc;
	z-index:3;
	position:relative
}
@media print, screen and (min-width:40em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list-paging {
margin:0;
position:absolute;
top:15px;
right:20vw
}
}
@media print, screen and (min-width:64em) {
.testimonials-section .testimonials-section-wrapper .testimonials-items-list-paging {
top:10px;
right:15vw
}
}
.testimonials-section .testimonials-section-wrapper .testimonials-items-list-paging span {
	display:block;
	width:20%;
	height:3px;
	background:#0082ff;
	position:absolute;
	left:10%;
	bottom:0;
transition:all .5s
}
.testimonials-section .testimonials-section-wrapper .slide-counter {
	font-size:1rem;
	font-weight:400;
	padding:0 30px;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-top:-10px
}
@media print, screen and (min-width:40em) {
.testimonials-section .testimonials-section-wrapper .slide-counter {
margin:0;
position:absolute;
top:4px;
right:10vw;
padding:0
}
}
@media print, screen and (min-width:64em) {
.testimonials-section .testimonials-section-wrapper .slide-counter {
top:0
}
}
.testimonials-section .testimonials-section-wrapper .slide-counter .current-slide-num {
	font-size:1rem;
	margin:0;
	color:#0082ff;
	font-weight:400
}
.testimonials-section .testimonials-section-wrapper .slide-counter .sep {
	margin-right:4px
}
.relationships-section {
	position:relative;
	color:#fff
}
.relationships-section:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#274156;
	z-index:1
}
@media print, screen and (min-width:40em) {
.relationships-section:before {
width:88.1vw
}
}
@media screen and (min-width:120em) {
.relationships-section:before {
width:50%
}
}
@media screen and (min-width:120em) {
.relationships-section:after {
content:'';
display:block;
position:absolute;
top:0;
right:0;
width:50%;
height:100%;
background-color:#fff;
z-index:1
}
}
.relationships-section .relationships-section-wrapper {
	position:relative;
	z-index:2;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto;
	padding:40px 0 140px
}
@media print, screen and (min-width:40em) {
.relationships-section .relationships-section-wrapper {
padding:5vw 0 6vw
}
}
@media screen and (min-width:120em) {
.relationships-section .relationships-section-wrapper {
padding:70px 0 90px;
background:#274156
}
}
@media screen and (min-width:120em) {
.relationships-section .relationships-section-wrapper:after {
content:'';
position:absolute;
top:-1px;
right:-1px;
z-index:1;
width:200px;
height:calc(100% + 2px);
background-color:#fff
}
}
.relationships-section .relationships-section-wrapper .relationships-title {
	color:#fff;
	font-weight:400;
	text-transform:none;
	font-size:1.75rem;
	text-align:center;
	word-spacing:100vw
}
@media print, screen and (min-width:40em) {
.relationships-section .relationships-section-wrapper .relationships-title {
word-spacing:normal;
margin-bottom:3.5vw;
padding:0 12vw;
width:62vw;
text-align:center
}
}
@media print, screen and (min-width:64em) {
.relationships-section .relationships-section-wrapper .relationships-title {
font-size:2.25rem;
text-align:center;
padding:0;
width:100%
}
}
@media screen and (min-width:120em) {
.relationships-section .relationships-section-wrapper .relationships-title {
margin-bottom:66px
}
}
.relationships-section .relationships-section-wrapper .relationships-items-list {
	position:relative;
	z-index:2
}
@media print, screen and (min-width:40em) {
.relationships-section .relationships-section-wrapper .relationships-items-list {
padding:0 11vw
}
}
@media screen and (min-width:120em) {
.relationships-section .relationships-section-wrapper .relationships-items-list {
padding:0 210px
}
}
@media print, screen and (min-width:40em) {
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-track {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch
}
}
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-track .slick-slide {
	height:auto
}
@media print, screen and (min-width:40em) {
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-track .slick-slide {
height:auto
}
}
@media print, screen and (min-width:40em) {
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-track .slick-slide>* {
height:100%
}
}
.relationships-section .relationships-section-wrapper .relationships-items-list.slick-initialized .relationships-items {
	display:-webkit-flex!important;
	display:-ms-flexbox!important;
	display:flex!important
}
.relationships-section .relationships-section-wrapper .relationships-items-list .relationships-items {
	display:none;
	height:80px;
	width:100%;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
@media print, screen and (min-width:40em) {
.relationships-section .relationships-section-wrapper .relationships-items-list .relationships-items {
height:100%
}
}
.relationships-section .relationships-section-wrapper .relationships-items-list .relationships-items:first-child {
	display:-webkit-flex!important;
	display:-ms-flexbox!important;
	display:flex!important
}
.relationships-section .relationships-section-wrapper .relationships-items-list .relationships-items img {
	max-width:120px;
	max-height:70px
}
@media screen and (min-width:75em) {
.relationships-section .relationships-section-wrapper .relationships-items-list .relationships-items img {
max-width:140px;
max-height:80px
}
}
@media screen and (min-width:90em) {
.relationships-section .relationships-section-wrapper .relationships-items-list .relationships-items img {
max-width:180px;
max-height:100px
}
}
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow {
	display:block;
	width:41px;
	height:19px;
	position:absolute;
	bottom:-100px;
	text-indent:2000em;
	overflow:hidden;
	cursor:pointer
}
@media print, screen and (min-width:40em) {
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow {
bottom:auto;
top:20%;
margin-top:-10px
}
}
@media print, screen and (min-width:64em) {
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow {
top:10%
}
}
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow:after, .relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
transition:all .5s
}
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow:before {
	opacity:1;
	z-index:2
}
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow:after {
	opacity:0;
	z-index:1
}
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow:hover:before {
	opacity:0;
	z-index:1
}
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow:hover:after {
	opacity:1;
	z-index:2
}
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow.slick-prev {
	left:30px
}
@media print, screen and (min-width:40em) {
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow.slick-prev {
left:5.5vw;
margin-left:-20px
}
}
@media screen and (min-width:120em) {
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow.slick-prev {
left:115px
}
}
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow.slick-prev:before {
	background-image:url(../images/general/arrow-left-1.png)
}
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow.slick-prev:after {
	background-image:url(../images/general/arrow-left-2.png)
}
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow.slick-next {
	right:30px
}
@media print, screen and (min-width:40em) {
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow.slick-next {
right:5.5vw;
margin-right:-20px
}
}
@media screen and (min-width:120em) {
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow.slick-next {
right:115px
}
}
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow.slick-next:before {
	background-image:url(../images/general/arrow-right-1.png)
}
.relationships-section .relationships-section-wrapper .relationships-items-list .slick-arrow.slick-next:after {
	background-image:url(../images/general/arrow-right-2.png)
}
.relationships-section .relationships-section-wrapper .relationships-items-list-paging {
	display:block;
	position:absolute;
	width:200px;
	height:1px;
	background:#ccc;
	left:50%;
	bottom:-40px;
	-webkit-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	z-index:3
}
@media print, screen and (min-width:40em) {
.relationships-section .relationships-section-wrapper .relationships-items-list-paging {
bottom:auto;
top:2vw;
left:auto;
right:16vw;
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
transform:translate(0, -50%);
width:30vw
}
}
@media print, screen and (min-width:64em) {
.relationships-section .relationships-section-wrapper .relationships-items-list-paging {
top:1.5vw;
right:15vw;
-webkit-transform:none;
-ms-transform:none;
transform:none;
width:200px
}
}
@media screen and (min-width:120em) {
.relationships-section .relationships-section-wrapper .relationships-items-list-paging {
top:28px;
right:250px
}
}
.relationships-section .relationships-section-wrapper .relationships-items-list-paging span {
	display:block;
	width:20%;
	height:3px;
	background:#0082ff;
	position:absolute;
	left:10%;
	bottom:0;
transition:all .5s
}
.page-template-front-page .site-header .site-title-bar .mobile-breadcrumb {
	display:none
}
.front-page-hero {
	position:relative;
	z-index:1
}
.front-page-hero .front-page-hero-wrapper {
	overflow:hidden
}
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper {
	position:relative
}
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper:after {
	content:'';
	display:block;
	width:100%;
	height:180px;
	position:absolute;
	left:0;
	bottom:0;
	background:#fff;
	opacity:1;
	z-index:1
}
@media print, screen and (min-width:40em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper:after {
display:none
}
}
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video {
	height:700px;
	width:100%;
	position:relative;
	overflow:hidden
}
@media screen and (min-width:56.25em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video {
height:67vw
}
}
@media print, screen and (min-width:64em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video {
height:56.5vw
}
}
@media screen and (min-width:100em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video {
height:900px
}
}
@media screen and (min-width:120em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video {
height:950px
}
}
@media screen and (min-width:137.5em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video {
height:1000px
}
}
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video .hero-video-inner-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:calc(100% - 180px)
}
@media print, screen and (min-width:40em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video .hero-video-inner-wrapper {
height:calc(100% - 95px)
}
}
@media print, screen and (min-width:64em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video .hero-video-inner-wrapper {
height:100%
}
}
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video .hero-video-inner-wrapper:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:2;
	width:100%;
	height:100%;
	background:linear-gradient(to bottom, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#59000000', endColorstr='#00000000', GradientType=0)
}
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video iframe, .front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video img, .front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video video {
	width:auto;
	max-width:none;
	height:100%;
	position:absolute;
	left:50%;
	top:50%;
	z-index:1;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%)
}
@media screen and (min-width:100em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video iframe, .front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video img, .front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-video video {
width:100%;
height:auto;
top:auto;
bottom:0;
-webkit-transform:translate(-50%, 0);
-ms-transform:translate(-50%, 0);
transform:translate(-50%, 0)
}
}
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content-wrapper {
	position:relative;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content {
	background:#274156;
	display:block;
	width:80%;
	max-width:300px;
	position:absolute;
	left:0;
	bottom:90px;
	padding:20px;
	color:#fff;
	z-index:4
}
@media print, screen and (min-width:40em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content {
bottom:0
}
}
@media print, screen and (min-width:64em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content {
padding:2.5vw 6.5vw;
max-width:42vw;
bottom:-170px
}
}
@media screen and (min-width:75em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content {
padding: 2.5vw 6.25vw 2.5vw 9.375vw;
bottom:-218px
}
}
@media screen and (min-width:90em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content {
bottom:-279px
}
}
@media screen and (min-width:120em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content {
padding:50px 120px 50px 180px;
max-width:800px
}
}
@media print, screen and (min-width:64em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content:after {
content:'';
display:block;
width:100%;
height:2000em;
background:#274156;
position:absolute;
left:0;
top:0;
z-index:1
}
}
@media print, screen and (min-width:64em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content:before {
content:'';
display:block;
position:absolute;
left:3px;
top:-50px;
width:30px;
height:235px;
background:url(../images/general/square-pattern-white.png);
background-size:12px;
z-index:2
}
}
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content .hero-content-title {
	text-transform:uppercase;
	color:#fff;
	font-size:2.125rem;
	line-height:0.9em;
	margin-bottom:10px;
	margin-top:-1em;
	position:relative;
	z-index:2;
	font-weight:700
}
@media print, screen and (min-width:40em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content .hero-content-title {
font-size: 6vw;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
}
@media screen and (min-width:120em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content .hero-content-title {
font-size:6.25rem
}
}
@media print, screen and (min-width:40em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content .hero-content-title:after {
content:'';
display:block;
width:100px;
height:2px;
background:#fff;
opacity:.5;
position:absolute;
left:5px;
bottom:0
}
}
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content .main-content-area {
	color:#fff;
	position:relative;
	z-index:2
}
@media print, screen and (min-width:40em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content .main-content-area {
padding-left:4px;
font-weight:700
}
}
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content .main-content-area p {
font-size:.75rem
}
@media print, screen and (min-width:40em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content .main-content-area p {
font-size:.8125rem
}
}
@media print, screen and (min-width:64em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content .main-content-area p {
font-size:.875rem
}
}
@media screen and (min-width:75em) {
.front-page-hero .front-page-hero-wrapper .hero-video-wrapper .hero-content .main-content-area p {
font-size:1rem
}
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments-wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:120rem
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments {
	position:relative;
	z-index:3
}
@media print, screen and (min-width:64em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments {
width:57.4vw;
margin-left:auto
}
}
@media screen and (min-width:120em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments {
width:1110px
}
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading {
	position:absolute;
	left:0;
	bottom:100%;
	width:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding:10px 20px;
	height:90px
}
@media print, screen and (min-width:40em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading {
background:#fff;
padding:30px 20px;
height:auto;
width:100%;
padding-left:320px
}
}
@media print, screen and (min-width:64em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading {
width:60%;
padding-left:20px
}
}
@media screen and (min-width:75em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading {
width:60%;
padding:50px 40px 50px
}
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-heading-title {
	position:relative;
	z-index:2;
	color:#999;
	font-size:1.125rem;
	font-weight:400;
	margin:0
}
@media screen and (min-width:75em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-heading-title {
font-size:1.625rem
}
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .slide-counter {
	position:relative;
	z-index:2;
	color:#274156
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-nav {
	position:relative;
	z-index:2;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	margin-top:-10px
}
@media print, screen and (min-width:64em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-nav {
margin-top:0
}
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-nav button {
	display:block;
	width:41px;
	height:19px;
	margin-left:10px;
	cursor:pointer;
	position:relative;
	text-indent:2000em;
	overflow:hidden
}
@media print, screen and (min-width:64em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-nav button {
margin-left:20px
}
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-nav button:after, .front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-nav button:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
transition:all .5s
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-nav button:before {
	opacity:1;
	z-index:2
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-nav button:after {
	opacity:0;
	z-index:1
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-nav button:hover:before {
	opacity:0;
	z-index:1
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-nav button:hover:after {
	opacity:1;
	z-index:2
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-nav .nav-prev:before {
	background-image:url(../images/general/arrow-left-1.png)
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-nav .nav-prev:after {
	background-image:url(../images/general/arrow-left-2.png)
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-nav .nav-next:before {
	background-image:url(../images/general/arrow-right-1.png)
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-heading .featured-developments-nav .nav-next:after {
	background-image:url(../images/general/arrow-right-2.png)
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .slick-track {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .slick-track .slick-slide {
	height:auto
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .slick-track .slick-slide>* {
	height:100%
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list.slick-initialized .featured-development-item {
	display:-webkit-flex!important;
	display:-ms-flexbox!important;
	display:flex!important
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item {
	display:none;
	border:1px solid #dcdcdc;
	padding:15px 10px 15px 20px;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	width:280px!important;
	height:100%
}
@media screen and (min-width:75em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item {
width:380px!important;
padding:30px 20px 30px 35px
}
}
@media screen and (min-width:90em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item {
width:480px!important;
padding:40px 45px
}
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item:first-child {
	display:-webkit-flex!important;
	display:-ms-flexbox!important;
	display:flex!important
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-image {
	margin-right:10px;
	position:relative;
	-webkit-flex-basis:40%;
	-ms-flex-preferred-size:40%;
	flex-basis:40%
}
@media screen and (min-width:75em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-image {
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
margin-right:20px
}
}
@media screen and (min-width:90em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-image {
-webkit-flex-basis:55%;
-ms-flex-preferred-size:55%;
flex-basis:55%;
margin-right:30px
}
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-image:before {
	content:'';
	display:block;
	position:absolute;
	right:100%;
	top:50%;
	width:13px;
	height:53px;
	background:url(../images/general/square-pattern-blue.png);
	background-size:7px;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
@media screen and (min-width:75em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-image:before {
width:20px;
height:105px;
background-size:12px
}
}
@media screen and (min-width:90em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-image:before {
height:140px
}
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data {
	-webkit-flex-basis:60%;
	-ms-flex-preferred-size:60%;
	flex-basis:60%
}
@media screen and (min-width:75em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data {
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%
}
}
@media screen and (min-width:90em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data {
-webkit-flex-basis:45%;
-ms-flex-preferred-size:45%;
flex-basis:45%
}
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data .item-title {
	font-size:1.125rem;
	font-weight:700;
	color:#274156;
	position:relative;
	padding-bottom:5px;
	line-height:1.2
}
@media screen and (min-width:75em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data .item-title {
font-size:1.25rem
}
}
@media screen and (min-width:90em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data .item-title {
font-size:1.3rem;
padding-bottom:10px;
margin-bottom:15px
}
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data .item-title:after {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:30px;
	height:1px;
	background:#274156;
	opacity:.5
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data .item-address {
	color:#666;
font-size:.75rem;
	font-weight:400;
	margin-bottom:5px;
	line-height:1.2
}
@media screen and (min-width:75em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data .item-address {
font-size:.8125rem
}
}
@media screen and (min-width:90em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data .item-address {
font-size:.8375rem;
margin-bottom:10px
}
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data .item-sf {
	color:#666;
	font-size:1rem;
	font-weight:700
}
@media screen and (min-width:75em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data .item-sf {
font-size: 1.1175rem;
}
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data .item-sf small {
	text-transform:uppercase
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data .item-categories {
	color:#666;
font-size:.75rem;
	font-weight:700;
	line-height:1.2
}
@media screen and (min-width:75em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-development-carousel .featured-development-list .featured-development-item .item-data .item-categories {
font-size:.8375rem
}
}
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-cta {
	padding:30px 15px;
	text-align:center
}
@media print, screen and (min-width:64em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-cta {
width:40%;
position:absolute;
right:0;
bottom:100%;
padding:2px 20px
}
}
@media screen and (min-width:75em) {
.front-page-hero .front-page-hero-wrapper .hero-featured-developments .featured-developments-cta {
padding:40px 20px
}
}
.front-page-overview {
	position:relative;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
.front-page-overview:after, .front-page-overview:before {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	content:'';
	z-index:1
}
.front-page-overview:before {
	top:0;
	/*background:url(../images/general/decoration-lines-top-mobile.png) repeat-x;*/
	background-position:0 top
}
@media print, screen and (min-width:40em) {
.front-page-overview:before {
/*background-image:url(../images/general/decoration-lines.png);
background-size:82%*/
}
}
.front-page-overview:after {
	bottom:0;
	/*background:url(../images/general/decoration-lines-bottom-mobile.png) repeat-x;*/
	background-position:0 bottom
}
@media print, screen and (min-width:40em) {
.front-page-overview:after {
/*background-image:url(../images/general/decoration-lines.png);*/
background-size:82%
}
}
.front-page-overview .front-page-overview-wrapper {
	padding:50px 15px 70px;
	position:relative;
	z-index:2;
	background:url(../images/cpr-signature.svg) no-repeat;
	background-position:50% 30%;
	background-size:110%
}
@media print, screen and (min-width:40em) {
.front-page-overview .front-page-overview-wrapper {
padding:15vw 3vw;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
background-size:70%;
background-position:100% 50%
}
}
@media print, screen and (min-width:64em) {
.front-page-overview .front-page-overview-wrapper {
padding:7vw 7vw
}
}
@media screen and (min-width:75em) {
.front-page-overview .front-page-overview-wrapper {
padding:5vw 13vw
}
}
@media screen and (min-width:120em) {
.front-page-overview .front-page-overview-wrapper {
padding:300px 250px
}
}

.front-page-overview .front-page-overview-wrapper:before {
	content:'';
	display:block;
	position:absolute;
	right:0;
	top:3px;
	width:43px;
	height:110px;
	background:url(../images/general/square-pattern-blue.png);
	background-size:7px
}
@media print, screen and (min-width:40em) {
.front-page-overview .front-page-overview-wrapper:before {
background-size:12px;
height:120px
}
}
@media print, screen and (min-width:64em) {
.front-page-overview .front-page-overview-wrapper:before {
top:50%;
width:30px;
height:25vw;
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
transform:translate(0, -50%)
}
}
@media screen and (min-width:120em) {
.front-page-overview .front-page-overview-wrapper:before {
height:550px
}
}
.front-page-overview .front-page-overview-wrapper .overview-title {
	font-size:2rem;
	color:#666;
	font-weight:400;
	text-transform:none;
	word-spacing:100vw;
	width:auto;
	display:inline-block;
	line-height:1.2em
}
@media print, screen and (min-width:40em) {
.front-page-overview .front-page-overview-wrapper .overview-title {
word-spacing:normal;
width:100%
}
}
@media print, screen and (min-width:64em) {
.front-page-overview .front-page-overview-wrapper .overview-title {
font-size:2.375rem;
margin-bottom:40px
}
}
@media screen and (min-width:75em) {
.front-page-overview .front-page-overview-wrapper .overview-title {
font-size:2.75rem;
margin-bottom:50px
}
}
@media screen and (min-width:90em) {
.front-page-overview .front-page-overview-wrapper .overview-title {
font-size:3rem;
margin-bottom:60px
}
}
.front-page-overview .front-page-overview-wrapper .overview-numbers-list {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom:50px
}
@media print, screen and (min-width:40em) {
.front-page-overview .front-page-overview-wrapper .overview-numbers-list {
-webkit-flex-basis:45%;
-ms-flex-preferred-size:45%;
flex-basis:45%;
-webkit-order:2;
-ms-flex-order:2;
order:2
}
}
@media print, screen and (min-width:64em) {
.front-page-overview .front-page-overview-wrapper .overview-numbers-list {
-webkit-flex-basis:55%;
-ms-flex-preferred-size:55%;
flex-basis:55%;
margin:0 1% 2% 0
}
}
@media screen and (min-width:90em) {
.front-page-overview .front-page-overview-wrapper .overview-numbers-list {
margin:0 5% 2% 0
}
}
.front-page-overview .front-page-overview-wrapper .overview-numbers-list .overview-number-item {
	-webkit-flex-basis:50%;
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
	width:50%
}
.front-page-overview .front-page-overview-wrapper .overview-numbers-list .overview-number-item .overview-number-item-wrapper {
	padding:10px 0 10px 20%
}
@media print, screen and (min-width:64em) {
.front-page-overview .front-page-overview-wrapper .overview-numbers-list .overview-number-item .overview-number-item-wrapper {
padding:0;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end
}
}
.front-page-overview .front-page-overview-wrapper .overview-numbers-list .overview-number-item .overview-number {
	font-size:1.625rem;
	color:#274156;
	font-weight:700;
	text-transform:uppercase
}
@media print, screen and (min-width:64em) {
.front-page-overview .front-page-overview-wrapper .overview-numbers-list .overview-number-item .overview-number {
font-size:2rem;
text-align:right
}
}
@media screen and (min-width:90em) {
.front-page-overview .front-page-overview-wrapper .overview-numbers-list .overview-number-item .overview-number {
font-size:2.5rem
}
}
.front-page-overview .front-page-overview-wrapper .overview-numbers-list .overview-number-item .overview-number .plus {
	vertical-align:super
}
@media print, screen and (min-width:64em) {
.front-page-overview .front-page-overview-wrapper .overview-numbers-list .overview-number-item .overview-number .plus {
vertical-align:text-bottom;
font-size:.8em
}
}
.front-page-overview .front-page-overview-wrapper .overview-numbers-list .overview-number-item .overview-number span.big {
	font-size:3rem
}
@media print, screen and (min-width:64em) {
.front-page-overview .front-page-overview-wrapper .overview-numbers-list .overview-number-item .overview-number span.big {
font-size:4.6875rem;
letter-spacing:-3px
}
}
@media screen and (min-width:90em) {
.front-page-overview .front-page-overview-wrapper .overview-numbers-list .overview-number-item .overview-number span.big {
font-size:5.625rem
}
}
.front-page-overview .front-page-overview-wrapper .overview-numbers-list .overview-number-item .overview-number-description {
	position:relative;
font-size:.6875rem;
	color:#666;
	font-weight:400;
	padding:10px 0;
	text-transform:uppercase
}
@media print, screen and (min-width:64em) {
.front-page-overview .front-page-overview-wrapper .overview-numbers-list .overview-number-item .overview-number-description {
width:70px;
margin-top:35px;
margin-left:20px;
-webkit-flex-grow:0;
-ms-flex-positive:0;
flex-grow:0
}
}
.front-page-overview .front-page-overview-wrapper .overview-numbers-list .overview-number-item .overview-number-description:before {
	content:'';
	display:block;
	width:35px;
	height:2px;
	background:#666;
	position:absolute;
	left:0;
	top:0
}
.front-page-overview .front-page-overview-wrapper .overview-contents {
	position:relative;
	padding-top:25px
}
@media print, screen and (min-width:40em) {
.front-page-overview .front-page-overview-wrapper .overview-contents {
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
-webkit-order:1;
-ms-flex-order:1;
order:1
}
}
@media print, screen and (min-width:64em) {
.front-page-overview .front-page-overview-wrapper .overview-contents {
-webkit-flex-basis:80%;
-ms-flex-preferred-size:80%;
flex-basis:80%
}
}
.front-page-overview .front-page-overview-wrapper .overview-contents:before {
	content:'';
	display:block;
	width:130px;
	height:2px;
	background:#0082ff;
	position:absolute;
	left:0;
	top:0;
	opacity:.8
}
.front-page-overview .front-page-overview-wrapper .overview-contents .main-content-area .important p {
	font-size:1.3125rem;
	line-height:1.4;
	margin-bottom:30px
}
.front-page-overview .front-page-overview-wrapper .overview-contents .main-content-area .important p .span { color:#274156}


@media print, screen and (min-width:40em) {
.front-page-overview .front-page-overview-wrapper .overview-contents .main-content-area .important p {
font-size:1.1875rem
}
}
@media print, screen and (min-width:64em) {
.front-page-overview .front-page-overview-wrapper .overview-contents .main-content-area .important p {
font-size:1.5rem
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper {
	position:relative;
	overflow:hidden
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading {
	position:relative;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading:before {
content:'';
display:block;
position:absolute;
top:3px;
background:url(../images/general/square-pattern-blue.png);
background-size:12px;
height:105px;
width:20px;
left:0
}
}
@media print, screen and (min-width:64em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading:before {
width:30px;
height:140px
}
}
@media screen and (min-width:90em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading:before {
width:59px;
height:185px
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-title {
	display:inline-block;
	width:auto;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:20px;
	background:#fff;
	z-index:2;
	font-size:1.875rem
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-title {
font-size:3.4vw;
background:0 0;
padding-left:5.5%;
z-index:5
}
}
@media screen and (min-width:120em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-title {
font-size:4.125rem;
padding-left:100px
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-title:before {
	content:'';
	display:block;
	position:absolute;
	left:3px;
	top:3px;
	width:13px;
	height:calc(100% - 28px);
	background:url(../images/general/square-pattern-blue.png);
	background-size:7px
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-title:before {
display:none
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools {
	position:relative;
	padding:35px 30px;
	margin-left:auto;
	width:calc(100% - 100px);
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools {
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
padding:1.75vw 3vw 1.75vw;
width:67vw;
margin-right:7vw;
margin-left:auto
}
}
@media print, screen and (min-width:64em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools {
padding-top:1.75vw;
padding-bottom:2vw
}
}
@media screen and (min-width:75em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools {
padding-top:2vw;
padding-bottom:2.2vw
}
}
@media screen and (min-width:120em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools {
padding:45px 57px;
width:1285px;
margin-right:135px
}
}

.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools:before {
	content:'';
	display:block;
	width:100%;
	height:2000em;
	background:#274156;
	position:absolute;
	left:0;
	top:0;
	z-index:1
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter {
	position:relative;
	margin-left:auto
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter {
margin-left:2vw;
-webkit-order:2;
-ms-flex-order:2;
order:2
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter .featured-properties-filter-dropdown {
	background:#274156;
	color:#fff;
	padding:20px 30px;
	width:240px;
	position:absolute;
	right:-30px;
	top:105%;
	margin-top:1px;
transition:all .5s;
	visibility:hidden;
	opacity:0;
	z-index:5
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter .featured-properties-filter-dropdown {
right:-3vw
}
}
@media screen and (min-width:120em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter .featured-properties-filter-dropdown {
padding:38px;
width:325px
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter .featured-properties-filter-dropdown .featured-properties-filter-options {
	display:block;
	margin:0;
	padding:0
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter .featured-properties-filter-dropdown .featured-properties-filter-options li {
	display:block;
	margin:0;
	padding:0
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter .featured-properties-filter-dropdown .featured-properties-filter-options li a {
	display:block;
	position:relative;
	padding:10px 30px 10px 0;
	color:#fff;
transition:all .5s
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter .featured-properties-filter-dropdown .featured-properties-filter-options li a:after {
	content:'';
	position:absolute;
	right:0;
	top:50%;
	width:14px;
	height:14px;
	background:0 0;
	border:1px solid #fff;
	margin-top:-7px;
transition:all .5s
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter .featured-properties-filter-dropdown .featured-properties-filter-options li a:hover {
	color:#0082ff
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter .featured-properties-filter-dropdown .featured-properties-filter-options li a:hover:after {
	border-color:#0082ff
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter .featured-properties-filter-dropdown .featured-properties-filter-options li a.active {
	color:#0082ff
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter .featured-properties-filter-dropdown .featured-properties-filter-options li a.active:after {
	background:#0082ff
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter.expanded .featured-properties-filter-dropdown {
	visibility:visible;
	top:100%;
	opacity:1
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter.expanded:after {
	width:100%;
	opacity:1
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter-link {
	color:#fff;
	position:relative;
	z-index:3;
	padding-right:80px;
font-size:.6875rem;
	line-height:1.2em;
	width:60px;
	display:block
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter-link {
width:100px
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter-link br {
display:none
}
}
@media screen and (min-width:120em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter-link {
margin-left:38px
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter-link .icon {
	display:block;
	width:20px;
	position:absolute;
	top:50%;
	right:0;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter-link .icon span {
	display:block;
	height:2px;
	background:#fff;
	margin:3px 0;
	width:60%;
transition:width .5s
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter-link .icon span:nth-child(2) {
width:80%
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter-link .icon span:nth-child(3) {
width:100%
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-filter-link:hover .icon span {
	width:100%!important
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-items-list-paging {
	display:block;
	width:100%;
	height:1px;
	margin-left:auto;
	background:#ccc;
	z-index:3;
	margin-top:50px;
	position:relative
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-items-list-paging {
-webkit-order:1;
-ms-flex-order:1;
order:1;
margin-top:10px;
margin-right:3vw
}
}
@media screen and (min-width:120em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-items-list-paging {
margin-right:57px
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-heading .featured-properties-tools .featured-properties-items-list-paging span {
	display:block;
	width:20%;
	height:3px;
	background:#0082ff;
	position:absolute;
	left:10%;
	bottom:0;
transition:all .5s
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-items-list {
	position:relative;
	z-index:3;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-items-list {
padding-left:15vw
}
}
@media screen and (min-width:120em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-items-list {
padding-left:288px
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-items-list .slick-list {
	overflow:visible
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-items-list .slick-list .slick-track {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-items-list.slick-initialized .featured-properties-item {
	display:block
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-items-list .featured-properties-item {
	display:none
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-items-list .featured-properties-item:first-child {
	display:block
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav {
	position:relative;
	z-index:2;
	/*display:-webkit-flex;
	display:-ms-flexbox;*/
	display:none;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding:30px 15px 0;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav {
position:inherit;
padding:0
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav button {
	position:relative;
	z-index:2;
	display:block;
	width:41px;
	height:19px;
	cursor:pointer
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav button {
position:absolute;
top:40px
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav button span {
	display:none
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav button span {
display:block;
color:#0082ff;
font-size:.875rem;
opacity:0;
transition:opacity .5s
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav button:after, .front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav button:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
transition:all .5s
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav button:before {
	opacity:1;
	z-index:2
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav button:after {
	opacity:0;
	z-index:1
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav button:hover:before {
	opacity:0;
	z-index:1
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav button:hover:after {
	opacity:1;
	z-index:2
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav button:hover span {
	opacity:1
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav .nav-prev:before {
	background-image:url(../images/general/arrow-left-1.png);
	background-position:left center
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav .nav-prev:after {
	background-image:url(../images/general/arrow-left-2.png);
	background-position:left center
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav .nav-prev {
left:5vw;
padding-left:50px;
width:150px;
text-align:left
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav .nav-next:before {
	background-image:url(../images/general/arrow-right-1.png);
	background-position:right center
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav .nav-next:after {
	background-image:url(../images/general/arrow-right-2.png);
	background-position:right center
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-nav .nav-next {
padding-right:50px;
width:150px;
text-align:right;
right:5vw
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-cta {
	position:relative;
	padding:30px 15px;
	text-align:center;
	background:#e3e3e3;
	z-index:1
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-cta:before {
	content:'';
	display:block;
	width:100%;
	height:220px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background:#e3e3e3;
	background:linear-gradient(to bottom, #e3e3e3 0, #f1f1f1 100%)
}
@media print, screen and (min-width:40em) {
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-cta:before {
height:180px
}
}
.front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-cta .button, .front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-cta .wp-block-button .wp-block-button__link, .wp-block-button .front-page-featured-properties .front-page-featured-properties-wrapper .featured-properties-cta .wp-block-button__link {
	position:relative;
	z-index:2
}
.front-page-services {
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden
}
@media print, screen and (min-width:64em) {
.front-page-services {
margin-top:6vw;
margin-bottom:8vw
}
}
@media screen and (min-width:120em) {
.front-page-services {
margin-top:135px;
margin-bottom:135px
}
}
.front-page-services .front-page-services-heading-wrapper {
	margin-bottom:100px;
	position:relative;
	z-index:2
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-heading-wrapper {
margin-bottom:40px
}
}
@media screen and (min-width:48em) {
.front-page-services .front-page-services-heading-wrapper {
padding:0 3vw
}
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-heading-wrapper {
padding:0 30vw 0 7vw;
margin-bottom:70px
}
}
@media screen and (min-width:120em) {
.front-page-services .front-page-services-heading-wrapper {
padding:0 576px 0 135px
}
}
.front-page-services .front-page-services-heading-wrapper .services-heading {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	position:relative
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-title {
	font-size:1.75rem;
	margin:0;
	padding-left:15px
}
@media screen and (min-width:48em) {
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-title {
padding-left:0
}
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-title {
font-size:4.5vw;
word-spacing:100vw;
position:absolute;
left:65vw;
top:.6em;
line-height:.9em
}
}
@media screen and (min-width:120em) {
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-title {
font-size:5.5rem;
left:1250px
}
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-nav {
	position:relative;
	z-index:2;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding-right:15px
}
@media screen and (min-width:48em) {
.front-page-services .front-page-services-heading-wrapper .services-heading .services-nav {
padding:0
}
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-heading-wrapper .services-heading .services-nav {
position:absolute;
left:0;
top:190px
}
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-nav button {
	display:block;
	width:41px;
	height:19px;
	margin-left:10px;
	-webkit-transform:scale(.8);
	-ms-transform:scale(.8);
	transform:scale(.8);
	cursor:pointer;
	text-indent:2000em;
	overflow:hidden
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-heading-wrapper .services-heading .services-nav button {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1);
margin-left:0;
margin-right:20px
}
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-nav button:after, .front-page-services .front-page-services-heading-wrapper .services-heading .services-nav button:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
transition:all .5s
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-nav button:before {
	opacity:1;
	z-index:2
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-nav button:after {
	opacity:0;
	z-index:1
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-nav button:hover:before {
	opacity:0;
	z-index:1
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-nav button:hover:after {
	opacity:1;
	z-index:2
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-nav .nav-prev:before {
	background-image:url(../images/general/arrow-left-1.png)
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-nav .nav-prev:after {
	background-image:url(../images/general/arrow-left-2.png)
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-nav .nav-next:before {
	background-image:url(../images/general/arrow-right-1.png)
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-nav .nav-next:after {
	background-image:url(../images/general/arrow-right-2.png)
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list {
	width:100%;
	position:relative
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list:after {
	content:'';
	display:block;
	width:100%;
	height:2px;
	background:#cbcbcb;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list.slick-initialized .services-heading-item {
	display:block
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .services-heading-item {
	display:none;
	color:#666;
	padding:25px 30px 25px 0;
	position:relative;
	font-weight:700;
font-size:.875rem;
	z-index:2;
	white-space:nowrap;
	text-transform:uppercase
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .services-heading-item {
padding:30px 5vw 30px 0
}
}
@media screen and (min-width:48em) {
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .services-heading-item {
white-space:normal;
line-height:1.1;
padding:50px 10px
}
}
@media screen and (min-width:120em) {
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .services-heading-item {
padding-right:25px
}
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .services-heading-item:first-child {
	display:block
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .services-heading-item:after {
	content:'';
	width:0;
	opacity:0;
	height:3px;
	background:#0082ff;
	position:absolute;
	left:0;
	bottom:0;
	display:block;
transition:all .5s
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .services-heading-item.active, .front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .services-heading-item:hover {
	color:#0082ff
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .services-heading-item.active:after, .front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .services-heading-item:hover:after {
	opacity:1;
	width:100%
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .slick-list {
	position:relative;
	z-index:2
}
@media screen and (min-width:48em) {
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .slick-list .slick-track {
-webkit-transform:none!important;
-ms-transform:none!important;
transform:none!important;
width:100%!important;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-align-items:flex-end;
-ms-flex-align:end;
align-items:flex-end;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .slick-list .slick-track .slick-slide {
	padding-left:15px
}
@media screen and (min-width:48em) {
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .slick-list .slick-track .slick-slide {
padding-left:0;
-webkit-flex-grow:1;
-ms-flex-positive:1;
flex-grow:1
}
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .slick-list .slick-track .slick-slide.slick-current .services-heading-item {
	color:#0082ff
}
.front-page-services .front-page-services-heading-wrapper .services-heading .services-heading-list .slick-list .slick-track .slick-slide.slick-current .services-heading-item:after {
	opacity:1;
	width:100%
}
.front-page-services .front-page-services-items-wrapper {
	position:relative;
	padding:30px 0;
	z-index:1
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-items-wrapper {
padding:0 0 30px
}
}
.front-page-services .front-page-services-items-wrapper:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:#eee;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-items-wrapper:before {
height:86%
}
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-items-wrapper:before {
height:75%
}
}
.front-page-services .front-page-services-items-wrapper .services-items-list {
	position:relative;
	z-index:2
}
.front-page-services .front-page-services-items-wrapper .services-items-list .slick-list {
	overflow:visible
}
.front-page-services .front-page-services-items-wrapper .services-items-list .slick-track {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch
}
.front-page-services .front-page-services-items-wrapper .services-items-list .slick-track .slick-slide {
	height:auto
}
.front-page-services .front-page-services-items-wrapper .services-items-list .slick-track .slick-slide>* {
	height:100%
}
.front-page-services .front-page-services-items-wrapper .services-items-list.slick-initialized .services-item {
	display:block
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-items-wrapper .services-items-list.slick-initialized .services-item {
display:-webkit-flex!important;
display:-ms-flexbox!important;
display:flex!important
}
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item {
	display:none;
	position:relative;
	margin:0 15px;
	width:auto!important;
	height:100%
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item {
margin:0;
height:auto;
padding:0 3vw 30px;
overflow:hidden;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item {
padding:0 7vw 30px
}
}
@media screen and (min-width:75em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item {
padding:0 11vw 0 7vw
}
}
@media screen and (min-width:120em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item {
padding:0 210px 0 135px
}
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item:first-child {
	display:block
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item:first-child {
display:-webkit-flex!important;
display:-ms-flexbox!important;
display:flex!important
}
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data {
width:45%;
-webkit-flex-basis:45%;
-ms-flex-preferred-size:45%;
flex-basis:45%;
padding-right:5%;
position:relative;
margin-top:13%
}
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data {
width:50%;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%
}
}
@media screen and (min-width:75em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data {
width:30%;
-webkit-flex-basis:30%;
-ms-flex-preferred-size:30%;
flex-basis:30%
}
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .item-title {
	font-size:2rem;
	color:#666;
	font-weight:400;
	position:absolute;
	left:0;
	bottom:100%;
	margin-bottom:15px
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .item-title {
width:95%
}
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .item-title {
font-size:2.25rem;
margin:0
}
}
@media screen and (min-width:75em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .item-title {
font-size:3rem;
margin-bottom:-.4em
}
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .main-content-area p {
	font-size:1rem
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .main-content-area p {
font-size:.9375rem
}
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .main-content-area p {
font-size:1rem
}
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .main-content-area {
padding:30px 0
}
}
@media screen and (min-width:75em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .main-content-area {
padding:60px 0 50px
}
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .item-cta {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	text-align:center
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .item-cta {
position:relative;
left:auto;
bottom:auto;
text-align:left;
margin-top:20px
}
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .item-cta {
margin-top:0
}
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .item-cta .button, .front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .item-cta .wp-block-button .wp-block-button__link, .wp-block-button .front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-data .item-cta .wp-block-button__link {
	margin:0 auto
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images {
	display:block;
	position:relative;
	padding-bottom:140px;
	margin-top:30px
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images {
margin:0;
width:55%;
-webkit-flex-basis:55%;
-ms-flex-preferred-size:55%;
flex-basis:55%;
padding:0
}
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images {
width:50%;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%
}
}
@media screen and (min-width:75em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images {
width:70%;
-webkit-flex-basis:70%;
-ms-flex-preferred-size:70%;
flex-basis:70%
}
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images:before {
content:'';
display:block;
position:absolute;
left:100%;
top:10%;
width:58px;
height:180px;
background:url(../images/general/square-pattern-blue.png);
background-size:12px
}
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-timer {
	display:none
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-image {
	display:block;
	width:100%;
	height:67vw;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	box-shadow:0 2px 9px 0 rgba(0, 0, 0, .1)
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-image {
height:42vw
}
}
@media screen and (min-width:120em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-image {
height:800px
}
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-icons {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%;
	background:#274156;
	color:#fff;
	padding:15px
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-icons {
position:absolute;
left:0;
bottom:0;
background:0 0;
padding:30px
}
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-icons:before {
content:'';
display:block;
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
background:#274156;
opacity:.9;
z-index:1
}
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-icons .item-icon {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-basis:50%;
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
	margin:15px auto;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:relative;
	z-index:2
}
@media print, screen and (min-width:64em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-icons .item-icon {
-webkit-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%
}
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-icons .item-icon .icon-image {
	margin-right:15px
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-icons .item-icon .icon-image img {
	height:35px;
	width:auto
}
@media screen and (min-width:75em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-icons .item-icon .icon-image img {
height:50px
}
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-icons .item-icon .icon-title {
	position:relative;
	padding-top:10px;
font-size:.6875rem;
	width:50px;
	line-height:1.2em
}
@media screen and (min-width:75em) {
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-icons .item-icon .icon-title {
font-size:.875rem;
width:60px;
margin-top:5px
}
}
.front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images .item-icons .item-icon .icon-title:before {
	content:'';
	display:block;
	width:40px;
	height:1px;
	background:#fff;
	position:absolute;
	left:0;
	top:0;
	opacity:.5
}
.front-page-services .front-page-services-items-wrapper .services-items-list-paging {
	display:block;
	position:absolute;
	width:200px;
	height:1px;
	background:#ccc;
	left:50%;
	bottom:115px;
	-webkit-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	z-index:3
}
@media print, screen and (min-width:40em) {
.front-page-services .front-page-services-items-wrapper .services-items-list-paging {
display:none
}
}
.front-page-services .front-page-services-items-wrapper .services-items-list-paging span {
	display:block;
	width:20%;
	height:3px;
	background:#0082ff;
	position:absolute;
	left:10%;
	bottom:0;
transition:all .5s
}
.archive-listings-our-properties {
	padding-top:90px;
	background:url(../images/general/cpr-signature.svg) no-repeat;
	background-size:100%;
	background-position:0 80px
}
@media print, screen and (min-width:40em) {
.archive-listings-our-properties {
padding-top:100px
}
}
@media print, screen and (min-width:64em) {
.archive-listings-our-properties {
padding-top:100px;
padding-bottom: 50px;
background-size:70vw;
background-position:50% 0
}
}
@media screen and (min-width:120em) {
.archive-listings-our-properties {
background-size:1350px
}
}
.archive-listings-our-properties .filters-nav .filters-nav-list .filters-nav-filter {
	padding-left:0;
	padding-right:0
}
.archive-listings-our-properties-heading-wrapper {
	position:relative;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:40px;
	z-index:2;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto;
	justify-content: center;
}
@media print, screen and (min-width:40em) {
.archive-listings-our-properties-heading-wrapper {
padding:0 5vw
}
}
@media screen and (min-width:75em) {
.archive-listings-our-properties-heading-wrapper {
padding:0 7.5vw
}
}
@media screen and (min-width:120em) {
.archive-listings-our-properties-heading-wrapper {
padding:0 145px
}
}
.archive-listings-our-properties-heading-wrapper:before {
	content:'';
	display:block;
	position:absolute;
	left:3px;
	top:50%;
	width:13px;
	height:100%;
	background:url(../images/general/square-pattern-blue.png);
	background-size:7px;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
@media print, screen and (min-width:40em) {
.archive-listings-our-properties-heading-wrapper:before {
background-size:12px;
width:20px;
left:0
}
}
@media print, screen and (min-width:64em) {
.archive-listings-our-properties-heading-wrapper:before {
width:30px
}
}
@media screen and (min-width:90em) {
.archive-listings-our-properties-heading-wrapper:before {
width:45px;
height:160%
}
}
.archive-listings-our-properties-heading-wrapper .our-properties-title {
	color:#274156;
	z-index:2;
	font-size:1.175rem;
	line-height:1.3;
	font-weight:700;
	padding-left:25px;
	margin:0 20px 0 0;
	-webkit-flex-grow:0;
	-ms-flex-positive:0;
	flex-grow:0
}
@media print, screen and (min-width:64em) {
.archive-listings-our-properties-heading-wrapper .our-properties-title {
font-size:2.1vw;
padding:0;
margin-right:2vw
}
}
@media screen and (min-width:120em) {
.archive-listings-our-properties-heading-wrapper .our-properties-title {
font-size:2.75rem;
margin-right:38px
}
}
.archive-listings-our-properties-listings-wrapper {
	padding:0 15px;
	margin:40px 0;
	z-index:1;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
@media print, screen and (min-width:40em) {
.archive-listings-our-properties-listings-wrapper {
padding:0 5vw;
margin-top:0vw;
margin-bottom:0vw
}
}
@media screen and (min-width:75em) {
.archive-listings-our-properties-listings-wrapper {
padding:0 7.5vw
}
}
@media screen and (min-width:120em) {
.archive-listings-our-properties-listings-wrapper {
padding:0 145px;
margin-top:95px;
margin-bottom:95px
}
}
.archive-listings-our-properties-listings-wrapper .our-properties-listings {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	margin:40px 0;
	justify-content: center;
}
.archive-listings-our-properties-listings-wrapper .our-properties-listings .featured-properties-item {
	-webkit-flex-basis:calc(50% - 10px);
	-ms-flex-preferred-size:calc(50% - 10px);
	flex-basis:calc(50% - 10px);
	margin:0 5px 2.5vw
}
@media print, screen and (min-width:40em) {
.archive-listings-our-properties-listings-wrapper .our-properties-listings .featured-properties-item {
-webkit-flex-basis:calc(33.3333% - 10px);
-ms-flex-preferred-size:calc(33.3333% - 10px);
flex-basis:calc(33.3333% - 10px)
}
}
@media screen and (min-width:90em) {
.archive-listings-our-properties-listings-wrapper .our-properties-listings .featured-properties-item {
-webkit-flex-basis:calc(25% - 20px);
-ms-flex-preferred-size:calc(25% - 20px);
flex-basis:calc(25% - 20px);
margin-left:10px;
margin-right:10px
}
}
@media screen and (min-width:120em) {
.archive-listings-our-properties-listings-wrapper .our-properties-listings .featured-properties-item {
margin-bottom:48px
}
}
.archive-listings-our-properties-listings-wrapper .our-properties-listings .featured-properties-item .item-data {
font-size:.5rem
}
@media screen and (min-width:28.125em) {
.archive-listings-our-properties-listings-wrapper .our-properties-listings .featured-properties-item .item-data {
font-size:.6875rem
}
}
@media print, screen and (min-width:40em) {
.archive-listings-our-properties-listings-wrapper .our-properties-listings .featured-properties-item .item-data {
font-size:.625rem
}
}
@media print, screen and (min-width:64em) {
.archive-listings-our-properties-listings-wrapper .our-properties-listings .featured-properties-item .item-data {
font-size:.8125rem
}
}
@media screen and (min-width:90em) {
.archive-listings-our-properties-listings-wrapper .our-properties-listings .featured-properties-item .item-data {
font-size:.875rem
}
}
@media screen and (min-width:120em) {
.archive-listings-our-properties-listings-wrapper .our-properties-listings .featured-properties-item .item-data {
font-size:1rem
}
}
@media screen and (min-width:90em) {
.archive-listings-our-properties-listings-wrapper .our-properties-listings .featured-properties-item .item-data .item-sf, .archive-listings-our-properties-listings-wrapper .our-properties-listings .featured-properties-item .item-data .item-spaces {
padding-left:45px
}
}
@media screen and (min-width:120em) {
.archive-listings-our-properties-listings-wrapper .our-properties-listings .featured-properties-item .item-data .item-sf, .archive-listings-our-properties-listings-wrapper .our-properties-listings .featured-properties-item .item-data .item-spaces {
padding-left:55px
}
}
.archive-listings-our-properties-listings-wrapper .our-properties-cta {
	text-align:center;
	margin:40px 0
}
.archive-listings-our-properties-listings-wrapper .no-results-found {
	width:100%;
	text-align:center;
	padding-top:40px;
	padding-bottom:40px
}
@media print, screen and (min-width:64em) {
.archive-listings-our-properties-listings-wrapper .no-results-found {
padding-top:60px;
padding-bottom:60px
}
}
.archive-listings-our-properties-listings-wrapper .no-results-found h2 {
	font-size:1.5rem
}
@media print, screen and (min-width:64em) {
.archive-listings-our-properties-listings-wrapper .no-results-found h2 {
font-size:2rem
}
}
.single-listings-property-hero .single-listings-property-hero-wrapper {
	position:relative;
	z-index:2;
	height:490px
}
@media print, screen and (min-width:40em) {
.single-listings-property-hero .single-listings-property-hero-wrapper {
height:40vw
}
}
@media screen and (min-width:75em) {
.single-listings-property-hero .single-listings-property-hero-wrapper {
height:36.5vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-hero .single-listings-property-hero-wrapper {
height:700px
}
}
@media screen and (min-width:137.5em) {
.single-listings-property-hero .single-listings-property-hero-wrapper {
height:800px
}
}
@media screen and (min-width:150em) {
.single-listings-property-hero .single-listings-property-hero-wrapper {
height:900px
}
}
.single-listings-property-hero .single-listings-property-hero-wrapper:after, .single-listings-property-hero .single-listings-property-hero-wrapper:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	z-index:2;
	width:100%
}
.single-listings-property-hero .single-listings-property-hero-wrapper:before {
	bottom:0;
	height:90%;
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .45) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000', GradientType=0)
}
.single-listings-property-hero .single-listings-property-hero-wrapper:after {
	top:0;
	height:50%;
	background:linear-gradient(to bottom, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#59000000', endColorstr='#00000000', GradientType=0)
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-image {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
	z-index:1
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-image:after, .single-listings-property-hero .single-listings-property-hero-wrapper .hero-image:before {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	left:0
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-image:before {
	top:0;
	height:25%;
	background:linear-gradient(to bottom, rgba(102, 102, 102, .5) 0, rgba(102, 102, 102, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80666666', endColorstr='#00666666', GradientType=0)
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-image:after {
	bottom:0;
	height:35%;
	background:linear-gradient(to bottom, rgba(102, 102, 102, 0) 0, rgba(102, 102, 102, 0) 13%, rgba(102, 102, 102, .5) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00666666', endColorstr='#80666666', GradientType=0)
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-property-info-wrapper {
	position:relative;
	z-index:2;
	width:100%;
	height:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-breadcrumb {
	display:none
}
@media print, screen and (min-width:40em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-breadcrumb {
display:block;
position:relative;
z-index:2;
margin-bottom:20px
}
}
@media screen and (min-width:75em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-breadcrumb {
margin-bottom:60px
}
}
@media screen and (min-width:100em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-breadcrumb {
margin-bottom:80px
}
}
@media screen and (min-width:120em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-breadcrumb {
margin-bottom:100px
}
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-breadcrumb .breadcrumb {
	display:none;
	margin:0;
	padding:0;
font-size:.875rem;
	font-weight:700;
	line-height:1em;
	text-transform:uppercase;
	color:#fff
}
@media print, screen and (min-width:40em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-breadcrumb .breadcrumb {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
font-size:.75rem
}
}
@media screen and (min-width:75em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-breadcrumb .breadcrumb {
font-size:.875rem
}
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-breadcrumb .breadcrumb li {
	display:block;
	margin:0;
	padding:0
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-breadcrumb .breadcrumb li a {
	display:block;
	position:relative;
	color:#fff;
	padding-left:14px
}
@media screen and (min-width:75em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-breadcrumb .breadcrumb li a {
padding-left:30px
}
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-breadcrumb .breadcrumb li a:before {
	content:'';
	display:block;
	vertical-align:middle;
	width:8px;
	height:8px;
	background:url(../images/general/dropdown-arrow-white.svg);
	background-position:center;
	background-size:8px;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translate(0, -50%) rotate(90deg);
	-ms-transform:translate(0, -50%) rotate(90deg);
	transform:translate(0, -50%) rotate(90deg)
}
@media screen and (min-width:75em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-breadcrumb .breadcrumb li a:before {
width:16px;
height:16px;
background-size:1rem
}
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-breadcrumb .breadcrumb li a:after {
	content:' - ';
	margin:0 5px
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-property-data {
	position:absolute;
	left:15px;
	bottom:35px;
	z-index:2
}
@media print, screen and (min-width:40em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-property-data {
left:5%
}
}
@media screen and (min-width:75em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-property-data {
left:9%
}
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-property-data .property-title {
	color:#fff;
	font-size:1.75rem;
	font-weight:700;
	margin:0 0 10px
}
@media print, screen and (min-width:40em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-property-data .property-title {
font-size:4vw
}
}
@media screen and (min-width:75em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-property-data .property-title {
font-size:3.125vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-property-data .property-title {
font-size:3.75rem
}
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-property-data .property-address {
	color:#fff;
	font-size:1rem;
	font-weight:400;
	margin:0;
	line-height:1.2em;
	text-transform:none
}
@media print, screen and (min-width:40em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-property-data .property-address {
font-size:2vw
}
}
@media screen and (min-width:75em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-property-data .property-address {
font-size:1.25vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-property-data .property-address {
font-size:1.5rem
}
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-cta {
	display:none;
	width:30%;
	max-width:280px
}
@media print, screen and (min-width:40em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-cta {
display:block;
position:absolute;
right:5%;
bottom:35px;
z-index:3
}
}
@media screen and (min-width:75em) {
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-cta {
width:17%;
right:9%
}
}
.single-listings-property-hero .single-listings-property-hero-wrapper .hero-cta .button, .single-listings-property-hero .single-listings-property-hero-wrapper .hero-cta .wp-block-button .wp-block-button__link, .wp-block-button .single-listings-property-hero .single-listings-property-hero-wrapper .hero-cta .wp-block-button__link {
	width:100%;
	margin:0
}
.single-listings-property-features {
	margin:30px auto;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
@media print, screen and (min-width:40em) {
.single-listings-property-features {
margin:5vw auto
}
}
@media screen and (min-width:120em) {
.single-listings-property-features {
margin:96px auto
}
}
.single-listings-property-features .single-listings-property-features-wrapper {
	padding:0 15px;
	position:relative
}
@media print, screen and (min-width:40em) {
.single-listings-property-features .single-listings-property-features-wrapper {
padding:0 5%;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
}
@media screen and (min-width:75em) {
.single-listings-property-features .single-listings-property-features-wrapper {
padding:0 9%
}
}
@media screen and (min-width:75em) {
.single-listings-property-features .single-listings-property-features-wrapper:before {
content:'';
display:block;
background:url(../images/general/square-pattern-blue.png);
background-position:0 2px;
-webkit-flex-grow:3;
-ms-flex-positive:3;
flex-grow:3;
-webkit-order:2;
-ms-flex-order:2;
order:2;
position:absolute;
left:2px;
width:44px;
height:395px;
background-size:12px;
top:50%;
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
transform:translate(0, -50%)
}
}
.single-listings-property-features .single-listings-property-features-wrapper .features-info {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:30px auto;
	position:relative
}
@media print, screen and (min-width:40em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-info {
margin:0;
-webkit-flex-basis:45%;
-ms-flex-preferred-size:45%;
flex-basis:45%;
max-width:350px;
display:block
}
}
@media screen and (min-width:75em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-info {
-webkit-flex-basis:35%;
-ms-flex-preferred-size:35%;
flex-basis:35%;
margin:0 0 0 2vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-info {
margin:0 0 0 38px
}
}
.single-listings-property-features .single-listings-property-features-wrapper .features-info:before {
	content:'';
	display:block;
	background:url(../images/general/square-pattern-blue.png);
	background-size:7px;
	background-position:0 2px;
	-webkit-flex-grow:3;
	-ms-flex-positive:3;
	flex-grow:3;
	-webkit-order:2;
	-ms-flex-order:2;
	order:2
}
@media print, screen and (min-width:40em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-info:before {
display:none;
position:absolute;
left:2px;
width:405px;
height:395px;
background-size:12px;
top:50%;
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
transform:translate(0, -50%)
}
}
.single-listings-property-features .single-listings-property-features-wrapper .features-info .features-info-title {
	font-size:2rem;
	color:#666;
	font-weight:400;
	text-transform:none;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-webkit-order:1;
	-ms-flex-order:1;
	order:1;
	margin:0
}
@media screen and (min-width:75em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-info .features-info-title {
font-size:2.25rem;
margin-bottom:3vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-info .features-info-title {
margin-bottom:57px
}
}
@media print, screen and (min-width:40em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-info .features-info-title br {
display:none
}
}
.single-listings-property-features .single-listings-property-features-wrapper .features-info .main-content-area {
	width:100%;
	margin:30px auto;
	-webkit-order:3;
	-ms-flex-order:3;
	order:3
}
@media print, screen and (min-width:40em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-info .main-content-area {
margin-bottom:0
}
}
.single-listings-property-features .single-listings-property-features-wrapper .features-map {
	margin:30px auto
}
@media print, screen and (min-width:40em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-map {
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
margin:0 2vw 0 auto
}
}
@media screen and (min-width:75em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-map {
-webkit-flex-basis:60%;
-ms-flex-preferred-size:60%;
flex-basis:60%
}
}
@media screen and (min-width:120em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-map {
margin:0 38px 0 auto
}
}
.single-listings-property-features .single-listings-property-features-wrapper .features-map iframe {
	width:100%;
	height:100vw
}
@media print, screen and (min-width:40em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-map iframe {
height:40vw
}
}
@media screen and (min-width:75em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-map iframe {
height:23vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-map iframe {
height:440px
}
}
.single-listings-property-features .single-listings-property-features-wrapper .features-ctas {
	margin:30px auto
}
@media print, screen and (min-width:40em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-ctas {
-webkit-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
margin:30px 2vw 0 auto
}
}
@media screen and (min-width:75em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-ctas {
-webkit-flex-basis:60%;
-ms-flex-preferred-size:60%;
flex-basis:60%
}
}
@media screen and (min-width:120em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-ctas {
margin:30px 38px 0 auto
}
}
.single-listings-property-features .single-listings-property-features-wrapper .features-ctas .button, .single-listings-property-features .single-listings-property-features-wrapper .features-ctas .wp-block-button .wp-block-button__link, .wp-block-button .single-listings-property-features .single-listings-property-features-wrapper .features-ctas .wp-block-button__link {
	margin:10px auto
}
@media print, screen and (min-width:40em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-ctas .button, .single-listings-property-features .single-listings-property-features-wrapper .features-ctas .wp-block-button .wp-block-button__link, .wp-block-button .single-listings-property-features .single-listings-property-features-wrapper .features-ctas .wp-block-button__link {
margin:0 2vw 0 0;
-webkit-flex-basis:30%;
-ms-flex-preferred-size:30%;
flex-basis:30%
}
}
@media screen and (min-width:120em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-ctas .button, .single-listings-property-features .single-listings-property-features-wrapper .features-ctas .wp-block-button .wp-block-button__link, .wp-block-button .single-listings-property-features .single-listings-property-features-wrapper .features-ctas .wp-block-button__link {
margin:0 38px 0 0
}
}
@media print, screen and (min-width:40em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-ctas.features-ctas-full {
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}
}
@media print, screen and (min-width:40em) {
.single-listings-property-features .single-listings-property-features-wrapper .features-ctas.features-ctas-full .button, .single-listings-property-features .single-listings-property-features-wrapper .features-ctas.features-ctas-full .wp-block-button .wp-block-button__link, .wp-block-button .single-listings-property-features .single-listings-property-features-wrapper .features-ctas.features-ctas-full .wp-block-button__link {
margin:0
}
}
.single-listings-property-gallery {
	margin:30px auto;
	position:relative;
	z-index:2;
	overflow:hidden
}
@media print, screen and (min-width:40em) {
.single-listings-property-gallery {
margin:5vw auto
}
}
@media screen and (min-width:120em) {
.single-listings-property-gallery {
margin:96px auto
}
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media print, screen and (min-width:40em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper:after {
content:'';
position:absolute;
left:0;
bottom:0;
width:100%;
height:4vw;
background:#e3e3e3;
z-index:1
}
}
@media screen and (min-width:120em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper:after {
height:76px
}
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-title {
	padding-left:15px;
	margin:0 30px 0 10px;
	font-size:1.75rem;
	color:#666;
	font-weight:400;
	text-transform:none
}
@media print, screen and (min-width:40em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-title {
padding-left:5vw
}
}
@media screen and (min-width:75em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-title {
padding-left:10vw;
margin:0 4vw 0 0;
font-size:2.25rem
}
}
@media screen and (min-width:120em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-title {
padding-left:192px;
margin:0 76px 0 0
}
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools {
	position:relative;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	padding:15px;
	z-index:1
}
@media print, screen and (min-width:40em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
padding:3vw 8vw 3vw 6vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools {
padding:57px 153px 57px 115px
}
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#274156;
	z-index:1
}
@media print, screen and (min-width:40em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools:before {
height:2000em
}
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-items-list-paging {
	display:block;
	width:100%;
	height:1px;
	margin-left:auto;
	background:#ccc;
	z-index:3;
	position:relative;
	margin-top:5px
}
@media print, screen and (min-width:40em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-items-list-paging {
margin:0
}
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-items-list-paging span {
	display:block;
	width:20%;
	height:3px;
	background:#0082ff;
	position:absolute;
	left:10%;
	bottom:0;
transition:all .5s
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav {
	position:relative;
	z-index:2;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding:20px 0 0
}
@media print, screen and (min-width:40em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav {
padding:0;
margin-left:5vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav {
margin-left:96px
}
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav button {
	position:relative;
	z-index:2;
	display:block;
	width:41px;
	height:19px;
	cursor:pointer;
	text-indent:2000em;
	overflow:hidden
}
@media print, screen and (min-width:40em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav button {
margin:0 1vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav button {
margin:0 19px
}
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav button:after, .single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav button:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
transition:all .5s
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav button:before {
	opacity:1;
	z-index:2
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav button:after {
	opacity:0;
	z-index:1
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav button:hover:before {
	opacity:0;
	z-index:1
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav button:hover:after {
	opacity:1;
	z-index:2
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav .nav-prev:before {
	background-image:url(../images/general/arrow-left-1.png)
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav .nav-prev:after {
	background-image:url(../images/general/arrow-left-2.png)
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav .nav-next:before {
	background-image:url(../images/general/arrow-right-1.png)
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-tools .gallery-nav .nav-next:after {
	background-image:url(../images/general/arrow-right-2.png)
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-items-list {
	width:100%;
	position:relative;
	z-index:2
}
@media print, screen and (min-width:40em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-items-list .slick-list {
padding-left:25vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-items-list .slick-list {
padding-left:480px
}
}
@media print, screen and (min-width:40em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-items-list .slick-list .slick-track .slick-slide {
margin:0 .5vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-items-list .slick-list .slick-track .slick-slide {
margin:0 9.5px
}
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-items-list.slick-initialized .gallery-item {
	display:block!important
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-items-list .gallery-item {
	display:none;
	padding-left:21px
}
@media print, screen and (min-width:40em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-items-list .gallery-item {
padding:0;
width:50vw!important
}
}
@media print, screen and (min-width:64em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-items-list .gallery-item {
width:40vw!important
}
}
@media screen and (min-width:75em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-items-list .gallery-item {
width:29vw!important
}
}
@media screen and (min-width:120em) {
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-items-list .gallery-item {
width:560px!important
}
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-items-list .gallery-item:first-child {
	display:block!important
}
.single-listings-property-gallery .single-listings-property-gallery-wrapper .gallery-items-list .gallery-item img {
	width:100%
}
.single-listings-property-properties {
	margin:30px auto;
	position:relative;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
@media print, screen and (min-width:40em) {
.single-listings-property-properties {
padding:5vw 5% 0;
margin:0 auto 5vw
}
}
@media screen and (min-width:75em) {
.single-listings-property-properties {
padding:5vw 9% 0
}
}
@media screen and (min-width:120em) {
.single-listings-property-properties {
padding:96px 9% 0;
margin:0 auto 96px
}
}
@media print, screen and (min-width:40em) {
.single-listings-property-properties:after {
content:'';
display:block;
position:absolute;
right:0;
top:2px;
width:24px;
height:90px;
background:url(../images/general/square-pattern-blue.png);
background-size:12px
}
}
@media screen and (min-width:75em) {
.single-listings-property-properties:after {
width:34px;
height:175px
}
}
.single-listings-property-properties .single-listings-property-properties-wrapper {
	padding:0 15px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media print, screen and (min-width:40em) {
.single-listings-property-properties .single-listings-property-properties-wrapper {
padding:0 0 4vw;
border-bottom:10px solid #eee
}
}
@media screen and (min-width:120em) {
.single-listings-property-properties .single-listings-property-properties-wrapper {
padding:0 0 75px
}
}
.single-listings-property-properties .single-listings-property-properties-wrapper>div {
	font-size:1.25rem;
	color:#274156;
	font-weight:700;
	line-height:.8em;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-webkit-flex-basis:50%;
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
	margin:30px 0;
	text-align:center;
	white-space:nowrap
}
@media print, screen and (min-width:40em) {
.single-listings-property-properties .single-listings-property-properties-wrapper>div {
-webkit-flex-basis:auto!important;
-ms-flex-preferred-size:auto!important;
flex-basis:auto!important;
font-size:2.5vw
}
}
@media screen and (min-width:75em) {
.single-listings-property-properties .single-listings-property-properties-wrapper>div {
font-size:2vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-properties .single-listings-property-properties-wrapper>div {
font-size:2.375rem
}
}
.single-listings-property-properties .single-listings-property-properties-wrapper>div small {
	color:#666;
	font-size:.5em;
	display:block;
	text-transform:uppercase;
	font-weight:400;
	margin-top:5px
}
.single-listings-property-properties .single-listings-property-properties-wrapper .item-spaces {
	-webkit-flex-basis:40%;
	-ms-flex-preferred-size:40%;
	flex-basis:40%
}
.single-listings-property-properties .single-listings-property-properties-wrapper .item-sf {
	-webkit-flex-basis:60%;
	-ms-flex-preferred-size:60%;
	flex-basis:60%
}
.single-listings-property-properties .single-listings-property-properties-wrapper .item-sf, .single-listings-property-properties .single-listings-property-properties-wrapper .item-spaces {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.single-listings-property-properties .single-listings-property-properties-wrapper .item-sf .item-image, .single-listings-property-properties .single-listings-property-properties-wrapper .item-spaces .item-image {
	margin-right:10px;
	width:38px
}
@media print, screen and (min-width:40em) {
.single-listings-property-properties .single-listings-property-properties-wrapper .item-sf .item-image, .single-listings-property-properties .single-listings-property-properties-wrapper .item-spaces .item-image {
width:25px
}
}
@media screen and (min-width:75em) {
.single-listings-property-properties .single-listings-property-properties-wrapper .item-sf .item-image, .single-listings-property-properties .single-listings-property-properties-wrapper .item-spaces .item-image {
width:38px
}
}
.single-listings-property-properties .single-listings-property-properties-wrapper .item-sf .item-content.property-leased, .single-listings-property-properties .single-listings-property-properties-wrapper .item-spaces .item-content.property-leased {
	color:#ccc
}
.single-listings-property-properties .single-listings-property-properties-wrapper .item-year {
	-webkit-order:6;
	-ms-flex-order:6;
	order:6
}
.single-listings-property-properties .single-listings-property-properties-wrapper .item-cta {
	-webkit-order:5;
	-ms-flex-order:5;
	order:5
}
@media print, screen and (min-width:40em) {
.single-listings-property-properties .single-listings-property-properties-wrapper .item-cta {
display:none
}
}
.single-listings-property-properties .single-listings-property-properties-wrapper .item-cta .button, .single-listings-property-properties .single-listings-property-properties-wrapper .item-cta .wp-block-button .wp-block-button__link, .wp-block-button .single-listings-property-properties .single-listings-property-properties-wrapper .item-cta .wp-block-button__link {
	margin:0 auto
}
.single-listings-property-spaces-available {
	margin:50px auto 30px;
	position:relative;
	z-index:1
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available {
margin:7vw auto 3vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-spaces-available {
margin:134px auto 57px
}
}
.single-listings-property-spaces-available:before {
	content:'';
	position:absolute;
	left:0;
	top:-90px;
	width:100%;
	height:150px;
	background:#e3e3e3;
	background:linear-gradient(to bottom, #e3e3e3 0, #fff 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#ffffff', GradientType=0)
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available:before {
top:-7vw
}
}
@media screen and (min-width:100em) {
.single-listings-property-spaces-available:before {
height:200px
}
}
@media screen and (min-width:120em) {
.single-listings-property-spaces-available:before {
top:-134px
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper {
	padding:0 15px;
	position:relative;
	z-index:2;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper {
padding:0 5vw
}
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper {
padding:0 9vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper {
padding:0 172px
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-title {
	font-size:1.75rem;
	color:#666;
	font-weight:400;
	text-transform:none
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-title {
font-size:2.25rem
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:10px solid #eee;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item {
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item {
padding-bottom:4vw;
margin-bottom:4vw;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}
}
@media screen and (min-width:120em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item {
padding-bottom:76px;
margin-bottom:76px
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-title {
	-webkit-flex-basis:45%;
	-ms-flex-preferred-size:45%;
	flex-basis:45%;
	white-space:nowrap;
	margin-right:5%
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-title {
-webkit-flex-basis:auto;
-ms-flex-preferred-size:auto;
flex-basis:auto
}
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-title {
display:none
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-title .property-title {
	font-size:1.875rem;
	color:#274156;
	font-weight:700;
	text-transform:capitalize;
	margin:0
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-status {
	-webkit-flex-basis:50%;
	-ms-flex-preferred-size:50%;
	flex-basis:50%
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-status {
-webkit-flex-basis:auto;
-ms-flex-preferred-size:auto;
flex-basis:auto
}
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-status {
display:none
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-status .property-status {
font-size:.8125rem;
	color:#666;
	font-weight:700;
	text-transform:uppercase;
	margin:0
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-status .property-availability {
	font-size:1rem;
	color:#666;
	font-weight:700;
	margin:0
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-image {
	width:100%;
	margin:20px auto;
	position:relative
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-image {
width:90%
}
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-image {
margin:0;
width:33%
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-image .image img {
	width:100%
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-image .spaces-gallery {
	display:none
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-image .gallery-cta {
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	background:url(../images/general/gallery-icon.svg);
	background-size:35px 35px;
	background-repeat:no-repeat;
	background-position:5% 95%;
	width:100%;
	height:100%
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-image .gallery-cta {
background-size:50px 50px;
width:100%;
height:100%;
background-position:6% 97%
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-image .gallery-cta span {
	display:none
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info {
	width:100%
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info {
margin:0;
width:62%
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	align-items:center;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-content:flex-start;
	-ms-flex-line-pack:start;
	align-content:flex-start
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list {
padding-bottom:2vw;
border-bottom:1px solid #ccc;
margin-top:20px;
margin-bottom:2vw;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-align-items:flex-end;
-ms-flex-align:end;
align-items:flex-end;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list {
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start
}
}
@media screen and (min-width:120em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list {
padding-bottom:38px;
margin-bottom:38px
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property-title {
	display:none
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property-title {
display:block
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property-title .property-title {
	font-size:1.75rem;
	color:#274156;
	font-weight:700;
	text-transform:uppercase;
	margin:0;
	line-height:1
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property-title .property-title {
display:block;
font-size:1.5rem;
margin-bottom:5px
}
}
@media screen and (min-width:87.5em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property-title .property-title {
font-size:1.75rem
}
}
@media screen and (min-width:100em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property-title .property-title {
font-size:2rem
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property-title .property-status {
font-size:.6875rem;
	color:#666;
	font-weight:700;
	text-transform:uppercase;
	margin:-4px 0 0
}
@media screen and (min-width:100em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property-title .property-status {
font-size:.75rem
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property-title .property-availability {
	font-size:1rem;
	color:#666;
	font-weight:700;
	margin:0
}
@media screen and (min-width:90em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property-title .property-availability {
font-size:1.125rem
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property {
	text-align:center;
	-webkit-flex-basis:50%;
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
	margin:20px 0
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property {
-webkit-flex-basis:auto;
-ms-flex-preferred-size:auto;
flex-basis:auto;
margin:0 3em 0 0
}
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property {
margin:0 0 0 2em
}
}
@media screen and (min-width:100em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property {
margin:0 0 0 3em
}
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property:last-child {
margin-right:0
}
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property.item-property-note {
margin-right:4.5em
}
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property.item-property-note {
margin-right:0
}
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property.item-property-note+.item-property {
margin-left:4.5em
}
}
@media screen and (min-width:100em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property.item-property-note+.item-property {
margin-left:5em
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property .property-value {
	font-size:1.125rem;
	color:#274156;
	font-weight:700;
	line-height:1.1;
	text-transform:uppercase;
	margin:0;
	position:relative;
	width:auto;
	display:inline-block
}
@media screen and (min-width:25em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property .property-value {
font-size:1.25rem
}
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property .property-value {
font-size:1.375rem;
line-height:1
}
}
@media screen and (min-width:53.125em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property .property-value {
font-size:1.5rem
}
}
@media screen and (min-width:87.5em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property .property-value {
font-size:1.75rem
}
}
@media screen and (min-width:100em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property .property-value {
font-size:1.875rem
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property .property-value .property-note {
font-size:.5rem;
	line-height:1em;
	color:#666;
	font-weight:700;
	text-transform:uppercase;
	margin:0;
	position:absolute;
	left:100%;
	top:6px;
	width:100px;
	text-align:left;
	margin-left:5px
}
@media screen and (min-width:25em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property .property-value .property-note {
font-size:.5625rem
}
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property .property-value .property-note {
font-size:.625rem
}
}
@media screen and (min-width:100em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property .property-value .property-note {
font-size:.6875rem
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property .property-description {
font-size:.6875rem;
	color:#666;
	font-weight:700;
	text-transform:uppercase;
	margin:0
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property .property-description {
font-size:.875rem;
font-weight:400
}
}
@media screen and (min-width:100em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-properties-list .item-property .property-description {
font-size:.9375rem
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .main-content-area {
	margin:20px 0
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .main-content-area {
margin-bottom:3vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .main-content-area {
margin-bottom:57px
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-ctas {
	padding:0 20px
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-ctas {
padding:0;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch;
-webkit-justify-content:space-evenly;
-ms-flex-pack:space-evenly;
justify-content:space-evenly
}
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-ctas {
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start
}
}
@media print, screen and (min-width:40em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-ctas .button, .single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-ctas .wp-block-button .wp-block-button__link, .wp-block-button .single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-ctas .wp-block-button__link {
margin-bottom:0;
max-width:240px;
margin-right:1%
}
}
@media screen and (min-width:75em) {
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-ctas .button, .single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-ctas .wp-block-button .wp-block-button__link, .wp-block-button .single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-ctas .wp-block-button__link {
margin-right:2%
}
}
.single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-ctas .button:last-child, .single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-ctas .wp-block-button .wp-block-button__link:last-child, .wp-block-button .single-listings-property-spaces-available .single-listings-property-spaces-available-wrapper .spaces-available-items-list .spaces-available-item .item-info .item-ctas .wp-block-button__link:last-child {
	margin-right:0!important
}
.property-listing-legal-text {
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
.property-listing-legal-text .property-listing-legal {
	text-align:center;
	margin:40px auto
}
@media screen and (min-width:75em) {
.property-listing-legal-text .property-listing-legal {
margin:5vw auto;
padding:0 10%
}
}
@media screen and (min-width:120em) {
.property-listing-legal-text .property-listing-legal {
margin:96px auto
}
}
.property-listing-legal-text .property-listing-legal .main-content-area p {
font-size:.8125rem
}
@media screen and (min-width:75em) {
.property-listing-legal-text .property-listing-legal .main-content-area p {
font-size:1rem
}
}
.single-listings-property-book-a-tour {
	margin:50px auto;
	width:100%;
	max-width:120rem;
	background-color: #e6e6e6;
    padding: 6vw 0;
}
@media print, screen and (min-width:40em) {
.single-listings-property-book-a-tour {
margin:5vw auto
}
}
@media screen and (min-width:120em) {
.single-listings-property-book-a-tour {
margin:96px auto
}
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper {
	padding:0 15px;
	text-align:center;
	position:relative
}
@media print, screen and (min-width:40em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper {
padding:2vw 4vw 0;
 
margin:0 auto;
max-width:100%;
width:100%
}
}
@media screen and (min-width:75em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper {
width:100%
}
}
@media screen and (min-width:120em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper {
padding:57px 76px
}
}
@media screen and (min-width:75em) {
 
.single-listings-property-book-a-tour-wrapper:before {
content:'';
display:block;
background:url(../images/general/square-pattern-blue.png);
background-position:0 2px;
-webkit-flex-grow:3;
-ms-flex-positive:3;
flex-grow:3;
-webkit-order:2;
-ms-flex-order:2;
order:2;
position:absolute;
left:2px;
width:30px;
height:300px;
background-size:12px;
top:50%;
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
transform:translate(0, -50%)
}

}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper.team-leaders-wrapper {
	box-shadow:none
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .book-a-tour-title {
	font-size:1.55rem;
	color:#274156;
	font-weight:600;
	text-transform:none;
	margin-bottom:20px
}
@media screen and (min-width:75em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .book-a-tour-title {
font-size:2rem
}
}
@media screen and (min-width:75em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .main-content-area p {
font-size:1rem
}
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list {
	margin-top:30px;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around
}
@media print, screen and (min-width:40em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list {
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start;
-webkit-justify-content:space-around;
-ms-flex-pack:distribute;
justify-content:space-around
}
}
@media screen and (min-width:75em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list {
margin-top:4vw
}
}
@media screen and (min-width:120em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list {
margin-top:76px
}
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list .agent-item {
	-webkit-flex-basis:42%;
	-ms-flex-preferred-size:42%;
	flex-basis:42%;
	margin-bottom:20px
}
@media print, screen and (min-width:40em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list .agent-item {
-webkit-flex-basis:30%;
-ms-flex-preferred-size:30%;
flex-basis:30%;
margin-bottom:30px
}
}
@media print, screen and (min-width:64em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list .agent-item {
margin-bottom:0px
}
}
@media screen and (min-width:87.5em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list .agent-item {
margin-bottom:0px
}
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-init .slick-list {
	width:100%
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-init .slick-slide .agent-item {
	padding-left:15px;
	padding-right:15px
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-init.slick-initialized .agent-slide-wrapper {
	display:block
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-init .agent-slide-wrapper {
	display:none
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-init .agent-slide-wrapper:first-child {
	display:block
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav {
	margin-top:10px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media print, screen and (min-width:40em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav {
position:absolute;
top:50%;
left:-2%;
width:104%
}
}
@media screen and (min-width:75em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav {
left:2%;
width:98%
}
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow {
	position:relative;
	display:block;
	width:41px;
	height:19px;
	font-size:0;
	overflow:hidden;
	cursor:pointer
}
@media print, screen and (min-width:40em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow {
bottom:auto;
top:20%;
margin-top:-10px
}
}
@media print, screen and (min-width:64em) {
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow {
top:10%
}
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow:after, .single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
transition:all .5s
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow:before {
	opacity:1;
	z-index:2
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow:after {
	opacity:0;
	z-index:1
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow:hover:before {
	opacity:0;
	z-index:1
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow:hover:after {
	opacity:1;
	z-index:2
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow.slick-prev {
	left:2%
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow.slick-prev:before {
	background-image:url(../images/general/arrow-left-1.png)
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow.slick-prev:after {
	background-image:url(../images/general/arrow-left-2.png)
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow.slick-next {
	right:2%
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow.slick-next:before {
	background-image:url(../images/general/arrow-right-1.png)
}
.single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list-slick-slider-nav .slick-arrow.slick-next:after {
	background-image:url(../images/general/arrow-right-2.png)
}
.aerial-view-modal-elem.reveal.large {
	padding:0
}
.aerial-view-modal-elem.reveal.large:focus {
	outline:0
}
@media print, screen and (min-width:40em) {
.aerial-view-modal-elem.reveal.large {
width:95%;
max-width:1920px;
min-height:0;
max-height:100vh
}
}
.aerial-view-modal-elem iframe {
	width:100%;
	height:100%
}
@media print, screen and (min-width:40em) {
.aerial-view-modal-elem iframe {
height:90vh;
max-height:1080px
}
}
.aerial-view-modal-elem .close-button {
	top:15px;
	right:8px
}
.aerial-view-modal-elem .close-button .x-icon {
	position:relative
}
.aerial-view-modal-elem .close-button .x-icon span {
	position:relative;
	display:block;
	width:24px;
	height:3px;
	background-color:#333
}
.aerial-view-modal-elem .close-button .x-icon span:nth-child(1) {
top:1px;
-webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg)
}
.aerial-view-modal-elem .close-button .x-icon span:nth-child(2) {
top:-2px;
-webkit-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
transform:rotate(-45deg)
}
.about-page-careers {
	background-color:#e6e6e6;
	padding: 6vw 0;
	margin:50px auto;
	position:relative;
	width:100%;
	max-width:120rem
}
@media print, screen and (min-width:40em) {
.about-page-careers {
margin:5vw auto
}
}
@media screen and (min-width:120em) {
.about-page-careers {
margin:96px auto
}
}
.about-page-careers .about-page-careers-wrapper {
	padding:0 15px 120px;
	position:relative
}
@media print, screen and (min-width:40em) {
.about-page-careers .about-page-careers-wrapper {
padding:0 4vw;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
}
@media screen and (min-width:75em) {
.about-page-careers .about-page-careers-wrapper {
-webkit-justify-content:space-around;
-ms-flex-pack:distribute;
justify-content:space-around;
padding:0 12vw
}
}
@media screen and (min-width:90em) {
.about-page-careers .about-page-careers-wrapper {
padding:0 17vw
}
}
@media screen and (min-width:120em) {
.about-page-careers .about-page-careers-wrapper {
padding:0 326px
}
}
@media screen and (min-width:75em) {
.about-page-careers .about-page-careers-wrapper:before {
content:'';
display:block;
background:url(../images/general/square-pattern-blue.png);
background-position:0 2px;
-webkit-flex-grow:3;
-ms-flex-positive:3;
flex-grow:3;
-webkit-order:2;
-ms-flex-order:2;
order:2;
position:absolute;
left:2px;
width:30px;
height:300px;
background-size:12px;
top:50%;
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
transform:translate(0, -50%)
}
}
.about-page-careers .about-page-careers-wrapper .careers-info {
	margin-bottom:60px
}
@media print, screen and (min-width:40em) {
.about-page-careers .about-page-careers-wrapper .careers-info {
width:45%;
margin:0
}
}
@media screen and (min-width:75em) {
.about-page-careers .about-page-careers-wrapper .careers-info {
width:400px;
margin:0 auto
}
}
.about-page-careers .about-page-careers-wrapper .careers-info .careers-title {
	font-size:2rem;
	color:#666;
	text-transform:none;
	font-weight:400
}
@media print, screen and (min-width:40em) {
.about-page-careers .about-page-careers-wrapper .careers-info .main-content-area {
margin:40px auto
}
}
.about-page-careers .about-page-careers-wrapper .careers-info .careers-cta {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:0 15px
}
@media print, screen and (min-width:40em) {
.about-page-careers .about-page-careers-wrapper .careers-info .careers-cta {
position:relative;
left:auto;
bottom:auto;
padding:0
}
}
@media print, screen and (min-width:40em) {
.about-page-careers .about-page-careers-wrapper .recent-openings {
width:48%;
margin:0
}
}
@media screen and (min-width:75em) {
.about-page-careers .about-page-careers-wrapper .recent-openings {
width:30vw;
margin:0 auto
}
}
@media screen and (min-width:90em) {
.about-page-careers .about-page-careers-wrapper .recent-openings {
width:27vw;
margin:0 auto
}
}
@media screen and (min-width:120em) {
.about-page-careers .about-page-careers-wrapper .recent-openings {
width:518px
}
}
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-title {
	font-size:1.0625rem;
	color:#999;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:20px
}
@media print, screen and (min-width:40em) {
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-title {
padding-left:10px
}
}
@media screen and (min-width:75em) {
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-title {
padding-left:20px
}
}
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item {
	position:relative;
	padding:17px 40px 15px 0;
	border-bottom:1px solid #666;
	background:#fff;
transition:all .3s;
	display:block
}
@media print, screen and (min-width:40em) {
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item {
padding:17px 40px 15px 10px
}
}
@media screen and (min-width:75em) {
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item {
padding:30px 70px 25px 20px
}
}
@media print, screen and (min-width:40em) {
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item:last-child {
border-bottom:none
}
}
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item:after, .about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item:before {
	content:'';
	display:block;
	background-image:url(../images/general/dropdown-arrow-blue.svg);
	width:20px;
	height:20px;
	background-size:16px;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-10px;
	-webkit-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	transform:rotate(270deg);
	opacity:1;
transition:all .3s
}
@media print, screen and (min-width:40em) {
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item:after, .about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item:before {
right:10px
}
}
@media screen and (min-width:75em) {
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item:after, .about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item:before {
right:20px
}
}
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item:before {
	background-image:url(../images/general/dropdown-arrow-white.svg);
	opacity:0
}
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item .item-title {
	font-size:1.25rem;
	color:#274156;
	text-transform:none;
	font-weight:700;
	line-height:1.1em;
	margin:7px 0;
transition:all .3s
}
@media screen and (min-width:75em) {
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item .item-title {
font-size:1.375rem
}
}
@media screen and (min-width:90em) {
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item .item-title {
font-size:1.5rem
}
}
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item .item-description {
	font-size:1rem;
	color:#666;
	text-transform:none;
	font-weight:400;
	margin:7px 0;
transition:all .3s
}
@media screen and (min-width:75em) {
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item .item-description {
font-size:1.0625rem
}
}
@media screen and (min-width:90em) {
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item .item-description {
font-size:1.125rem
}
}
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item:hover {
	background:#0082ff
}
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item:hover:after {
	opacity:0
}
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item:hover:before {
	opacity:1
}
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item:hover .item-title {
	color:#fff
}
.about-page-careers .about-page-careers-wrapper .recent-openings .recent-opening-list .recent-opening-item:hover .item-description {
	color:#fff
}
.about-page-hero .about-page-hero-wrapper {
	position:relative
}
.about-page-hero .about-page-hero-wrapper:after, .about-page-hero .about-page-hero-wrapper:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	z-index:2;
	width:100%
}
.about-page-hero .about-page-hero-wrapper:before {
	bottom:0;
	height:90%;
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .35) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000', GradientType=0)
}
.about-page-hero .about-page-hero-wrapper:after {
	top:0;
	height:50%;
	background:linear-gradient(to bottom, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#59000000', endColorstr='#00000000', GradientType=0)
}
.about-page-hero .about-page-hero-wrapper .hero-image {
	width:100%;
	height:250px;
	background-position:center;
	background-size:cover;
	position:relative;
	z-index:1
}
@media print, screen and (min-width:40em) {
.about-page-hero .about-page-hero-wrapper .hero-image {
height:550px
}
}
@media print, screen and (min-width:64em) {
.about-page-hero .about-page-hero-wrapper .hero-image {
height:600px
}
}
@media screen and (min-width:75em) {
.about-page-hero .about-page-hero-wrapper .hero-image {
height:650px
}
}
@media screen and (min-width:120em) {
.about-page-hero .about-page-hero-wrapper .hero-image {
height:700px
}
}
@media screen and (min-width:137.5em) {
.about-page-hero .about-page-hero-wrapper .hero-image {
height:750px
}
}
@media screen and (min-width:150em) {
.about-page-hero .about-page-hero-wrapper .hero-image {
height:800px
}
}
.about-page-hero .about-page-hero-wrapper .hero-image:after {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#333;
	opacity:.3
}
.about-page-hero .about-page-hero-wrapper .hero-data {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	padding:0 20px 30px
}
@media print, screen and (min-width:40em) {
.about-page-hero .about-page-hero-wrapper .hero-data {
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
padding:100px 0 0
}
}
.about-page-hero .about-page-hero-wrapper .hero-data .hero-title {
font-size:.875rem;
	font-weight:700
}
@media print, screen and (min-width:40em) {
.about-page-hero .about-page-hero-wrapper .hero-data .hero-title {
font-size:1rem;
width:60%;
margin-left:auto;
margin-right:auto
}
}
@media print, screen and (min-width:64em) {
.about-page-hero .about-page-hero-wrapper .hero-data .hero-title {
width:50%
}
}
@media screen and (min-width:75em) {
.about-page-hero .about-page-hero-wrapper .hero-data .hero-title {
font-size:1.125rem;
margin-bottom:12px
}
}
@media screen and (min-width:100em) {
.about-page-hero .about-page-hero-wrapper .hero-data .hero-title {
font-size:1.5rem
}
}
.about-page-hero .about-page-hero-wrapper .hero-data .hero-description {
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
.about-page-hero .about-page-hero-wrapper .hero-data .hero-description p {
	display:block;
	color:#fff;
	font-size:1.375rem;
	font-weight:700;
	line-height:1.1;
	padding:0 5%;
	margin-bottom:30px
}
@media print, screen and (min-width:40em) {
.about-page-hero .about-page-hero-wrapper .hero-data .hero-description p {
font-size:1.75rem;
width:75%;
margin-left:auto;
margin-right:auto
}
}
@media print, screen and (min-width:64em) {
.about-page-hero .about-page-hero-wrapper .hero-data .hero-description p {
font-size:3.125vw;
width:65%
}
}
@media screen and (min-width:75em) {
.about-page-hero .about-page-hero-wrapper .hero-data .hero-description p {
font-size:2.8vw;
line-height: 1.3;
}
}
@media screen and (min-width:120em) {
.about-page-hero .about-page-hero-wrapper .hero-data .hero-description p {
font-size:3.25rem;
width:80%
}
}
.about-page-team {
	margin:50px auto;
	position:relative
}
@media print, screen and (min-width:40em) {
.about-page-team {
margin:5vw auto
}
}
@media print, screen and (min-width:40em) {
.about-page-team {
margin:7vw auto
}
}
@media screen and (min-width:120em) {
.about-page-team {
margin:134px auto
}
}
.about-page-team:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50vw;
	z-index:1;
	background:#e2e2e2;
	background:linear-gradient(to bottom, #e2e2e2 0, #fff 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#ffffff', GradientType=0)
}
@media print, screen and (min-width:40em) {
.about-page-team:before {
height:28vw
}
}
@media print, screen and (min-width:64em) {
.about-page-team:before {
height:22vw
}
}
@media screen and (min-width:90em) {
.about-page-team:before {
height:16vw
}
}
@media screen and (min-width:120em) {
.about-page-team:before {
height:307px
}
}
.about-page-team .about-page-team-wrapper {
	padding:0 20px;
	text-align:center;
	position:relative;
	z-index:2;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
@media print, screen and (min-width:40em) {
.about-page-team .about-page-team-wrapper {
padding:0 8vw
}
}
@media screen and (min-width:75em) {
.about-page-team .about-page-team-wrapper {
padding:0 15vw
}
}
@media screen and (min-width:120em) {
.about-page-team .about-page-team-wrapper {
padding:0 288px
}
}
.about-page-team .about-page-team-wrapper .team-title {
	font-size:2rem;
	color:#666;
	text-transform:none;
	font-weight:400
}
@media screen and (min-width:75em) {
.about-page-team .about-page-team-wrapper .team-title {
font-size:2.25rem
}
}
@media print, screen and (min-width:40em) {
.about-page-team .about-page-team-wrapper .main-content-area {
max-width:580px;
margin:0 auto
}
}
.about-page-team .about-page-team-wrapper .team-image, .about-page-team .about-page-team-wrapper .team-video {
	margin:40px auto;
	width:100%;
	height:50vw;
	position:relative;
	overflow:hidden
}
@media print, screen and (min-width:40em) {
.about-page-team .about-page-team-wrapper .team-image, .about-page-team .about-page-team-wrapper .team-video {
width:100%;
height:auto;
margin:4vw auto
}
}
@media print, screen and (min-width:40em) {
.about-page-team .about-page-team-wrapper .team-image, .about-page-team .about-page-team-wrapper .team-video {
margin:76px auto
}
}
.about-page-team .about-page-team-wrapper .team-image img, .about-page-team .about-page-team-wrapper .team-image video, .about-page-team .about-page-team-wrapper .team-video img, .about-page-team .about-page-team-wrapper .team-video video {
	position:absolute;
	left:50%;
	top:50%;
	height:100%;
	max-width:none;
	width:auto;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%)
}
@media print, screen and (min-width:40em) {
.about-page-team .about-page-team-wrapper .team-image img, .about-page-team .about-page-team-wrapper .team-image video, .about-page-team .about-page-team-wrapper .team-video img, .about-page-team .about-page-team-wrapper .team-video video {
position:relative;
left:auto;
top:auto;
height:auto;
max-width:100%;
width:100%;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.about-page-team .about-page-team-wrapper .team-cta {
	width:90%;
	margin:40px auto
}
@media print, screen and (min-width:40em) {
.about-page-team .about-page-team-wrapper .team-cta .button, .about-page-team .about-page-team-wrapper .team-cta .wp-block-button .wp-block-button__link, .wp-block-button .about-page-team .about-page-team-wrapper .team-cta .wp-block-button__link {
min-width:280px
}
}
.about-page-history {
	margin:50px auto;
	position:relative
}
@media print, screen and (min-width:40em) {
.about-page-history {
margin:5vw auto
}
}
@media print, screen and (min-width:40em) {
.about-page-history {
margin:7vw auto
}
}
@media screen and (min-width:120em) {
.about-page-history {
margin:134px auto
}
}
.about-page-history:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:#274156;
	position:absolute;
	left:0;
	top:0;
	z-index:1
}
@media screen and (min-width:75em) {
.about-page-history:before {
width:93%
}
}
@media screen and (min-width:120em) {
.about-page-history:before {
width:50%
}
}
@media screen and (min-width:120em) {
.about-page-history:after {
content:'';
display:block;
width:50%;
height:100%;
background:#fff;
position:absolute;
right:0;
top:0;
z-index:1
}
}
.about-page-history .about-page-history-wrapper {
	padding:40px 0 30px;
	color:#fff;
	text-align:center;
	position:relative;
	z-index:2;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
@media print, screen and (min-width:40em) {
.about-page-history .about-page-history-wrapper {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
padding-left:0;
padding-right:0
}
}
@media screen and (min-width:75em) {
.about-page-history .about-page-history-wrapper {
padding-left:10vw;
padding-right:10vw
}
}
@media screen and (min-width:90em) {
.about-page-history .about-page-history-wrapper {
padding-left:17vw;
padding-right:17vw
}
}
@media screen and (min-width:120em) {
.about-page-history .about-page-history-wrapper {
background-color:#274156;
padding-left:326px;
padding-right:326px
}
}
@media screen and (min-width:120em) {
.about-page-history .about-page-history-wrapper:after {
content:'';
position:absolute;
top:0;
right:0;
z-index:1;
width:150px;
height:100%;
background-color:#fff
}
}
.about-page-history .about-page-history-wrapper .history-title {
	color:#fff;
	font-size:2rem;
	font-weight:400;
	text-transform:none;
	margin-bottom:40px;
	position:relative;
	z-index:2
}
@media print, screen and (min-width:40em) {
.about-page-history .about-page-history-wrapper .history-title {
margin-bottom:0
}
}
@media screen and (min-width:75em) {
.about-page-history .about-page-history-wrapper .history-title {
font-size:2.25rem
}
}
.about-page-history .about-page-history-wrapper .history-gallery {
	position:relative;
	z-index:2
}
@media print, screen and (min-width:40em) {
.about-page-history .about-page-history-wrapper .history-gallery {
-webkit-order:3;
-ms-flex-order:3;
order:3;
margin-top:3vw;
margin-bottom:3vw
}
}
@media print, screen and (min-width:64em) {
.about-page-history .about-page-history-wrapper .history-gallery {
margin-top:1vw;
margin-bottom:1vw
}
}
@media screen and (min-width:120em) {
.about-page-history .about-page-history-wrapper .history-gallery {
margin-top:57px;
margin-bottom:57px
}
}
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav {
	position:absolute;
	left:0;
	top:60vw;
	width:100%;
	z-index:2;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding:0 30px
}
@media screen and (min-width:34.375em) {
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav {
top:58.5vw
}
}
@media print, screen and (min-width:40em) {
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav {
top:53.5vw;
padding:0 8vw
}
}
@media print, screen and (min-width:64em) {
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav {
top:-64px;
padding:0 3vw
}
}
@media screen and (min-width:75em) {
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav {
top:50%;
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
transform:translate(0, -50%);
width:112%;
left:-8%
}
}
@media screen and (min-width:90em) {
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav {
width:109%
}
}
@media screen and (min-width:120em) {
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav {
padding:0 57px
}
}
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav button {
	position:relative;
	z-index:2;
	display:block;
	width:41px;
	height:19px;
	cursor:pointer;
	text-indent:2000em;
	overflow:hidden
}
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav button:after, .about-page-history .about-page-history-wrapper .history-gallery .gallery-nav button:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
transition:all .5s
}
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav button:before {
	opacity:1;
	z-index:2
}
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav button:after {
	opacity:0;
	z-index:1
}
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav button:hover:before {
	opacity:0;
	z-index:1
}
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav button:hover:after {
	opacity:1;
	z-index:2
}
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav .nav-prev:before {
	background-image:url(../images/general/arrow-left-1.png)
}
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav .nav-prev:after {
	background-image:url(../images/general/arrow-left-2.png)
}
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav .nav-next:before {
	background-image:url(../images/general/arrow-right-1.png)
}
.about-page-history .about-page-history-wrapper .history-gallery .gallery-nav .nav-next:after {
	background-image:url(../images/general/arrow-right-2.png)
}
@media print, screen and (min-width:40em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .slick-list {
overflow:visible
}
}
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .slick-list .slick-track .slick-slide.slick-current .history-gallery-item .item-image:before {
	opacity:1
}
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item {
	padding:0 20px
}
@media print, screen and (min-width:40em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item {
padding:0 8vw
}
}
@media print, screen and (min-width:64em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item {
display:-webkit-flex!important;
display:-ms-flexbox!important;
display:flex!important;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
padding:0 3vw
}
}
@media screen and (min-width:75em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item {
padding:0 50px
}
}
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-image {
	position:relative;
	box-shadow:0 0 10px 0 rgba(0, 0, 0, .2)
}
@media print, screen and (min-width:64em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-image {
width:48%
}
}
@media screen and (min-width:90em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-image {
width:53%
}
}
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-image:before {
	content:'';
	display:block;
	position:absolute;
	right:100%;
	top:50%;
	width:14px;
	height:110px;
	background:url(../images/general/square-pattern-white.png);
	background-size:7px;
	z-index:1;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
	opacity:0
}
@media print, screen and (min-width:64em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-image:before {
background-size:12px;
left:-24px;
bottom:-30px;
width:102px;
height:204px;
-webkit-transform:none;
-ms-transform:none;
transform:none;
right:auto;
top:auto
}
}
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-image img {
	position:relative;
	z-index:2;
	width:100%
}
@media print, screen and (min-width:64em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-info {
width:50%;
text-align:left;
margin:0 auto;
padding-left:4%
}
}
@media screen and (min-width:90em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-info {
width:20vw;
padding:0
}
}
@media screen and (min-width:120em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-info {
width:384px
}
}
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-info .item-date {
	padding:30px 0;
	font-size:1.625rem;
	font-weight:700
}
@media print, screen and (min-width:40em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-info .item-date {
font-size:1.875rem
}
}
@media screen and (min-width:75em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-info .item-date {
font-size:2.25rem
}
}
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-info .item-date small {
font-size:.8125rem;
	vertical-align:top;
	margin-top:5px;
	display:inline-block;
	margin-left:5px
}
@media print, screen and (min-width:40em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-info .item-date small {
font-size:1rem
}
}
@media screen and (min-width:75em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-info .item-date small {
font-size:1.25rem
}
}
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-info .item-title {
	color:#fff;
	font-size:1.375rem;
	font-weight:400;
	margin-bottom:20px
}
@media print, screen and (min-width:40em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-info .item-title {
font-size:1.5625rem
}
}
@media screen and (min-width:75em) {
.about-page-history .about-page-history-wrapper .history-gallery .history-gallery-items-list .history-gallery-item .item-info .item-title {
font-size:1.75rem
}
}
.about-page-history .about-page-history-wrapper .history-items-list-paging {
	display:block;
	height:1px;
	margin:60px 20px 20px;
	background:#ccc;
	z-index:3;
	position:relative;
	color:#999;
font-size:.875rem
}
@media print, screen and (min-width:40em) {
.about-page-history .about-page-history-wrapper .history-items-list-paging {
-webkit-order:2;
-ms-flex-order:2;
order:2;
margin-left:8vw;
margin-right:8vw;
font-size:.9375rem
}
}
@media print, screen and (min-width:64em) {
.about-page-history .about-page-history-wrapper .history-items-list-paging {
margin-left:3vw;
margin-right:3vw;
font-size:1rem
}
}
@media screen and (min-width:75em) {
.about-page-history .about-page-history-wrapper .history-items-list-paging {
margin-left:50px;
margin-right:50px;
font-size:1.0625rem
}
}
@media screen and (min-width:90em) {
.about-page-history .about-page-history-wrapper .history-items-list-paging {
font-size:1.125rem
}
}
.about-page-history .about-page-history-wrapper .history-items-list-paging .start {
	position:absolute;
	left:0;
	bottom:100%;
	padding:10px 0
}
@media print, screen and (min-width:64em) {
.about-page-history .about-page-history-wrapper .history-items-list-paging .start {
left:50px
}
}
@media screen and (min-width:75em) {
.about-page-history .about-page-history-wrapper .history-items-list-paging .start {
left:0
}
}
.about-page-history .about-page-history-wrapper .history-items-list-paging .end {
	position:absolute;
	right:0;
	bottom:100%;
	padding:10px 0
}
@media print, screen and (min-width:64em) {
.about-page-history .about-page-history-wrapper .history-items-list-paging .end {
right:50px
}
}
@media screen and (min-width:75em) {
.about-page-history .about-page-history-wrapper .history-items-list-paging .end {
right:0
}
}
.about-page-history .about-page-history-wrapper .history-items-list-paging span {
	display:block;
	width:20%;
	height:3px;
	background:#0082ff;
	position:absolute;
	left:10%;
	bottom:0;
transition:all .5s
}
.about-page-mission {
	margin:0 auto 50px;
	width:100%;
	max-width:120rem
}
@media print, screen and (min-width:40em) {
.about-page-mission {
margin:0 auto 5vw
}
}
@media screen and (min-width:75em) {
.about-page-mission {
margin:0 auto 7vw
}
}
@media screen and (min-width:120em) {
.about-page-mission {
margin:0 auto 134px
}
}
.about-page-mission .about-page-mission-wrapper {
	padding:0
}
@media print, screen and (min-width:40em) {
.about-page-mission .about-page-mission-wrapper {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}
}
.about-page-mission .about-page-mission-wrapper .mission-image {
	position:relative;
	padding:60px 15px;
	margin-bottom:50px
}
@media print, screen and (min-width:40em) {
.about-page-mission .about-page-mission-wrapper .mission-image {
-webkit-order:2;
-ms-flex-order:2;
order:2;
width:55%;
margin:0;
padding:9vw 4vw 9vw 0
}
}
@media print, screen and (min-width:64em) {
.about-page-mission .about-page-mission-wrapper .mission-image {
padding:5vw 4vw 5vw 0
}
}
@media screen and (min-width:75em) {
.about-page-mission .about-page-mission-wrapper .mission-image {
padding:5vw 10vw 5vw 0
}
}
@media screen and (min-width:120em) {
.about-page-mission .about-page-mission-wrapper .mission-image {
padding:96px 192px 96px 0
}
}
.about-page-mission .about-page-mission-wrapper .mission-image .image {
	position:relative;
	z-index:3;
	box-shadow:5px 0 10px 0 rgba(0, 0, 0, .2)
}
.about-page-mission .about-page-mission-wrapper .mission-image .image:after {
	content:'';
	display:block;
	position:absolute;
	right:-30px;
	bottom:-15px;
	width:110px;
	height:110px;
	background:url(../images/general/square-pattern-white.png);
	background-size:7px;
	z-index:2
}
@media print, screen and (min-width:64em) {
.about-page-mission .about-page-mission-wrapper .mission-image .image:after {
background-size:12px;
right:-30px;
bottom:-26px;
width:119px;
height:250px
}
}
@media screen and (min-width:90em) {
.about-page-mission .about-page-mission-wrapper .mission-image .image:after {
height:405px
}
}
.about-page-mission .about-page-mission-wrapper .mission-image .image img {
	position:relative;
	width:100%;
	z-index:3
}
.about-page-mission .about-page-mission-wrapper .mission-image:before {
	content:'';
	display:block;
	width:2000em;
	height:100%;
	position:absolute;
	left:60px;
	top:0;
	background:#274156;
	z-index:1
}
@media print, screen and (min-width:40em) {
.about-page-mission .about-page-mission-wrapper .mission-image:before {
left:4.5vw
}
}
@media screen and (min-width:120em) {
.about-page-mission .about-page-mission-wrapper .mission-image:before {
left:86px
}
}
.about-page-mission .about-page-mission-wrapper .mission-text {
	padding:0 25px
}
@media print, screen and (min-width:40em) {
.about-page-mission .about-page-mission-wrapper .mission-text {
-webkit-order:1;
-ms-flex-order:1;
order:1;
padding:0 25px 0 0;
width:45%;
margin:0 0 0 4vw
}
}
@media screen and (min-width:75em) {
.about-page-mission .about-page-mission-wrapper .mission-text {
width:420px;
margin:0 0 0 10vw
}
}
@media screen and (min-width:120em) {
.about-page-mission .about-page-mission-wrapper .mission-text {
margin:0 0 0 192px
}
}
.about-page-mission .about-page-mission-wrapper .mission-text .mission-text-title {
	font-size:2.0625rem;
	color:#666;
	text-transform:none;
	font-weight:400
}
@media print, screen and (min-width:40em) {
.about-page-mission .about-page-mission-wrapper .mission-text .mission-text-title {
font-size:1.875rem
}
}
@media screen and (min-width:90em) {
.about-page-mission .about-page-mission-wrapper .mission-text .mission-text-title {
font-size:2.0625rem
}
}
@media screen and (min-width:90em) {
.about-page-mission .about-page-mission-wrapper .mission-text .mission-text-title {
font-size:2.25rem
}
}
@media screen and (min-width:75em) {
.about-page-mission .about-page-mission-wrapper .mission-text .main-content-area p {
font-size:1.125rem
}
}
.about-page-markets {
	margin:50px auto;
	width:100%;
	max-width:120rem
}
@media print, screen and (min-width:40em) {
.about-page-markets {
margin:5vw auto
}
}
@media screen and (min-width:75em) {
.about-page-markets {
margin:7vw auto
}
}
@media screen and (min-width:120em) {
.about-page-markets {
margin:134px auto
}
}
.about-page-markets .about-page-markets-wrapper {
	padding:0 25px;
	text-align:center
}
@media print, screen and (min-width:40em) {
.about-page-markets .about-page-markets-wrapper {
padding:0 4vw
}
}
@media screen and (min-width:75em) {
.about-page-markets .about-page-markets-wrapper {
padding:0 5vw
}
}
@media screen and (min-width:90em) {
.about-page-markets .about-page-markets-wrapper {
padding:0 7vw
}
}
@media screen and (min-width:120em) {
.about-page-markets .about-page-markets-wrapper {
padding:0 135px
}
}
.about-page-markets .about-page-markets-wrapper .markets-title {
	word-spacing:100vw;
	font-size:2rem
}
@media screen and (min-width:75em) {
.about-page-markets .about-page-markets-wrapper .markets-title {
font-size:3.5rem;
margin-bottom:70px
}
}
@media print, screen and (min-width:40em) {
.about-page-markets .about-page-markets-wrapper .markets-list {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item {
	margin-bottom:60px
}
@media print, screen and (min-width:40em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item {
margin-bottom:40px;
-webkit-flex-basis:48%;
-ms-flex-preferred-size:48%;
flex-basis:48%
}
}
@media print, screen and (min-width:64em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item {
margin-bottom:0;
-webkit-flex-basis:24%;
-ms-flex-preferred-size:24%;
flex-basis:24%
}
}
@media screen and (min-width:75em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item {
-webkit-flex-basis:22%;
-ms-flex-preferred-size:22%;
flex-basis:22%
}
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image {
	position:relative;
	margin-bottom:10px
}
@media screen and (min-width:75em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image {
margin-bottom:30px
}
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .market-link {
	position:absolute;
	top:0;
	left:0;
	z-index:4;
	width:100%;
	height:100%
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .market-link .market-link-title {
	display:none
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .image {
	position:relative;
	z-index:1
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .image img {
	width:100%
}
@media screen and (min-width:75em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .image:before {
content:'';
display:block;
position:absolute;
right:100%;
top:50%;
height:150px;
width:22px;
background:url(../images/general/square-pattern-blue.png);
background-size:12px;
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
transform:translate(0, -50%)
}
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info {
	position:absolute;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	right:0;
	bottom:0;
	color:#fff;
	padding:15px 10px 10px 0;
	text-align:center;
	width:180px
}
@media print, screen and (min-width:40em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info {
font-size:3.125vw;
padding:.5em .7em .5em 0;
width:20vw
}
}
@media print, screen and (min-width:64em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info {
padding:.5em .5em .4em 0;
width:15vw
}
}
@media screen and (min-width:75em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info {
width:14vw
}
}
@media screen and (min-width:100em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info {
width:13.5vw
}
}
@media screen and (min-width:120em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info {
font-size:3.75rem;
width:16.25rem
}
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#274156;
	opacity:.8;
	z-index:1
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info .info-number {
	position:relative;
	z-index:2;
	font-size:1.5rem;
	font-weight:700;
	text-transform:uppercase;
	line-height:2.5rem;
	margin-right:10px;
	width:calc(100% - 62px);
	text-align:right
}
@media print, screen and (min-width:40em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info .info-number {
font-size:.75em;
line-height:.75em;
width:calc(100% - 32px)
}
}
@media print, screen and (min-width:64em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info .info-number {
font-size:.55em
}
}
@media screen and (min-width:75em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info .info-number {
font-size:.65em;
line-height:.65em
}
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info .info-number span {
	font-size:2.5rem
}
@media print, screen and (min-width:40em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info .info-number span {
font-size:1.8em
}
}
@media screen and (min-width:75em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info .info-number span {
font-size:1.6em
}
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info .info-number-description {
	position:relative;
	z-index:2;
font-size:.6875rem;
	font-weight:400;
	padding:10px 0;
	text-transform:uppercase;
	text-align:left;
	line-height:1em
}
@media print, screen and (min-width:40em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info .info-number-description {
font-size:.45em;
padding-bottom:0
}
}
@media print, screen and (min-width:64em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info .info-number-description {
font-size:.35em
}
}
@media screen and (min-width:75em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info .info-number-description {
font-size:.25em
}
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-image .info .info-number-description:before {
	content:'';
	display:block;
	width:35px;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	top:0
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-info .market-name {
	font-size:1.75rem;
	color:#274156;
	font-weight:400;
	padding-bottom:5px;
	margin-bottom:15px;
	position:relative
}
@media screen and (min-width:75em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-info .market-name {
font-size:2rem
}
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-info .market-name:after {
	content:'';
	display:block;
	width:60px;
	height:1px;
	background:#274156;
	left:50%;
	bottom:0;
	-webkit-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	position:absolute
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-info .market-address {
font-size:.875rem;
	color:#666;
	font-weight:400;
	margin:0 auto;
	width:95%
}
@media screen and (min-width:75em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-info .market-address {
font-size:1rem
}
}
@media screen and (min-width:90em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-info .market-address {
font-size:1.125rem
}
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-info .market-address__city, .about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-info .market-address__street {
	display:block;
	line-height:1.15
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-info .market-address__street {
margin-bottom:.625rem
}
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-info .market-phone {
	font-size:1.25rem;
	color:#666;
	font-weight:700;
	margin-top:10px
}
@media screen and (min-width:75em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-info .market-phone {
font-size:1.375rem;
margin-top:30px
}
}
@media screen and (min-width:90em) {
.about-page-markets .about-page-markets-wrapper .markets-list .market-item .market-info .market-phone {
font-size:1.5rem
}
}
.about-page-markets .about-page-markets-wrapper .markets-cta {
	display:none
}
.team-page-our-team {
	padding-top:120px;
 }
@media print, screen and (min-width:64em) {
.team-page-our-team {
padding-top:200px;
background-size:70vw;
background-position:50% 0
}
}
@media screen and (min-width:120em) {
.team-page-our-team {
background-size:1350px
}
}
.team-page-our-team-heading-wrapper {
	position:relative;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-top:30px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
	width:100%;
	max-width:120rem
}
@media print, screen and (min-width:40em) {
.team-page-our-team-heading-wrapper {
margin-top:0;
margin-bottom:0;
padding:4vw 5vw
}
}
@media screen and (min-width:75em) {
.team-page-our-team-heading-wrapper {
padding:4vw 7.5vw
}
}
@media screen and (min-width:120em) {
.team-page-our-team-heading-wrapper {
padding:76px 145px
}
}
.team-page-our-team-heading-wrapper:before {
	content:'';
	display:block;
	position:absolute;
	left:3px;
	top:50%;
	width:26px;
	height:100%;
	background:url(../images/general/square-pattern-blue.png);
	background-size:7px;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
@media print, screen and (min-width:40em) {
.team-page-our-team-heading-wrapper:before {
background-size:12px;
width:20px;
left:0;
bottom:0;
top:auto;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
@media print, screen and (min-width:64em) {
.team-page-our-team-heading-wrapper:before {
width:30px
}
}
@media screen and (min-width:90em) {
.team-page-our-team-heading-wrapper:before {
width:46px
}
}
.team-page-our-team-heading-wrapper .our-team-title {
	color:#274156;
	z-index:2;
	font-size:2.25rem;
	line-height:1.5em;
	font-weight:700;
	padding-left:40px;
	margin:0 10px 0 0;
	-webkit-flex-grow:0;
	-ms-flex-positive:0;
	flex-grow:0
}
@media print, screen and (min-width:40em) {
.team-page-our-team-heading-wrapper .our-team-title {
padding:0;
white-space:nowrap;
margin-left:20px
}
}
@media print, screen and (min-width:64em) {
.team-page-our-team-heading-wrapper .our-team-title {
font-size:3.1vw;
margin:0 3vw 0 0
}
}
@media screen and (min-width:120em) {
.team-page-our-team-heading-wrapper .our-team-title {
font-size:3.75rem;
margin:0 57px 0 0
}
}
.team-page-our-team-heading-wrapper .filters-nav {
	position:relative;
	background:0 0;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding-left:5px;
	padding-right:5px;
	z-index:9999
}
@media print, screen and (min-width:64em) {
.team-page-our-team-heading-wrapper .filters-nav {
position:relative;
z-index:10;
background-color:transparent;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
}
.team-page-our-team-heading-wrapper .filters-nav .team-filter-nav-container {
	position:relative;
	height:100%;
	width:100%;
	max-width:250px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.team-page-our-team-heading-wrapper .filters-nav .team-filter-nav-container .team-member-category-filter {
	text-align:left;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media print, screen and (min-width:64em) {
.team-page-our-team-heading-wrapper .filters-nav .team-filter-nav-container .team-member-category-filter {
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
text-align:center
}
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list {
	position:relative;
	display:block;
	max-width:250px;
	max-height:45px;
	background-color:#274156
}
@media print, screen and (min-width:40em) {
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list {
max-height:65px
}
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .filters-nav-filter {
	border:none;
	height:100%
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .filters-nav-filter.is-accordion-submenu-parent[aria-expanded=false] .filter-title-closed {
	display:inline-block
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .filters-nav-filter.is-accordion-submenu-parent[aria-expanded=false] .filter-title-open {
	display:none
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .filters-nav-filter.is-accordion-submenu-parent[aria-expanded=true] .filter-title-closed {
	display:none
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .filters-nav-filter.is-accordion-submenu-parent[aria-expanded=true] .filter-title-open {
	display:inline-block;
	padding-left:20px
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .filters-nav-filter.is-accordion-submenu-parent[aria-expanded=true] .icon {
	right:auto;
	left:0;
	width:15px
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .filters-nav-filter.is-accordion-submenu-parent[aria-expanded=true] .icon span {
	transition:none
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .filters-nav-filter.is-accordion-submenu-parent[aria-expanded=true] .icon span:nth-child(1) {
width:100%;
-webkit-transform:translateY(1px) rotate(45deg);
-ms-transform:translateY(1px) rotate(45deg);
transform:translateY(1px) rotate(45deg)
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .filters-nav-filter.is-accordion-submenu-parent[aria-expanded=true] .icon span:nth-child(2) {
width:100%;
-webkit-transform:translateY(-4px) rotate(-45deg);
-ms-transform:translateY(-4px) rotate(-45deg);
transform:translateY(-4px) rotate(-45deg)
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .filters-nav-filter.is-accordion-submenu-parent[aria-expanded=true] .icon span:nth-child(3) {
display:none
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .category-nav-filter-title:after {
	display:none
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .category-nav-filter-title .desktop-filter-title {
	display:none
}
@media print, screen and (min-width:40em) {
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .category-nav-filter-title .desktop-filter-title {
width:100%;
height:100%;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .category-nav-filter-title .mobile-filter-title {
	color:#fff;
	position:relative;
	z-index:3;
	padding-right:27px;
font-size:.6875rem;
	line-height:1.2em;
	display:block;
	cursor:pointer;
	font-weight:400
}
@media print, screen and (min-width:40em) {
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .category-nav-filter-title .mobile-filter-title {
display:none
}
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .category-nav-filter-title .mobile-filter-title .icon {
	display:block;
	width:20px;
	position:absolute;
	top:50%;
	right:0;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .category-nav-filter-title .mobile-filter-title .icon span {
	display:block;
	height:2px;
	background:#fff;
	margin:3px 0;
	width:60%;
transition:width .5s
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .category-nav-filter-title .mobile-filter-title .icon span:nth-child(2) {
width:80%
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .category-nav-filter-title .mobile-filter-title .icon span:nth-child(3) {
width:100%
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .category-nav-filter-title .mobile-filter-title:hover .icon span {
	width:100%!important
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu {
	width:200px;
	min-width:100%;
	background-color:#274156;
	border:none;
	right:0;
	left:auto;
	background:#274156;
	color:#fff;
	padding:15px 10px;
	margin-top:1px
}
@media print, screen and (min-width:40em) {
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu {
width:300px;
padding:20px
}
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu.is-accordion-submenu {
	position:absolute;
	top:100%;
	right:0
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu .filters-nav-filter {
	border:none
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu .filters-nav-filter .alm-filter--title h3 {
	color:#fff;
	margin-bottom:5px;
	text-transform:uppercase;
font-size:.875rem;
	font-weight:700
}
@media print, screen and (min-width:40em) {
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu .filters-nav-filter .alm-filter--title h3 {
font-size:1rem
}
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu .filters-nav-filter .alm-filters {
	width:100%
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu .filters-nav-filter .alm-filters .alm-filter {
	margin-bottom:15px
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu .filters-nav-filter .alm-filters .alm-filter:nth-child(2) {
margin-bottom:0
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu .filters-nav-filter .alm-filters ul {
	list-style:none;
	margin-left:12px
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu .filters-nav-filter .alm-filters ul li .alm-filter--link {
	cursor:pointer;
	outline:0;
transition:.35s ease color
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu .filters-nav-filter .alm-filters ul li .alm-filter--link.active {
	color:#2996ff
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu .filters-nav-filter .alm-filters ul li a {
font-size:.75rem;
	position:relative;
	color:#fff;
	padding:12px 30px 12px 0;
	z-index:10
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu .filters-nav-filter .alm-filters ul li a:after {
	content:'';
	position:absolute;
	right:0;
	top:50%;
	width:14px;
	height:14px;
	background:0 0;
	border:1px solid #fff;
	margin-top:-7px;
transition:all .5s
}
.team-page-our-team-heading-wrapper .filters-nav .filters-nav-list.team-members-filters-nav-list .submenu .filters-nav-filter .alm-filters ul li a.active:after {
	background:#0082ff
}
.team-page-our-team-listings-wrapper {
	margin-top:50px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
	width:100%;
	max-width:120rem;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media print, screen and (min-width:40em) {
.team-page-our-team-listings-wrapper {
padding:0 5vw;
margin-top:20px;
margin-bottom:20px
}
}
@media screen and (min-width:75em) {
.team-page-our-team-listings-wrapper {
padding:0 7.5vw
}
}
@media screen and (min-width:120em) {
.team-page-our-team-listings-wrapper {
padding:0 145px
}
}
.team-page-our-team-listings-wrapper .desktop-team-listings {
	display:none
}
@media print, screen and (min-width:64em) {
.team-page-our-team-listings-wrapper .desktop-team-listings {
display:block
}
}
@media print, screen and (min-width:64em) {
.team-page-our-team-listings-wrapper .mobile-team-listings {
display:none
}
}
.team-page-our-team-listings-wrapper .ajax-load-more-wrap {
	width:100%
}
.team-page-our-team-listings-wrapper .alm-btn-wrap {
	text-align:center;
	margin-bottom:40px
}
.team-page-our-team-listings-wrapper .alm-btn-wrap .alm-load-more-btn {
	width:300px;
	position:relative;
padding:.95rem 1rem;
	background-color:#0082ff;
	border:2px solid #0082ff;
	color:#fff!important;
	text-transform:uppercase;
font-size:.875rem;
	font-weight:700;
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	text-align:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
transition:all .5s;
	cursor:pointer
}
.team-page-our-team-listings-wrapper .alm-btn-wrap .alm-load-more-btn.done {
	display:none
}
.team-page-our-team-listings-wrapper .alm-btn-wrap .alm-load-more-btn:active, .team-page-our-team-listings-wrapper .alm-btn-wrap .alm-load-more-btn:focus, .team-page-our-team-listings-wrapper .alm-btn-wrap .alm-load-more-btn:hover {
	background-color:#274156;
	border-color:#274156;
	color:#fff!important
}
.team-page-our-team-listings-wrapper .agents-list .alm-reveal {
	width:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.team-page-our-team-listings-wrapper .agents-list .agent-list-item {
	width:calc(50% - 20px);
	-webkit-flex-basis:calc(50% - 20px);
	-ms-flex-preferred-size:calc(50% - 20px);
	flex-basis:calc(50% - 20px);
	display:block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px
}
@media print, screen and (min-width:40em) {
.team-page-our-team-listings-wrapper .agents-list .agent-list-item {
width:calc(33.33333% - 20px);
-webkit-flex-basis:calc(33.33333% - 20px);
-ms-flex-preferred-size:calc(33.33333% - 20px);
flex-basis:calc(33.33333% - 20px);
margin-bottom:50px
}
}
@media screen and (min-width:75em) {
.team-page-our-team-listings-wrapper .agents-list .agent-list-item {
width:calc(25% - 30px);
-webkit-flex-basis:calc(25% - 30px);
-ms-flex-preferred-size:calc(25% - 30px);
flex-basis:calc(25% - 30px);
margin-left:15px;
margin-right:15px
}
}
@media screen and (min-width:90em) {
.team-page-our-team-listings-wrapper .agents-list .agent-list-item {
width:calc(20% - 40px);
-webkit-flex-basis:calc(20% - 40px);
-ms-flex-preferred-size:calc(20% - 40px);
flex-basis:calc(20% - 40px);
margin-left:20px;
margin-right:20px
}
}
.team-page-our-team-listings-wrapper .agents-list .agent-item {
	width:100%
}
@media print, screen and (min-width:40em) {
.team-page-our-team-listings-wrapper .agents-list .agent-item .agent-image {
margin-bottom:20px
}
}
.team-page-our-team-listings-wrapper .agents-list .agent-item .agent-image:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#0082ff;
	opacity:0;
transition:all .5s
}
.team-page-our-team-listings-wrapper .agents-list .agent-item .agent-image:after {
	content:'VIEW PROFILE';
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	width:calc(100% - 30px);
	height:calc(100% - 30px);
	border:2px solid #fff;
	color:#fff;
	position:absolute;
	left:15px;
	top:15px;
	font-size:1rem;
	font-weight:700;
	opacity:0;
transition:all .5s;
	-webkit-transform:scale(.95);
	-ms-transform:scale(.95);
	transform:scale(.95)
}
@media print, screen and (min-width:40em) {
.team-page-our-team-listings-wrapper .agents-list .agent-item .agent-name {
font-size:1.25rem
}
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agents-list .agent-item .agent-name {
font-size:1.4375rem;
padding-bottom:10px;
margin-bottom:10px
}
}
@media screen and (min-width:75em) {
.team-page-our-team-listings-wrapper .agents-list .agent-item .agent-name {
font-size:1.625rem;
padding-bottom:15px;
margin-bottom:15px
}
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agents-list .agent-item .agent-name:after {
width:75px
}
}
@media print, screen and (min-width:40em) {
.team-page-our-team-listings-wrapper .agents-list .agent-item .agent-position {
font-size:.875rem
}
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agents-list .agent-item .agent-position {
font-size:1rem
}
}
@media screen and (min-width:75em) {
.team-page-our-team-listings-wrapper .agents-list .agent-item .agent-position {
font-size:1.125rem
}
}
.team-page-our-team-listings-wrapper .agents-list .agent-item:hover .agent-image:before {
	opacity:.5
}
.team-page-our-team-listings-wrapper .agents-list .agent-item:hover .agent-image:after {
	opacity:1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}
.team-page-our-team-listings-wrapper .archive-team-cta {
	text-align:center;
	margin:40px 0
}
.team-page-our-team-listings-wrapper .agent-full-wrapper {
	position:fixed;
	right:100%;
	top:0;
	width:100%;
	height:100%;
	z-index:9999;
	padding:0;
transition:all .5s
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-bg {
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background:#000;
	opacity:0;
	z-index:1;
	visibility:hidden;
transition:left .5s
}
.team-page-our-team-listings-wrapper .agent-full-wrapper.visible {
	display:block
}
.team-page-our-team-listings-wrapper .agent-full-wrapper.active {
	right:0
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper.active {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper.active .agent-full-bg {
	visibility:visible;
	opacity:.7
}
@media print, screen and (min-width:40em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper {
padding:0 5vw
}
}
@media screen and (min-width:75em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper {
padding:0 7.5vw
}
}
@media screen and (min-width:120em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper {
padding:0 145px
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container {
	width:100%;
	height:100%;
	overflow:auto
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full {
	padding:15px;
	background:#274156;
	color:#fff;
	text-align:center;
	z-index:2;
	width:100%;
	position:relative;
	max-width:100%
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full {
padding:0;
box-shadow:-10px 10px 50px 0 rgba(0, 0, 0, .4);
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
}
@media screen and (min-width:120em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full {
max-width:1575px
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-close {
	display:block;
	position:absolute;
	right:15px;
	top:15px;
	width:28px;
	height:28px;
	z-index:3
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-close {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
right:10px;
top:10px
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-image {
	margin:0 auto 10px;
	position:relative;
	display:inline-block;
	width:55vw;
	height:70vw;
	background-position:center;
	background-size:cover
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-image {
width:27%;
-webkit-flex-shrink:1;
-ms-flex-negative:1;
flex-shrink:1;
-webkit-flex-grow:1;
-ms-flex-positive:1;
flex-grow:1;
-webkit-flex-basis:27%;
-ms-flex-preferred-size:27%;
flex-basis:27%;
margin:0;
height:auto;
max-height:650px
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-image:before {
	content:'';
	display:block;
	position:absolute;
	right:100%;
	top:50%;
	width:21px;
	height:150px;
	background:url(../images/general/square-pattern-white.png);
	background-size:7px;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-image:before {
display:none
}
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info {
width:73%;
-webkit-flex-shrink:1;
-ms-flex-negative:1;
flex-shrink:1;
-webkit-flex-grow:1;
-ms-flex-positive:1;
flex-grow:1;
-webkit-flex-basis:73%;
-ms-flex-preferred-size:73%;
flex-basis:73%;
padding:20px;
text-align:left;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
position:relative
}
}
@media screen and (min-width:75em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info {
padding:2vw 4vw
}
}
@media screen and (min-width:120em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info {
padding:38px 76px
}
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data {
position:relative;
-webkit-order:1;
-ms-flex-order:1;
order:1
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-name {
	font-size:1.75rem
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-name {
font-size:3vw;
line-height:1em
}
}
@media screen and (min-width:90em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-name {
font-size:2.875rem
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-position {
	font-size:1.125rem
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-position {
font-size:1.8vw
}
}
@media screen and (min-width:90em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-position {
font-size:1.625rem
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-social {
	text-align:center;
	margin:20px auto
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-social {
text-align:left;
position:absolute;
top:-7px;
left:100%;
margin-left:30px
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-social a {
	margin:0 5px;
	display:inline-block;
	width:25px
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-data .agent-social a img {
	width:25px;
	height:25px
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .sep {
	display:none
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .sep {
display:block;
width:100%;
height:1px;
background:#979797;
-webkit-order:3;
-ms-flex-order:3;
order:3;
margin:20px 0
}
}
@media screen and (min-width:75em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .sep {
margin:30px 0
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio {
	margin:20px auto
}
@media print, screen and (min-width:40em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio {
position:relative;
left:-18px
}
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio {
width:100%;
-webkit-order:4;
-ms-flex-order:4;
order:4;
margin:0 0 30px;
padding-right:230px;
min-height:240px
}
}
@media screen and (min-width:90em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio {
padding-right:250px
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .ss-container:active .ss-scroll, .team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .ss-container:focus .ss-scroll, .team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .ss-container:hover .ss-scroll {
	opacity:1
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .ss-grabbed {
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area {
	height:auto;
	position:relative
}
@media print, screen and (min-width:40em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area {
height:250px
}
}
@media print, screen and (min-width:64em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area {
height:300px
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area .ss-wrapper {
	float:none
}
@media print, screen and (min-width:40em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area .ss-wrapper {
float:left
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area .ss-wrapper .ss-content {
	width:100%;
	padding-right:32px;
	position:relative;
	right:-18px;
	box-sizing:border-box
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area .ss-scroll {
	position:relative;
	background:rgba(0, 0, 0, .1);
	width:9px;
	border-radius:4px;
	top:0;
	z-index:2;
	cursor:pointer;
	opacity:0;
transition:opacity .25s linear
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area p {
font-size:.875rem
}
@media screen and (min-width:75em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area p {
font-size:.9375rem
}
}
@media screen and (min-width:90em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-bio .main-content-area p {
font-size:1rem
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location {
	margin:30px auto
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location {
width:45%;
margin:0;
position:relative;
padding-left:35px;
-webkit-order:2;
-ms-flex-order:2;
order:2
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-icon {
	width:21px;
	margin:5px auto
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-icon {
position:absolute;
margin:0;
left:0;
top:50%;
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
transform:translate(0, -50%)
}
}
@media screen and (min-width:56.25em) and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-icon {
margin-top:0
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-name {
	font-size:1.375rem;
	margin:5px auto
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-name {
margin-top:0
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-address {
	margin:5px auto;
font-size:.875rem;
	color:#fff
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-address {
color:#fff;
font-size:.75rem;
margin-bottom:0
}
}
@media screen and (min-width:75em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-location .agent-location-address {
font-size:.875rem
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info {
	margin:20px auto;
	color:#fff;
	font-size:1rem
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info {
width:100%;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
color:#fff;
-webkit-order:6;
-ms-flex-order:6;
order:6;
margin:0;
padding-right:230px;
-webkit-align-self:flex-end;
-ms-flex-item-align:end;
align-self:flex-end;
font-size:.875rem
}
}
@media print, screen and (min-width:64em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info {
font-size:.9375rem
}
}
@media screen and (min-width:90em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info {
padding-right:250px;
font-size:1rem
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info .agent-contact-info-item {
	margin:10px auto
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info .agent-contact-info-item {
margin:0
}
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info .agent-contact-info-item span {
display:block
}
}
@media screen and (min-width:90em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info .agent-contact-info-item span {
display:inline
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info .agent-contact-info-item a {
	color:#fff
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-contact-info .agent-contact-info-item a {
color:#fff;
font-weight:700
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info {
	margin:20px auto
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info {
width:190px;
text-align:center;
margin:0;
position:absolute;
right:20px;
bottom:20px
}
}
@media screen and (min-width:75em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info {
right:4vw;
bottom:2vw
}
}
@media screen and (min-width:120em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info {
right:76px;
bottom:38px
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info .agent-blog-image {
	width:80%;
	margin:30px auto;
	box-shadow:0 0 10px 0 rgba(0, 0, 0, .2)
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info .agent-blog-image img {
	width:100%
}
@media screen and (min-width:56.25em) {
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info .agent-blog-image {
width:100%;
margin-top:0
}
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info .agent-blog-title {
	font-size:1.25rem;
	color:#fff
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info .agent-blog-cta {
	text-align:center
}
.team-page-our-team-listings-wrapper .agent-full-wrapper .agent-full-container .agent-full .agent-info .agent-blog-info .agent-blog-cta a {
	margin:10px auto 0;
	width:190px
}
.services-page-read-more {
	margin:50px auto 0;
	background:#eee;
	padding:10vw 0
}
@media print, screen and (min-width:40em) {
.services-page-read-more {
margin:5vw auto 0;
padding:7vw 0
}
}
@media screen and (min-width:120em) {
.services-page-read-more {
margin:96px auto 0;
padding:134px 0
}
}
.services-page-read-more .services-page-read-more-wrapper {
	padding:0 15px;
	text-align:center;
	max-width:1400px;
	margin:0 auto
}
@media screen and (min-width:75em) {
.services-page-read-more .services-page-read-more-wrapper {
padding:0 4vw
}
}
@media screen and (min-width:120em) {
.services-page-read-more .services-page-read-more-wrapper {
padding:0 76px
}
}
.services-page-read-more .services-page-read-more-wrapper .read-more-title {
	font-size:1.5rem;
	color:#666;
	font-weight:400;
	text-transform:none;
	margin-bottom:30px
}
@media print, screen and (min-width:40em) {
.services-page-read-more .services-page-read-more-wrapper .read-more-title {
margin-bottom:5vw
}
}
@media screen and (min-width:75em) {
.services-page-read-more .services-page-read-more-wrapper .read-more-title {
font-size:1.875rem
}
}
@media screen and (min-width:120em) {
.services-page-read-more .services-page-read-more-wrapper .read-more-title {
margin-bottom:96px
}
}
.services-page-read-more .services-page-read-more-wrapper .post-listing .post-item .post-item-image:after {
	content:'VIEW ARTICLE'
}
@media screen and (max-width:39.9375em) {
.services-page-read-more .services-page-read-more-wrapper .post-listing .post-item:last-child {
-webkit-flex-basis:96%;
-ms-flex-preferred-size:96%;
flex-basis:96%
}
}
.services-page-service {
	padding-top:0px;
 	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
@media print, screen and (min-width:40em) {
 
}
 
@media screen and (min-width:120em) {
.services-page-service {
background-size:1350px
}
}
.services-page-service .services-page-service-wrapper {
	padding:0 15px
}
@media print, screen and (min-width:40em) {
.services-page-service .services-page-service-wrapper {
padding-left:3vw;
padding-right:3vw
}
}
@media print, screen and (min-width:64em) {
.services-page-service .services-page-service-wrapper {
padding-left:7vw;
padding-right:7vw
}
}
@media screen and (min-width:90em) {
.services-page-service .services-page-service-wrapper {
padding-left:13vw;
padding-right:13vw
}
}
@media screen and (min-width:120em) {
.services-page-service .services-page-service-wrapper {
padding-left:250px;
padding-right:250px
}
}
.services-page-service .services-page-service-wrapper .services-page-title {
	position:relative;
	margin-bottom:50px
}
@media print, screen and (min-width:40em) {
.services-page-service .services-page-service-wrapper .services-page-title {
display:none
}
}
.services-page-service .services-page-service-wrapper .services-page-title:before {
	content:'';
	display:block;
	position:absolute;
	left:100%;
	top:50%;
	width:13px;
	height:60px;
	background:url(../images/general/square-pattern-blue.png);
	background-size:7px;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
	margin-left:2px
}
.services-page-service .services-page-service-wrapper .service-detail {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media print, screen and (min-width:64em) {
.services-page-service .services-page-service-wrapper .service-detail {
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch
}
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info {
	width:100%;
	margin-bottom:30px
}
@media print, screen and (min-width:64em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info {
width:50%;
margin:3vw 0 0
}
}
@media screen and (min-width:120em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info {
margin:57px 0 0
}
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-detail-title {
	color:#274156;
	font-size:1.875rem;
	line-height:.9em;
	font-weight:700;
	text-transform:uppercase
}
@media print, screen and (min-width:64em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-detail-title {
font-size: 1.675rem;
line-height:1.3;
padding:0;
margin-right:2vw
}
}
@media screen and (min-width:120em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-detail-title {
font-size:3.75rem
}
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features {
	width:95%;
	margin:20px auto
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features button {
    padding: 0 10px;}
	
@media print, screen and (min-width:64em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features {
width:100%;
margin:40px auto 0
}
}
@media print, screen and (min-width:40em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .slick-track {
width:100%!important;
-webkit-transform:none!important;
-ms-transform:none!important;
transform:none!important;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
}
@media print, screen and (min-width:40em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .slick-track:after, .services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .slick-track:before {
display:none!important
}
}
@media print, screen and (min-width:40em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .slick-slide {
width:100%!important;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .slick-slide>div {
	width:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
@media print, screen and (min-width:40em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .slick-slide>div {
width:48%;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons.slick-initialized .item-icon {
	display:-webkit-flex!important;
	display:-ms-flexbox!important;
	display:flex!important
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .item-icon {
	width:100%;
	display:none;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	margin:20px 0;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media screen and (min-width:36.875em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .item-icon {
padding-left:10px;
padding-right:10px
}
}
@media print, screen and (min-width:40em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .item-icon {
padding-left:15px;
padding-right:15px;
width:100%!important
}
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .item-icon:first-child {
	display:-webkit-flex!important;
	display:-ms-flexbox!important;
	display:flex!important
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .item-icon .icon-image {
	margin:0 30px 0 15px
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .item-icon .icon-image img {
	height:59px;
	width:auto
}
@media print, screen and (min-width:64em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .item-icon .icon-image img {
height:30px
}
}
@media screen and (min-width:75em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .item-icon .icon-image img {
height:59px
}
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .item-icon .icon-title {
	position:relative;
	padding-top:10px;
font-size:.9375rem;
	line-height:1.2em;
	width:140px
}
@media print, screen and (min-width:64em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .item-icon .icon-title {
width:110px
}
}
@media screen and (min-width:100em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .item-icon .icon-title {
width:140px
}
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .item-icon .icon-title:before {
	content:'';
	display:block;
	width:40px;
	height:1px;
	background:#999;
	position:absolute;
	left:0;
	top:0;
	opacity:.5
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .item-icon .icon-deacription {
	width:100%;
	font-size:1rem;
	margin-top:20px
}
@media print, screen and (min-width:40em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-features .item-icons .item-icon .icon-deacription {
margin:30px auto 0
}
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-image {
	position:relative;
	width:95%;
	height:67vw;
	box-shadow:0 2px 9px 0 rgba(0, 0, 0, .1);
	margin:0 auto
}
@media print, screen and (min-width:40em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-image {
width:100%;
margin:0
}
}
@media print, screen and (min-width:64em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-image {
width:45%;
height:auto
}
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-image:before {
	content:'';
	display:block;
	position:absolute;
	left:100%;
	top:50%;
	width:14px;
	height:130px;
	background:url(../images/general/square-pattern-blue.png);
	background-size:7px;
	z-index:1;
	margin-left:3px;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
@media print, screen and (min-width:40em) {
.services-page-service .services-page-service-wrapper .service-detail .service-detail-image:before {
background-size:12px;
width:80px;
height:200px;
-webkit-transform:none;
-ms-transform:none;
transform:none;
left:auto;
right:-24px;
top:-20px
}
}
.services-page-service .services-page-service-wrapper .service-detail .service-detail-image .item-image {
	position:relative;
	z-index:2;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat
}
.services-page-service .services-page-service-wrapper .service-features {
	width:95%;
	margin:50px auto
}
@media print, screen and (min-width:64em) {
.services-page-service .services-page-service-wrapper .service-features {
width:100%;
margin-bottom:0
}
}
.services-page-service .services-page-service-wrapper .service-features .item-icons {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
@media print, screen and (min-width:40em) {
.services-page-service .services-page-service-wrapper .service-features .item-icons {
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}
}
.services-page-service .services-page-service-wrapper .service-features .item-icons .item-icon {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	margin:20px 0;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.services-page-service .services-page-service-wrapper .service-features .item-icons .item-icon .icon-image {
	margin:0 30px 0 15px
}
.services-page-service .services-page-service-wrapper .service-features .item-icons .item-icon .icon-image img {
	height:59px;
	width:auto
}
.services-page-service .services-page-service-wrapper .service-features .item-icons .item-icon .icon-title {
	position:relative;
	padding-top:10px;
font-size:.9375rem;
	width:70px;
	line-height:1.2em
}
.services-page-service .services-page-service-wrapper .service-features .item-icons .item-icon .icon-title:before {
	content:'';
	display:block;
	width:40px;
	height:1px;
	background:#999;
	position:absolute;
	left:0;
	top:0;
	opacity:.5
}
.services-page-service .services-page-service-wrapper .service-features .item-icons .item-icon .icon-deacription {
	width:100%;
	font-size:1rem;
	margin-top:20px
}
@media print, screen and (min-width:40em) {
.services-page-service .services-page-service-wrapper .service-features .item-icons .item-icon .icon-deacription {
margin:30px auto
}
}
.page-template-tenant-advisory-page .site-header .top-bar ul li.current-menu-item a {
	color:#df6f1d
}
.page-template-tenant-advisory-page .site-header .top-bar ul li.current-menu-item a:after {
	background:#df6f1d
}
.page-template-tenant-advisory-page .services-page-service .services-page-service-wrapper .service-detail .service-detail-info .service-detail-title {
	color:#df6f1d
}
.page-template-tenant-advisory-page .services-page-service .services-page-service-wrapper .service-detail .service-detail-image:before {
	background:url(../images/general/square-pattern-orange.png)
}
.page-template-tenant-advisory-page .services-page-value-prop:before {
	background:url(../images/general/square-pattern-orange.png)
}
.page-template-tenant-advisory-page .services-page-value-prop .services-page-value-prop-wrapper .value-prop-title {
	color:#df6f1d
}
.page-template-tenant-advisory-page .services-page-our-process .services-page-our-process-wrapper .our-process-title {
	color:#df6f1d
}
.page-template-tenant-advisory-page .front-page-services {
	padding-top:90px;
	background:url(../images/general/cpr-signature.svg) no-repeat;
	background-size:100%;
	background-position:0 80px
}
@media print, screen and (min-width:40em) {
.page-template-tenant-advisory-page .front-page-services {
padding-top:150px;
margin-top:0
}
}
@media print, screen and (min-width:64em) {
.page-template-tenant-advisory-page .front-page-services {
padding-top:220px;
background-size:70vw;
background-position:50% 0
}
}
@media screen and (min-width:120em) {
.page-template-tenant-advisory-page .front-page-services {
background-size:1350px
}
}
.page-template-tenant-advisory-page .front-page-services .front-page-services-items-wrapper .services-items-list .services-item .item-images:before {
	background:url(../images/general/square-pattern-orange.png)
}
.page-template-tenant-advisory-page .relationships-section:before {
	background:#df6f1d
}
@media screen and (min-width:120em) {
.page-template-tenant-advisory-page .relationships-section .relationships-section-wrapper {
background-color:#df6f1d
}
}
.page-template-tenant-advisory-page .about-page-careers .about-page-careers-wrapper:before {
	background:url(../images/general/square-pattern-orange.png)
}
.page-template-tenant-advisory-page .front-page-testimonials .front-page-testimonials-wrapper .testimonials-items-list .testimonials-item .item-logo {
	background:#df6f1d
}
.page-template-tenant-advisory-page .front-page-testimonials .front-page-testimonials-wrapper .testimonials-items-list .testimonials-item .item-data .item-data-name {
	color:#df6f1d
}
.page-template-tenant-advisory-page .property-detail-page-book-a-tour .property-detail-page-book-a-tour-wrapper:before {
	background:url(../images/general/square-pattern-orange.png)
}
.page-template-tenant-advisory-page .single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper:before {
	background:url(../images/general/square-pattern-orange.png)
}
.page-template-tenant-advisory-page .single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .book-a-tour-cta .button, .page-template-tenant-advisory-page .single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .book-a-tour-cta .wp-block-button .wp-block-button__link, .wp-block-button .page-template-tenant-advisory-page .single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .book-a-tour-cta .wp-block-button__link {
	background:#df6f1d;
	border-color:#df6f1d
}
.page-template-tenant-advisory-page .single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .book-a-tour-cta .button:hover, .page-template-tenant-advisory-page .single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .book-a-tour-cta .wp-block-button .wp-block-button__link:hover, .wp-block-button .page-template-tenant-advisory-page .single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .book-a-tour-cta .wp-block-button__link:hover {
	border-color:#666
}
.page-template-tenant-advisory-page .agents-list .agent-item .agent-name {
	color:#df6f1d
}
.page-template-tenant-advisory-page .agents-list .agent-item .agent-name:after {
	background:#df6f1d
}
.page-template-tenant-advisory-page .services-page-read-more .services-page-read-more-wrapper .post-listing .post-item-info .post-item-title h4 {
	color:#df6f1d
}
.page-template-tenant-advisory-page .testimonials-section .testimonials-section-wrapper .testimonials-items-list .testimonials-item .item-logo {
	background-color:#df6f1d
}
.page-template-tenant-advisory-page .testimonials-section .testimonials-section-wrapper .testimonials-items-list-paging span {
	background-color:#df6f1d
}
.page-template-tenant-advisory-page .testimonials-section .testimonials-section-wrapper .slide-counter .current-slide-num {
	color:#df6f1d
}
.tenant-advisory-page-service {
	padding-top:90px;
	background:url(../images/general/cpr-signature.svg) no-repeat;
	background-size:100%;
	background-position:0 80px
}
@media print, screen and (min-width:40em) {
.tenant-advisory-page-service {
padding-top:150px;
margin-top:0
}
}
@media print, screen and (min-width:64em) {
.tenant-advisory-page-service {
padding-top:220px;
background-size:70vw;
background-position:50% 0
}
}
@media screen and (min-width:120em) {
.tenant-advisory-page-service {
background-size:1350px
}
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper {
	padding:0 15px
}
@media print, screen and (min-width:40em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper {
padding-left:3vw;
padding-right:3vw
}
}
@media print, screen and (min-width:64em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper {
padding-left:7vw;
padding-right:7vw
}
}
@media screen and (min-width:90em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper {
padding-left:13vw;
padding-right:13vw
}
}
@media screen and (min-width:120em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper {
padding-left:250px;
padding-right:250px
}
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .tenant-advisory-page-title {
	position:relative;
	margin-bottom:50px
}
@media print, screen and (min-width:40em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .tenant-advisory-page-title {
display:none
}
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .tenant-advisory-page-title:before {
	content:'';
	display:block;
	position:absolute;
	left:100%;
	top:50%;
	width:13px;
	height:60px;
	background:url(../images/general/square-pattern-orange.png);
	background-size:7px;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
	margin-left:2px
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media print, screen and (min-width:40em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail {
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch
}
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail .service-detail-info {
	width:100%;
	margin-bottom:30px;
	max-width:440px
}
@media print, screen and (min-width:40em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail .service-detail-info {
-webkit-flex-basis:45%;
-ms-flex-preferred-size:45%;
flex-basis:45%;
margin:3vw 0
}
}
@media print, screen and (min-width:64em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail .service-detail-info {
-webkit-flex-basis:40%;
-ms-flex-preferred-size:40%;
flex-basis:40%
}
}
@media screen and (min-width:120em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail .service-detail-info {
margin:57px 0
}
}
@media print, screen and (min-width:64em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail .service-detail-info .service-detail-title {
font-size:2.25rem
}
}
@media screen and (min-width:75em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail .service-detail-info .service-detail-title {
font-size:2.625rem
}
}
@media screen and (min-width:90em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail .service-detail-info .service-detail-title {
font-size:3rem
}
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail .service-detail-image {
	position:relative;
	width:95%;
	height:67vw;
	box-shadow:0 2px 9px 0 rgba(0, 0, 0, .1);
	margin:0 auto
}
@media print, screen and (min-width:40em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail .service-detail-image {
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
height:auto;
width:auto;
margin:0
}
}
@media print, screen and (min-width:64em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail .service-detail-image {
-webkit-flex-basis:55%;
-ms-flex-preferred-size:55%;
flex-basis:55%
}
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail .service-detail-image:before {
	content:'';
	display:block;
	position:absolute;
	left:100%;
	top:50%;
	width:14px;
	height:130px;
	background:url(../images/general/square-pattern-orange.png);
	background-size:7px;
	z-index:1;
	margin-left:3px;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
@media print, screen and (min-width:40em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail .service-detail-image:before {
background-size:12px;
width:80px;
height:200px;
-webkit-transform:none;
-ms-transform:none;
transform:none;
left:auto;
right:-24px;
top:-20px
}
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-detail .service-detail-image .item-image {
	position:relative;
	z-index:2;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-features {
	width:95%;
	margin:50px auto
}
@media print, screen and (min-width:64em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-features {
width:100%
}
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-features .item-icons {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
@media print, screen and (min-width:40em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-features .item-icons {
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-features .item-icons .item-icon {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	margin:20px 0;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media print, screen and (min-width:40em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-features .item-icons .item-icon {
-webkit-flex-basis:48%;
-ms-flex-preferred-size:48%;
flex-basis:48%
}
}
@media print, screen and (min-width:64em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-features .item-icons .item-icon {
-webkit-flex-basis:22%;
-ms-flex-preferred-size:22%;
flex-basis:22%
}
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-features .item-icons .item-icon .icon-image {
	margin:0 30px 0 15px
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-features .item-icons .item-icon .icon-image img {
	height:59px;
	width:auto
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-features .item-icons .item-icon .icon-title {
	position:relative;
	padding-top:10px;
font-size:.9375rem;
	width:70px;
	line-height:1.2em
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-features .item-icons .item-icon .icon-title:before {
	content:'';
	display:block;
	width:40px;
	height:1px;
	background:#999;
	position:absolute;
	left:0;
	top:0;
	opacity:.5
}
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-features .item-icons .item-icon .icon-deacription {
	width:100%;
	font-size:1rem;
	margin-top:20px
}
@media print, screen and (min-width:40em) {
.tenant-advisory-page-service .tenant-advisory-page-service-wrapper .service-features .item-icons .item-icon .icon-deacription {
margin:30px auto
}
}
.services-page-our-process .services-page-our-process-wrapper {
	padding:0 15px;
	position:relative;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
@media print, screen and (min-width:40em) {
.services-page-our-process .services-page-our-process-wrapper {
padding-top:80px;
padding-left:3vw;
padding-right:3vw
}
}
@media print, screen and (min-width:64em) {
.services-page-our-process .services-page-our-process-wrapper {
padding-left:7vw;
padding-right:7vw
}
}
@media screen and (min-width:90em) {
.services-page-our-process .services-page-our-process-wrapper {
padding-top:5vw;
padding-left:13vw;
padding-right:13vw
}
}
@media screen and (min-width:120em) {
.services-page-our-process .services-page-our-process-wrapper {
padding-top:96px;
padding-left:250px;
padding-right:250px
}
}
.services-page-our-process .services-page-our-process-wrapper .our-process-title {
	color:#274156;
	width:95%;
	margin:0 auto -20px
}
@media print, screen and (min-width:64em) {
.services-page-our-process .services-page-our-process-wrapper .our-process-title {
width:100%
}
}
@media print, screen and (min-width:40em) {
.services-page-our-process .services-page-our-process-wrapper:before {
content:'';
display:block;
width:85%;
height:10px;
background:#eee;
position:absolute;
left:7.5%;
top:0
}
}
.services-page-our-process .services-page-our-process-wrapper .service-features {
	width:95%;
	margin:50px auto
}
@media print, screen and (min-width:64em) {
.services-page-our-process .services-page-our-process-wrapper .service-features {
width:100%
}
}
.services-page-our-process .services-page-our-process-wrapper .service-features .item-icons .item-icon {
	width:100%;
	margin:20px 0
}
@media screen and (min-width:36.875em) {
.services-page-our-process .services-page-our-process-wrapper .service-features .item-icons .item-icon {
padding-left:10px;
padding-right:10px
}
}
@media print, screen and (min-width:40em) {
.services-page-our-process .services-page-our-process-wrapper .service-features .item-icons .item-icon {
padding-left:15px;
padding-right:15px
}
}
.services-page-our-process .services-page-our-process-wrapper .service-features .item-icons .item-icon .icon-image-title {
	width:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
.services-page-our-process .services-page-our-process-wrapper .service-features .item-icons .item-icon .icon-image {
	margin:0 30px 0 15px
}
.services-page-our-process .services-page-our-process-wrapper .service-features .item-icons .item-icon .icon-image img {
	height:59px;
	width:auto
}
@media print, screen and (min-width:64em) {
.services-page-our-process .services-page-our-process-wrapper .service-features .item-icons .item-icon .icon-image img {
height:30px
}
}
@media screen and (min-width:75em) {
.services-page-our-process .services-page-our-process-wrapper .service-features .item-icons .item-icon .icon-image img {
height:59px
}
}
.services-page-our-process .services-page-our-process-wrapper .service-features .item-icons .item-icon .icon-title {
	position:relative;
	padding-top:10px;
font-size:.9375rem;
	width:140px;
	line-height:1.2em
}
@media print, screen and (min-width:64em) {
.services-page-our-process .services-page-our-process-wrapper .service-features .item-icons .item-icon .icon-title {
width:110px
}
}
@media screen and (min-width:100em) {
.services-page-our-process .services-page-our-process-wrapper .service-features .item-icons .item-icon .icon-title {
width:140px
}
}
.services-page-our-process .services-page-our-process-wrapper .service-features .item-icons .item-icon .icon-title:before {
	content:'';
	display:block;
	width:40px;
	height:1px;
	background:#999;
	position:absolute;
	left:0;
	top:0;
	opacity:.5
}
.services-page-our-process .services-page-our-process-wrapper .service-features .item-icons .item-icon .icon-deacription {
	width:100%;
	font-size:1rem;
	margin-top:20px
}
@media print, screen and (min-width:40em) {
.services-page-our-process .services-page-our-process-wrapper .service-features .item-icons .item-icon .icon-deacription {
margin:30px auto
}
}
.services-page-value-prop {
	position:relative;
	margin:40px 0;
	padding:4vw 0;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}

.services-page-value-prop table {
    border-collapse: collapse;
    width: 100%;
	max-width:50%;
	margin:2rem auto 0rem auto;
     border: 0;
}
.services-page-value-prop tbody, .services-page-value-prop tfoot, .services-page-value-prop thead {
    border: 0px solid #f1f1f1;
    background-color: #fefefe;
}
@media print, screen and (min-width:64em) {
.services-page-value-prop {
margin-top:0vw;
margin-bottom:0vw
}
}
@media screen and (min-width:120em) {
.services-page-value-prop {
margin-top:76px;
margin-bottom:76px;
padding:76px 0
}
}
@media print, screen and (min-width:64em) {
.services-page-value-prop:before {
content:'';
display:block;
position:absolute;
left:0;
top:50%;
height:100%;
background:url(../images/general/square-pattern-blue.png);
z-index:1;
margin-left:3px;
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
transform:translate(0, -50%);
background-size:12px;
width:30px
}
}
@media screen and (min-width:64em) and (min-width:75em) {
.services-page-value-prop:before {
width:45px
}
}
.services-page-value-prop .services-page-value-prop-wrapper {
	padding:0 15px
}
@media print, screen and (min-width:40em) {
.services-page-value-prop .services-page-value-prop-wrapper {
padding-left:3vw;
padding-right:3vw
}
}
@media print, screen and (min-width:64em) {
.services-page-value-prop .services-page-value-prop-wrapper {
padding-left:7vw;
padding-right:7vw
}
}
@media screen and (min-width:90em) {
.services-page-value-prop .services-page-value-prop-wrapper {
padding-left:13vw;
padding-right:13vw
}
}
@media screen and (min-width:120em) {
.services-page-value-prop .services-page-value-prop-wrapper {
padding-left:250px;
padding-right:250px
}
}
.services-page-value-prop .services-page-value-prop-wrapper .value-prop-title {
	color:#274156;
	width:95%;
	margin:0 auto -20px
}
@media print, screen and (min-width:64em) {
.services-page-value-prop .services-page-value-prop-wrapper .value-prop-title {
width:100%
}
}
.services-page-value-prop .services-page-value-prop-wrapper .services-page-value-prop-content {
	text-align:center;
	width:95%;
	margin:0 auto
}

.services-page-value-prop .services-page-value-prop-wrapper .services-page-value-prop-content h3 {
    font-size: 1.675rem;
    color: #c1a367;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
}

@media print, screen and (min-width:64em) {
.services-page-value-prop .services-page-value-prop-wrapper .services-page-value-prop-content {
width:100%
}
}
.services-page-value-prop .services-page-value-prop-wrapper .service-features {
	width:95%;
	margin:50px auto
}
@media print, screen and (min-width:64em) {
.services-page-value-prop .services-page-value-prop-wrapper .service-features {
width:100%
}
}
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .slick-slide>div {
	width:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
@media print, screen and (min-width:40em) {
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .slick-slide>div {
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}
}
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .item-icon {
	width:100%;
	display:-webkit-flex!important;
	display:-ms-flexbox!important;
	display:flex!important;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	margin:20px 0;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media screen and (min-width:36.875em) {
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .item-icon {
padding-left:10px;
padding-right:10px
}
}
@media print, screen and (min-width:40em) {
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .item-icon {
padding-left:15px;
padding-right:15px
}
}
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .item-icon .icon-image {
	margin:0 30px 0 15px
}
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .item-icon .icon-image img {
	height:59px;
	width:auto
}
@media print, screen and (min-width:64em) {
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .item-icon .icon-image img {
height:30px
}
}
@media screen and (min-width:75em) {
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .item-icon .icon-image img {
height:59px
}
}
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .item-icon .icon-title {
	position:relative;
	padding-top:10px;
font-size:.9375rem;
	line-height:1.2em;
	width:140px
}
@media print, screen and (min-width:64em) {
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .item-icon .icon-title {
width:110px
}
}
@media screen and (min-width:100em) {
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .item-icon .icon-title {
width:140px
}
}
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .item-icon .icon-title:before {
	content:'';
	display:block;
	width:40px;
	height:1px;
	background:#999;
	position:absolute;
	left:0;
	top:0;
	opacity:.5
}
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .item-icon .icon-deacription {
	width:100%;
	font-size:1rem;
	margin-top:20px
}
@media print, screen and (min-width:40em) {
.services-page-value-prop .services-page-value-prop-wrapper .service-features .item-icons .item-icon .icon-deacription {
margin:30px auto
}
}
.page-template-service-page .item-icons .slick-slide>div, .page-template-tenant-advisory-page .item-icons .slick-slide>div {
	width:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
@media print, screen and (min-width:40em) {
.page-template-service-page .item-icons .slick-slide>div, .page-template-tenant-advisory-page .item-icons .slick-slide>div {
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}
}
.page-template-service-page .services-slick-navigation, .page-template-tenant-advisory-page .services-slick-navigation {
	margin-top:10px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.page-template-service-page .services-slick-navigation .slick-arrow, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow {
	position:relative;
	display:block;
	width:41px;
	height:19px;
	font-size:0;
	overflow:hidden;
	cursor:pointer
}
@media print, screen and (min-width:40em) {
.page-template-service-page .services-slick-navigation .slick-arrow, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow {
bottom:auto;
top:20%;
margin-top:-10px
}
}
@media print, screen and (min-width:64em) {
.page-template-service-page .services-slick-navigation .slick-arrow, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow {
top:10%
}
}
.page-template-service-page .services-slick-navigation .slick-arrow:after, .page-template-service-page .services-slick-navigation .slick-arrow:before, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow:after, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
transition:all .5s
}
.page-template-service-page .services-slick-navigation .slick-arrow:before, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow:before {
	opacity:1;
	z-index:2
}
.page-template-service-page .services-slick-navigation .slick-arrow:after, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow:after {
	opacity:0;
	z-index:1
}
.page-template-service-page .services-slick-navigation .slick-arrow:hover:before, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow:hover:before {
	opacity:0;
	z-index:1
}
.page-template-service-page .services-slick-navigation .slick-arrow:hover:after, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow:hover:after {
	opacity:1;
	z-index:2
}
.page-template-service-page .services-slick-navigation .slick-arrow.slick-prev, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow.slick-prev {
	left:30px
}
@media print, screen and (min-width:40em) {
.page-template-service-page .services-slick-navigation .slick-arrow.slick-prev, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow.slick-prev {
left:5.5vw;
margin-left:-20px
}
}
@media screen and (min-width:120em) {
.page-template-service-page .services-slick-navigation .slick-arrow.slick-prev, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow.slick-prev {
left:115px
}
}
.page-template-service-page .services-slick-navigation .slick-arrow.slick-prev:before, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow.slick-prev:before {
	background-image:url(../images/general/arrow-left-1.png)
}
.page-template-service-page .services-slick-navigation .slick-arrow.slick-prev:after, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow.slick-prev:after {
	background-image:url(../images/general/arrow-left-2.png)
}
.page-template-service-page .services-slick-navigation .slick-arrow.slick-next, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow.slick-next {
	right:30px
}
@media print, screen and (min-width:40em) {
.page-template-service-page .services-slick-navigation .slick-arrow.slick-next, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow.slick-next {
right:5.5vw;
margin-right:-20px
}
}
@media screen and (min-width:120em) {
.page-template-service-page .services-slick-navigation .slick-arrow.slick-next, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow.slick-next {
right:115px
}
}
.page-template-service-page .services-slick-navigation .slick-arrow.slick-next:before, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow.slick-next:before {
	background-image:url(../images/general/arrow-right-1.png)
}
.page-template-service-page .services-slick-navigation .slick-arrow.slick-next:after, .page-template-tenant-advisory-page .services-slick-navigation .slick-arrow.slick-next:after {
	background-image:url(../images/general/arrow-right-2.png)
}
.page-template-service-page .single-listings-property-book-a-tour, .page-template-tenant-advisory-page .single-listings-property-book-a-tour {
	margin-top:80px
}
.page-template-service-page .team-leaders-wrapper .main-content-area, .page-template-tenant-advisory-page .team-leaders-wrapper .main-content-area {
	margin-bottom:30px
}
.page-template-service-page .team-leaders-wrapper .main-content-area p, .page-template-tenant-advisory-page .team-leaders-wrapper .main-content-area p {
	line-height:1.6
}
.page-template-service-page .team-leaders-wrapper .book-a-tour-cta, .page-template-tenant-advisory-page .team-leaders-wrapper .book-a-tour-cta {
	margin-bottom:30px
}
.page-template-service-page .team-leaders-wrapper .book-a-tour-cta .button, .page-template-service-page .team-leaders-wrapper .book-a-tour-cta .wp-block-button .wp-block-button__link, .page-template-tenant-advisory-page .team-leaders-wrapper .book-a-tour-cta .button, .page-template-tenant-advisory-page .team-leaders-wrapper .book-a-tour-cta .wp-block-button .wp-block-button__link, .wp-block-button .page-template-service-page .team-leaders-wrapper .book-a-tour-cta .wp-block-button__link, .wp-block-button .page-template-tenant-advisory-page .team-leaders-wrapper .book-a-tour-cta .wp-block-button__link {
	margin-bottom:0;
	min-width:200px
}
.page-template-service-page .single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper:before, .page-template-tenant-advisory-page .single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper:before {
	height:65%
}
.page-template-service-page .single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list, .page-template-tenant-advisory-page .single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list {
	margin-top:30px
}
@media screen and (min-width:75em) {
.page-template-service-page .single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list, .page-template-tenant-advisory-page .single-listings-property-book-a-tour .single-listings-property-book-a-tour-wrapper .agents-list {
margin-top:40px
}
}
.archive-post-hero {
	display:block;
	width:100%;
	margin-bottom:50px
}
.archive-post-hero .archive-post-hero-wrapper {
	position:relative;
	z-index:1
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item {
	position:relative;
	display:block!important
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-image {
	position:relative;
	z-index:1;
	width:100%;
	height:700px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center
}
@media print, screen and (min-width:64em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-image {
height:580px
}
}
@media screen and (min-width:87.5em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-image {
height:675px
}
}
@media screen and (min-width:100em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-image {
height:750px
}
}
@media screen and (min-width:112.5em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-image {
height:800px
}
}
@media screen and (min-width:120em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-image {
height:850px
}
}
@media screen and (min-width:137.5em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-image {
height:900px
}
}
@media screen and (min-width:150em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-image {
height:950px
}
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-image:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .3)
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-image:after {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:2;
	background:#333;
	opacity:.3
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info-wrapper {
	position:relative;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:15px 15px 140px;
	z-index:2;
	text-align:center;
	color:#fff
}
@media print, screen and (min-width:64em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info {
padding:4vw 5vw;
text-align:left;
width:45%
}
}
@media screen and (min-width:120em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info {
padding:76px 96px
}
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info .post-item-date {
	font-weight:700
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info .post-item-title {
	color:#fff;
	text-transform:none;
	font-size:2.125rem;
	margin-top:20px;
	position:relative;
	padding-top:20px
}
@media print, screen and (min-width:64em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info .post-item-title {
font-size:2.5rem;
width:120%
}
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info .post-item-title:after {
	content:'';
	display:block;
	width:50px;
	height:1px;
	background:#fff;
	position:absolute;
	left:50%;
	top:0;
	-webkit-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	transform:translate(-50%, 0)
}
@media print, screen and (min-width:64em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info .post-item-title:after {
-webkit-transform:none;
-ms-transform:none;
transform:none;
left:0
}
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info .main-content-area {
	font-weight:700
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info .post-item-cta {
	margin-top:30px
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info .post-item-cta .button, .archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info .post-item-cta .wp-block-button .wp-block-button__link, .wp-block-button .archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info .post-item-cta .wp-block-button__link {
	width:90%;
	margin:0 auto
}
@media print, screen and (min-width:64em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info .post-item-cta .button, .archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info .post-item-cta .wp-block-button .wp-block-button__link, .wp-block-button .archive-post-hero .archive-post-hero-wrapper .archive-post-hero-item-list .archive-post-hero-item .post-item-info .post-item-cta .wp-block-button__link {
width:auto
}
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-tools {
	width:100%;
	height:90px;
	text-align:center;
	position:absolute;
	right:0;
	bottom:0;
	z-index:2
}
@media print, screen and (min-width:64em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-tools {
height:auto;
padding:4vw;
width:35%;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
}
@media screen and (min-width:120em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-tools {
padding:76px
}
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-tools:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#274156;
	opacity:.8;
	z-index:1
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-tools .archive-post-hero-paging {
	display:none;
	width:65%;
	height:1px;
	background:#ccc;
	position:relative;
	z-index:3
}
@media print, screen and (min-width:64em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-tools .archive-post-hero-paging {
display:block
}
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-tools .archive-post-hero-paging span {
	display:block;
	width:20%;
	height:3px;
	background:#0082ff;
	position:absolute;
	left:10%;
	bottom:0;
transition:all .5s
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-tools .slide-counter {
	position:relative;
	z-index:2;
	text-align:center;
	height:100%;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	font-weight:400
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-tools .slide-counter .current-slide-num {
	font-size:1.125rem;
	color:#0082ff;
	margin:0
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-tools .slide-counter .sep {
	font-size:1.125rem;
	color:#fff;
	margin:0 3px 0 4px
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-tools .slide-counter .total-slide-num {
	font-size:1.125rem;
	color:#fff;
	margin:0
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav {
	width:100%;
	height:90px;
	padding:0 30px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media print, screen and (min-width:64em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav {
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
bottom:1vw
}
}
@media screen and (min-width:75em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav {
bottom:auto;
top:43%;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
padding-left:10px;
padding-right:10px;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between
}
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav button {
	display:block;
	width:41px;
	height:19px;
	cursor:pointer;
	position:relative
}
@media print, screen and (min-width:64em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav button {
margin:0 2.2vw
}
}
@media screen and (min-width:120em) {
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav button {
margin:0 42px
}
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav button:after, .archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav button:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
transition:all .5s
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav button:before {
	opacity:1;
	z-index:2
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav button:after {
	opacity:0;
	z-index:1
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav button:hover:before {
	opacity:0;
	z-index:1
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav button:hover:after {
	opacity:1;
	z-index:2
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav .nav-prev:before {
	background-image:url(../images/general/arrow-left-3.png)
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav .nav-prev:after {
	background-image:url(../images/general/arrow-left-2.png)
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav .nav-next:before {
	background-image:url(../images/general/arrow-right-3.png)
}
.archive-post-hero .archive-post-hero-wrapper .archive-post-hero-nav .nav-next:after {
	background-image:url(../images/general/arrow-right-2.png)
}
.archive-post-list-heading-wrapper {
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:50px;
	position:relative;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	z-index:2
}
@media print, screen and (min-width:40em) {
.archive-post-list-heading-wrapper {
margin-top:0;
margin-bottom:0;
padding:4vw 5vw
}
}
@media screen and (min-width:75em) {
.archive-post-list-heading-wrapper {
padding:4vw 7.5vw
}
}
@media screen and (min-width:120em) {
.archive-post-list-heading-wrapper {
padding:76px 145px
}
}
.archive-post-list-heading-wrapper:before {
	content:'';
	display:block;
	position:absolute;
	left:3px;
	top:50%;
	width:13px;
	height:100%;
	background:url(../images/general/square-pattern-blue.png);
	background-size:7px;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
@media print, screen and (min-width:40em) {
.archive-post-list-heading-wrapper:before {
background-size:12px;
width:20px;
left:0;
bottom:0;
top:auto;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
@media print, screen and (min-width:64em) {
.archive-post-list-heading-wrapper:before {
width:30px
}
}
@media screen and (min-width:90em) {
.archive-post-list-heading-wrapper:before {
width:46px
}
}
.archive-post-list-heading-wrapper .post-list-heading-title {
	color:#274156;
	z-index:2;
	font-size:2.25rem;
	line-height:1.5em;
	font-weight:700;
	padding-left:25px;
	margin:0 3vw 0 0;
	-webkit-flex-grow:0;
	-ms-flex-positive:0;
	flex-grow:0;
	text-transform:uppercase
}
@media print, screen and (min-width:40em) {
.archive-post-list-heading-wrapper .post-list-heading-title {
padding:0
}
}
@media print, screen and (min-width:64em) {
.archive-post-list-heading-wrapper .post-list-heading-title {
font-size:3.1vw;
line-height:1em;
width:25%;
min-height:82px;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
}
@media screen and (min-width:120em) {
.archive-post-list-heading-wrapper .post-list-heading-title {
font-size:3.75rem;
margin:0 57px 0 0
}
}
.archive-post-list-heading-wrapper .filters-nav .filters-nav-list .filters-nav-filter {
	padding:0
}
.archive-post-list-heading-wrapper .filters-nav .filters-nav-list .filters-nav-filter a.category-nav-filter-title:hover {
	background:#0082ff
}
.archive-post-listings-wrapper {
	margin-top:50px;
	margin-bottom:20px;
	padding:0 5px;
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
@media print, screen and (min-width:40em) {
.archive-post-listings-wrapper {
padding:0 5vw;
margin-top:20px;
margin-bottom:20px
}
}
@media screen and (min-width:75em) {
.archive-post-listings-wrapper {
padding:0 7.5vw
}
}
@media screen and (min-width:120em) {
.archive-post-listings-wrapper {
padding:0 145px
}
}
@media print, screen and (min-width:40em) {
.archive-post-listings-wrapper .archive-post-listings .post-listing .post-item {
width:calc(25% - 20px)
}
}
@media print, screen and (min-width:40em) {
.archive-post-listings-wrapper .archive-post-listings .post-listing .post-item.post-item-featured {
width:calc(50% - 20px)
}
}
.archive-post-listings-wrapper .archive-post-listings .post-listing .post-item .post-item-image:after {
	content:'VIEW ARTICLE'
}
.archive-post-listings-wrapper .archive-post-cta {
	text-align:center;
	margin:40px 10px
}
.single-post-hero {
	display:block;
	width:100%;
	margin-bottom:50px
}
.single-post-hero .single-post-hero-wrapper {
	position:relative;
	z-index:1;
	height:100vh;
	min-height:600px;
	max-height:700px
}
@media print, screen and (min-width:40em) {
.single-post-hero .single-post-hero-wrapper {
height:680px;
min-height:0;
max-height:100%
}
}
@media screen and (min-width:120em) {
.single-post-hero .single-post-hero-wrapper {
height:750px
}
}
@media screen and (min-width:137.5em) {
.single-post-hero .single-post-hero-wrapper {
height:850px
}
}
@media screen and (min-width:150em) {
.single-post-hero .single-post-hero-wrapper {
height:900px
}
}
.single-post-hero .single-post-hero-wrapper:after, .single-post-hero .single-post-hero-wrapper:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	z-index:2;
	width:100%
}
.single-post-hero .single-post-hero-wrapper:before {
	bottom:0;
	height:90%;
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .35) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000', GradientType=0)
}
.single-post-hero .single-post-hero-wrapper:after {
	top:0;
	height:50%;
	background:linear-gradient(to bottom, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#59000000', endColorstr='#00000000', GradientType=0)
}
.single-post-hero .single-post-hero-wrapper .post-item-image {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center
}
.single-post-hero .single-post-hero-wrapper .post-item-image:after {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#333;
	opacity:.3
}
.single-post-hero .single-post-hero-wrapper .hero-breadcrumb {
	display:none
}
@media print, screen and (min-width:40em) {
.single-post-hero .single-post-hero-wrapper .hero-breadcrumb {
display:block;
position:absolute;
z-index:5;
left:5%;
bottom:5%
}
}
@media screen and (min-width:75em) {
.single-post-hero .single-post-hero-wrapper .hero-breadcrumb {
left:10%;
bottom:10%
}
}
.single-post-hero .single-post-hero-wrapper .hero-breadcrumb .breadcrumb {
	display:none;
	margin:0;
	padding:0;
font-size:.875rem;
	font-weight:700;
	line-height:1em;
	text-transform:uppercase;
	color:#fff
}
@media print, screen and (min-width:40em) {
.single-post-hero .single-post-hero-wrapper .hero-breadcrumb .breadcrumb {
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}
}
.single-post-hero .single-post-hero-wrapper .hero-breadcrumb .breadcrumb li {
	display:block;
	margin:0;
	padding:0
}
.single-post-hero .single-post-hero-wrapper .hero-breadcrumb .breadcrumb li a {
	display:block;
	position:relative;
	color:#fff;
	padding-left:30px
}
.single-post-hero .single-post-hero-wrapper .hero-breadcrumb .breadcrumb li a:before {
	content:'';
	display:block;
	vertical-align:middle;
	width:16px;
	height:16px;
	background:url(../images/general/dropdown-arrow-white.svg);
	background-position:center;
	background-size:16px;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translate(0, -50%) rotate(90deg);
	-ms-transform:translate(0, -50%) rotate(90deg);
	transform:translate(0, -50%) rotate(90deg)
}
.single-post-hero .single-post-hero-wrapper .single-post-item-content-wrapper {
	position:relative;
	width:100%;
	height:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
.single-post-hero .single-post-hero-wrapper .post-item-info {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:15px 15px 40px;
	z-index:3;
	text-align:center;
	color:#fff
}
@media print, screen and (min-width:64em) {
.single-post-hero .single-post-hero-wrapper .post-item-info {
padding:4vw 5vw
}
}
@media screen and (min-width:120em) {
.single-post-hero .single-post-hero-wrapper .post-item-info {
padding:76px 96px
}
}
.single-post-hero .single-post-hero-wrapper .post-item-info .post-item-category, .single-post-hero .single-post-hero-wrapper .post-item-info .post-item-date {
	font-weight:700;
	margin:5px 0
}
.single-post-hero .single-post-hero-wrapper .post-item-info .post-item-category ul {
	display:block;
	margin:0;
	padding:0
}
.single-post-hero .single-post-hero-wrapper .post-item-info .post-item-category ul li {
	display:inline;
	margin:0;
	padding:0
}
.single-post-hero .single-post-hero-wrapper .post-item-info .post-item-category ul li a {
	color:#fff
}
.single-post-hero .single-post-hero-wrapper .post-item-info .post-item-category ul li:after {
	content:', '
}
.single-post-hero .single-post-hero-wrapper .post-item-info .post-item-category ul li:last-child:after {
	display:none
}
.single-post-hero .single-post-hero-wrapper .post-item-info .post-item-title {
	color:#fff;
	text-transform:none;
	font-size:2.125rem;
	position:relative;
	margin-top:20px;
	padding-top:20px
}
@media print, screen and (min-width:40em) {
.single-post-hero .single-post-hero-wrapper .post-item-info .post-item-title {
max-width:800px;
margin-left:auto;
margin-right:auto
}
}
@media print, screen and (min-width:64em) {
.single-post-hero .single-post-hero-wrapper .post-item-info .post-item-title {
font-size:2.5rem
}
}
.single-post-hero .single-post-hero-wrapper .post-item-info .post-item-title:after {
	content:'';
	display:block;
	width:50px;
	height:1px;
	background:#fff;
	position:absolute;
	left:50%;
	top:0;
	-webkit-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	transform:translate(-50%, 0)
}
.single-post-hero .single-post-hero-wrapper .post-item-info .main-content-area {
	font-weight:700
}
.single-post-hero .single-post-hero-wrapper .post-item-info .post-item-cta {
	margin-top:30px
}
.single-post-hero .single-post-hero-wrapper .post-item-info .post-item-cta .button, .single-post-hero .single-post-hero-wrapper .post-item-info .post-item-cta .wp-block-button .wp-block-button__link, .wp-block-button .single-post-hero .single-post-hero-wrapper .post-item-info .post-item-cta .wp-block-button__link {
	width:90%;
	margin:0 auto
}
@media print, screen and (min-width:64em) {
.single-post-hero .single-post-hero-wrapper .post-item-info .post-item-cta .button, .single-post-hero .single-post-hero-wrapper .post-item-info .post-item-cta .wp-block-button .wp-block-button__link, .wp-block-button .single-post-hero .single-post-hero-wrapper .post-item-info .post-item-cta .wp-block-button__link {
width:auto
}
}
.single-post-author {
	margin:50px auto
}
@media print, screen and (min-width:40em) {
.single-post-author {
margin:7vw auto
}
}
@media screen and (min-width:75em) {
.single-post-author {
margin:7vw auto
}
}
@media screen and (min-width:120em) {
.single-post-author {
margin:134px auto
}
}
.single-post-author .single-post-author-wrapper {
	padding:0 25px
}
@media print, screen and (min-width:40em) {
.single-post-author .single-post-author-wrapper {
padding-left:5vw;
padding-right:5vw;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
width:100%
}
}
@media screen and (min-width:75em) {
.single-post-author .single-post-author-wrapper {
padding-left:10vw;
padding-right:10vw
}
}
@media screen and (min-width:90em) {
.single-post-author .single-post-author-wrapper {
padding-left:22vw;
padding-right:22vw
}
}
@media screen and (min-width:120em) {
.single-post-author .single-post-author-wrapper {
padding-left:420px;
padding-right:420px
}
}
.single-post-author .single-post-author-wrapper .single-post-author-title {
	width:100%;
	font-size:1.125rem;
	margin-bottom:20px
}
@media print, screen and (min-width:40em) {
.single-post-author .single-post-author-wrapper .single-post-author-title {
font-size:1.625rem
}
}
@media print, screen and (min-width:64em) {
.single-post-author .single-post-author-wrapper .single-post-author-title {
font-size:2rem
}
}
.single-post-author .single-post-author-wrapper .author-info {
	background:#fff;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:30px
}
@media print, screen and (min-width:40em) {
.single-post-author .single-post-author-wrapper .author-info {
width:50%;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
}
@media print, screen and (min-width:64em) {
.single-post-author .single-post-author-wrapper .author-info {
margin-bottom:40px
}
}
.single-post-author .single-post-author-wrapper .author-info .author-image {
	width:40%;
	-webkit-flex-basis:40%;
	-ms-flex-preferred-size:40%;
	flex-basis:40%
}
@media print, screen and (min-width:40em) {
.single-post-author .single-post-author-wrapper .author-info .author-image {
width:32%;
-webkit-flex-basis:32%;
-ms-flex-preferred-size:32%;
flex-basis:32%
}
}
.single-post-author .single-post-author-wrapper .author-info .author-title {
	padding:20px;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	-ms-grid-row-align:center;
	align-self:center;
	margin:0 auto;
	font-size:1.125rem
}
@media print, screen and (min-width:40em) {
.single-post-author .single-post-author-wrapper .author-info .author-title {
width:50%;
-webkit-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
font-size:1.4375rem;
padding:10px 1vw 10px 2vw
}
}
@media print, screen and (min-width:64em) {
.single-post-author .single-post-author-wrapper .author-info .author-title {
width:45%;
-webkit-flex-basis:45%;
-ms-flex-preferred-size:45%;
flex-basis:45%;
font-size:1.625rem
}
}
@media screen and (min-width:90em) {
.single-post-author .single-post-author-wrapper .author-info .author-title {
padding-top:20px;
padding-bottom:20px
}
}
.single-post-author .single-post-author-wrapper .author-info .author-title .author-name {
	color:#274156;
	font-size:1em
}
@media print, screen and (min-width:40em) {
.single-post-author .single-post-author-wrapper .author-info .author-title .author-name {
font-size:.8em
}
}
.single-post-author .single-post-author-wrapper .author-info .author-title .author-position {
	color:#274156;
	font-size:.8em
}
@media print, screen and (min-width:40em) {
.single-post-author .single-post-author-wrapper .author-info .author-title .author-position {
font-size:.7em
}
}
.single-post-author .single-post-author-wrapper .author-info .author-bio {
	width:100%;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	padding:20px;
font-size:.75rem
}
@media print, screen and (min-width:40em) {
.single-post-author .single-post-author-wrapper .author-info .author-bio {
width:55%;
-webkit-flex-basis:55%;
-ms-flex-preferred-size:55%;
flex-basis:55%;
padding:10px 2vw 10px 0;
font-size:1.0625rem
}
}
@media print, screen and (min-width:64em) {
.single-post-author .single-post-author-wrapper .author-info .author-bio {
width:57%;
-webkit-flex-basis:57%;
-ms-flex-preferred-size:57%;
flex-basis:57%;
font-size:1.25rem
}
}
@media screen and (min-width:90em) {
.single-post-author .single-post-author-wrapper .author-info .author-bio {
padding-top:20px;
padding-bottom:20px
}
}
.single-post-author .single-post-author-wrapper .author-info .author-bio p {
	margin:0;
	line-height:2em
}
.single-post-author .single-post-author-wrapper .social-links {
	margin:40px auto 0
}
@media print, screen and (min-width:40em) {
.single-post-author .single-post-author-wrapper .social-links {
-webkit-flex-basis:40%;
-ms-flex-preferred-size:40%;
flex-basis:40%;
margin:0 auto
}
}
.single-post-author .single-post-author-wrapper .social-links a {
	margin:0 20px
}
.single-post .post-sections {
	width:100%;
	max-width:120rem;
	margin-left:auto;
	margin-right:auto
}
.single-post-image-text {
	margin:50px auto
}
.post-sections{margin-top:5vw; margin-bottom:5vw;}
@media print, screen and (min-width:40em) {
.single-post-image-text {
margin:0vw auto 0vw
}
.single-post-image-text:nth-child(2) {
margin:2vw auto 0vw
}
.single-post-image-text:nth-child(3) {
margin:3vw auto 0vw
}
}
@media screen and (min-width:120em) {
.single-post-image-text {
margin-top:120px;
margin-bottom:120px
}
}
.single-post-image-text .single-post-image-text-wrapper {
	padding:0 15px
}
@media print, screen and (min-width:40em) {
.single-post-image-text .single-post-image-text-wrapper {
padding-left:5vw;
padding-right:5vw
}
}
@media screen and (min-width:56.25em) {
.single-post-image-text .single-post-image-text-wrapper {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
}
@media screen and (min-width:75em) {
.single-post-image-text .single-post-image-text-wrapper {
padding-left:10vw;
padding-right:10vw
}
}
@media screen and (min-width:90em) {
.single-post-image-text .single-post-image-text-wrapper {
padding-left:17vw;
padding-right:17vw
}
}
@media screen and (min-width:120em) {
.single-post-image-text .single-post-image-text-wrapper {
padding-left:326px;
padding-right:326px
}
}
.single-post-image-text .single-post-image-text-wrapper .image-text-image {
	padding-right:14px;
	margin-bottom:40px
}
@media print, screen and (min-width:40em) {
.single-post-image-text .single-post-image-text-wrapper .image-text-image {
-webkit-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%;
padding:0;
float:left;
width:25%;
margin:3vw 5vw 3vw 0
}
}
@media screen and (min-width:56.25em) {
.single-post-image-text .single-post-image-text-wrapper .image-text-image {
-webkit-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%;
float:none
}
}
@media screen and (min-width:120em) {
.single-post-image-text .single-post-image-text-wrapper .image-text-image {
margin-top:58px;
margin-right:96px;
margin-bottom:58px
}
}
.single-post-image-text .single-post-image-text-wrapper .image-text-image .image {
	position:relative;
	box-shadow:5px 5px 20px 0 rgba(0, 0, 0, .1)
}
.single-post-image-text .single-post-image-text-wrapper .image-text-image .image:after {
	content:'';
	display:block;
	position:absolute;
	left:100%;
	top:50%;
	width:13px;
	height:110px;
	background:url(../images/general/square-pattern-blue.png);
	background-size:7px;
	-webkit-transform:translate(3px, -50%);
	-ms-transform:translate(3px, -50%);
	transform:translate(3px, -50%);
	z-index:1
}
@media print, screen and (min-width:40em) {
.single-post-image-text .single-post-image-text-wrapper .image-text-image .image:after {
background-size:12px;
width:23px;
height:90px;
right:100%;
left:auto;
-webkit-transform:translate(-3px, -50%);
-ms-transform:translate(-3px, -50%);
transform:translate(-3px, -50%)
}
}
@media screen and (min-width:56.25em) {
.single-post-image-text .single-post-image-text-wrapper .image-text-image .image:after {
width:34px;
height:164px
}
}
.single-post-image-text .single-post-image-text-wrapper .image-text-image .image img {
	width:100%;
	position:relative;
	z-index:2
}
@media print, screen and (min-width:40em) {
.single-post-image-text .single-post-image-text-wrapper .image-text-text {
text-align:justify
}
}
@media screen and (min-width:56.25em) {
.single-post-image-text .single-post-image-text-wrapper .image-text-text {
margin:0 0 0 auto;
-webkit-flex-basis:75%;
-ms-flex-preferred-size:75%;
flex-basis:75%
}
}
.single-post-image-text.single-post-image-text-Right .image-text-image {
	padding-right:0;
	padding-left:14px
}
@media print, screen and (min-width:40em) {
.single-post-image-text.single-post-image-text-Right .image-text-image {
-webkit-order:2;
-ms-flex-order:2;
order:2;
padding:0;
float:right;
margin:3vw 0 3vw 5vw
}
}
@media screen and (min-width:120em) {
.single-post-image-text.single-post-image-text-Right .image-text-image {
margin-top:58px;
margin-left:96px;
margin-bottom:58px
}
}
.single-post-image-text.single-post-image-text-Right .image-text-image .image:after {
	left:auto;
	right:100%;
	-webkit-transform:translate(-3px, -50%);
	-ms-transform:translate(-3px, -50%);
	transform:translate(-3px, -50%)
}
@media print, screen and (min-width:40em) {
.single-post-image-text.single-post-image-text-Right .image-text-image .image:after {
left:100%;
right:auto;
-webkit-transform:translate(5px, -50%);
-ms-transform:translate(5px, -50%);
transform:translate(5px, -50%)
}
}
@media print, screen and (min-width:40em) {
.single-post-image-text.single-post-image-text-Right .image-text-text {
-webkit-order:1;
-ms-flex-order:1;
order:1;
margin:0 auto 0 0
}
}
.single-post-quote {
	margin:50px auto
}
@media print, screen and (min-width:40em) {
.single-post-quote {
margin:7vw auto
}
}
@media screen and (min-width:120em) {
.single-post-quote {
margin-top:120px;
margin-bottom:120px
}
}
.single-post-quote .single-post-quote-wrapper {
	text-align:center;
	padding:0 15px
}
@media print, screen and (min-width:40em) {
.single-post-quote .single-post-quote-wrapper {
padding-left:5vw;
padding-right:5vw
}
}
@media screen and (min-width:75em) {
.single-post-quote .single-post-quote-wrapper {
padding-left:10vw;
padding-right:10vw
}
}
@media screen and (min-width:90em) {
.single-post-quote .single-post-quote-wrapper {
padding-left:17vw;
padding-right:17vw
}
}
@media screen and (min-width:120em) {
.single-post-quote .single-post-quote-wrapper {
padding-left:326px;
padding-right:326px
}
}
.single-post-quote .single-post-quote-wrapper .quote {
	font-size:6vw
}
@media print, screen and (min-width:40em) {
.single-post-quote .single-post-quote-wrapper .quote {
width:70%;
margin:0 auto;
font-size:3vw
}
}
@media print, screen and (min-width:64em) {
.single-post-quote .single-post-quote-wrapper .quote {
width:60%;
font-size:2.5vw
}
}
@media screen and (min-width:75em) {
.single-post-quote .single-post-quote-wrapper .quote {
width:80%;
max-width:59.375rem;
font-size:2vw
}
}
@media screen and (min-width:100em) {
.single-post-quote .single-post-quote-wrapper .quote {
font-size:2.625rem
}
}
.single-post-quote .single-post-quote-wrapper .quote p {
	line-height:1.8
}
@media print, screen and (min-width:40em) {
.single-post-quote .single-post-quote-wrapper .quote p {
line-height:1.4
}
}
.single-post-text-centered {
	margin:50px auto
}
@media print, screen and (min-width:40em) {
.single-post-text-centered {
margin:7vw auto
}
}
@media screen and (min-width:75em) {
.single-post-text-centered {
margin:7vw auto
}
}
@media screen and (min-width:120em) {
.single-post-text-centered {
margin:134px auto
}
}
.single-post-text-centered .single-post-text-centered-wrapper {
	padding:0 15px;
	text-align:left
}
@media print, screen and (min-width:40em) {
.single-post-text-centered .single-post-text-centered-wrapper {
text-align:center;
padding-left:5vw;
padding-right:5vw
}
}
@media screen and (min-width:75em) {
.single-post-text-centered .single-post-text-centered-wrapper {
padding-left:10vw;
padding-right:10vw
}
}
@media screen and (min-width:90em) {
.single-post-text-centered .single-post-text-centered-wrapper {
padding-left:17vw;
padding-right:17vw
}
}
@media screen and (min-width:120em) {
.single-post-text-centered .single-post-text-centered-wrapper {
padding-left:326px;
padding-right:326px
}
}
@media print, screen and (min-width:40em) {
.single-post-text-centered .single-post-text-centered-wrapper .main-content-area {
width:90%;
margin:0 auto
}
}
@media screen and (min-width:75em) {
.single-post-text-centered .single-post-text-centered-wrapper .main-content-area p {
font-size:1.125rem;
line-height:2em
}
}
@media screen and (min-width:90em) {
.single-post-text-centered .single-post-text-centered-wrapper .main-content-area p {
font-size:1.25rem
}
}

 

body.compensate-for-scrollbar {
	overflow:hidden
}
.fancybox-active {
	height:auto
}
.fancybox-is-hidden {
	left:-9999px;
	margin:0;
	position:absolute!important;
	top:-9999px;
	visibility:hidden
}
.fancybox-container {
	-webkit-backface-visibility:hidden;
	height:100%;
	left:0;
	outline:none;
	position:fixed;
	-webkit-tap-highlight-color:transparent;
	top:0;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	transform:translateZ(0);
	width:100%;
	z-index:99992
}
.fancybox-container * {
	box-sizing:border-box
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0
}
.fancybox-outer {
	-webkit-overflow-scrolling:touch;
	overflow-y:auto
}
.fancybox-bg {
	background:#1e1e1e;
	opacity:0;
	transition-duration:inherit;
	transition-property:opacity;
	transition-timing-function:cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
	opacity:.9;
	transition-timing-function:cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction:ltr;
	opacity:0;
	position:absolute;
transition:opacity .25s ease, visibility 0s ease .25s;
	visibility:hidden;
	z-index:99997
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity:1;
transition:opacity .25s ease 0s, visibility 0s ease 0s;
	visibility:visible
}
.fancybox-infobar {
	color:#ccc;
	font-size:13px;
	-webkit-font-smoothing:subpixel-antialiased;
	height:44px;
	left:0;
	line-height:44px;
	min-width:44px;
	mix-blend-mode:difference;
	padding:0 10px;
	pointer-events:none;
	top:0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.fancybox-toolbar {
	right:0;
	top:0
}
.fancybox-stage {
	direction:ltr;
	overflow:visible;
	transform:translateZ(0);
	z-index:99994
}
.fancybox-is-open .fancybox-stage {
	overflow:hidden
}
.fancybox-slide {
	-webkit-backface-visibility:hidden;
	display:none;
	height:100%;
	left:0;
	outline:none;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:44px;
	position:absolute;
	text-align:center;
	top:0;
	transition-property:transform, opacity;
	white-space:normal;
	width:100%;
	z-index:99994
}
.fancybox-slide:before {
	content:"";
	display:inline-block;
	font-size:0;
	height:100%;
	vertical-align:middle;
	width:0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display:block
}
.fancybox-slide--image {
	overflow:hidden;
	padding:44px 0
}
.fancybox-slide--image:before {
	display:none
}
.fancybox-slide--html {
	padding:6px
}
.fancybox-content {
	background:#fff;
	display:inline-block;
	margin:0;
	max-width:100%;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:44px;
	position:relative;
	text-align:left;
	vertical-align:middle
}
.fancybox-slide--image .fancybox-content {
	animation-timing-function:cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility:hidden;
	background:transparent;
	background-repeat:no-repeat;
	background-size:100% 100%;
	left:0;
	max-width:none;
	overflow:visible;
	padding:0;
	position:absolute;
	top:0;
	transform-origin:top left;
	transition-property:transform, opacity;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:99995
}
.fancybox-can-zoomOut .fancybox-content {
	cursor:zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
	cursor:zoom-in
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor:grab
}
.fancybox-is-grabbing .fancybox-content {
	cursor:grabbing
}
.fancybox-container [data-selectable=true] {
	cursor:text
}
.fancybox-image, .fancybox-spaceball {
	background:transparent;
	border:0;
	height:100%;
	left:0;
	margin:0;
	max-height:none;
	max-width:none;
	padding:0;
	position:absolute;
	top:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width:100%
}
.fancybox-spaceball {
	z-index:1
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height:100%;
	overflow:visible;
	padding:0;
	width:100%
}
.fancybox-slide--video .fancybox-content {
	background:#000
}
.fancybox-slide--map .fancybox-content {
	background:#e5e3df
}
.fancybox-slide--iframe .fancybox-content {
	background:#fff
}
.fancybox-iframe, .fancybox-video {
	background:transparent;
	border:0;
	display:block;
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%
}
.fancybox-iframe {
	left:0;
	position:absolute;
	top:0
}
.fancybox-error {
	background:#fff;
	cursor:default;
	max-width:400px;
	padding:40px;
	width:100%
}
.fancybox-error p {
	color:#444;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0
}
.fancybox-button {
	background:rgba(30, 30, 30, .6);
	border:0;
	border-radius:0;
	box-shadow:none;
	cursor:pointer;
	display:inline-block;
	height:44px;
	margin:0;
	padding:10px;
	position:relative;
transition:color .2s;
	vertical-align:top;
	visibility:inherit;
	width:44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color:#ccc
}
.fancybox-button:hover {
	color:#fff
}
.fancybox-button:focus {
	outline:none
}
.fancybox-button.fancybox-focus {
	outline:1px dotted
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color:#888;
	cursor:default;
	outline:none
}
.fancybox-button div {
	height:100%
}
.fancybox-button svg {
	display:block;
	height:100%;
	overflow:visible;
	position:relative;
	width:100%
}
.fancybox-button svg path {
	fill:currentColor;
	stroke-width:0
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
display:none
}
.fancybox-progress {
	background:#ff5268;
	height:2px;
	left:0;
	position:absolute;
	right:0;
	top:0;
	transform:scaleX(0);
	transform-origin:0;
	transition-property:transform;
	transition-timing-function:linear;
	z-index:99998
}
.fancybox-close-small {
	background:transparent;
	border:0;
	border-radius:0;
	color:#ccc;
	cursor:pointer;
	opacity:.8;
	padding:8px;
	position:absolute;
	right:-12px;
	top:-44px;
	z-index:401
}
.fancybox-close-small:hover {
	color:#fff;
	opacity:1
}
.fancybox-slide--html .fancybox-close-small {
	color:currentColor;
	padding:10px;
	right:0;
	top:0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow:hidden
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display:none
}
.fancybox-navigation .fancybox-button {
	background-clip:content-box;
	height:100px;
	opacity:0;
	position:absolute;
	top:calc(50% - 50px);
	width:70px
}
.fancybox-navigation .fancybox-button div {
	padding:7px
}
.fancybox-navigation .fancybox-button--arrow_left {
	left:0;
	left:env(safe-area-inset-left);
	padding:31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding:31px 6px 31px 26px;
	right:0;
	right:env(safe-area-inset-right)
}
.fancybox-caption {
	background:linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom:0;
	color:#eee;
	font-size:14px;
	font-weight:400;
	left:0;
	line-height:1.5;
	padding:75px 44px 25px;
	pointer-events:none;
	right:0;
	text-align:center;
	z-index:99996
}
@supports (padding:max(0px)) {
.fancybox-caption {
padding:75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
}
}
.fancybox-caption--separate {
	margin-top:-50px
}
.fancybox-caption__body {
	max-height:50vh;
	overflow:auto;
	pointer-events:all
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color:#ccc;
	text-decoration:none
}
.fancybox-caption a:hover {
	color:#fff;
	text-decoration:underline
}
.fancybox-loading {
	animation:a 1s linear infinite;
	background:transparent;
	border:4px solid #888;
	border-bottom-color:#fff;
	border-radius:50%;
	height:50px;
	left:50%;
	margin:-25px 0 0 -25px;
	opacity:.7;
	padding:0;
	position:absolute;
	top:50%;
	width:50px;
	z-index:99999
}
@keyframes a {
to {
transform:rotate(1turn)
}
}
.fancybox-animated {
	transition-timing-function:cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity:0;
	transform:translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity:0;
	transform:translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity:1;
	transform:translateZ(0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity:0;
	transition-timing-function:cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity:1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity:0;
	transform:scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity:0;
	transform:scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity:1;
	transform:scaleX(1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity:0;
	transform:rotate(-1turn)
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity:0;
	transform:rotate(1turn)
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity:1;
	transform:rotate(0deg)
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity:0;
	transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity:0;
	transform:scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity:1;
	transform:scaleX(1) translateZ(0)
}
.fancybox-fx-tube.fancybox-slide--previous {
	transform:translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
	transform:translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
	transform:translateZ(0) scale(1)
}
@media (max-height:576px) {
.fancybox-slide {
padding-left:6px;
padding-right:6px
}
.fancybox-slide--image {
padding:6px 0
}
.fancybox-close-small {
right:-6px
}
.fancybox-slide--image .fancybox-close-small {
background:#4e4e4e;
color:#f2f4f6;
height:36px;
opacity:1;
padding:6px;
right:0;
top:0;
width:36px
}
.fancybox-caption {
padding-left:12px;
padding-right:12px
}
@supports (padding:max(0px)) {
.fancybox-caption {
padding-left:max(12px, env(safe-area-inset-left));
padding-right:max(12px, env(safe-area-inset-right))
}
}
}
.fancybox-share {
	background:#f4f4f4;
	border-radius:3px;
	max-width:90%;
	padding:30px;
	text-align:center
}
.fancybox-share h1 {
	color:#222;
	font-size:35px;
	font-weight:700;
	margin:0 0 20px
}
.fancybox-share p {
	margin:0;
	padding:0
}
.fancybox-share__button {
	border:0;
	border-radius:3px;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	line-height:40px;
	margin:0 5px 10px;
	min-width:130px;
	padding:0 15px;
	text-decoration:none;
transition:all .2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap
}
.fancybox-share__button:link, .fancybox-share__button:visited {
	color:#fff
}
.fancybox-share__button:hover {
	text-decoration:none
}
.fancybox-share__button--fb {
	background:#3b5998
}
.fancybox-share__button--fb:hover {
	background:#344e86
}
.fancybox-share__button--pt {
	background:#bd081d
}
.fancybox-share__button--pt:hover {
	background:#aa0719
}
.fancybox-share__button--tw {
	background:#1da1f2
}
.fancybox-share__button--tw:hover {
	background:#0d95e8
}
.fancybox-share__button svg {
	height:25px;
	margin-right:7px;
	position:relative;
	top:-1px;
	vertical-align:middle;
	width:25px
}
.fancybox-share__button svg path {
	fill:#fff
}
.fancybox-share__input {
	background:transparent;
	border:0;
	border-bottom:1px solid #d7d7d7;
	border-radius:0;
	color:#5d5b5b;
	font-size:14px;
	margin:10px 0 0;
	outline:none;
	padding:10px 15px;
	width:100%
}
.fancybox-thumbs {
	background:#ddd;
	bottom:0;
	display:none;
	margin:0;
	-webkit-overflow-scrolling:touch;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	padding:2px 2px 4px;
	position:absolute;
	right:0;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	top:0;
	width:212px;
	z-index:99995
}
.fancybox-thumbs-x {
	overflow-x:auto;
	overflow-y:hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
	display:block
}
.fancybox-show-thumbs .fancybox-inner {
	right:212px
}
.fancybox-thumbs__list {
	font-size:0;
	height:100%;
	list-style:none;
	margin:0;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
	position:absolute;
	position:relative;
	white-space:nowrap;
	width:100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow:hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width:7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background:#fff;
border-radius:10px;
box-shadow:inset 0 0 6px rgba(0, 0, 0, .3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background:#2a2a2a;
border-radius:10px
}
.fancybox-thumbs__list a {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background-color:rgba(0, 0, 0, .1);
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
	float:left;
	height:75px;
	margin:2px;
	max-height:calc(100% - 8px);
	max-width:calc(50% - 4px);
	outline:none;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-tap-highlight-color:transparent;
	width:100px
}
.fancybox-thumbs__list a:before {
	border:6px solid #ff5268;
	bottom:0;
	content:"";
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
transition:all .2s cubic-bezier(.25, .46, .45, .94);
	z-index:99991
}
.fancybox-thumbs__list a:focus:before {
	opacity:.5
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity:1
}
@media (max-width:576px) {
.fancybox-thumbs {
width:110px
}
.fancybox-show-thumbs .fancybox-inner {
right:110px
}
.fancybox-thumbs__list a {
max-width:calc(100% - 10px)
}
}
.form-popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  margin-top:5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 40px;
  color: #fff;
}
.form-container h3 { color: #274156; text-align:center;}
.form-container .button{ margin-top:15px;}
.close-button {
  background: none;
  color: #274156;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 3%;
  right: 2%;
  border: solid 1px #274156;
}
.form-popup-bg:before {
  content: '';
  background-color: #fff;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.form-container ::-webkit-input-placeholder { /* Edge */
  color: #333;
}

.form-container :-ms-input-placeholder { /* Internet Explorer */
  color: #333;
}

.form-container ::placeholder {
 color: #333;
}


.form-control {
    border-bottom: 1px solid #212529 !important;
    color: #212529 !important;
}

.form-container .form-control {
    color: rgba(255, 255, 255, 0.5);
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    padding-left: 0;
   
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 1px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select {
	border-bottom: 1px solid #212529 !important;
	color: #212529!important;
	padding-left: 0px;
}
.form-select {
    color: #212529!important;
     font-size: 1.1rem;
    margin-bottom: 3rem;
    line-height: 1.6;
    letter-spacing: 1px;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    padding-left: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    position: relative;
}
.form-select::-ms-expand {
	display: none;
}
.form-select option {
	background: #0082ff;
	color: #fff;
}
.form-select option:hover {
	background: #2e080d;
}
.form-control::placeholder {
	color: #212529;
}
.form-control:-ms-input-placeholder {
	color: #212529;
}
.form-control::-ms-input-placeholder {
	color: #212529;
}
.modal {
     background-color: #000 !important;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
	
}
.modal-dialog .form-container{ padding:10px 15px !important;}
.modal-header{line-height:1.1 !important;}
.modal-header h3{font-size:30px !important; color:#274156; text-align:left !important;}
.modal-header h3 span{font-size:20px !important; display:block !important; color:#212529;}