@charset "UTF-8";
/* Theme colors */
/* Button colors */
/* Text link colors */
/* Text colors */
/* Helper colors */
/* Typography */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
  Dependency-free breakpoint mixin
  http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
*/
.cft-g {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -20px;
  margin-bottom: -20px;
}
.cft-g > .cft-gi {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 29px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 700px) {
  .cft-g {
    margin-bottom: -30px;
    margin-left: -30px;
  }
  .cft-g > .cft-gi {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input, textarea, select, a {
  outline: none;
}

sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}

.alignnone {
  margin: 0 auto 1em;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter, div.aligncenter {
  display: block;
  clear: both;
  margin: 0em auto 1em !important;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100% !important;
  height: auto;
  width: auto;
  display: block;
}

article img.wp-post-image {
  margin-bottom: 1em;
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignright {
  margin-left: 0 0 1em 1em;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

img#wpstats {
  display: block;
  margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}

.gallery a img {
  border: none;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body,
input,
textarea,
button,
select {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: coranto-2, serif;
  color: #484848;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 700px) {
  body,
  input,
  textarea,
  button,
  select {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  letter-spacing: 1px;
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: inherit;
}

h1, .h1 {
  font-size: 30px;
  line-height: 38px;
  font-size: 3rem;
  line-height: 3.8rem;
}

h2, .h2 {
  font-size: 26px;
  line-height: 34px;
  font-size: 2.6rem;
  line-height: 3.4rem;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h4, .h4 {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

p {
  margin: 0 0 1.5em 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

blockquote {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #777;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #C1C1C1;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 15px;
}
blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #777;
}
blockquote cite:before {
  content: "\2014 \0020";
}

hr {
  clear: both;
  border-top: solid #C1C1C1;
  border-width: 1px 0 0;
  margin: 60px 0;
}
hr.hr-small {
  margin: 30px 0;
}
hr.hr-clear {
  border-top: 0 none;
}

form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea, select {
  border: none;
  padding: 5px 8px;
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #4C4C4C;
  color: #fff;
}

select {
  padding: 0;
}

/*
	input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); 
}
*/
textarea {
  min-height: 60px;
}

label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

select {
  width: 220px;
}

input[type="checkbox"] {
  display: inline;
}

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
form.cft-form {
  max-width: 600px;
  margin: 0;
  padding: 25px 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7e4e5+0,c9d4d6+100 */
  background: #d7e4e5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d7e4e5 0%, #c9d4d6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d7e4e5 0%, #c9d4d6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d7e4e5 0%, #c9d4d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e4e5', endColorstr='#c9d4d6',GradientType=1 );
  /* IE6-9 */
}
form.cft-form p.form-message {
  display: none;
  padding: 5px;
  margin: 0 0 20px;
  clear: both;
}
form.cft-form p.form-message.error {
  background: #f4d7d7;
  color: #ab4545;
  border: 1px solid #ab4545;
}
form.cft-form p.form-message.success {
  background: #e6f9da;
  color: #519e20;
  border: 1px solid #519e20;
}
form.cft-form .req {
  color: #b90000;
}
form.cft-form input[type="text"].error, form.cft-form input[type="email"].error, form.cft-form textarea.error, form.cft-form select.error {
  background: #f4d7d7;
}
form.cft-form button[type="submit"].pulse {
  pointer-events: none;
  -webkit-animation: pulse .6s infinite ease-in-out;
  -o-animation: pulse .6s infinite ease-in-out;
  -ms-animation: pulse .6s infinite ease-in-out;
  -moz-animation: pulse .6s infinite ease-in-out;
  animation: pulse .6s infinite ease-in-out;
}
form.cft-form input, form.cft-form textarea {
  width: 100%;
  border: none;
  border-radius: 0;
}
form.cft-form .field-container {
  margin-bottom: 25px;
  position: relative;
}
form.cft-form .field-container label {
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
form.cft-form .field-container.active label {
  color: #fff;
  background: #000;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0 3px;
  top: -17px;
  left: 0;
}
form.cft-form textarea {
  min-height: 100px;
}

.btn, .btn-secondary,
a.btn-secondary,
a.btn,
a.btn-secondary {
  display: inline-block;
  padding: 15px 25px;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-family: azo-sans-web, sans-serif;
  -moz-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  letter-spacing: .5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: transparent;
}
.btn.small, .small.btn-secondary,
a.btn.small,
a.small.btn-secondary {
  padding: 4px 5px;
  font-size: 13px;
  line-height: 24px;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.btn.full, .full.btn-secondary,
a.btn.full,
a.full.btn-secondary {
  width: 100%;
}
.btn.dark, .dark.btn-secondary,
a.btn.dark,
a.dark.btn-secondary {
  color: #484848;
  border-color: #484848;
}
.btn:hover, .btn-secondary:hover,
a.btn:hover,
a.btn-secondary:hover {
  background-color: #5F777B;
  border-color: #5F777B;
  color: #fff;
}
.btn:active, .btn-secondary:active,
a.btn:active,
a.btn-secondary:active {
  border-color: #495b5e;
  background-color: #495b5e;
  color: #fff;
}
.btn[disabled], [disabled].btn-secondary, .btn.disabled, .disabled.btn-secondary,
a.btn[disabled],
a[disabled].btn-secondary,
a.btn.disabled,
a.disabled.btn-secondary {
  cursor: default;
  color: #ababab;
  background-color: #dfdfdf;
}

.ghost {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.ghost:hover {
  background: #fff;
  color: #c20606;
}

.btn-secondary,
a.btn-secondary {
  background-color: #424242;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  background-color: #292929;
  color: #fff;
}
.btn-secondary:active,
a.btn-secondary:active {
  background-color: #0f0f0f;
  color: #fff;
}

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

.cft-pagination {
  display: block;
  width: 100%;
  padding: 15px 0;
}
.cft-pagination ul {
  text-align: center;
}
.cft-pagination ul li {
  display: inline-block;
  margin-left: 10px;
}
.cft-pagination ul li:first-child {
  margin-left: 0;
}
.cft-pagination ul li a {
  width: 25px;
  height: 25px;
  background: transparent;
  color: #484848;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  line-height: 25px;
  font-size: 1.4rem;
  line-height: 2.5rem;
  display: block;
}
.cft-pagination ul li.next-post a, .cft-pagination ul li.prev-post a {
  color: transparent;
  position: relative;
}
.cft-pagination ul li.next-post a:before, .cft-pagination ul li.prev-post a:before {
  content: "\f105";
  display: block;
  color: #484848;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cft-pagination ul li.prev-post a:before {
  content: "\f104";
}
.cft-pagination ul li.active a {
  background: #5F777B;
  color: #fff;
}

/* Slider */
.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: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

#wpadminbar {
  opacity: .3;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transform: translateZ(0);
  position: absolute;
  pointer-events: none;
}
#wpadminbar ul li {
  pointer-events: all;
}

#wp-admin-bar-top-secondary {
  display: none;
}

html[lang="en-us"] {
  margin-top: 0 !important;
}

#wpadminbar:focus, #wpadminbar:hover {
  opacity: 1 !important;
}

@media screen and (min-width: 50.125em) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}
.site-section {
  position: relative;
  padding: 60px 0;
}
.site-section.small {
  padding: 30px 0;
}
.site-section.off-white {
  background: #F9F9F9;
}
.site-section.grey {
  background: #E3E3E3;
}
.site-section.border-bottom {
  border-bottom: 1px solid #C1C1C1;
}
.site-section.border-top {
  border-top: 1px solid #C1C1C1;
}
.site-section.bordered {
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
}
.site-section.collapse-top {
  padding-top: 0;
}
.site-section.collapse-bottom {
  padding-bottom: 0;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1198px;
}
@media screen and (min-width: 1000px) {
  .container {
    padding: 0 45px;
  }
}
.container.xl {
  max-width: 1490px;
}
.container.thin {
  max-width: 1050px;
}

.content-block ul, .content-block ol {
  padding-left: 20px;
}
.content-block a {
  text-decoration: underline;
}

.centered {
  text-align: center;
}

.visual-link {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.visual-link.no-caption:before {
  display: none;
}
.visual-link:before {
  opacity: 1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA60000', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.visual-link .visual-link-caption {
  position: absolute;
  bottom: 0;
  padding: 10px;
  z-index: 2;
  color: #fff;
}
.visual-link .visual-link-caption h3 {
  font-family: coranto-2, serif;
  margin: 0;
  font-size: 21px;
  line-height: 27px;
  font-size: 2.1rem;
  line-height: 2.7rem;
  letter-spacing: .75px;
}
.visual-link .visual-link-caption h5 {
  font-size: 14px;
  line-height: 22px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  margin-bottom: 0;
}
.visual-link .visual-link-image {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

a.visual-link:hover:before {
  top: -150%;
}

.visual-link-grid .visual-link {
  position: relative;
  padding-bottom: 40%;
}
@media screen and (min-width: 700px) {
  .visual-link-grid .square > .visual-link {
    padding-bottom: 100%;
  }
}

.decorative-title {
  display: block;
  margin: auto;
  max-width: 850px;
  padding: 40px 0;
  text-align: center;
  position: relative;
}
.decorative-title h2 {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 25px;
  margin: 0;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 36px;
  font-size: 2.6rem;
  line-height: 3.6rem;
}
.decorative-title:before {
  left: 0;
  right: 0;
  content: "";
  height: 0;
  border-top: 2px dashed #B7B7B7;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  z-index: 0;
}
.site-section.off-white .decorative-title h2 {
  background: #F9F9F9;
}
.site-section.grey .decorative-title h2 {
  background: #E3E3E3;
}

.uline-title {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .uline-title {
    margin-bottom: 30px;
  }
}
.uline-title h2, .uline-title h3, .uline-title h4, .uline-title h5 {
  font-weight: 700;
  display: inline-block;
  background: #fff;
  width: auto;
  margin: 0;
  padding-right: 15px;
}
.uline-title h3 {
  font-size: 18px;
  line-height: 26px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.uline-title:after {
  content: "";
  position: absolute;
  right: 0;
  left: 3px;
  bottom: 7px;
  border-top: 1px solid #484848;
  z-index: -1;
}

a {
  color: #484848;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
a:hover {
  color: #5F777B;
}

.accent-title {
  font-weight: 400 !important;
  font-size: 40px;
  line-height: 40px;
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: 1px;
  font-family: recherche, sans-serif;
  text-transform: none;
}
@media screen and (min-width: 1000px) {
  .accent-title {
    font-size: 102px;
    line-height: 85px;
    font-size: 10.2rem;
    line-height: 8.5rem;
    letter-spacing: 2.5px;
  }
}

.title-banner {
  background: #F9F9F9;
  padding-top: 40px;
}

a.menu-toggle {
  display: block;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
@media screen and (min-width: 1000px) {
  a.menu-toggle {
    display: none;
  }
}
a.menu-toggle span.bars {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
a.menu-toggle span.bars:before, a.menu-toggle span.bars:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  top: -8px;
  position: absolute;
}
a.menu-toggle span.bars:after {
  top: 8px;
}
a.menu-toggle.closer {
  z-index: 12;
}
a.menu-toggle.closer span.bars {
  background: transparent;
}
a.menu-toggle.closer span.bars:before {
  top: 0;
  transform: rotate(-45deg);
}
a.menu-toggle.closer span.bars:after {
  top: 0;
  transform: rotate(45deg);
}

header.banner {
  z-index: 10;
  padding: 15px 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: #000;
}
header.banner.transparent {
  position: absolute;
  background: transparent;
}
header.banner.transparent:before {
  position: absolute;
  top: 0;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: 0;
  content: "";
  display: block;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA60000', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(5%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, #000000 0%, #000000 5%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(top, #000000 0%, #000000 5%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #000000 5%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 1000px) {
  header.banner {
    height: 120px;
  }
}

a.brand {
  width: 150px;
  margin: auto;
  display: block;
}
@media screen and (min-width: 1000px) {
  a.brand {
    width: 180px;
    display: inline-block;
  }
}
@media screen and (min-width: 1300px) {
  a.brand {
    width: 280px;
  }
}
a.brand imge {
  width: 100%;
}

body {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
body.menu-open {
  -moz-transform: translateX(320px);
  -o-transform: translateX(320px);
  -ms-transform: translateX(320px);
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  overflow: hidden;
}
body.menu-open .nav-wrap nav {
  opacity: 1;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.nav-wrap {
  padding-bottom: 15px;
  position: absolute;
  top: 2px;
  right: 0;
  overflow: auto;
  background: #000;
  width: 320px;
  left: -320px;
  height: 100vh;
  top: -15px;
}
.nav-wrap nav {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.nav-wrap nav.nav-secondary ul {
  padding: 0;
}
.nav-wrap nav ul {
  padding: 10px 0 0;
}
.nav-wrap nav ul li {
  display: block;
  position: relative;
}
.nav-wrap nav ul li:not(.btn):not(.btn-secondary) a {
  font-size: 20px;
  line-height: 26px;
  font-size: 2rem;
  line-height: 2.6rem;
  padding: 10px 30px 10px 15px;
}
.nav-wrap nav ul li.btn, .nav-wrap nav ul li.btn-secondary {
  margin: 15px;
}
.nav-wrap nav ul li a {
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  display: block;
}
.nav-wrap nav ul li span.caret {
  position: absolute;
  color: #fff;
  right: 15px;
  top: 10px;
  width: 28px;
  height: 28px;
  background: #4C4C4C;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.nav-wrap nav ul li span.caret i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-wrap nav ul li span.caret.open i {
  -moz-transform: translate(-50%, -50%) rotate(-180deg);
  -o-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}
.nav-wrap nav ul li ul {
  display: none;
  padding: 5px 0;
  background: #4c4c4c;
}
.nav-wrap nav ul li ul li:not(.btn):not(.btn-secondary) a {
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 8px 15px;
}
.nav-wrap nav ul.social-nav {
  margin: 0 15px 15px;
}
.nav-wrap nav ul.social-nav li:not(.btn):not(.btn-secondary) {
  display: inline-block;
  padding: 0;
}
.nav-wrap nav ul.social-nav li:not(.btn):not(.btn-secondary):not(:last-child) {
  margin-right: 15px;
}
.nav-wrap nav ul.social-nav li:not(.btn):not(.btn-secondary):not(.btn):not(.btn-secondary) {
  padding: 0;
}
.nav-wrap nav ul.social-nav li:not(.btn):not(.btn-secondary) a {
  padding: 0;
  background: #4C4C4C;
  width: 34px;
  height: 34px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.nav-wrap nav ul.social-nav li:not(.btn):not(.btn-secondary) a i {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1000px) {
  .nav-wrap {
    display: block;
    width: 100%;
    left: auto;
    right: 45px;
    background: transparent;
    height: auto;
    overflow: visible;
  }
  .nav-wrap nav {
    left: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .nav-wrap nav.nav-primary {
    top: 50px;
  }
  .nav-wrap nav.nav-secondary {
    top: 5px;
  }
  .nav-wrap nav.nav-secondary ul {
    vertical-align: middle;
  }
  .nav-wrap nav ul {
    padding: 0;
    display: inline-block;
  }
  .nav-wrap nav ul.social-nav {
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 40px;
    height: 34px;
  }
  .nav-wrap nav ul li {
    display: inline-block;
    vertical-align: middle;
  }
  .nav-wrap nav ul li.btn, .nav-wrap nav ul li.btn-secondary {
    margin: 0;
  }
  .nav-wrap nav ul li:not(.btn):not(.btn-secondary) {
    padding: 10px 0;
  }
  .nav-wrap nav ul li:not(.btn):not(.btn-secondary) a {
    font-size: 14px;
    line-height: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0;
  }
  .nav-wrap nav ul li:not(:last-of-type) {
    margin-right: 10px;
  }
  .nav-wrap nav ul li .caret {
    display: none;
  }
  .nav-wrap nav ul li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .nav-wrap nav ul li.dropdown ul {
    -webkit-box-shadow: 0px 11px 39px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 11px 39px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 11px 39px -6px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate(20px, 10px);
    -o-transform: translate(20px, 10px);
    -ms-transform: translate(20px, 10px);
    -webkit-transform: translate(20px, 10px);
    transform: translate(20px, 10px);
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    width: 200px;
    padding: 5px 0;
    top: 100%;
  }
  .nav-wrap nav ul li.dropdown ul li:not(.btn):not(.btn-secondary) {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .nav-wrap nav ul li.dropdown ul li:not(.btn):not(.btn-secondary) a {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 1100px) {
  .nav-wrap {
    display: block;
  }
  .nav-wrap nav.nav-primary {
    top: 60px;
  }
  .nav-wrap nav ul li {
    display: inline-block;
  }
  .nav-wrap nav ul li:not(:last-of-type) {
    margin-right: 15px;
  }
  .nav-wrap nav ul li:not(.btn):not(.btn-secondary) a {
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1300px) {
  .nav-wrap nav ul li:not(:last-of-type) {
    margin-right: 30px;
  }
}

.search-form {
  margin: 0 15px;
  width: calc(100% - 30px);
  display: inline-block;
  position: relative;
}
.search-form form {
  margin: 0;
}
.search-form button {
  position: absolute;
  right: 5px;
  background: transparent;
  border: none;
  color: #fff;
  top: 4px;
}
.search-form input {
  font-family: azo-sans-web, sans-serif;
  padding-right: 35px;
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media screen and (min-width: 1000px) {
  .search-form {
    margin: 0;
    vertical-align: middle;
    width: 190px;
  }
}

.single-banner {
  position: relative;
  width: 100%;
}
.single-banner .banner-image {
  position: relative;
  width: 100%;
  height: 350px;
}
.single-banner .banner-text {
  position: relative;
  padding: 20px 0;
  background: #5F777B;
  color: #fff;
}

body.search article:last-of-type hr {
  display: none;
}

.banner-text h3 {
  margin-bottom: 0px;
  font-weight: 400px;
}
.banner-text h5 {
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.title-banner .banner-text h5 {
  padding-bottom: 15px;
}

.banner-wrap {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .banner-slider {
    max-height: 600px;
  }

  .single-banner {
    height: 600px;
  }
  .single-banner .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: auto;
  }
  .single-banner .banner-text {
    padding: 40px 0;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
  }
  .single-banner .banner-text:before {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
  }

  .banner-text h5 {
    font-size: 20px;
    line-height: 22px;
    font-size: 2rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    padding-left: 50px;
  }
}
.more-features {
  width: 100%;
  margin-top: 40px;
}

.features-container {
  position: relative;
  width: calc(100% - 50px);
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .features-container {
    width: 100%;
  }
}

.features-nav {
  z-index: 99;
  position: static;
}
.features-nav a {
  z-index: 99;
  position: absolute;
  top: 50%;
  font-size: 40px;
  line-height: 40px;
  font-size: 4rem;
  line-height: 4rem;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.features-nav a.prev {
  left: -30px;
}
.features-nav a.next {
  right: -30px;
}

.features-caro .slick-slide {
  margin: 0 15px;
}
.features-caro .slick-list {
  margin: 0 -15px;
}
.features-caro .single-feature {
  position: relative;
  /*
  .feature-caption{
  	position: absolute;
  	z-index: 2;
  	bottom:0;
  	padding:20px 15px;
  	color:#fff;
  	h3{
  		@include font-size(18,26);
  		margin-bottom:3px;
  	}
  	h5{
  		@include font-size(16,24);
  		margin-bottom:0;
  		opacity:.8;				
  		font-weight:400;
  	}
  }
  .feature-image{
  	position: absolute;
  	top:0;
  	left:0;
  	right:0;
  	bottom:0;
  	z-index: 1;
  	&:before{
  		content:"";
  		top:0;
  		bottom:0;
  		left:0;
  		right:0;
  		position: absolute;
  		@include filter-gradient(#a60000, #000000, vertical); // IE6-9
  		@include background-image(linear-gradient(top, rgba(0,0,0,0) 20% ,rgba(0,0,0,0.8) 100%));
  	}
  }
  */
}
.features-caro .single-feature .feature-height {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  z-index: 0;
}

.cft-g.sb-page-grid {
  text-align: center;
}
.cft-g.sb-page-grid > .cft-gi {
  text-align: left;
}
@media screen and (min-width: 600px) {
  .cft-g.sb-page-grid > .cft-gi {
    width: calc(100% - 280px);
  }
  .cft-g.sb-page-grid > .cft-gi.spon-blocks {
    width: 280px;
  }
  .cft-g.sb-page-grid.no-sidebar > .cft-gi {
    width: 100%;
    max-width: 900px;
  }
}

.single-spon img {
  width: 100%;
}
.single-spon:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
  .single-spon:not(:last-child) {
    margin-bottom: 30px;
  }
}

.pdf-cta {
  position: relative;
  height: 360px;
}
.pdf-cta:before {
  opacity: 1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA60000', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.pdf-cta .cta-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.pdf-cta .cta-caption {
  max-width: 600px;
  z-index: 2;
  position: absolute;
  color: #fff;
  padding: 30px;
  bottom: 0;
  left: 0;
}
.pdf-cta .cta-caption .accent-title {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .pdf-cta {
    height: 640px;
  }
}

.video-ad-logo {
  max-width: 80%;
  margin: auto;
  margin-bottom: 15px;
}
@media screen and (min-width: 500px) {
  .video-ad-logo {
    display: none;
  }
}

.video-ad .vid-wrap-container {
  margin: auto;
  display: block;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .video-ad .vid-wrap-container {
    width: 36%;
  }
}
.video-ad .vid-wrap-container .vid-wrap {
  position: relative;
}
.video-ad .vid-wrap-container video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.spon-footer {
  background: #E3E3E3;
}

.cft-g.footer-spon-grid {
  margin-bottom: -25px;
}
.cft-g.footer-spon-grid > .cft-gi {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  .cft-g.footer-spon-grid > .cft-gi {
    width: 50%;
  }
}

.cft-g.footer-grid {
  margin-bottom: -25px;
}
.cft-g.footer-grid > .cft-gi {
  margin-bottom: 25px;
}
@media screen and (min-width: 500px) {
  .cft-g.footer-grid > .cft-gi {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .cft-g.footer-grid > .cft-gi {
    width: 25%;
  }
}

footer.site-footer {
  border-top: 3px solid #000;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
footer.site-footer .footer-col {
  position: relative;
}
footer.site-footer .footer-col ul {
  list-style-type: none;
}
footer.site-footer .footer-col > span, footer.site-footer .footer-col > address > span, footer.site-footer .footer-col > a, footer.site-footer .footer-col > ul > li {
  display: block;
  font-style: normal;
  margin-bottom: 7px;
}
footer.site-footer .copy {
  background: #000;
  color: #fff;
  padding: 15px 0;
  font-size: 14px;
  line-height: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: azo-sans-web, sans-serif;
}

.city-info h5 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

toursim office h5 {
  display: block;
  margin-bottom: 0;
  font-family: coranto-2, serif;
  letter-spacing: 0;
  font-size: 20px;
}

.single-city {
  padding: 20px 0;
  border-bottom: 1px solid #4C4C4C;
}
.single-city .city-header {
  position: relative;
}
.single-city .city-header a {
  display: block;
}
.single-city .city-header h2 {
  margin: 0;
}
@media screen and (max-width: 700px) {
  .single-city .city-header h2 {
    font-size: 22px;
    line-height: 28px;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.single-city .city-header i {
  position: absolute;
  right: 0;
  top: 4px;
}
.single-city .city-info h5 {
  margin: 0;
}
.single-city .city-info h5 span {
  display: block;
}
.single-city .city-info h5.association-name {
  font-size: 18px;
  line-height: 26px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-top: 10px;
  font-family: coranto-2, serif;
  text-transform: uppercase;
}
.single-city .city-features {
  display: none;
  padding-top: 20px;
}
.single-city .city-features .single-feature {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #C1C1C1;
  position: relative;
}
.single-city .city-features .single-feature.highlight {
  background: #ebebeb;
  padding-left: 150px;
}
.single-city .city-features .single-feature h4 {
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0;
}
.single-city .city-features .single-feature .featured-image {
  width: 120px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.single-city .city-features .single-feature .feature-description {
  margin-top: 10px;
}
.single-city .city-features .single-feature .feature-description *:last-child {
  margin-bottom: 0;
}
.single-city .contact-info-list span {
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  display: inline-block;
  position: relative;
}
.single-city .contact-info-list span:not(:last-child) {
  margin-right: 15px;
}
.single-city .contact-info-list span:not(:last-child):after {
  content: "\00B7";
  position: absolute;
  font-weight: 700;
  top: -1px;
  right: -12px;
  font-size: 25px;
}
.single-city .contact-info-list.feature-info span {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 700px) {
  .single-city .city-info h5 {
    position: relative;
  }
  .single-city .city-info h5 span {
    position: relative;
    display: inline-block;
  }
  .single-city .city-info h5 span:first-child {
    margin-right: 20px;
  }
  .single-city .city-info h5 span:first-child:after {
    content: "|";
    display: block;
    position: absolute;
    right: -13px;
    top: -1px;
  }
}

@media screen and (min-width: 600px) {
  .cft-g.gallery-grid.images-2 > .cft-gi {
    width: 50%;
  }
  .cft-g.gallery-grid.images-3 > .cft-gi {
    width: 33.3333%;
  }
}
.cft-g.gallery-grid img {
  width: 100%;
}

.vis-link-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  z-index: 10;
}

.cft-g.visual-link-grid > .cft-gi {
  position: relative;
}
@media screen and (min-width: 700px) {
  .cft-g.visual-link-grid > .cft-gi {
    width: 50%;
  }
  .cft-g.visual-link-grid > .cft-gi.square {
    width: 33.333%;
  }
}

@media screen and (min-width: 500px) {
  #features .cft-g.visual-link-grid > .cft-gi {
    width: 50%;
  }
}

#calendar .cft-g.visual-link-grid > .cft-gi {
  width: 50%;
}

@media screen and (min-width: 700px) {
  #features .cft-g.visual-link-grid > .cft-gi.square, #calendar .cft-g.visual-link-grid > .cft-gi.square {
    width: 25%;
  }
}
#features .visual-link-grid .square > .visual-link, #calendar .visual-link-grid .square > .visual-link {
  padding-bottom: 100%;
}

#features .visual-link .visual-link-caption h3, #calendar .visual-link .visual-link-caption h3, .features-container .visual-link .visual-link-caption h3 {
  font-size: 18px;
  line-height: 26px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
#features .visual-link .visual-link-caption h5, #calendar .visual-link .visual-link-caption h5, .features-container .visual-link .visual-link-caption h5 {
  font-size: 14px;
  line-height: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
}

.content-block {
  margin-bottom: 60px;
}
.content-block:last-child {
  margin-bottom: 0;
}
.content-block.text .content *:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=main.css.map */