@charset "UTF-8";
/*
	Theme Name: Three72 Digital theme
	Theme URI: http://three72.com.au/
	Description: Responsive theme designed & developed by Three72 Digital Pty Ltd
	Version: 1.4.3
	Author: Three72 Digital Pty Ltd
	Author URI: http://three72.com.au/
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
/* line 3, css/scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
iframe,
img {
  display: block;
}

/* line 20, css/scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 28, css/scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 33, css/scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
/* line 39, css/scss/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 45, css/scss/_normalize.scss */
body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
/* line 50, css/scss/_normalize.scss */
a {
  background: transparent;
}

/* line 54, css/scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
/* line 60, css/scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 64, css/scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 69, css/scss/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 73, css/scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 78, css/scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 83, css/scss/_normalize.scss */
small {
  font-size: 80%;
}

/* line 87, css/scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 95, css/scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 99, css/scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
/* line 104, css/scss/_normalize.scss */
img {
  border: 0;
}

/* line 108, css/scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
/* line 113, css/scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 117, css/scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 123, css/scss/_normalize.scss */
pre {
  overflow: auto;
}

/* line 127, css/scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
/* line 136, css/scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 146, css/scss/_normalize.scss */
button {
  overflow: visible;
}

/* line 150, css/scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 155, css/scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 163, css/scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 168, css/scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 174, css/scss/_normalize.scss */
input {
  line-height: normal;
}

/* line 178, css/scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 184, css/scss/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 189, css/scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 196, css/scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 201, css/scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 207, css/scss/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 212, css/scss/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 216, css/scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
/* line 221, css/scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 226, css/scss/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 9, css/scss/_grid.scss */
.container {
  width: 90%;
}
@media (min-width: 550px) {
  /* line 9, css/scss/_grid.scss */
  .container {
    width: 500px;
  }
}
@media (min-width: 780px) {
  /* line 9, css/scss/_grid.scss */
  .container {
    width: 700px;
  }
}
@media (min-width: 1015px) {
  /* line 9, css/scss/_grid.scss */
  .container {
    width: 940px;
  }
}

/* line 29, css/scss/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 14, css/scss/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, css/scss/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 38, css/scss/_grid.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 14, css/scss/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, css/scss/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, css/scss/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 27, css/scss/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, css/scss/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, css/scss/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, css/scss/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, css/scss/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, css/scss/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, css/scss/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, css/scss/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, css/scss/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, css/scss/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, css/scss/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, css/scss/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, css/scss/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, css/scss/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, css/scss/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, css/scss/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, css/scss/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, css/scss/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, css/scss/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, css/scss/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, css/scss/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, css/scss/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, css/scss/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, css/scss/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, css/scss/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, css/scss/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, css/scss/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, css/scss/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, css/scss/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, css/scss/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, css/scss/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, css/scss/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, css/scss/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, css/scss/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, css/scss/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, css/scss/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, css/scss/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, css/scss/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, css/scss/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, css/scss/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, css/scss/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, css/scss/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, css/scss/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, css/scss/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, css/scss/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, css/scss/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, css/scss/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, css/scss/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, css/scss/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, css/scss/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, css/scss/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, css/scss/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 550px) {
  /* line 27, css/scss/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, css/scss/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, css/scss/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 780px) {
  /* line 27, css/scss/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, css/scss/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, css/scss/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1015px) {
  /* line 27, css/scss/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, css/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, css/scss/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, css/scss/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, css/scss/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, css/scss/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, css/scss/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 1, css/scss/_defaultstyles.scss */
html {
  background-color: #333;
  min-width: 320px;
}

/* line 5, css/scss/_defaultstyles.scss */
body {
  font-family: "Lato", sans-serif;
  padding-top: 140px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #fff;
}
@media (min-width: 1015px) {
  /* line 5, css/scss/_defaultstyles.scss */
  body {
    padding-top: 0;
  }
}

/* line 18, css/scss/_defaultstyles.scss */
*:focus {
  outline: 0;
}

/* line 21, css/scss/_defaultstyles.scss */
div {
  box-sizing: border-box;
}

/* line 24, css/scss/_defaultstyles.scss */
.generic {
  height: 100%;
  min-height: 100%;
}

/* line 28, css/scss/_defaultstyles.scss */
.container {
  max-width: 500px;
  margin: 0 auto;
}
/* line 67, css/scss/_variables.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 550px) {
  /* line 28, css/scss/_defaultstyles.scss */
  .container {
    max-width: 700px;
  }
}
@media (min-width: 1015px) {
  /* line 28, css/scss/_defaultstyles.scss */
  .container {
    max-width: 940px;
  }
}

/* line 39, css/scss/_defaultstyles.scss */
h1 {
  font-size: 24px;
  font-family: "Helvetica", sans-serif;
  color: #0092B3;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
}

/* line 47, css/scss/_defaultstyles.scss */
h2 {
  font-size: 24px;
  font-family: "Helvetica", sans-serif;
  color: #0092B3;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

/* line 55, css/scss/_defaultstyles.scss */
.home h2,
.about-right h2 {
  color: #fff;
}

/* line 59, css/scss/_defaultstyles.scss */
.cta h2 {
  color: #0092B3;
}

/* line 62, css/scss/_defaultstyles.scss */
h3 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #333333;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
}

/* line 70, css/scss/_defaultstyles.scss */
h4 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  margin: 0;
}

/* line 78, css/scss/_defaultstyles.scss */
p {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
}

/* line 87, css/scss/_defaultstyles.scss */
.home p,
.cta p,
.about-right p {
  color: #333333;
}

/* line 92, css/scss/_defaultstyles.scss */
li {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #333333;
}

/* line 97, css/scss/_defaultstyles.scss */
strong {
  color: #333333;
}

/* line 100, css/scss/_defaultstyles.scss */
span {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
}

/* line 107, css/scss/_defaultstyles.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 111, css/scss/_defaultstyles.scss */
a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #333333;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
/* line 119, css/scss/_defaultstyles.scss */
a a:hover,
a a:focus {
  text-decoration: none;
}
/* line 123, css/scss/_defaultstyles.scss */
a a:active {
  text-decoration: none;
}
/* line 126, css/scss/_defaultstyles.scss */
a a:visited {
  text-decoration: none;
}

/* line 131, css/scss/_defaultstyles.scss */
.generic a:hover, .generic a:focus {
  text-decoration: none;
}

/* line 138, css/scss/_defaultstyles.scss */
a.pdf, a.doc {
  /*The background image*/
  padding: 2px 0 2px 22px;
  line-height: 18px;
  /* To center the text vertically with the icon */
}

/* line 142, css/scss/_defaultstyles.scss */
a.pdf {
  background: url(img/pdficon_small.gif) no-repeat left center;
}

/* line 143, css/scss/_defaultstyles.scss */
a.doc {
  background: url(img/docicon_small.gif) no-repeat left center;
}

/* Override iOS device phone number auto format */
/* line 147, css/scss/_defaultstyles.scss */
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Displays the sticky button on these pages only */
/*.about-us, .home, .meet-the-team{*/
/* line 155, css/scss/_defaultstyles.scss */
.rightFloat {
  display: none;
}
@media (min-width: 1015px) {
  /* line 155, css/scss/_defaultstyles.scss */
  .rightFloat {
    display: block;
  }
}

/*}*/
/* Sticky button */
@media (min-width: 320px) {
  /* line 165, css/scss/_defaultstyles.scss */
  .rightFloat {
    display: none;
  }
}
@media (min-width: 1015px) {
  /* line 165, css/scss/_defaultstyles.scss */
  .rightFloat {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 100;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #F36C3E;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border-radius: 10px 0 0 10px;
    text-decoration: none;
    display: block;
  }
  /* line 183, css/scss/_defaultstyles.scss */
  .rightFloat:hover {
    background: #CE563E; /* #ff3f40; */
  }
}

/* line 1, css/scss/_subnav.scss */
.subnav {
  width: 100%;
  height: 40px;
  background-color: white;
  border-bottom: 1px solid #ddd;
}
/* line 6, css/scss/_subnav.scss */
.subnav .container {
  position: relative;
}
/* line 9, css/scss/_subnav.scss */
.subnav #search-box {
  position: absolute;
  right: -10px;
  z-index: 500;
  height: 40px;
  width: 95px;
  text-align: right;
  overflow: hidden;
  -webkit-transition: width 225ms ease-in;
  transition: width 225ms ease-in;
}
@media (max-width: 1024px) {
  /* line 9, css/scss/_subnav.scss */
  .subnav #search-box {
    width: 40px;
  }
}
/* line 22, css/scss/_subnav.scss */
.subnav #search-box button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(img/search-icon.png) transparent no-repeat center center;
  text-indent: -9999px;
  border: 0;
  position: absolute;
  left: 0;
}
/* line 32, css/scss/_subnav.scss */
.subnav #search-box .container {
  position: absolute;
  left: 40px;
  top: 0;
  width: 180px;
}
/* line 38, css/scss/_subnav.scss */
.subnav #search-box .container form label {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 0;
  height: 0;
}
/* line 45, css/scss/_subnav.scss */
.subnav #search-box .container form input#search {
  height: 24px;
  width: 119px;
  margin: 0;
  line-height: 24px;
  border: 8px solid transparent;
  border-left: 4px solid transparent;
  border-radius: 0;
  position: absolute;
  left: 0;
  -webkit-appearance: none;
  background-color: transparent;
}
/* line 59, css/scss/_subnav.scss */
.subnav #search-box .container form input#search-button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: transparent;
  background-position: -280px -40px;
  color: #0092B3;
  border: 0;
  position: absolute;
  left: 120px;
  -webkit-appearance: none;
}
/* line 70, css/scss/_subnav.scss */
.subnav #search-box .container form input#search-button img {
  padding: 10px;
}
/* line 77, css/scss/_subnav.scss */
.subnav #search-box.t72-search-open {
  width: 200px;
}
/* line 80, css/scss/_subnav.scss */
.subnav span {
  display: none;
}
@media (min-width: 1015px) {
  /* line 80, css/scss/_subnav.scss */
  .subnav span {
    display: block;
    float: left;
    padding-right: 20px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
  }
}
/* line 92, css/scss/_subnav.scss */
.subnav .navAddress {
  float: left;
}
/* line 94, css/scss/_subnav.scss */
.subnav .navAddress .icon {
  background: url(img/spritesheet400x400.png);
  background-repeat: no-repeat;
  background-position: -132px 0px;
  margin-top: 1px;
  width: 30px;
  height: 40px;
  margin-right: 5px;
  float: left;
  zoom: 0.85;
}
/* line 106, css/scss/_subnav.scss */
.subnav .officeCall {
  float: left;
}
/* line 108, css/scss/_subnav.scss */
.subnav .officeCall .icon {
  background: url(img/spritesheet400x400.png);
  background-repeat: no-repeat;
  background-position: -40px 0px;
  margin-top: 1px;
  margin-left: -2px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  float: left;
  zoom: 0.85;
}
/* line 121, css/scss/_subnav.scss */
.subnav .officeEmail {
  float: left;
}
/* line 123, css/scss/_subnav.scss */
.subnav .officeEmail .icon {
  background: url(img/spritesheet400x400.png);
  background-repeat: no-repeat;
  background-position: -160px 0px;
  margin-top: 1px;
  margin-left: -2px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  float: left;
  zoom: 0.85;
}

/* line 2, css/scss/_pagination.scss */
.paginate-area .pagination {
  padding: 0 0 50px 0;
  text-align: center;
}
/* line 5, css/scss/_pagination.scss */
.paginate-area .pagination a {
  color: #72A94C; /* #b7dc78; */
}
/* line 8, css/scss/_pagination.scss */
.paginate-area .pagination ul {
  list-style: none;
}
/* line 10, css/scss/_pagination.scss */
.paginate-area .pagination ul li {
  display: inline-block;
}
/* line 14, css/scss/_pagination.scss */
.paginate-area .pagination .page-numbers {
  color: #333;
  font-weight: 300;
  font-size: 16px;
  display: block;
  height: 30px;
  margin: 0 5px;
  width: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
}
/* line 24, css/scss/_pagination.scss */
.paginate-area .pagination .page-numbers.current {
  color: #333;
  background: #ccc;
  font-weight: 800;
}
/* line 29, css/scss/_pagination.scss */
.paginate-area .pagination .page-numbers.prev, .paginate-area .pagination .page-numbers.next {
  margin: 0 35px 0 0;
  text-indent: -9999px;
  background-color: #0092B3;
  background-image: url(img/spritesheet400x400.png);
  background-repeat: no-repeat;
  background-position: -366px -126px;
  border: 1px solid transparent;
}
/* line 39, css/scss/_pagination.scss */
.paginate-area .pagination .page-numbers.next {
  margin: 0 0 0 35px;
  background-position: -325px -126px;
}

@media (max-width: 500px) {
  /* line 2, css/scss/_nav.scss */
  .headroom {
    -webkit-transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
  }

  /* line 6, css/scss/_nav.scss */
  .headroom--pinned {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 11, css/scss/_nav.scss */
  .headroom--unpinned {
    -webkit-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
  }

  /* line 17, css/scss/_nav.scss */
  body {
    -webkit-transition: padding-top 300ms ease;
    transition: padding-top 300ms ease;
  }

  /* line 21, css/scss/_nav.scss */
  .header-is-hidden {
    padding-top: 24px;
  }
}
/* line 26, css/scss/_nav.scss */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 50;
}
@media (min-width: 1015px) {
  /* line 26, css/scss/_nav.scss */
  .header {
    position: relative;
  }
}

/* line 36, css/scss/_nav.scss */
.nav {
  border-top: 1px solid #eee;
  height: 40px;
  position: absolute;
  top: 120px;
  background-color: #0092B3;
  width: 100%;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1015px) {
  /* line 36, css/scss/_nav.scss */
  .nav {
    height: 60px;
  }
}
@media (min-width: 550px) {
  /* line 36, css/scss/_nav.scss */
  .nav {
    top: 170px;
  }
}

/* line 57, css/scss/_nav.scss */
.nav-region {
  background: #0092B3;
}

/* line 61, css/scss/_nav.scss */
h1.logo {
  /*   @media (max-width: $container-sm){
      img {
        width: 100%;
        //max-height: 55px;
      }
    } */
}
/* line 63, css/scss/_nav.scss */
h1.logo a {
  margin-top: 26px; /* 14px; */
  margin-left: -4px;
  display: inline-block;
}
@media (max-width: 550px) {
  /* line 63, css/scss/_nav.scss */
  h1.logo a {
    margin-top: 12px; /* 10px; */
  }
}
/* line 71, css/scss/_nav.scss */
h1.logo span {
  color: #333;
  text-indent: -9999px;
  display: block;
  width: 0;
  float: left;
}

/* line 88, css/scss/_nav.scss */
.menu-item-depth-0:first-child .nav-topLink {
  margin-left: 0;
}
/* line 93, css/scss/_nav.scss */
.menu-item-depth-0:last-child .nav-topLink {
  margin-right: 0;
}
/* line 98, css/scss/_nav.scss */
.menu-item-depth-0 > .nav-topLink {
  padding: 20px 0 20px 0;
  margin: 0 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
/* line 112, css/scss/_nav.scss */
.menu-item-depth-0:hover > .nav-topLink, .menu-item-depth-0:focus > .nav-topLink {
  position: relative;
}
/* line 115, css/scss/_nav.scss */
.menu-item-depth-0:hover > .nav-topLink:after, .menu-item-depth-0:focus > .nav-topLink:after {
  content: '';
  border-bottom: 1px solid #0092B3;
  margin-bottom: -1px;
  left: 0;
  bottom: 20px;
  display: block;
  position: absolute;
  width: 100%;
}
/* line 126, css/scss/_nav.scss */
.menu-item-depth-0:hover > .nav-pointer, .menu-item-depth-0:focus > .nav-pointer {
  width: 40px;
  height: 40px;
  background: url(img/spritesheet400x400.png);
  display: block;
  background-position: -120px -120px;
  position: absolute;
  z-index: 600;
  margin: -47px 0px;
  text-indent: -9999px;
}
/* line 138, css/scss/_nav.scss */
.menu-item-depth-0:hover .menu-depth-1, .menu-item-depth-0:focus .menu-depth-1 {
  display: block;
  top: 56px;
  left: -10px;
}

/* line 146, css/scss/_nav.scss */
.navLinks {
  display: none;
  float: left;
  line-height: 55px;
}
/* line 150, css/scss/_nav.scss */
.navLinks li {
  float: left;
  list-style-type: none;
  list-style-image: none;
  position: relative;
}
/* line 156, css/scss/_nav.scss */
.navLinks li.nav-home a {
  display: inline-block;
  color: red;
  text-indent: -9999px;
  background: url(img/spritesheet400x400.png);
  background-repeat: no-repeat;
  background-position: -160px -120px;
  width: 40px;
  height: 40px;
  margin-top: 8px;
  margin-right: 22px;
  float: left;
}
/* line 170, css/scss/_nav.scss */
.navLinks li ul {
  display: none;
}
/* line 175, css/scss/_nav.scss */
.navLinks li:hover ul, .navLinks li:focus ul {
  position: absolute;
  background-color: #fefefe;
}
/* line 180, css/scss/_nav.scss */
.navLinks li:hover ul li, .navLinks li:focus ul li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1;
  width: 200px;
  background-color: #f4f4f4;
  margin-left: 0;
}
/* line 189, css/scss/_nav.scss */
.navLinks li:hover ul li a, .navLinks li:focus ul li a {
  display: block;
  text-decoration: none;
  padding: 12px 20px;
}
/* line 194, css/scss/_nav.scss */
.navLinks li:hover ul li a:hover, .navLinks li:hover ul li a:focus, .navLinks li:focus ul li a:hover, .navLinks li:focus ul li a:focus {
  text-decoration: underline;
}
@media (min-width: 1015px) {
  /* line 146, css/scss/_nav.scss */
  .navLinks {
    display: block;
  }
}

/* line 209, css/scss/_nav.scss */
.toggle-panel {
  background: url(img/spritesheet400x400.png);
  height: 32px;
  width: 32px;
  background-position: -4px -44px;
  border: 0;
  position: absolute;
  right: 10px;
  top: 3px;
}
/* line 218, css/scss/_nav.scss */
.toggle-panel span {
  display: block;
  text-indent: -9999px;
}
@media (min-width: 1015px) {
  /* line 209, css/scss/_nav.scss */
  .toggle-panel {
    display: none;
  }
}

/* line 226, css/scss/_nav.scss */
#mobile-menu {
  top: 0px !important;
  background: #333;
  border-left: #0092B3 solid 5px;
}
@media (min-width: 501px) {
  /* line 226, css/scss/_nav.scss */
  #mobile-menu {
    top: 50px !important;
  }
}
@media (min-width: 550px) {
  /* line 226, css/scss/_nav.scss */
  #mobile-menu {
    top: 20px !important;
  }
}
/* line 234, css/scss/_nav.scss */
#mobile-menu .nav-pointer {
  display: none;
}
/* line 237, css/scss/_nav.scss */
#mobile-menu .menu-item-depth-0:hover > .nav-topLink:after,
#mobile-menu .menu-item-depth-0:focus > .nav-topLink:after {
  display: none;
}
/* line 241, css/scss/_nav.scss */
#mobile-menu span.nav-topLink {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
/* line 252, css/scss/_nav.scss */
#mobile-menu ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 255, css/scss/_nav.scss */
#mobile-menu ul ul {
  margin: 0 0 0 20px;
  border-left: 1px solid #444;
}
/* line 263, css/scss/_nav.scss */
#mobile-menu li.nav-home a {
  padding: 12px 0;
}
/* line 267, css/scss/_nav.scss */
#mobile-menu li {
  display: block;
}
/* line 269, css/scss/_nav.scss */
#mobile-menu li a {
  margin: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: none;
  text-decoration: none;
}
/* line 281, css/scss/_nav.scss */
#mobile-menu li a:hover {
  background: rgba(200, 200, 200, 0.25);
}
@media (min-width: 1015px) {
  /* line 226, css/scss/_nav.scss */
  #mobile-menu {
    display: none;
  }
}

/* line 292, css/scss/_nav.scss */
.overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999;
  -webkit-transition: all 225ms ease;
  -moz-transition: all 225ms ease;
  transition: all 225ms ease;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  cursor: pointer;
}

/* line 314, css/scss/_nav.scss */
.scotch-is-showing .overlay {
  display: block;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 340, css/scss/_nav.scss */
ul.menu-depth-1 .nav-topLink {
  cursor: pointer;
  display: block;
  color: #fff;
  padding: 12px 20px;
  display: block;
}
/* line 346, css/scss/_nav.scss */
ul.menu-depth-1 .nav-topLink .sub-menu-link {
  padding: 0;
}
/* line 349, css/scss/_nav.scss */
ul.menu-depth-1 .nav-topLink:hover {
  text-decoration: underline;
}
/* line 352, css/scss/_nav.scss */
ul.menu-depth-1 .nav-topLink:after {
  display: none;
}

/* line 358, css/scss/_nav.scss */
.menu-depth-1,
.menu-depth-2 {
  -webkit-box-shadow: 1px 1px 3px 0px #ccc;
  box-shadow: 1px 1px 3px 0px #ccc;
}
/* line 362, css/scss/_nav.scss */
.menu-depth-1 .nav-pointer,
.menu-depth-2 .nav-pointer {
  display: none;
}

/* line 367, css/scss/_nav.scss */
.menu-depth-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

/* line 374, css/scss/_nav.scss */
.menu-item-depth-1:hover > .menu-depth-2 {
  display: block;
}

/*OVER RIDES*/
/* line 383, css/scss/_nav.scss */
.nav {
  background-color: #0092B3;
  text-transform: none;
}
@media (min-width: 1015px) {
  /* line 383, css/scss/_nav.scss */
  .nav {
    background-color: #fff;
  }
}

/* line 390, css/scss/_nav.scss */
.menu-item-depth-0 > .nav-topLink {
  font-size: 16px;
  font-weight: 500;
  color: #0092B3;
  text-transform: none;
  margin: 0 13px;
  font-family: "Helvetica", sans-serif;
  text-transform: uppercase;
}

/* line 400, css/scss/_nav.scss */
.menu-item-depth-0:hover .menu-depth-1 {
  top: 59px;
}

/* line 404, css/scss/_nav.scss */
.menu-item-depth-0:hover > .nav-pointer {
  background: none;
}

/* line 408, css/scss/_nav.scss */
ul.menu-depth-1 .nav-topLink {
  color: #0092B3;
  font-weight: 500;
}
/* line 411, css/scss/_nav.scss */
ul.menu-depth-1 .nav-topLink:hover {
  text-decoration: none;
}
/* line 418, css/scss/_nav.scss */
ul.menu-depth-1 li:hover {
  background-color: #444 !important;
}
@media (min-width: 1015px) {
  /* line 418, css/scss/_nav.scss */
  ul.menu-depth-1 li:hover {
    background-color: #def9ff !important;
  }
}

/* line 431, css/scss/_nav.scss */
ul.menu-depth-1 li:hover, ul.menu-depth-2 li:hover {
  background-color: #444 !important;
}
@media (min-width: 1015px) {
  /* line 431, css/scss/_nav.scss */
  ul.menu-depth-1 li:hover, ul.menu-depth-2 li:hover {
    background-color: #def9ff !important;
  }
}

/* line 445, css/scss/_nav.scss */
.navLinks li:hover ul li a {
  color: #0092B3;
  font-weight: 500;
}
/* line 448, css/scss/_nav.scss */
.navLinks li:hover ul li a:hover {
  text-decoration: none;
}

/* line 456, css/scss/_nav.scss */
.menu-depth-1, .menu-depth-2 {
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 320px) {
  /* line 464, css/scss/_nav.scss */
  #mobile-menu .menu-depth-1 span.nav-topLink {
    margin: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding: 12px 10px;
    font-size: 16px;
    font-family: "Helvetica", sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-indent: 10px;
    border-left: 3px solid #444;
  }
}
@media (min-width: 550px) {
  /* line 485, css/scss/_nav.scss */
  #mobile-menu .menu-depth-1 span.nav-topLink {
    margin: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding: 12px 10px;
    font-size: 16px;
    font-family: "Helvetica", sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-indent: 10px;
    border-left: 3px solid #444;
  }
}
@media (min-width: 780px) {
  /* line 506, css/scss/_nav.scss */
  #mobile-menu .menu-depth-1 span.nav-topLink {
    margin: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding: 12px 10px;
    font-size: 16px;
    font-family: "Helvetica", sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-indent: 10px;
    border-left: 3px solid #444;
  }
}
@media (max-width: 550px) {
  /* line 525, css/scss/_nav.scss */
  h1.logo img {
    max-height: 55px;
  }
}
@media (max-width: 1024px) {
	/* line 367, css/scss/_nav.scss */
	#mobile-menu .menu-depth-2 {
  	display: block;
  	position: static;
	}
	#mobile-menu ul.menu-depth-2 {
	border-left:0px;
	}
}

/* line 535, css/scss/_nav.scss */
.navLinks li:focus ul li .nav-topLink {
  color: #fff;
}

/* line 1, css/scss/_cta.scss */
.cta {
  background-color: #ffffff;
}
/* line 2, css/scss/_cta.scss */
.cta .row {
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 320px) {
  /* line 5, css/scss/_cta.scss */
  .cta .row .col-md-4 {
    padding: 0px 25px 65px;
  }
}
@media (min-width: 780px) {
  /* line 5, css/scss/_cta.scss */
  .cta .row .col-md-4 {
    padding: 0 25px;
  }
}
/* line 14, css/scss/_cta.scss */
.cta .ctaBtn {
  color: #555;
  font-weight: 500;
}
/* line 17, css/scss/_cta.scss */
.cta .ctaBtn:hover {
  text-decoration: underline;
}
/* line 21, css/scss/_cta.scss */
.cta h2 {
  display: inline-block;
}
/* line 24, css/scss/_cta.scss */
.cta a {
  text-decoration: none;
}
/* line 26, css/scss/_cta.scss */
.cta a:focus, .cta a:hover {
  /*       h2 {
          border-bottom: 1px solid $light-body-color;
          margin-bottom: -1px;
        } */
}
/* line 28, css/scss/_cta.scss */
.cta a:focus .ctaBtn, .cta a:hover .ctaBtn {
  border-bottom: 1px solid Ssecondary-color;
}
@media (min-width: 320px) {
  /* line 1, css/scss/_cta.scss */
  .cta {
    padding: 50px 0 0px;
  }
}
@media (min-width: 550px) {
  /* line 1, css/scss/_cta.scss */
  .cta {
    padding: 55px 0 50px;
  }
}
/* line 46, css/scss/_cta.scss */
.cta h2 {
  font-family: "Helvetica", sans-serif;
  font-weight: 100;
  min-height: 32px;
  letter-spacing: -1px;
  /*@media (min-width: $screen-sm-min){
    padding-top: 28px;
  }*/
}
@media (min-width: 780px) {
  /* line 46, css/scss/_cta.scss */
  .cta h2 {
    font-size: 16px;
  }
}
@media (min-width: 1015px) {
  /* line 46, css/scss/_cta.scss */
  .cta h2 {
    font-size: 24px;
  }
}
/* line 62, css/scss/_cta.scss */
.cta .ctaFirstChild {
  padding-top: 0;
}
/* line 65, css/scss/_cta.scss */
.cta .ctaImg {
  overflow: hidden;
  width: 100%;
  width: 100%;
  max-width: 300px;
  max-height: 300px;
  display: none;
  margin-bottom: 35px;
  border-radius: 50%;
}
@media (min-width: 780px) {
  /* line 65, css/scss/_cta.scss */
  .cta .ctaImg {
    display: block;
  }
}
/* line 77, css/scss/_cta.scss */
.cta .ctaImg img {
  width: 100%;
  height: auto;
}
/* line 82, css/scss/_cta.scss */
.cta p {
  padding: 13px 0 19px;
}
@media (min-width: 780px) {
  /* line 82, css/scss/_cta.scss */
  .cta p {
    font-size: 14px;
  }
}
@media (min-width: 1015px) {
  /* line 82, css/scss/_cta.scss */
  .cta p {
    font-size: 16px;
  }
}
/* line 92, css/scss/_cta.scss */
.cta a.ctaBtn {
  font-weight: 300;
}
/* line 95, css/scss/_cta.scss */
.cta span.ctaBtn {
  border-top: 1px solid #c8c8c8;
  text-align: right;
  display: block;
  width: 100%;
  line-height: 40px;
  font-weight: 500;
}
@media (min-width: 780px) {
  /* line 95, css/scss/_cta.scss */
  .cta span.ctaBtn {
    font-size: 14px;
    line-height: 32px;
  }
}
@media (min-width: 1015px) {
  /* line 95, css/scss/_cta.scss */
  .cta span.ctaBtn {
    line-height: 40px;
  }
}
/* line 109, css/scss/_cta.scss */
.cta span.ctaBtn:after {
  content: "";
  background: url(img/arrow-second.png) no-repeat center right;
  padding: 0 15px;
}
/* line 115, css/scss/_cta.scss */
.cta .three-words {
  max-width: 100%;
  height: auto;
}
@media (min-width: 780px) {
  /* line 115, css/scss/_cta.scss */
  .cta .three-words {
    margin: 10px auto 10px;
    zoom: 0.8;
  }
}
@media (min-width: 1015px) {
  /* line 115, css/scss/_cta.scss */
  .cta .three-words {
    zoom: 1;
    margin: 23px auto 10px;
  }
}

/* line 129, css/scss/_cta.scss */
.ctaContentPage {
  background-color: #fff;
}

/* line 1, css/scss/_login.scss */
body.login {
  background: #fff;
  padding-top: 0;
  height: auto;
}
@media (min-width: 780px) {
  /* line 1, css/scss/_login.scss */
  body.login {
    padding-top: 0px;
  }
}

/* line 10, css/scss/_login.scss */
.login .message,
.login form,
.login #login_error {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
/* line 17, css/scss/_login.scss */
.login .message,
.login #login_error {
  min-height: 50px;
  line-height: 25px;
  border-left-width: 10px;
}
/* line 23, css/scss/_login.scss */
.login #login {
  width: 90%;
  padding: 0px 0 40px !important;
}
@media (min-width: 550px) {
  /* line 23, css/scss/_login.scss */
  .login #login {
    width: 380px;
    padding: 80px 0 80px !important;
  }
}
/* line 31, css/scss/_login.scss */
.login h1 a {
  background-image: url(img/logo-main.jpg);
  background-size: auto;
  background-position: center;
  width: 100%;
  height: 112px;
}
/* line 38, css/scss/_login.scss */
.login label {
  color: #333333;
  font-weight: 300;
  font-size: 16px;
}
/* line 43, css/scss/_login.scss */
.login form .input,
.login form input[type=checkbox],
.login input[type=text] {
  background: #f7f7f7;
  border: 1px solid #ddd;
  box-shadow: none;
  margin-right: 6px;
}
/* line 51, css/scss/_login.scss */
.login form .input,
.login input[type=text] {
  height: 50px;
}
/* line 55, css/scss/_login.scss */
.login form .forgetmenot label {
  font-size: 13px;
}
/* line 58, css/scss/_login.scss */
.login #nav a:before,
.login #backtoblog a:before {
  content: '';
  float: right;
  display: block;
  height: 26px;
  width: 26px;
  background-color: #0092B3;
  background-image: url(img/spritesheet400x400.png);
  background-repeat: no-repeat;
  background-position: -327px -128px;
}
/* line 73, css/scss/_login.scss */
.login #backtoblog a,
.login #nav a {
  text-decoration: none;
  color: #777;
  font-size: 14px;
  font-weight: 400;
}
/* line 79, css/scss/_login.scss */
.login #backtoblog a:hover,
.login #nav a:hover {
  color: #777;
  text-decoration: underline;
}
/* line 84, css/scss/_login.scss */
.login .button.button-large {
  background-color: #0092B3;
  border: 0;
  outline: 0;
  box-shadow: none;
  font-weight: 800;
  font-size: 14px;
  border-radius: 0;
  height: 40px;
  padding: 0 22px;
}

/* line 1, css/scss/_business-cards.scss */
.business-card {
  -webkit-box-shadow: 0px 1px 2px 1px rgba(153, 153, 153, 0.4);
  -moz-box-shadow: 0px 1px 2px 1px rgba(153, 153, 153, 0.4);
  box-shadow: 0px 1px 2px 1px rgba(153, 153, 153, 0.4);
  min-height: 200px;
  margin-bottom: 28px;
  border-top: 2px solid #333;
  padding: 20px;
  font-size: 14px;
  font-weight: 100;
}
/* line 11, css/scss/_business-cards.scss */
.business-card .title {
  font-size: 16px;
  margin-bottom: 18px;
}
/* line 15, css/scss/_business-cards.scss */
.business-card .sub-title {
  margin-top: 12px;
  margin-bottom: 3px;
}

/* line 1, css/scss/_slider.scss */
.slider {
  position: relative;
}

/* line 4, css/scss/_slider.scss */
.slider-ctrl-region {
  position: absolute;
  z-index: 1;
  top: 106px;
  left: 0;
  right: 0;
}
@media (min-width: 343px) {
  /* line 4, css/scss/_slider.scss */
  .slider-ctrl-region {
    top: 126px;
  }
}
@media (min-width: 432px) {
  /* line 4, css/scss/_slider.scss */
  .slider-ctrl-region {
    top: 146px;
  }
}
@media (min-width: 492px) {
  /* line 4, css/scss/_slider.scss */
  .slider-ctrl-region {
    top: 147px;
  }
}
@media (min-width: 550px) {
  /* line 4, css/scss/_slider.scss */
  .slider-ctrl-region {
    top: 277px;
  }
}
@media (min-width: 779px) {
  /* line 4, css/scss/_slider.scss */
  .slider-ctrl-region {
    top: 277px;
  }
}
@media (min-width: 1015px) {
  /* line 4, css/scss/_slider.scss */
  .slider-ctrl-region {
    top: 337px;
  }
}

/* line 29, css/scss/_slider.scss */
.next,
.prev {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  padding: 0;
  line-height: 18px;
}
/* line 35, css/scss/_slider.scss */
.next span,
.prev span {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  height: 30px;
  width: 30px;
}

/* line 43, css/scss/_slider.scss */
.next span {
  background: url(img/next-slide-icon.png) no-repeat;
}
/* line 45, css/scss/_slider.scss */
.next span:hover, .next span:focus {
  background: url(img/next-slide-icon-hover.png) no-repeat;
}

/* line 51, css/scss/_slider.scss */
.prev {
  margin-right: -3px;
}
/* line 53, css/scss/_slider.scss */
.prev span {
  background: url(img/prev-slide-icon.png) no-repeat;
}
/* line 55, css/scss/_slider.scss */
.prev span:hover, .prev span:focus {
  background: url(img/prev-slide-icon-hover.png) no-repeat;
}

/* line 62, css/scss/_slider.scss */
.slider-row {
  position: absolute;
  height: 100%;
  width: 100%;
  /*&:before{
    content:"";
    background: url(img/slider-curve.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left:0;
    height:100%;
    width:135px;
  }
  &:after{
    /*content:"";
    background: url(img/slider-curve.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right:0;
    height:100%;
    width:135px;
    top:0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }*/
}

/* line 93, css/scss/_slider.scss */
.slide-content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 35px 0;
  min-height: 226px;
}
@media (min-width: 343px) {
  /* line 93, css/scss/_slider.scss */
  .slide-content-wrapper {
    min-height: 206px;
  }
}
@media (min-width: 432px) {
  /* line 93, css/scss/_slider.scss */
  .slide-content-wrapper {
    min-height: 186px;
  }
}
@media (min-width: 492px) {
  /* line 93, css/scss/_slider.scss */
  .slide-content-wrapper {
    min-height: 185px;
  }
}
@media (min-width: 550px) {
  /* line 93, css/scss/_slider.scss */
  .slide-content-wrapper {
    min-height: 255px;
    padding: 25px 0;
  }
}
@media (min-width: 1015px) {
  /* line 93, css/scss/_slider.scss */
  .slide-content-wrapper {
    min-height: 195px;
  }
}

/* line 122, css/scss/_slider.scss */
.slider-btn {
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
  background: url(img/arrow-white.png) no-repeat center right;
  width: 120px;
  color: #fff;
  text-decoration: none;
  padding: 8px 0;
  display: inline-block;
}
/* line 131, css/scss/_slider.scss */
.slider-btn:hover, .slider-btn:focus {
  background: url(img/arrow-white.png) no-repeat center right;
  text-decoration: underline;
}

/* line 137, css/scss/_slider.scss */
.sliderAddress {
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  color: #fff;
}
@media (min-width: 550px) {
  /* line 137, css/scss/_slider.scss */
  .sliderAddress {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 149, css/scss/_slider.scss */
.sliderTitle {
  font-family: "Helvetica", sans-serif;
  font-weight: norma;
  font-size: 24px;
  line-height: 20px;
  margin-top: 10px;
  color: #fff;
}
@media (min-width: 550px) {
  /* line 149, css/scss/_slider.scss */
  .sliderTitle {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
  }
}

/* line 163, css/scss/_slider.scss */
.slider {
  width: 100%;
  height: 365px;
}
@media (min-width: 550px) {
  /* line 163, css/scss/_slider.scss */
  .slider {
    height: 565px;
  }
}
/* line 170, css/scss/_slider.scss */
.slider .slider-img {
  height: 100%;
  background-size: cover;
  background-position: center;
}
/* line 176, css/scss/_slider.scss */
.slider .slider-row {
  height: 100% px;
}
@media (min-width: 550px) {
  /* line 176, css/scss/_slider.scss */
  .slider .slider-row {
    height: 565px;
  }
}

/* line 1, css/scss/_gallery.scss */
.gallery {
  text-align: center;
}
/* line 3, css/scss/_gallery.scss */
.gallery img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* line 9, css/scss/_gallery.scss */
.gallery .gallery-text .hidden {
  display: none;
}
/* line 12, css/scss/_gallery.scss */
.gallery .gallery-text .active {
  display: block;
}
/* line 15, css/scss/_gallery.scss */
.gallery .gallery-text p {
  margin-bottom: 21px;
  text-align: left;
}
/* line 20, css/scss/_gallery.scss */
.gallery .gallery-spotlight {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 780px) {
  /* line 20, css/scss/_gallery.scss */
  .gallery .gallery-spotlight {
    margin-left: -10px;
    margin-right: -10px;
    height: 370px;
  }
}
@media (min-width: 1015px) {
  /* line 20, css/scss/_gallery.scss */
  .gallery .gallery-spotlight {
    margin-bottom: 40px;
    margin-top: 30px;
    height: 500px;
  }
}
/* line 36, css/scss/_gallery.scss */
.gallery .gallery-spotlight button {
  position: static;
  border: 0;
  background: #72A94C; /* #b7dc78; */
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
  height: 56px;
  text-indent: -9999px;
}
@media (min-width: 780px) {
  /* line 36, css/scss/_gallery.scss */
  .gallery .gallery-spotlight button {
    position: absolute;
    float: none;
  }
}
/* line 50, css/scss/_gallery.scss */
.gallery .gallery-spotlight button span {
  margin: 0 10px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(img/spritesheet400x400.png);
}
@media (min-width: 780px) {
  /* line 50, css/scss/_gallery.scss */
  .gallery .gallery-spotlight button span {
    margin: 0 7px;
  }
}
@media (min-width: 1015px) {
  /* line 50, css/scss/_gallery.scss */
  .gallery .gallery-spotlight button span {
    margin: 0 15px;
  }
}
@media (min-width: 780px) {
  /* line 63, css/scss/_gallery.scss */
  .gallery .gallery-spotlight button#gallery-control-left {
    top: 50%;
    left: 7px;
    margin-top: -27px;
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1015px) {
  /* line 63, css/scss/_gallery.scss */
  .gallery .gallery-spotlight button#gallery-control-left {
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }
}
/* line 76, css/scss/_gallery.scss */
.gallery .gallery-spotlight button#gallery-control-left span {
  background-position: -240px -40px;
}
@media (min-width: 780px) {
  /* line 80, css/scss/_gallery.scss */
  .gallery .gallery-spotlight button#gallery-control-right {
    top: 50%;
    right: 7px;
    margin-top: -27px;
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1015px) {
  /* line 80, css/scss/_gallery.scss */
  .gallery .gallery-spotlight button#gallery-control-right {
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }
}
/* line 93, css/scss/_gallery.scss */
.gallery .gallery-spotlight button#gallery-control-right span {
  float: right;
  background-position: -200px -40px;
}
/* line 99, css/scss/_gallery.scss */
.gallery .gallery-spotlight .image-container {
  padding: 0;
  display: block;
  margin-top: 56px;
}
@media (min-width: 780px) {
  /* line 99, css/scss/_gallery.scss */
  .gallery .gallery-spotlight .image-container {
    display: flex;
    padding: 0 25px;
    height: 370px;
    margin-top: 0;
  }
}
@media (min-width: 1015px) {
  /* line 99, css/scss/_gallery.scss */
  .gallery .gallery-spotlight .image-container {
    padding: 0 30px;
    height: 500px;
  }
}
/* line 113, css/scss/_gallery.scss */
.gallery .gallery-spotlight .image-container img {
  margin: auto;
  height: auto;
  max-height: 100%;
  width: 100%;
}
@media (min-width: 780px) {
  /* line 113, css/scss/_gallery.scss */
  .gallery .gallery-spotlight .image-container img {
    width: auto;
    max-width: 100%;
  }
}
/* line 122, css/scss/_gallery.scss */
.gallery .gallery-spotlight .image-container img.hidden {
  display: none;
  opacity: 0;
}
/* line 126, css/scss/_gallery.scss */
.gallery .gallery-spotlight .image-container img.active {
  display: block;
  opacity: 1;
}
/* line 133, css/scss/_gallery.scss */
.gallery .gallery-thumbnails {
  display: none;
  margin-bottom: 25px;
  position: relative;
  height: 109px;
}
@media (min-width: 780px) {
  /* line 133, css/scss/_gallery.scss */
  .gallery .gallery-thumbnails {
    display: block;
  }
}
@media (min-width: 1015px) {
  /* line 133, css/scss/_gallery.scss */
  .gallery .gallery-thumbnails {
    margin: 0 -20px;
    margin-bottom: 70px;
    height: 126px;
  }
}
/* line 146, css/scss/_gallery.scss */
.gallery .gallery-thumbnails .thumbnail-control {
  background: #fff;
  text-indent: -9999px;
  z-index: 999;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
}
/* line 157, css/scss/_gallery.scss */
.gallery .gallery-thumbnails .thumbnail-control span {
  background: url(img/spritesheet400x400.png);
  width: 40px;
  height: 40px;
  display: block;
}
/* line 163, css/scss/_gallery.scss */
.gallery .gallery-thumbnails .thumbnail-control#thumbnail-control-right {
  right: -33px;
}
@media (min-width: 1015px) {
  /* line 163, css/scss/_gallery.scss */
  .gallery .gallery-thumbnails .thumbnail-control#thumbnail-control-right {
    right: -20px;
  }
}
/* line 168, css/scss/_gallery.scss */
.gallery .gallery-thumbnails .thumbnail-control#thumbnail-control-right span {
  background-position: 200px -160px;
}
/* line 172, css/scss/_gallery.scss */
.gallery .gallery-thumbnails .thumbnail-control#thumbnail-control-left {
  left: -33px;
}
@media (min-width: 1015px) {
  /* line 172, css/scss/_gallery.scss */
  .gallery .gallery-thumbnails .thumbnail-control#thumbnail-control-left {
    left: -20px;
  }
}
/* line 177, css/scss/_gallery.scss */
.gallery .gallery-thumbnails .thumbnail-control#thumbnail-control-left span {
  background-position: 160px -160px;
}
/* line 182, css/scss/_gallery.scss */
.gallery .gallery-thumbnails .gallery-paper-cut-left,
.gallery .gallery-thumbnails .gallery-paper-cut-right {
  background: url(img/gallery-paper-cut.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 54px 200px;
  width: 27px;
  height: 234px;
  position: absolute;
  left: 7px;
  top: -46px;
  z-index: 999;
}
@media (min-width: 1015px) {
  /* line 182, css/scss/_gallery.scss */
  .gallery .gallery-thumbnails .gallery-paper-cut-left,
  .gallery .gallery-thumbnails .gallery-paper-cut-right {
    background-size: 54px 234px;
    left: 20px;
    top: -54px;
  }
}
/* line 200, css/scss/_gallery.scss */
.gallery .gallery-thumbnails .gallery-paper-cut-right {
  background-position: -27px 0px;
  right: 7px;
  left: auto;
}
@media (min-width: 1015px) {
  /* line 200, css/scss/_gallery.scss */
  .gallery .gallery-thumbnails .gallery-paper-cut-right {
    right: 20px;
  }
}
/* line 208, css/scss/_gallery.scss */
.gallery .gallery-thumbnails .greater-thumb-container {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
/* line 213, css/scss/_gallery.scss */
.gallery .gallery-thumbnails .greater-thumb-container .thumb-container {
  position: absolute;
  left: 100%;
  width: 100%;
}
/* line 217, css/scss/_gallery.scss */
.gallery .gallery-thumbnails .greater-thumb-container .thumb-container.active {
  left: 0;
}
/* line 222, css/scss/_gallery.scss */
.gallery .gallery-thumbnails .col-xs-2 {
  padding: 0 7px;
}
@media (min-width: 1015px) {
  /* line 222, css/scss/_gallery.scss */
  .gallery .gallery-thumbnails .col-xs-2 {
    padding: 0 20px;
  }
}
/* line 227, css/scss/_gallery.scss */
.gallery .gallery-thumbnails .col-xs-2 button {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}

/* line 1, css/scss/_about.scss */
.home-about {
  width: 100%;
  padding: 0;
  background-color: transparent;
}
/* line 5, css/scss/_about.scss */
.home-about .container {
  margin: 0 auto;
  /*@media (max-width: $screen-md-min - 1) {
    width: 100%;
    max-width: 100%;
  }*/
}
@media (min-width: 780px) {
  /* line 5, css/scss/_about.scss */
  .home-about .container {
    margin: 0px auto 0 auto;
  }
}
/* line 15, css/scss/_about.scss */
.home-about .container .row {
  margin-right: 0;
  margin-left: 0;
}
/* line 20, css/scss/_about.scss */
.home-about h2 {
  padding: 5px 0 20px;
  text-align: left;
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
/* line 27, css/scss/_about.scss */
.home-about p {
  width: 100%;
  margin: 0;
  padding-bottom: 30px;
  text-align: left;
}
/* line 33, css/scss/_about.scss */
.home-about .aboutContent {
  text-align: right;
  position: relative;
}
@media (min-width: 1015px) {
  /* line 33, css/scss/_about.scss */
  .home-about .aboutContent {
    overflow: hidden;
  }
}
/* line 41, css/scss/_about.scss */
.home-about .aboutContent .col-lg-6 {
  background: #f2f0f0;
  padding: 20px 20px 30px 20px;
}
@media (min-width: 780px) {
  /* line 41, css/scss/_about.scss */
  .home-about .aboutContent .col-lg-6 {
    padding: 60px 20px;
  }
}
/* line 49, css/scss/_about.scss */
.home-about .aboutImg {
  height: 300px;
  position: initial;
}
@media (min-width: 550px) {
  /* line 49, css/scss/_about.scss */
  .home-about .aboutImg {
    height: 500px;
  }
}
@media (min-width: 1015px) {
  /* line 49, css/scss/_about.scss */
  .home-about .aboutImg {
    height: 100%;
    position: absolute;
    left: 50%;
  }
}
/* line 61, css/scss/_about.scss */
.home-about .aboutBtn {
  display: inline-block;
  padding: 0px 40px;
  font-size: 14px;
  background-color: none;
  background: url(img/arrow-white.png) no-repeat center right;
}
/* line 67, css/scss/_about.scss */
.home-about .aboutBtn:hover {
  text-decoration: underline;
}

/* line 1, css/scss/_banner.scss */
.bnr {
  width: 100%;
  padding: 0 0 50px;
}
/* line 4, css/scss/_banner.scss */
.bnr .row {
  background: white;
  text-align: center;
  border: 2px solid #eee;
  margin-left: 0;
  margin-right: 0;
}
/* line 11, css/scss/_banner.scss */
.bnr .col-md-2 {
  padding: 0px;
  background-color: #0092B3;
  margin-top: -20px;
}
@media (min-width: 780px) {
  /* line 11, css/scss/_banner.scss */
  .bnr .col-md-2 {
    margin-top: 0;
    padding: 20px;
    background-color: transparent;
  }
}
/* line 22, css/scss/_banner.scss */
.bnr .col-md-10 {
  padding: 20px;
  background: url(img/dog-graphic.png) no-repeat 25px 50%;
  background-size: 60px;
}
/* line 28, css/scss/_banner.scss */
.bnr .col-md-10 .bnrTitle, .bnr .col-md-10 p {
  margin-left: 90px;
}
/* line 32, css/scss/_banner.scss */
.bnr p {
  padding-bottom: 20px;
  text-align: left;
}
@media (min-width: 780px) {
  /* line 32, css/scss/_banner.scss */
  .bnr p {
    padding-bottom: 0;
    font-size: 14px;
  }
}
/* line 40, css/scss/_banner.scss */
.bnr .bnrTitle {
  font-family: "Helvetica", sans-serif;
  font-size: 22px;
  text-align: left;
  color: #0092B3;
  font-weight: 500;
}
@media (min-width: 780px) {
  /* line 40, css/scss/_banner.scss */
  .bnr .bnrTitle {
    font-size: 27px;
  }
}
@media (min-width: 1015px) {
  /* line 40, css/scss/_banner.scss */
  .bnr .bnrTitle {
    font-size: 35px;
  }
}
/* line 53, css/scss/_banner.scss */
.bnr a.bnrBtn {
  display: inline-block;
  padding: 0;
  margin: auto;
  height: 40px;
  background-color: none;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  text-decoration: none;
  background: #0092B3;
  width: 100%;
  color: white;
}
/* line 66, css/scss/_banner.scss */
.bnr a.bnrBtn:hover {
  background-color: #F36C3E;
}
@media (min-width: 780px) {
  /* line 53, css/scss/_banner.scss */
  .bnr a.bnrBtn {
    float: right;
    color: #555;
    padding: 0;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    background: url(img/arrow.png) no-repeat center right;
    width: 140px;
  }
  /* line 78, css/scss/_banner.scss */
  .bnr a.bnrBtn:hover {
    background-color: none;
    text-decoration: underline;
  }
}
@media (min-width: 1015px) {
  /* line 53, css/scss/_banner.scss */
  .bnr a.bnrBtn {
    height: 40px;
    line-height: 40px;
  }
}

/* line 1, css/scss/_footer.scss */
.ftr {
  width: 100%;
  padding: 15px 0 30px;
  background-color: #0092B3;
  text-align: center;
  position: relative;
}
@media (min-width: 780px) {
  /* line 1, css/scss/_footer.scss */
  .ftr {
    padding: 0; /* 0 0 30px 0; */
  }
}
@media (min-width: 1015px) {
  /* line 1, css/scss/_footer.scss */
  .ftr {
    padding: 0;
  }
}
/* line 15, css/scss/_footer.scss */
.ftr .container {
  padding: 0 15px;
}
/* line 18, css/scss/_footer.scss */
.ftr .back-to-top {
  position: absolute;
  right: 10px;
  top: 0;
  margin-top: -28px;
  cursor: pointer;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: url(img/spritesheet400x400.png) #0092B3;
  background-position: -312px -34px;
  display: block;
  text-indent: -9999px;
}
@media (min-width: 550px) {
  /* line 18, css/scss/_footer.scss */
  .ftr .back-to-top {
    right: 30px;
  }
}
@media (min-width: 780px) {
  /* line 18, css/scss/_footer.scss */
  .ftr .back-to-top {
    right: 10px;
  }
}
@media (min-width: 1015px) {
  /* line 18, css/scss/_footer.scss */
  .ftr .back-to-top {
    right: 60px;
  }
}
/* line 41, css/scss/_footer.scss */
.ftr img {
  margin: auto;
}
@media (min-width: 780px) {
  /* line 41, css/scss/_footer.scss */
  .ftr img {
    width: 120px;
    height: auto;
  }
}
@media (min-width: 1015px) {
  /* line 41, css/scss/_footer.scss */
  .ftr img {
    width: auto;
    height: auto;
  }
}
/* line 52, css/scss/_footer.scss */
.ftr .row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 56, css/scss/_footer.scss */
.ftr .ftrlogo {
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 780px) {
  /* line 56, css/scss/_footer.scss */
  .ftr .ftrlogo {
    float: left;
    height: auto;
    padding-bottom: 0;
    margin-top: 12px;
    padding-right: 40px;
  }
}
@media (min-width: 1015px) {
  /* line 56, css/scss/_footer.scss */
  .ftr .ftrlogo {
    margin-top: 22px;
    padding-right: 5px;
  }
}
/* line 71, css/scss/_footer.scss */
.ftr .ftrContent {
  display: block;
  text-align: center;
  padding-bottom: 5px;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
@media (min-width: 780px) {
  /* line 71, css/scss/_footer.scss */
  .ftr .ftrContent {
    float: left;
    margin-top: 42px;
    display: inline-block;
  }
}
@media (min-width: 1015px) {
  /* line 71, css/scss/_footer.scss */
  .ftr .ftrContent {
    display: inline;
    padding-bottom: 0;
    line-height: 100px;
    margin: 10px 0; /* 0; */
    /* margin-top: 18px; */ /* 10px */
    font-size: 14px;
  }
}
/* line 95, css/scss/_footer.scss */
.ftr .three72logo {
  text-align: center;
  padding-top: 15px;
}
@media (min-width: 780px) {
  /* line 95, css/scss/_footer.scss */
  .ftr .three72logo {
    margin-top: 28px; /* 24px; */
  }
}
@media (min-width: 1015px) {
  /* line 95, css/scss/_footer.scss */
  .ftr .three72logo {
    display: block;
    float: right !important;
    padding-top: 0;
    margin-top: 52px; /* 48px; */
  }
}
/* line 108, css/scss/_footer.scss */
.ftr .footerlogo {
  text-align: center;
  padding-top: 15px;
  /* margin-right: 20px; */
  margin: 0 0 25px 0;
}
@media (min-width: 780px) {
  /* line 108, css/scss/_footer.scss */
  .ftr .footerlogo {
    display: block;
    float: left !important;
    padding-top: 0;
    /* margin-top: 30px; */
    margin: 35px 30px 35px 0; /* 30px 30px 30px 0; */
  }
}

/* line 2, css/scss/_search-bar.scss */
#search::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
}
/* line 5, css/scss/_search-bar.scss */
#search:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  opacity: 1;
}
/* line 9, css/scss/_search-bar.scss */
#search::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  opacity: 1;
}
/* line 13, css/scss/_search-bar.scss */
#search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}

/* line 1, css/scss/_header.scss */
.header-region {
  background: white;
  height: 80px;
  margin-bottom: 60px;
}
@media (min-width: 550px) {
  /* line 1, css/scss/_header.scss */
  .header-region {
    height: 150px;
    margin-bottom: 60px;
  }
}
@media (min-width: 501px) {
  /* line 1, css/scss/_header.scss */
  .header-region {
    height: 130px;
    margin-bottom: 60px;
  }
}
/* line 13, css/scss/_header.scss */
.header-region .row {
  /* Firefox */
  clear: left;
}
/* line 15, css/scss/_header.scss */
.header-region .row h1.logo {
  margin: 0 auto;
  text-align: center;
}

/* line 22, css/scss/_header.scss */
.social-btns-region {
  position: relative;
}
@media (min-width: 320px) {
  /* line 22, css/scss/_header.scss */
  .social-btns-region {
    display: none;
  }
}
@media (min-width: 780px) {
  /* line 22, css/scss/_header.scss */
  .social-btns-region {
    display: block;
  }
}
@media (min-width: 1015px) {
  /* line 22, css/scss/_header.scss */
  .social-btns-region {
    height: 0px;
    display: block;
  }
}
/* line 35, css/scss/_header.scss */
.social-btns-region .social-btns-inner {
  position: absolute;
  line-height: 55px;
  margin-left: -10px;
}
@media (min-width: 500px) {
  /* line 35, css/scss/_header.scss */
  .social-btns-region .social-btns-inner {
    line-height: 55px;
  }
}
/* line 43, css/scss/_header.scss */
.social-btns-region a {
  display: inline-block;
  color: #72A94C; /* #b7dc78; */
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
/* line 50, css/scss/_header.scss */
.social-btns-region .fb-header-btn {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background: url(img/fb-icon-header.png) no-repeat;
  margin-left: 0;
}
/* line 55, css/scss/_header.scss */
.social-btns-region .google-header-btn {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background: url(img/google-icon-header.png) no-repeat;
}
/* line 59, css/scss/_header.scss */
.social-btns-region .tw-header-btn {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background: url(img/twitter-icon-header.png) no-repeat;
}

/* line 65, css/scss/_header.scss */
.body-wrapper {
  margin-top: 20px;
}
@media (min-width: 550px) {
  /* line 65, css/scss/_header.scss */
  .body-wrapper {
    margin-top: 110px;
  }
}
@media (min-width: 780px) {
  /* line 65, css/scss/_header.scss */
  .body-wrapper {
    margin-top: 70px;
  }
}
@media (min-width: 1015px) {
  /* line 65, css/scss/_header.scss */
  .body-wrapper {
    margin-top: 0;
  }
}

/*
* Event calendar plugin listing
*/
/* line 5, css/scss/_event.scss */
#tribe-events-content.tribe-events-list .type-tribe_events {
  padding: 0;
}
/* line 8, css/scss/_event.scss */
#tribe-events-content.tribe-events-list span {
  color: #333333;
}
/* line 12, css/scss/_event.scss */
#tribe-events-content.tribe-events-list .tribe-events-sub-nav span {
  color: white;
}
/* line 17, css/scss/_event.scss */
#tribe-events-content.tribe-events-list .tribe-events-list-event-title a {
  text-decoration: underline;
}
/* line 19, css/scss/_event.scss */
#tribe-events-content.tribe-events-list .tribe-events-list-event-title a:hover, #tribe-events-content.tribe-events-list .tribe-events-list-event-title a:focus {
  text-decoration: none;
}
/* line 25, css/scss/_event.scss */
#tribe-events-content.tribe-events-list .tribe-events-venue-details {
  cursor: text;
}

/* line 29, css/scss/_event.scss */
.tribe-events-day .tribe-events-day-time-slot h5 {
  background: #0092B3;
}

/*
* Event calendar plugin calendar mobile
*/
/* line 39, css/scss/_event.scss */
#tribe-events-footer .tribe-events-sub-nav a {
  text-align: center;
}
/* line 41, css/scss/_event.scss */
#tribe-events-footer .tribe-events-sub-nav a:hover, #tribe-events-footer .tribe-events-sub-nav a:focus {
  background: #007592;
}

/* line 48, css/scss/_event.scss */
.ar-btn-events-read-more {
  background: url(img/readmore-icon.png) no-repeat center right;
  padding-right: 45px;
  display: block;
  line-height: 40px;
  font-weight: 300;
  clear: left;
}

/* line 63, css/scss/_event.scss */
#tribe-mobile-container .type-tribe_events ~ .type-tribe_events {
  border: 0;
}

/* line 66, css/scss/_event.scss */
#tribe-mobile-container .type-tribe_events h4 a {
  text-decoration: underline;
}
/* line 68, css/scss/_event.scss */
#tribe-mobile-container .type-tribe_events h4 a:hover, #tribe-mobile-container .type-tribe_events h4 a:focus {
  text-decoration: none;
}

/*
* Event calendar plugin calendar
*/
@media (min-width: 768px) {
  /* line 80, css/scss/_event.scss */
  #tribe-events-footer .tribe-events-sub-nav a {
    background: #0092B3;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
    height: auto;
    padding: 10px;
    color: #fff;
  }
}

/* line 93, css/scss/_event.scss */
#tribe-events .tribe-events-button, .tribe-events-button {
  border-radius: 0;
}

/* line 97, css/scss/_event.scss */
#tribe-events-content .tribe-events-month-event-title a:hover, #tribe-events-content .tribe-events-month-event-title a:focus {
  text-decoration: underline;
}

/* line 102, css/scss/_event.scss */
#tribe-events-content .tribe-events-tooltip h4 {
  color: #333333;
}

/* line 108, css/scss/_event.scss */
.tribe-events-mobile .tribe-events-event-image img {
  margin: 0;
}
/* line 112, css/scss/_event.scss */
.tribe-events-mobile span {
  color: inherit;
}

/* line 116, css/scss/_event.scss */
.tribe-mobile-day-heading {
  display: none;
}

/* line 120, css/scss/_event.scss */
.datepicker span {
  color: inherit;
}

/* line 124, css/scss/_event.scss */
#tribe-bar-form .tribe-bar-submit input[type=submit],
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button, .tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive, .tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background: #0092B3;
}
/* line 133, css/scss/_event.scss */
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover, #tribe-bar-form .tribe-bar-submit input[type=submit]:focus,
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:focus,
#tribe-events .tribe-events-button:hover:hover,
#tribe-events .tribe-events-button:hover:focus,
#tribe_events_filters_wrapper input[type=submit]:hover,
#tribe_events_filters_wrapper input[type=submit]:focus,
.tribe-events-button:hover,
.tribe-events-button:focus, .tribe-events-button.tribe-active:hover:hover, .tribe-events-button.tribe-active:hover:focus,
.tribe-events-button.tribe-inactive:hover,
.tribe-events-button.tribe-inactive:focus, .tribe-events-button:hover:hover, .tribe-events-button:hover:focus,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]:focus,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a:focus {
  background: #007592;
}

@media (max-width: 768px) {
  /* line 138, css/scss/_event.scss */
  #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
  .tribe-events-calendar td.tribe-events-present.mobile-active,
  .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
  .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
    background: #0092B3;
  }
}

@media (max-width: 768px) {
  /* line 146, css/scss/_event.scss */
  #tribe-events-content .tribe-events-calendar .mobile-active:hover,
  #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active,
  #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-],
  #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a,
  .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a,
  .tribe-events-calendar td.mobile-active {
    background: #0092B3;
  }
}

@media (max-width: 768px) {
  /* line 157, css/scss/_event.scss */
  .tribe-events-sub-nav li a {
    background: #0092B3;
  }
}

/* line 162, css/scss/_event.scss */
.generic .tribe-events-calendar tr th {
  padding: 7px 0;
}

/* line 165, css/scss/_event.scss */
.tribe-events-calendar thead th {
  background: #0092B3;
  border: none;
  font-weight: 300;
  font-size: 12px;
}
@media (min-width: 1015px) {
  /* line 165, css/scss/_event.scss */
  .tribe-events-calendar thead th {
    font-size: 18px;
  }
}

/* #tribe-events span {
  color: inherit;
} */
/*
* Home event listing
*/
@media (min-width: 320px) {
  /* line 183, css/scss/_event.scss */
  .home-events-list {
    background: url(img/Website-pictures-069.jpg) no-repeat;
    background-size: cover;
    background-position: left center;
  }
}
@media (min-width: 1015px) {
  /* line 183, css/scss/_event.scss */
  .home-events-list {
    background: url(img/Website-pictures-069.jpg) no-repeat;
    background-size: 100%;
    background-position: top left;
  }
}
/* line 195, css/scss/_event.scss */
.home-events-list .date-month span {
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 900;
}
/* line 202, css/scss/_event.scss */
.home-events-list .home-events-list-inner {
  background-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
/* line 205, css/scss/_event.scss */
.home-events-list .home-events-list-inner .home-events-list-content {
  /*@media (min-width: $screen-sm-min){
    padding: 62px 10px 46px 10px;
  }*/
}
/* line 210, css/scss/_event.scss */
.home-events-list .home-events-list-inner .home-events-list-content p {
  /*margin-top: 25px;*/
  color: #fff;
}
/* line 218, css/scss/_event.scss */
.home-events-list .home-events-list-inner .ar-btn {
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #e6e6e6;
  margin-top: 14px;
  text-align: right;
  margin-bottom: 20px;
  line-height: 20px;
}
/* line 228, css/scss/_event.scss */
.home-events-list .home-events-list-inner .ar-btn:after {
  content: "";
  background: url(img/arrow.png) no-repeat;
  padding: 5px 15px;
}
@media (min-width: 780px) {
  /* line 218, css/scss/_event.scss */
  .home-events-list .home-events-list-inner .ar-btn {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1015px) {
  /* line 218, css/scss/_event.scss */
  .home-events-list .home-events-list-inner .ar-btn {
    line-height: 20px;
  }
}
/* line 241, css/scss/_event.scss */
.home-events-list .home-events-list-inner .ar-btn:focus, .home-events-list .home-events-list-inner .ar-btn:hover {
  text-decoration: underline;
}
/* line 250, css/scss/_event.scss */
.home-events-list .event-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid white;
}
/* line 251, css/scss/_event.scss */
.home-events-list .event-wrapper a {
  text-decoration: none;
}
/* line 256, css/scss/_event.scss */
.home-events-list .event-wrapper a:hover .event-title-link span, .home-events-list .event-wrapper a:focus .event-title-link span {
  text-decoration: underline;
}
/* line 14, css/scss/mixins/_clearfix.scss */
.home-events-list .event-wrapper:before, .home-events-list .event-wrapper:after {
  content: " ";
  display: table;
}
/* line 19, css/scss/mixins/_clearfix.scss */
.home-events-list .event-wrapper:after {
  clear: both;
}
/* line 265, css/scss/_event.scss */
.home-events-list .event-wrapper .date-month,
.home-events-list .event-wrapper .event-info-full {
  float: left;
}
@media (max-width: 1015px) {
  /* line 265, css/scss/_event.scss */
  .home-events-list .event-wrapper .date-month,
  .home-events-list .event-wrapper .event-info-full {
    float: none;
  }
}
/* line 272, css/scss/_event.scss */
.home-events-list .event-wrapper .date-month {
  width: 23%;
  margin-right: 4%;
}
@media (max-width: 1015px) {
  /* line 272, css/scss/_event.scss */
  .home-events-list .event-wrapper .date-month {
    width: auto;
    margin-right: 0;
  }
}
/* line 281, css/scss/_event.scss */
.home-events-list .event-info-full {
  border-left: 1px solid white;
  width: 73%;
  padding-left: 3%;
}
@media (max-width: 1015px) {
  /* line 281, css/scss/_event.scss */
  .home-events-list .event-info-full {
    width: auto;
  }
}
/* line 290, css/scss/_event.scss */
.home-events-list .time-info-full span {
  font-size: 18px;
}
/* line 294, css/scss/_event.scss */
.home-events-list .event-title-link {
  line-height: 24px;
}
/* line 296, css/scss/_event.scss */
.home-events-list .event-title-link span {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

/*
* Sidebar event controls
*/
/* line 310, css/scss/_event.scss */
.t72-event-sidebar-region .tribe-mini-calendar-event .list-date {
  width: 100%;
  max-width: none;
  padding: 10px 10px 10px 10px;
  margin: 0;
}
/* line 315, css/scss/_event.scss */
.t72-event-sidebar-region .tribe-mini-calendar-event .list-date .list-dayname {
  background: none;
  font-size: 30px;
}
/* line 319, css/scss/_event.scss */
.t72-event-sidebar-region .tribe-mini-calendar-event .list-date .list-daynumber {
  font-size: 100px;
  font-weight: 900;
  background: #F2F0F0;
  line-height: normal;
  margin-top: 16px;
  padding-bottom: 11px;
}
/* line 329, css/scss/_event.scss */
.t72-event-sidebar-region .tribe-mini-calendar-event {
  border: none;
  margin-bottom: 0;
  padding: 0;
}

/*
* Event page content region
*/
/* line 343, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .t72-tribe-events-single-event-description a {
  text-decoration: underline;
}
/* line 345, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .t72-tribe-events-single-event-description a:hover, #tribe-events-content.tribe-events-single .t72-tribe-events-single-event-description a:focus {
  text-decoration: none;
}
/* line 351, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .t72-single-event-desktop {
  min-height: 700px;
  margin-top: 7px;
}
/* line 354, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .t72-single-event-desktop .list-date .list-dayname {
  color: white;
}
/* line 357, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .t72-single-event-desktop .list-date .list-daynumber {
  /*color: #333333;*/
}
/* line 361, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .tribe-events-single-event-title {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  padding-bottom: 27px;
  color: #0092B3;
  border-bottom: 1px solid #ccc;
}
/* line 369, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .row {
  position: relative;
}
/* line 371, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .row .t72-event-sidebar-region {
  position: static;
}
/* line 373, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .row .t72-event-sidebar-region .t72-event-back {
  margin-top: 50px;
  position: static;
}
@media (min-width: 1015px) {
  /* line 373, css/scss/_event.scss */
  #tribe-events-content.tribe-events-single .row .t72-event-sidebar-region .t72-event-back {
    position: absolute;
    bottom: 15px;
    margin: 0;
  }
}
/* line 382, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .row .t72-event-sidebar-region .t72-event-back a {
  text-align: right;
  background: url(img/readmore-icon-left.png) no-repeat center left;
  font-weight: 300;
  border-bottom: 1px solid #cccccc;
  display: block;
  width: 166px;
  padding-left: 45px;
  color: #333333;
  margin-top: 14px;
  line-height: 40px;
}
@media (min-width: 780px) {
  /* line 382, css/scss/_event.scss */
  #tribe-events-content.tribe-events-single .row .t72-event-sidebar-region .t72-event-back a {
    font-size: 14px;
    line-height: 32px;
  }
}
@media (min-width: 1015px) {
  /* line 382, css/scss/_event.scss */
  #tribe-events-content.tribe-events-single .row .t72-event-sidebar-region .t72-event-back a {
    line-height: 40px;
  }
}
/* line 400, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .row .t72-event-sidebar-region .t72-event-back a:focus, #tribe-events-content.tribe-events-single .row .t72-event-sidebar-region .t72-event-back a:hover {
  border-bottom: 1px solid black;
}
/* line 412, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .tribe-events-cal-links .tribe-events-button {
  display: block;
  margin-top: 15px;
  margin-right: 0;
  background: #72A94C; /* #b7dc78; */
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: none;
  padding: 9px;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 300;
  color: #fff; /* #333; */
}
/* line 425, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .tribe-events-cal-links .tribe-events-button:hover, #tribe-events-content.tribe-events-single .tribe-events-cal-links .tribe-events-button:focus {
  background: #acd764;
}

/* line 433, css/scss/_event.scss */
.t72-event-sidebar-region-inner {
  padding: 0 4px;
}
/* line 435, css/scss/_event.scss */
.t72-event-sidebar-region-inner .tribe-events-cal-links {
  margin-bottom: 37px;
}

/* line 440, css/scss/_event.scss */
.t72-tribe-events-control-label {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
  margin-bottom: 5px;
}

/* line 447, css/scss/_event.scss */
#tribe-events-content .t72-tribe-events-sub-nav a {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  display: block;
  font-weight: bold;
  /*     &:hover,
      &:focus {
        color: darken($dark-body-color, 20%);
        //text-decoration: none;
      } */
}

/* line 460, css/scss/_event.scss */
.t72-tribe-events-nav-next {
  background: url(img/arrow-second.png) no-repeat center right;
  border-bottom: 1px solid #cccccc;
  padding-right: 45px;
  word-break: break-all;
  padding-bottom: 5px;
}
/* line 466, css/scss/_event.scss */
.t72-tribe-events-nav-next:hover, .t72-tribe-events-nav-next:focus {
  border-bottom: 1px solid black;
}

/* line 471, css/scss/_event.scss */
.t72-tribe-events-nav-previous {
  background: url(img/arrow-left-second.png) no-repeat center left;
  border-bottom: 1px solid #cccccc;
  padding-left: 45px;
  word-break: break-all;
  margin-top: 20px;
  padding-bottom: 5px;
}
/* line 478, css/scss/_event.scss */
.t72-tribe-events-nav-previous:hover, .t72-tribe-events-nav-previous:focus {
  border-bottom: 1px solid black;
}

/*
* Meta info table
*/
/* line 489, css/scss/_event.scss */
.t72-events-meta-group span {
  color: inherit;
}
/* line 492, css/scss/_event.scss */
.t72-events-meta-group .t72-meta-label {
  font-weight: bold;
  color: #333333;
  width: 110px;
}
/* line 497, css/scss/_event.scss */
.t72-events-meta-group td {
  color: #333333;
}
/* line 500, css/scss/_event.scss */
.t72-events-meta-group a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: text;
}

/* line 510, css/scss/_event.scss */
.single-tribe_events #tribe-events-content .tribe-events-event-meta {
  border: 0;
  background: none;
}
/* line 516, css/scss/_event.scss */
.single-tribe_events .tribe-events-notices {
  background: #0092B3;
  border: none;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 27px;
}
/* line 525, css/scss/_event.scss */
.single-tribe_events .tribe-events-notices li {
  color: white;
  font-weight: bold;
  text-indent: 0;
}
/* line 529, css/scss/_event.scss */
.single-tribe_events .tribe-events-notices li:before {
  content: none;
}

/* line 536, css/scss/_event.scss */
.generic .t72-events-meta-group table {
  margin-bottom: 0;
}

/* line 539, css/scss/_event.scss */
.generic .t72-events-meta-group a {
  color: inherit;
}

/* line 542, css/scss/_event.scss */
.generic .t72-events-meta-group table tbody td,
.generic .t72-events-meta-group table tbody tr:nth-child(even) td {
  border: 0;
}

/* line 546, css/scss/_event.scss */
.generic .t72-events-meta-group table tr th,
.generic .t72-events-meta-group table tr td {
  padding: 10px 18px;
}

/*
* Event image
*/
/* line 563, css/scss/_event.scss */
.tribe-events-single .tribe-events-event-image {
  /*border-top: 1px solid #ccc;
  padding-top: 30px;*/
}

/*
* Event page responsive content order
*/
/* line 573, css/scss/_event.scss */
.t72-single-event-desktop {
  display: none;
}
@media (min-width: 1015px) {
  /* line 573, css/scss/_event.scss */
  .t72-single-event-desktop {
    display: block;
  }
}

/* line 580, css/scss/_event.scss */
.t72-single-event-mobile {
  display: none;
}
@media (max-width: 1015px) {
  /* line 580, css/scss/_event.scss */
  .t72-single-event-mobile {
    display: block;
  }
}
/* line 586, css/scss/_event.scss */
.t72-single-event-mobile .t72-mini-calendar {
  float: left;
  width: 15%;
  margin-right: 3%;
}
@media (min-width: 550px) {
  /* line 586, css/scss/_event.scss */
  .t72-single-event-mobile .t72-mini-calendar {
    width: 7%;
    margin-right: 3%;
  }
}
/* line 596, css/scss/_event.scss */
.t72-single-event-mobile .t72-event-title-mobile {
  float: left;
  width: 80%;
}
@media (min-width: 550px) {
  /* line 596, css/scss/_event.scss */
  .t72-single-event-mobile .t72-event-title-mobile {
    width: 90%;
  }
}
/* line 603, css/scss/_event.scss */
.t72-single-event-mobile .t72-event-title-mobile h1 {
  margin-top: 0;
}
/* line 608, css/scss/_event.scss */
.t72-single-event-mobile .tribe-mini-calendar-event {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 612, css/scss/_event.scss */
.t72-single-event-mobile .tribe-mini-calendar-event .list-date {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 30px;
  max-width: 50px;
}
/* line 619, css/scss/_event.scss */
.t72-single-event-mobile .t72-mini-calendar-row {
  border-bottom: 1px solid #cccccc;
  padding: 0 10px;
}

/* line 625, css/scss/_event.scss */
#tribe-events-content .t72-single-event-mobile .tribe-events-single-event-title {
  border: none;
  word-break: break-word;
}
@media (max-width: 550px) {
  /* line 625, css/scss/_event.scss */
  #tribe-events-content .t72-single-event-mobile .tribe-events-single-event-title {
    font-size: 24px;
  }
}

/* line 633, css/scss/_event.scss */
#tribe-events-content .t72-single-event-mobile .tribe-events-cal-links .tribe-events-button {
  display: inline-block;
  font-size: 15px;
}
/* line 637, css/scss/_event.scss */
#tribe-events-content .t72-single-event-mobile .tribe-events-cal-links .tribe-events-gcal {
  margin-right: 5px;
}

/* line 646, css/scss/_event.scss */
.home .home-events-list .container .row {
  margin-right: -20px;
  margin-left: -20px;
}
/* line 649, css/scss/_event.scss */
.home .home-events-list .container .row .col-md-6 {
  width: 100%;
  padding: 60px 20px;
  max-height: 540px;
}
@media (min-width: 1015px) {
  /* line 649, css/scss/_event.scss */
  .home .home-events-list .container .row .col-md-6 {
    width: 50%;
    padding: 60px 20px;
    min-height: 570px;
  }
}
/* line 662, css/scss/_event.scss */
.home .home-events-list .event-wrapper .event-info-full {
  border-left: none;
  width: 100%;
  padding-left: 0px;
  text-align: center;
}
@media (min-width: 550px) {
  /* line 662, css/scss/_event.scss */
  .home .home-events-list .event-wrapper .event-info-full {
    padding-left: 3%;
    text-align: left;
    width: 73%;
  }
}
/* line 673, css/scss/_event.scss */
.home .home-events-list .event-wrapper .tribe-mini-calendar-event {
  float: left;
  overflow: hidden;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 5px;
  margin-right: 10px;
  border-bottom: none;
}
/* line 682, css/scss/_event.scss */
.home .home-events-list .event-wrapper .tribe-mini-calendar-event .list-date {
  background: #333333;
  width: 90%;
  margin-right: 7%;
  max-width: 68px;
  float: none;
  overflow: hidden;
  font-weight: bold;
  margin: 0 auto;
  padding: 3px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 697, css/scss/_event.scss */
.home .home-events-list .event-wrapper .tribe-mini-calendar-event .list-date .list-dayname {
  background: none;
  font-weight: 900;
  color: white;
  padding: 3px;
  font-size: 11px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 711, css/scss/_event.scss */
.home .home-events-list .event-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
  background: #F2F0F0;
  color: #333333;
  font-size: 24px;
  font-weight: 900;
  margin-top: 4px;
  width: 100%;
  line-height: 35px;
  display: block;
  text-align: center;
}
@media (min-width: 780px) {
  /* line 711, css/scss/_event.scss */
  .home .home-events-list .event-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
    font-size: 24px;
  }
}
@media (min-width: 550px) {
  /* line 682, css/scss/_event.scss */
  .home .home-events-list .event-wrapper .tribe-mini-calendar-event .list-date {
    width: 90%;
    max-width: 75px;
    float: left;
    display: inline;
    margin: 10px 5% 10px 0;
  }
}
@media (min-width: 1015px) {
  /* line 682, css/scss/_event.scss */
  .home .home-events-list .event-wrapper .tribe-mini-calendar-event .list-date {
    max-width: 80px;
  }
}
@media (min-width: 550px) {
  /* line 673, css/scss/_event.scss */
  .home .home-events-list .event-wrapper .tribe-mini-calendar-event {
    width: 20%;
    display: inline;
  }
}
@media (min-width: 780px) {
  /* line 673, css/scss/_event.scss */
  .home .home-events-list .event-wrapper .tribe-mini-calendar-event {
    margin-right: 0;
    width: 15%;
  }
}
@media (min-width: 1015px) {
  /* line 673, css/scss/_event.scss */
  .home .home-events-list .event-wrapper .tribe-mini-calendar-event {
    margin-right: 0;
  }
}

/* line 751, css/scss/_event.scss */
#tribe-events-content {
  position: relative;
  margin-bottom: 0px;
  padding: 2px 0;
}

/* line 757, css/scss/_event.scss */
.generic .t72-single-event-desktop {
  margin-bottom: 60px;
}
/* line 762, css/scss/_event.scss */
.generic .event-content .t72-tribe-events-single-event-description h2 {
  margin-top: 32px;
  padding-bottom: 15px;
  color: #0092B3;
}

/* Changes the color of the drop down arrow on the calendar view */
/* line 774, css/scss/_event.scss */
#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
  border-top-color: #0092B3;
}

/* line 779, css/scss/_event.scss */
div#tribe-events-content-wrapper {
  padding-bottom: 40px;
}

/* line 1, css/scss/_about-right.scss */
.about-right {
  background: #564c45;
}
/* line 3, css/scss/_about-right.scss */
.about-right .map-mobile img {
  width: 100%;
  height: auto;
}
@media (min-width: 780px) {
  /* line 1, css/scss/_about-right.scss */
  .about-right {
    background: url(img/map-bg.jpg) no-repeat;
    background-size: cover;
    background-position: -405px 0px;
  }
  /* line 15, css/scss/_about-right.scss */
  .about-right .map-mobile {
    display: none;
  }
  /* line 18, css/scss/_about-right.scss */
  .about-right .about-right-inner {
    background-color: rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 940px) {
  /* line 1, css/scss/_about-right.scss */
  .about-right {
    background-position: center;
  }
}
/* line 27, css/scss/_about-right.scss */
.about-right .welcome-blurb {
  padding: 10px 10px;
}
@media (min-width: 550px) {
  /* line 27, css/scss/_about-right.scss */
  .about-right .welcome-blurb {
    padding: 20px 10px 0 20px;
  }
}
@media (min-width: 780px) {
  /* line 27, css/scss/_about-right.scss */
  .about-right .welcome-blurb {
    padding: 60px 10px 0 20px;
  }
}
/* line 36, css/scss/_about-right.scss */
.about-right .welcome-blurb p {
  margin-top: 25px;
}
/* line 41, css/scss/_about-right.scss */
.about-right .ar-btn {
  font-weight: 300;
  text-decoration: none;
  background: url(img/readmore-icon.png) no-repeat center right;
  border-bottom: 1px solid #666666;
  display: block;
  width: 100%;
  color: #e6e6e6;
  margin-top: 14px;
  line-height: 40px;
}
@media (min-width: 780px) {
  /* line 41, css/scss/_about-right.scss */
  .about-right .ar-btn {
    font-size: 14px;
    line-height: 32px;
  }
}
@media (min-width: 1015px) {
  /* line 41, css/scss/_about-right.scss */
  .about-right .ar-btn {
    line-height: 40px;
  }
}
/* line 61, css/scss/_about-right.scss */
.about-right .ar-btn:focus, .about-right .ar-btn:hover {
  color: #fff;
  border-bottom: 1px solid white;
}

/* line 2, css/scss/_sidebar-events.scss */
.tribe-events-adv-list-widget h2 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
/* line 6, css/scss/_sidebar-events.scss */
.tribe-events-adv-list-widget .list-info h2 a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}
/* line 10, css/scss/_sidebar-events.scss */
.tribe-events-adv-list-widget .list-info h2 a:hover, .tribe-events-adv-list-widget .list-info h2 a:focus {
  text-decoration: underline;
}
/* line 15, css/scss/_sidebar-events.scss */
.tribe-events-adv-list-widget span {
  color: #333333;
  font-size: 14px;
}
/* line 21, css/scss/_sidebar-events.scss */
.tribe-events-adv-list-widget .tribe-events-widget-link a {
  text-decoration: none;
}
/* line 25, css/scss/_sidebar-events.scss */
.tribe-events-adv-list-widget .duration {
  line-height: 20px;
}
/* line 28, css/scss/_sidebar-events.scss */
.tribe-events-adv-list-widget .tribe-mini-calendar-event {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 5px;
  margin-top: 5px;
  border: none;
  border-bottom: 1px solid #ccc;
}

/* line 40, css/scss/_sidebar-events.scss */
.generic .tribe-events-adv-list-widget h2 {
  font-size: 18px;
  margin-bottom: 10px;
  word-break: break-all;
}
/* line 45, css/scss/_sidebar-events.scss */
.generic .tribe-events-adv-list-widget > h2 {
  margin-bottom: 24px;
}

/* line 52, css/scss/_sidebar-events.scss */
.tribe-mini-calendar-event .list-date {
  background: #333333;
  width: 19%;
  margin-right: 7%;
  max-width: 42px;
}
/* line 57, css/scss/_sidebar-events.scss */
.tribe-mini-calendar-event .list-date .list-daynumber {
  background: #F2F0F0;
  color: #333333;
  font-size: 16px;
  font-weight: 900;
  margin-top: 4px;
}
/* line 65, css/scss/_sidebar-events.scss */
.tribe-mini-calendar-event .list-info {
  width: 74%;
  margin-top: 7px;
}

/* line 71, css/scss/_sidebar-events.scss */
.tribe-mini-calendar-event .list-date .list-dayname {
  background: none;
  font-weight: 900;
  color: white;
}

/* line 86, css/scss/_sidebar-events.scss */
.col-lg-3.t72-event-sidebar-region {
  margin-top: -23px;
}

@media (min-width: 780px) {
  /* line 1, css/scss/_sidebar.scss */
  .t72-left {
    margin-top: 28px;
  }
}
@media (min-width: 1015px) {
  /* line 1, css/scss/_sidebar.scss */
  .t72-left {
    margin-top: 43px;
  }
}

/* line 10, css/scss/_sidebar.scss */
.t72-right h2 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
}
/* line 16, css/scss/_sidebar.scss */
.t72-right li {
  border-bottom: 1px solid #ccc;
}
/* line 18, css/scss/_sidebar.scss */
.t72-right li a {
  font-size: 14px;
}
@media (min-width: 780px) {
  /* line 9, css/scss/_sidebar.scss */
  .t72-right {
    margin-top: 28px;
  }
}
@media (min-width: 1015px) {
  /* line 9, css/scss/_sidebar.scss */
  .t72-right {
    margin-top: 43px;
  }
}

/* line 2, css/scss/_page-about.scss */
.page-para-image .primary-image {
  padding: 0;
  margin: 0 -7px;
}
@media (min-width: 780px) {
  /* line 2, css/scss/_page-about.scss */
  .page-para-image .primary-image {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 10, css/scss/_page-about.scss */
.page-para-image .primary-image img {
  width: 100%;
  height: auto;
}
/* line 15, css/scss/_page-about.scss */
.page-para-image .big-content {
  padding-top: 26px;
}
@media (min-width: 780px) {
  /* line 15, css/scss/_page-about.scss */
  .page-para-image .big-content {
    padding-top: 0;
  }
}

/* line 23, css/scss/_page-about.scss */
.col-lg-9 ul {
  list-style: none;
}
/* line 25, css/scss/_page-about.scss */
.col-lg-9 ul > li {
  text-indent: -.7em;
}
/* line 27, css/scss/_page-about.scss */
.col-lg-9 ul > li:before {
  content: ' • ';
  color: #00609b;
  margin-right: 10px;
  margin-left: -10px;
}

/* line 37, css/scss/_page-about.scss */
.col-lg-3 ul {
  font-weight: 300;
  margin: 10px 0 19px;
  padding: 0;
  counter-reset: item;
  line-height: 1.6;
  list-style: none;
}
/* line 44, css/scss/_page-about.scss */
.col-lg-3 ul > li {
  margin: 0 0 17px 2em;
  line-height: 1;
  text-indent: 0;
}
/* line 48, css/scss/_page-about.scss */
.col-lg-3 ul > li:before {
  content: none;
  color: #00609b;
  margin-right: 10px;
  margin-left: -10px;
}

/* line 58, css/scss/_page-about.scss */
.page-para-image {
  margin-top: 40px;
}

/* line 1, css/scss/_page-contact.scss */
.contact-form {
  padding-top: 8px;
}
@media (min-width: 550px) {
  /* line 1, css/scss/_page-contact.scss */
  .contact-form {
    padding-top: 0;
  }
}
/* line 6, css/scss/_page-contact.scss */
.contact-form .lable {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}
/* line 11, css/scss/_page-contact.scss */
.contact-form .lable span.required {
  color: #0092B3;
}
/* line 15, css/scss/_page-contact.scss */
.contact-form .form-input {
  height: 40px;
  border: 1px solid #999;
  margin: 10px 0 14px 0;
  display: block;
  width: 100%;
}
@media (min-width: 550px) {
  /* line 15, css/scss/_page-contact.scss */
  .contact-form .form-input {
    margin: 20px 0;
  }
}
@media (min-width: 780px) {
  /* line 15, css/scss/_page-contact.scss */
  .contact-form .form-input {
    width: 85%;
  }
}
/* line 28, css/scss/_page-contact.scss */
.contact-form textarea.form-input {
  height: 215px;
  width: 100%;
}
/* line 32, css/scss/_page-contact.scss */
.contact-form .g-recaptcha {
  margin-top: 20px;
}
/* line 35, css/scss/_page-contact.scss */
.contact-form form button {
  float: right;
  border: 0;
  margin-top: 20px;
  margin-bottom: 50px;
  height: 40px;
  padding: 0 30px;
  text-align: center;
  background-color: #72A94C; /* #b7dc78; */
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
/* line 50, css/scss/_page-contact.scss */
.contact-form .get-in-touch {
  background-color: #EFEFEF;
  padding: 5%;
}
/* line 14, css/scss/mixins/_clearfix.scss */
.contact-form .get-in-touch:before, .contact-form .get-in-touch:after {
  content: " ";
  display: table;
}
/* line 19, css/scss/mixins/_clearfix.scss */
.contact-form .get-in-touch:after {
  clear: both;
}
@media (min-width: 1015px) {
  /* line 50, css/scss/_page-contact.scss */
  .contact-form .get-in-touch {
    padding: 3%;
  }
}
/* line 58, css/scss/_page-contact.scss */
.contact-form .get-in-touch-block {
  min-height: 40px;
}
@media (min-width: 1015px) {
  /* line 58, css/scss/_page-contact.scss */
  .contact-form .get-in-touch-block {
    float: left;
    margin-right: 4%;
  }
}
/* line 65, css/scss/_page-contact.scss */
.contact-form .get-in-touch span {
  color: black;
  display: block;
  padding-top: 10px;
  padding-left: 40px;
}
/* line 72, css/scss/_page-contact.scss */
.contact-form .get-in-touch-heading {
  min-height: 0;
  margin-top: 10px;
}
@media (min-width: 1015px) {
  /* line 72, css/scss/_page-contact.scss */
  .contact-form .get-in-touch-heading {
    width: 12%;
  }
}
/* line 78, css/scss/_page-contact.scss */
.contact-form .get-in-touch-heading h2 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 1015px) {
  /* line 78, css/scss/_page-contact.scss */
  .contact-form .get-in-touch-heading h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 1015px) {
  /* line 88, css/scss/_page-contact.scss */
  .contact-form .get-in-touch-address {
    width: 24%;
  }
}
@media (min-width: 1015px) {
  /* line 92, css/scss/_page-contact.scss */
  .contact-form .get-in-touch-address span {
    padding-top: 0;
  }
}
/* line 98, css/scss/_page-contact.scss */
.contact-form .get-in-touch-address:before {
  content: '';
  display: block;
  background: url(img/spritesheet400x400.png);
  background-repeat: no-repeat;
  background-position: -131px 0;
  width: 20px;
  height: 40px;
  float: left;
}
@media (min-width: 1015px) {
  /* line 108, css/scss/_page-contact.scss */
  .contact-form .get-in-touch-phone {
    width: 16%;
  }
}
/* line 113, css/scss/_page-contact.scss */
.contact-form .get-in-touch-phone:before {
  content: '';
  display: block;
  background: url(img/spritesheet400x400.png);
  background-repeat: no-repeat;
  background-position: -50px 0;
  width: 21px;
  height: 40px;
  float: left;
}
/* line 123, css/scss/_page-contact.scss */
.contact-form .get-in-touch-email {
  word-wrap: break-word;
  margin-right: 0;
}
@media (min-width: 1015px) {
  /* line 123, css/scss/_page-contact.scss */
  .contact-form .get-in-touch-email {
    width: 36%;
  }
}
/* line 130, css/scss/_page-contact.scss */
.contact-form .get-in-touch-email:before {
  content: '';
  display: block;
  background: url(img/spritesheet400x400.png);
  background-repeat: no-repeat;
  background-position: -170px 0;
  width: 20px;
  height: 40px;
  float: left;
}

/*.category-news{
	.generic{
		margin-top:20px;
		@media (min-width: $screen-md-min){
			margin-top: 40px;
		}
	}
}*/
/* line 9, css/scss/_page-generic.scss */
main {
  padding-bottom: 20px;
}

/* line 13, css/scss/_page-generic.scss */
.home main {
  padding-bottom: 0px;
}

/* line 18, css/scss/_page-generic.scss */
.single h1 {
  margin: 35px 0 28px;
}

/* line 22, css/scss/_page-generic.scss */
.generic {
  min-height: calc(100vh - 340px);
}
@media (min-width: 780px) {
  /* line 22, css/scss/_page-generic.scss */
  .generic {
    min-height: calc(100vh - 280px);
  }
}
@media (min-width: 1015px) {
  /* line 22, css/scss/_page-generic.scss */
  .generic {
    min-height: calc(100vh - 340px);
  }
}
/* line 30, css/scss/_page-generic.scss */
.generic h2 {
  font-size: 18px;
  margin-bottom: 2px;
  /*color: #1d1d1b;*/
}
/* line 35, css/scss/_page-generic.scss */
.generic h4 {
  color: #0092B3;
}
/* line 38, css/scss/_page-generic.scss */
.generic hr {
  border: 0;
  border-top: 1px solid #ccc;
}
/* line 42, css/scss/_page-generic.scss */
.generic p {
  margin-bottom: 21px;
}
/* line 45, css/scss/_page-generic.scss */
.generic a {
  color: #333333;
}
/* line 48, css/scss/_page-generic.scss */
.generic img {
  max-width: 100%;
  height: auto;
  padding: 30px 0;
  border-top: 1px solid #EAE8E8;
  border-bottom: 1px solid #EAE8E8;
}
@media (min-width: 550px) {
  /* line 48, css/scss/_page-generic.scss */
  .generic img {
    width: 100%;
    margin-left: 0;
  }
}
/* line 62, css/scss/_page-generic.scss */
.generic ul {
  font-weight: 300;
  margin: 10px 0 19px;
  padding: 0;
  counter-reset: item;
  line-height: 1.6;
}
/* line 68, css/scss/_page-generic.scss */
.generic ul > li {
  margin: 0 22px 17px 2.3em;
  line-height: 24px;
}
/* line 73, css/scss/_page-generic.scss */
.generic ol {
  font-weight: 300;
  margin: 10px 0 19px;
  padding: 0;
  counter-reset: item;
  line-height: 1.6;
}
/* line 79, css/scss/_page-generic.scss */
.generic ol > li {
  line-height: 24px;
  margin: 0 0 17px;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}
/* line 86, css/scss/_page-generic.scss */
.generic ol > li:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
/* line 96, css/scss/_page-generic.scss */
.generic table {
  border: 0;
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 550px) {
  /* line 96, css/scss/_page-generic.scss */
  .generic table {
    width: 100%;
    margin-left: 0;
  }
}
/* line 105, css/scss/_page-generic.scss */
.generic table tr th,
.generic table tr td {
  border: 0;
  padding: 8px 20px;
}
/* line 110, css/scss/_page-generic.scss */
.generic table tr:nth-child(odd) {
  background: #fff;
}
/* line 114, css/scss/_page-generic.scss */
.generic table thead {
  background: #0092B3;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-align: left;
}
/* line 122, css/scss/_page-generic.scss */
.generic table tbody {
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-size: 16px;
}
/* line 126, css/scss/_page-generic.scss */
.generic table tbody td {
  border-right: 0;
}
/* line 128, css/scss/_page-generic.scss */
.generic table tbody td:last-child {
  border-right: 0;
}
/* line 133, css/scss/_page-generic.scss */
.generic table tbody tr:nth-child(even) td {
  border-right: 0;
}
/* line 135, css/scss/_page-generic.scss */
.generic table tbody tr:nth-child(even) td:last-child {
  border-right: 0;
}
/* line 141, css/scss/_page-generic.scss */
.generic table tfoot {
  border-top: 2px solid #0092B3;
}

/* line 3, css/scss/_page-search.scss */
.search-results .generic p {
  margin-bottom: 26px;
}
/* line 6, css/scss/_page-search.scss */
.search-results .generic hr {
  margin-bottom: 25px;
}

/* line 2, css/scss/_404.scss */
.error404 .inner-header {
  padding-top: 95px;
  padding-bottom: 30px;
}
/* line 6, css/scss/_404.scss */
.error404 .inner-404 {
  max-width: 400px;
  margin: auto;
}
/* line 9, css/scss/_404.scss */
.error404 .inner-404 img.image-404 {
  width: auto;
  height: auto;
  margin: auto;
  border-bottom: 2px solid #ddd;
  padding-bottom: 24px;
  margin-bottom: 15px;
}
/* line 17, css/scss/_404.scss */
.error404 .inner-404 ul {
  list-style: none;
}
/* line 19, css/scss/_404.scss */
.error404 .inner-404 ul li {
  margin: 0;
  margin-bottom: 10px;
}
/* line 22, css/scss/_404.scss */
.error404 .inner-404 ul li a {
  font-weight: 800;
  color: #666;
  font-size: 14px;
}
/* line 26, css/scss/_404.scss */
.error404 .inner-404 ul li a span.forward {
  background-color: #72A94C; /* #b7dc78; */
  background-image: url(img/spritesheet400x400.png);
  background-repeat: no-repeat;
  background-position: -327px -128px;
  display: block;
  height: 26px;
  width: 26px;
  float: right;
}
/* line 36, css/scss/_404.scss */
.error404 .inner-404 ul li a:hover {
  text-decoration: underline;
}
/* line 38, css/scss/_404.scss */
.error404 .inner-404 ul li a:hover span.forward {
  background-color: #ccc;
}

/* line 1, css/scss/_staff-profile.scss */
.staff-profile {
  min-height: calc(100vh - 340px);
  margin-top: 80px;
}
@media (min-width: 1015px) {
  /* line 1, css/scss/_staff-profile.scss */
  .staff-profile {
    margin-top: 42px;
  }
}
/* line 7, css/scss/_staff-profile.scss */
.staff-profile h1 {
  color: #0092B3;
}
/* line 10, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-block {
  position: relative;
}
/* line 12, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-block .loader-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  opacity: 0;
}
/* line 23, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-block span.p {
  color: #333;
  line-height: 40px;
}
/* line 30, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-slide {
  display: none;
}
/* line 32, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-slide.active {
  display: block;
}
/* line 35, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-slide h2 {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 1px;
}
@media (min-width: 780px) {
  /* line 35, css/scss/_staff-profile.scss */
  .staff-profile .staff-profile-slide h2 {
    margin-top: 0;
  }
}
/* line 43, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-slide p {
  padding-bottom: 22px;
}
/* line 46, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-slide .staff-profile-image {
  padding: 0;
  margin: 0;
}
@media (min-width: 780px) {
  /* line 46, css/scss/_staff-profile.scss */
  .staff-profile .staff-profile-slide .staff-profile-image {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 54, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-slide .staff-profile-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 1015px) {
  /* line 54, css/scss/_staff-profile.scss */
  .staff-profile .staff-profile-slide .staff-profile-image img {
    padding-bottom: 22px;
  }
}
/* line 62, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-slide .col-md-6 {
  padding: 0;
}
@media (min-width: 780px) {
  /* line 62, css/scss/_staff-profile.scss */
  .staff-profile .staff-profile-slide .col-md-6 {
    padding-right: 25px;
  }
}
/* line 69, css/scss/_staff-profile.scss */
.staff-profile .profile-selection {
  margin-bottom: 15px;
}
@media (min-width: 1015px) {
  /* line 69, css/scss/_staff-profile.scss */
  .staff-profile .profile-selection {
    margin-bottom: 50px;
  }
}
/* line 75, css/scss/_staff-profile.scss */
.staff-profile .profile-selection .profile-divider hr {
  margin: 0 -5px;
  border: 0;
  border-top: 1px solid #f2f0f0;
  margin-bottom: 28px;
  margin-top: 6px;
}
@media (min-width: 1015px) {
  /* line 75, css/scss/_staff-profile.scss */
  .staff-profile .profile-selection .profile-divider hr {
    margin-bottom: 40px;
    margin-top: 18px;
  }
}
/* line 87, css/scss/_staff-profile.scss */
.staff-profile .profile-selection .staff-profile-thumbnail {
  padding-left: 10px;
  padding-right: 0px;
  margin-bottom: 18px;
}
@media (min-width: 780px) {
  /* line 87, css/scss/_staff-profile.scss */
  .staff-profile .profile-selection .staff-profile-thumbnail {
    padding-left: 10px;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
/* line 96, css/scss/_staff-profile.scss */
.staff-profile .profile-selection .staff-profile-thumbnail button {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
  text-align: left;
  background: white;
  border-bottom: 1px solid #EBEBEB;
}
/* line 105, css/scss/_staff-profile.scss */
.staff-profile .profile-selection .staff-profile-thumbnail button:hover, .staff-profile .profile-selection .staff-profile-thumbnail button:focus {
  opacity: 0.7;
}
/* line 109, css/scss/_staff-profile.scss */
.staff-profile .profile-selection .staff-profile-thumbnail button span.area {
  display: block;
  padding: 8px 0;
}
@media (min-width: 1015px) {
  /* line 109, css/scss/_staff-profile.scss */
  .staff-profile .profile-selection .staff-profile-thumbnail button span.area {
    padding: 16px 0px;
  }
}
/* line 116, css/scss/_staff-profile.scss */
.staff-profile .profile-selection .staff-profile-thumbnail button span.h3 {
  color: #0092B3;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 100;
  margin: 0px;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 1015px) {
  /* line 116, css/scss/_staff-profile.scss */
  .staff-profile .profile-selection .staff-profile-thumbnail button span.h3 {
    font-size: 16px;
  }
}
/* line 129, css/scss/_staff-profile.scss */
.staff-profile .profile-selection .staff-profile-thumbnail button span.p {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #333;
  line-height: 1.6;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}
@media (min-width: 1015px) {
  /* line 129, css/scss/_staff-profile.scss */
  .staff-profile .profile-selection .staff-profile-thumbnail button span.p {
    font-size: 16px;
  }
}
/* line 142, css/scss/_staff-profile.scss */
.staff-profile .profile-selection .staff-profile-thumbnail button img {
  width: 250px;
  height: auto;
  max-width: 100%;
}

/* line 152, css/scss/_staff-profile.scss */
.profile-button-image {
  max-width: 100%;
  width: 100%;
  min-height: 170px;
  max-height: 200px;
  overflow: hidden;
}
@media (min-width: 780px) {
  /* line 152, css/scss/_staff-profile.scss */
  .profile-button-image {
    max-width: 185px;
    width: 100%;
    min-height: 170px;
    max-height: 200px;
    overflow: hidden;
  }
}

/* line 166, css/scss/_staff-profile.scss */
.staff-profile-slide.row {
  margin: 0;
}

/* line 171, css/scss/_staff-profile.scss */
.staff-board {
  min-height: calc(100vh - 340px);
  margin-top: 80px;
}
@media (min-width: 1015px) {
  /* line 171, css/scss/_staff-profile.scss */
  .staff-board {
    margin-top: 42px;
  }
}
/* line 177, css/scss/_staff-profile.scss */
.staff-board h1 {
  color: #0092B3;
}
/* line 180, css/scss/_staff-profile.scss */
.staff-board .staff-board-block {
  position: relative;
}
/* line 182, css/scss/_staff-profile.scss */
.staff-board .staff-board-block .loader-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  opacity: 0;
}
/* line 193, css/scss/_staff-profile.scss */
.staff-board .staff-board-block span.p {
  color: #333;
  line-height: 40px;
}
/* line 200, css/scss/_staff-profile.scss */
.staff-board .staff-board-slide {
  display: none;
}
/* line 202, css/scss/_staff-profile.scss */
.staff-board .staff-board-slide.active {
  display: block;
}
/* line 205, css/scss/_staff-profile.scss */
.staff-board .staff-board-slide h2 {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 1px;
}
@media (min-width: 780px) {
  /* line 205, css/scss/_staff-profile.scss */
  .staff-board .staff-board-slide h2 {
    margin-top: 0;
  }
}
/* line 213, css/scss/_staff-profile.scss */
.staff-board .staff-board-slide p {
  padding-bottom: 22px;
}
/* line 216, css/scss/_staff-profile.scss */
.staff-board .staff-board-slide .staff-board-image {
  padding: 0;
  margin: 0;
}
@media (min-width: 780px) {
  /* line 216, css/scss/_staff-profile.scss */
  .staff-board .staff-board-slide .staff-board-image {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 224, css/scss/_staff-profile.scss */
.staff-board .staff-board-slide .staff-board-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 1015px) {
  /* line 224, css/scss/_staff-profile.scss */
  .staff-board .staff-board-slide .staff-board-image img {
    padding-bottom: 22px;
  }
}
/* line 232, css/scss/_staff-profile.scss */
.staff-board .staff-board-slide .col-md-6 {
  padding: 0;
}
@media (min-width: 780px) {
  /* line 232, css/scss/_staff-profile.scss */
  .staff-board .staff-board-slide .col-md-6 {
    padding-right: 25px;
  }
}
/* line 239, css/scss/_staff-profile.scss */
.staff-board .board-selection {
  margin-bottom: 15px;
}
@media (min-width: 1015px) {
  /* line 239, css/scss/_staff-profile.scss */
  .staff-board .board-selection {
    margin-bottom: 50px;
  }
}
/* line 245, css/scss/_staff-profile.scss */
.staff-board .board-selection .board-divider hr {
  margin: 0 -5px;
  border: 0;
  border-top: 1px solid #f2f0f0;
  margin-bottom: 28px;
  margin-top: 6px;
}
@media (min-width: 1015px) {
  /* line 245, css/scss/_staff-profile.scss */
  .staff-board .board-selection .board-divider hr {
    margin-bottom: 40px;
    margin-top: 18px;
  }
}
/* line 257, css/scss/_staff-profile.scss */
.staff-board .board-selection .staff-board-thumbnail {
  padding-left: 10px;
  padding-right: 0px;
  margin-bottom: 18px;
}
@media (min-width: 780px) {
  /* line 257, css/scss/_staff-profile.scss */
  .staff-board .board-selection .staff-board-thumbnail {
    padding-left: 10px;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
/* line 266, css/scss/_staff-profile.scss */
.staff-board .board-selection .staff-board-thumbnail button {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
  text-align: left;
  background: white;
  border-bottom: 1px solid #EBEBEB;
}
/* line 275, css/scss/_staff-profile.scss */
.staff-board .board-selection .staff-board-thumbnail button:hover, .staff-board .board-selection .staff-board-thumbnail button:focus {
  opacity: 0.7;
}
/* line 279, css/scss/_staff-profile.scss */
.staff-board .board-selection .staff-board-thumbnail button span.area {
  display: block;
  padding: 8px 0;
}
@media (min-width: 1015px) {
  /* line 279, css/scss/_staff-profile.scss */
  .staff-board .board-selection .staff-board-thumbnail button span.area {
    padding: 16px 0px;
  }
}
/* line 286, css/scss/_staff-profile.scss */
.staff-board .board-selection .staff-board-thumbnail button span.h3 {
  color: #0092B3;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 100;
  margin: 0px;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 1015px) {
  /* line 286, css/scss/_staff-profile.scss */
  .staff-board .board-selection .staff-board-thumbnail button span.h3 {
    font-size: 16px;
  }
}
/* line 299, css/scss/_staff-profile.scss */
.staff-board .board-selection .staff-board-thumbnail button span.p {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #333;
  line-height: 1.6;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}
@media (min-width: 1015px) {
  /* line 299, css/scss/_staff-profile.scss */
  .staff-board .board-selection .staff-board-thumbnail button span.p {
    font-size: 16px;
  }
}
/* line 312, css/scss/_staff-profile.scss */
.staff-board .board-selection .staff-board-thumbnail button img {
  width: 250px;
  height: auto;
  max-width: 100%;
}

/* line 322, css/scss/_staff-profile.scss */
.board-button-image {
  max-width: 100%;
  width: 100%;
  min-height: 170px;
  max-height: 200px;
  overflow: hidden;
}
@media (min-width: 780px) {
  /* line 322, css/scss/_staff-profile.scss */
  .board-button-image {
    max-width: 185px;
    width: 100%;
    min-height: 170px;
    max-height: 200px;
    overflow: hidden;
  }
}

/* line 336, css/scss/_staff-profile.scss */
.staff-board-slide.row {
  margin: 0;
}

/* line 3, css/scss/_title-breadcrumbs.scss */
.title-breadcrumbs h1 {
  margin: 25px 0 18px;
}
@media (min-width: 780px) {
  /* line 3, css/scss/_title-breadcrumbs.scss */
  .title-breadcrumbs h1 {
    margin: 40px 0 28px;
  }
}
/* line 9, css/scss/_title-breadcrumbs.scss */
.title-breadcrumbs .breadcrumbs {
  display: none;
  float: right;
  font-size: 14px;
}
/* line 13, css/scss/_title-breadcrumbs.scss */
.title-breadcrumbs .breadcrumbs a {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
/* line 18, css/scss/_title-breadcrumbs.scss */
.title-breadcrumbs .breadcrumbs a:hover {
  text-decoration: underline;
}
@media (min-width: 1015px) {
  /* line 9, css/scss/_title-breadcrumbs.scss */
  .title-breadcrumbs .breadcrumbs {
    display: block;
    padding-top: 40px;
  }
}

/* line 31, css/scss/_title-breadcrumbs.scss */
.page .breadcrumbs {
  display: none;
}

/* line 37, css/scss/_title-breadcrumbs.scss */
.single-tribe_events .title-breadcrumbs h1 {
  display: none;
}
/* line 40, css/scss/_title-breadcrumbs.scss */
.single-tribe_events .title-breadcrumbs .breadcrumbs {
  display: none;
}
@media (min-width: 1015px) {
  /* line 40, css/scss/_title-breadcrumbs.scss */
  .single-tribe_events .title-breadcrumbs .breadcrumbs {
    display: block;
  }
}

/* line 48, css/scss/_title-breadcrumbs.scss */
.row.t72-single-event-mobile {
  padding-top: 40px;
}

/* line 2, css/scss/_horizontal-rule.scss */
.horizontal-rule hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 3px 0 21px;
}
@media (min-width: 1015px) {
  /* line 2, css/scss/_horizontal-rule.scss */
  .horizontal-rule hr {
    margin: 13px 0 36px;
  }
}
/* line 10, css/scss/_horizontal-rule.scss */
.horizontal-rule hr.invisible {
  border: 0;
  margin-top: 49px;
}

/* line 1, css/scss/_static.scss */
.static {
  width: 100%;
  background-color: #efefef;
  padding: 60px 0px;
}
/* line 5, css/scss/_static.scss */
.static h1 {
  padding-bottom: 30px;
}
/* line 8, css/scss/_static.scss */
.static h3 {
  padding-bottom: 5px;
}

/* line 12, css/scss/_static.scss */
.staticContent {
  clear: both;
  overflow: hidden;
}
/* line 15, css/scss/_static.scss */
.staticContent .staticImg {
  overflow: hidden;
  width: 100%;
  height: 308px;
}
/* line 19, css/scss/_static.scss */
.staticContent .staticImg img {
  height: auto;
  width: 100%;
}
/* line 24, css/scss/_static.scss */
.staticContent .staticCol {
  float: left;
  width: 48.93%;
  margin: 0 1.06%;
}
/* line 28, css/scss/_static.scss */
.staticContent .staticCol:first-child {
  margin-left: 0;
}
/* line 31, css/scss/_static.scss */
.staticContent .staticCol:last-child {
  margin-right: 0;
}
/* line 34, css/scss/_static.scss */
.staticContent .staticCol p {
  padding-bottom: 30px;
}
/* line 36, css/scss/_static.scss */
.staticContent .staticCol p:last-child {
  padding-bottom: 0;
}
/* line 40, css/scss/_static.scss */
.staticContent .staticCol ol {
  counter-reset: li;
  margin: 0;
  padding: 0;
}
/* line 45, css/scss/_static.scss */
.staticContent .staticCol ol > li {
  position: relative;
  margin: 0 0 20px 40px;
  list-style: none;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #333333;
}
/* line 53, css/scss/_static.scss */
.staticContent .staticCol ol > li:last-child {
  margin-bottom: 0;
}
/* line 57, css/scss/_static.scss */
.staticContent .staticCol ol > li:before {
  content: counter(li);
  counter-increment: li;
  float: left;
  position: absolute;
  top: 0;
  left: -2.7em;
  width: 20px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #333333;
  font-weight: 500;
  text-align: center;
}
/* line 71, css/scss/_static.scss */
.staticContent .staticCol ul > li {
  position: relative;
  padding: 0 0 20px 40px;
  list-style: none;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #333333;
  background-image: url("img/staticContent-bullet-point.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
}
/* line 82, css/scss/_static.scss */
.staticContent .staticCol ul > li:last-child {
  padding-bottom: 0;
}
/* line 86, css/scss/_static.scss */
.staticContent .staticCol table {
  width: 100%;
  margin-top: 30px;
}
/* line 89, css/scss/_static.scss */
.staticContent .staticCol table th {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 10px 10px 10px 30px;
  text-align: left;
  background-color: #72A94C; /* #b7dc78; */
}
/* line 99, css/scss/_static.scss */
.staticContent .staticCol table tr:nth-child(even) {
  background: rgba(191, 4, 38, 0.05);
}
/* line 103, css/scss/_static.scss */
.staticContent .staticCol table td {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 20px;
  padding: 10px 50px 10px 30px;
}
/* line 110, css/scss/_static.scss */
.staticContent .staticCol table td:nth-child(even) {
  padding-left: 70px;
  background-image: url("img/staticContent-table-download-icon.png");
  background-repeat: no-repeat;
  background-position: 30px 9px;
}
/* line 116, css/scss/_static.scss */
.staticContent .staticCol table td:nth-child(odd) {
  border-right: 1px solid #bf0426;
}

/* line 123, css/scss/_static.scss */
.staticSecondaryContent {
  padding-top: 30px;
}

/* line 127, css/scss/_static.scss */
.staticSliderContent {
  width: 100%;
}
/* line 129, css/scss/_static.scss */
.staticSliderContent .staticFeatureCol {
  float: left;
  width: 73.94%;
  margin-right: 1.06%;
}
/* line 133, css/scss/_static.scss */
.staticSliderContent .staticFeatureCol .staticFeatureImg {
  overflow: hidden;
  width: 100%;
}
/* line 136, css/scss/_static.scss */
.staticSliderContent .staticFeatureCol .staticFeatureImg img {
  height: auto;
  width: 100%;
}
/* line 142, css/scss/_static.scss */
.staticSliderContent .staticSecondaryCol {
  float: left;
  width: 23.94%;
  margin-left: 1.06%;
  /* background-color:#f00; */
}
/* line 147, css/scss/_static.scss */
.staticSliderContent .staticSecondaryCol .staticSecondaryImg {
  overflow: hidden;
  width: 100%;
  height: 147px;
  margin: 4.7% 0;
}
/* line 152, css/scss/_static.scss */
.staticSliderContent .staticSecondaryCol .staticSecondaryImg:first-child {
  margin-top: 0;
}
/* line 155, css/scss/_static.scss */
.staticSliderContent .staticSecondaryCol .staticSecondaryImg:last-child {
  margin-bottom: 0;
}
/* line 158, css/scss/_static.scss */
.staticSliderContent .staticSecondaryCol .staticSecondaryImg img {
  height: auto;
  width: 100%;
}

/* line 3, css/scss/_calendar.scss */
.t72-event-sidebar-region .tribe-mini-calendar-event .list-date {
  background: #0092B3;
}
/* line 7, css/scss/_calendar.scss */
.t72-event-sidebar-region .tribe-mini-calendar-event .list-date .list-daynumber {
  color: #0092B3;
  background-color: white;
}

/* line 16, css/scss/_calendar.scss */
.t72-mini-calendar .tribe-mini-calendar-event .list-date {
  background: #0092B3;
}
/* line 21, css/scss/_calendar.scss */
.t72-mini-calendar .tribe-mini-calendar-event .list-date .list-daynumber {
  color: #0092B3;
  background-color: white;
}

/* Calendar Stylying for home page*/
@media (min-width: 320px) {
  /* line 33, css/scss/_calendar.scss */
  .home .home-events-list .event-wrapper .tribe-mini-calendar-event .list-date {
    margin: 0 auto;
  }
}
@media (min-width: 550px) {
  /* line 33, css/scss/_calendar.scss */
  .home .home-events-list .event-wrapper .tribe-mini-calendar-event .list-date {
    margin: 0;
  }
}

/* line 1, css/scss/_lists.scss */
ul.listleft, ul.listright {
  width: 100%;
  display: block;
  margin: 0;
}

/* line 6, css/scss/_lists.scss */
ul.listleft {
  float: left;
}

/* line 9, css/scss/_lists.scss */
ul.listright {
  float: right;
}

@media (min-width: 550px) {
  /* line 13, css/scss/_lists.scss */
  ul.listleft, ul.listright {
    width: 50%;
    display: block;
    margin: 10px 0 19px;
  }

  /* line 18, css/scss/_lists.scss */
  ul.listleft {
    float: left;
  }

  /* line 21, css/scss/_lists.scss */
  ul.listright {
    float: right;
  }
}
/* line 29, css/scss/_lists.scss */
.page-para-image {
  margin-top: 40px;
}
/* line 33, css/scss/_lists.scss */
.page-para-image ul li ul {
  margin-left: 20px;
  list-style: inherit;
}

/* line 2, css/scss/_table.scss */
table {
  width: 100%;
  border-collapse: collapse;
}

/* Zebra striping */
/* line 7, css/scss/_table.scss */
tr:nth-of-type(even) {
  background: #eee;
}

/* line 10, css/scss/_table.scss */
.generic.table tr:nth-of-type(odd) {
  background: #fff;
}

/* line 13, css/scss/_table.scss */
th {
  background: #333;
  color: white;
  font-weight: bold;
}

/* line 18, css/scss/_table.scss */
td, th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}

/* line 3, css/scss/_sidebar-aboutmenu.scss */
.generic .menu-about-menu-container h2 {
  font-wieght: bold;
}
/* line 6, css/scss/_sidebar-aboutmenu.scss */
.generic .menu-about-menu-container ul {
  list-style-type: none;
}
/* line 8, css/scss/_sidebar-aboutmenu.scss */
.generic .menu-about-menu-container ul li {
  margin: 0 0 9px 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #ccc;
}
/* line 13, css/scss/_sidebar-aboutmenu.scss */
.generic .menu-about-menu-container ul a {
  text-decoration: none;
}

@media (min-width: 780px) {
  /* line 1, css/scss/_sidebar.scss */
  .t72-left {
    margin-top: 28px;
  }
}
@media (min-width: 1015px) {
  /* line 1, css/scss/_sidebar.scss */
  .t72-left {
    margin-top: 43px;
  }
}

/* line 10, css/scss/_sidebar.scss */
.t72-right h2 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
}
/* line 16, css/scss/_sidebar.scss */
.t72-right li {
  border-bottom: 1px solid #ccc;
}
/* line 18, css/scss/_sidebar.scss */
.t72-right li a {
  font-size: 14px;
}
@media (min-width: 780px) {
  /* line 9, css/scss/_sidebar.scss */
  .t72-right {
    margin-top: 28px;
  }
}
@media (min-width: 1015px) {
  /* line 9, css/scss/_sidebar.scss */
  .t72-right {
    margin-top: 43px;
  }
}

/* line 1, css/scss/_subnav-login.scss */
#subnav-slide-container {
  transition: width 225ms ease-in;
  -webkit-transition: width 225ms ease-in;
  position: absolute;
  right: 0;
  display: block;
  width: 300px;
  height: 40px;
}
/* line 9, css/scss/_subnav-login.scss */
#subnav-slide-container .button-container {
  transition: right 225ms ease-in;
  -webkit-transition: right 225ms ease-in;
  display: inline-block;
  position: absolute;
  right: 42px;
  width: 225px;
}
/* line 17, css/scss/_subnav-login.scss */
#subnav-slide-container .button-container .loginout-button a {
  line-height: 40px;
  text-decoration: none;
  font-weight: 100;
}
/* line 21, css/scss/_subnav-login.scss */
#subnav-slide-container .button-container .loginout-button a:hover {
  text-decoration: underline;
}
/* line 25, css/scss/_subnav-login.scss */
#subnav-slide-container .button-container .loginout-button:before {
  content: "";
  background: url(img/user.png) no-repeat;
  padding: 3px 18px;
  background-size: 18px;
}
/* line 31, css/scss/_subnav-login.scss */
#subnav-slide-container .button-container .loginout-button:after {
  content: "|";
  padding: 0 0 0 20px;
  font-weight: 100;
}
/* line 38, css/scss/_subnav-login.scss */
#subnav-slide-container #search-box {
  font-weight: 100;
}

/* line 42, css/scss/_subnav-login.scss */
#subnav-slide-container.t72-search-open {
  width: 200px;
}
/* line 44, css/scss/_subnav-login.scss */
#subnav-slide-container.t72-search-open .button-container {
  right: 140px;
  transition: right 225ms ease-in;
  -webkit-transition: right 225ms ease-in;
}
/* line 49, css/scss/_subnav-login.scss */
#subnav-slide-container.t72-search-open #search-box {
  width: 195px;
}

/* line 2, css/scss/_buttons.scss */
.home-events-list .home-events-list-inner .ar-btn {
  font-weight: 500;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #e6e6e6;
  margin-top: 14px;
  text-align: right;
  margin-bottom: 20px;
  font-size: 14px;
}

/* line 16, css/scss/_buttons.scss */
.posts-lists .posts-wrapper a span {
  border-top: 1px solid #fff;
  width: 100%;
  display: block;
  text-align: right;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
}

/* line 31, css/scss/_buttons.scss */
.home-about-double .container .row .col-lg-6 a.aboutBtn {
  border-top: 1px solid #C8C8C8;
  width: 100%;
  display: block;
  text-align: right;
  line-height: 40px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

/* line 46, css/scss/_buttons.scss */
.slider-btn {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  width: 120px;
  color: #fff;
  text-decoration: none;
  padding: 8px 0;
  display: inline-block;
  background: none;
}
/* line 55, css/scss/_buttons.scss */
.slider-btn:after {
  content: "";
  background: url(img/arrow.png) no-repeat;
  padding: 4px 13px;
}

/* line 3, css/scss/_mapcontact.scss */
.about-right .container .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 6, css/scss/_mapcontact.scss */
.about-right .container .row .col-md-6 {
  width: 100%;
}
@media (min-width: 1015px) {
  /* line 6, css/scss/_mapcontact.scss */
  .about-right .container .row .col-md-6 {
    width: 50%;
  }
}
/* line 12, css/scss/_mapcontact.scss */
.about-right .container .row .col-md-offset-6 {
  margin-left: 0;
}
@media (min-width: 1015px) {
  /* line 12, css/scss/_mapcontact.scss */
  .about-right .container .row .col-md-offset-6 {
    margin-left: 50%;
  }
}

/* line 22, css/scss/_mapcontact.scss */
.welcome-blurb a {
  text-decoration: none;
}
/* line 25, css/scss/_mapcontact.scss */
.welcome-blurb .navAddress {
  float: left;
  display: block;
  width: 100%;
  max-width: 180px;
}
/* line 29, css/scss/_mapcontact.scss */
.welcome-blurb .navAddress .icon {
  background: url(img/spritesheet400x400.png);
  background-repeat: no-repeat;
  background-position: -132px -40px;
  margin-top: 1px;
  margin-left: -2px;
  width: 30px;
  height: 40px;
  margin-right: 5px;
  float: left;
  zoom: 0.85;
}
/* line 41, css/scss/_mapcontact.scss */
.welcome-blurb .navAddress span {
  line-height: 33px;
  text-decoration: none;
}
@media (min-width: 550px) {
  /* line 25, css/scss/_mapcontact.scss */
  .welcome-blurb .navAddress {
    max-width: 100%;
  }
}
/* line 50, css/scss/_mapcontact.scss */
.welcome-blurb .officeCall {
  margin-left: -10px;
  float: left;
  display: block;
  width: 100%;
}
/* line 55, css/scss/_mapcontact.scss */
.welcome-blurb .officeCall .icon {
  background: url(img/spritesheet400x400.png);
  background-repeat: no-repeat;
  background-position: -40px -40px;
  margin-top: 1px;
  margin-left: -2px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  float: left;
  zoom: 0.85;
}
/* line 67, css/scss/_mapcontact.scss */
.welcome-blurb .officeCall span {
  line-height: 33px;
}
/* line 71, css/scss/_mapcontact.scss */
.welcome-blurb .officeEmail {
  margin-left: -10px;
  float: left;
  display: block;
  width: 100%;
}
/* line 76, css/scss/_mapcontact.scss */
.welcome-blurb .officeEmail .icon {
  background: url(img/spritesheet400x400.png);
  background-repeat: no-repeat;
  background-position: -160px -40px;
  margin-top: 1px;
  margin-left: -2px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  float: left;
  zoom: 0.85;
}
/* line 88, css/scss/_mapcontact.scss */
.welcome-blurb .officeEmail span {
  line-height: 33px;
  text-decoration: none;
}
/* line 93, css/scss/_mapcontact.scss */
.welcome-blurb .contactLink {
  color: white;
  float: right;
  width: 140px;
  background-image: url(img/arrow-white.png);
  background-repeat: no-repeat;
  background-position: 100% 5px;
  padding: 10px 0 28px;
}
@media (min-width: 780px) {
  /* line 93, css/scss/_mapcontact.scss */
  .welcome-blurb .contactLink {
    background-image: url(img/arrow-white.png);
    background-repeat: no-repeat;
    background-position: 100% -3px;
    padding: 0 0 70px;
    margin-top: 30px;
  }
}
/* line 108, css/scss/_mapcontact.scss */
.welcome-blurb .contactLink:hover {
  text-decoration: underline;
}

/* line 113, css/scss/_mapcontact.scss */
.map-mobile {
  max-height: 300px;
}

@media (min-width: 320px) {
  /* line 118, css/scss/_mapcontact.scss */
  .about-right {
    background-color: white;
  }
  /* line 121, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb h2 {
    color: #0092B3;
  }
  /* line 125, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb p span {
    color: black;
  }
  /* line 130, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb a span {
    color: black;
  }
  /* line 134, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .contactLink {
    color: #555;
    background-image: url(img/arrow.png);
  }
  /* line 139, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .navAddress .icon {
    background-position: -132px 0px;
  }
  /* line 144, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .officeCall .icon {
    background-position: -40px 0px;
  }
  /* line 149, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .officeEmail .icon {
    background-position: -160px 0px;
  }
}
@media (min-width: 780px) {
  /* line 157, css/scss/_mapcontact.scss */
  .about-right {
    background-color: white;
  }
  /* line 160, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb h2 {
    color: white;
  }
  /* line 164, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb p span {
    color: white;
  }
  /* line 169, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb a span {
    color: white;
  }
  /* line 173, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .contactLink {
    color: white;
    background-image: url(img/arrow-white.png);
  }
  /* line 178, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .navAddress .icon {
    background-position: -132px -40px;
  }
  /* line 183, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .officeCall .icon {
    background-position: -40px -40px;
  }
  /* line 188, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .officeEmail .icon {
    background-position: -160px -40px;
  }
}
/* line 1, css/scss/_topabout.scss */
.home-about {
  background: url(img/animal-dog-pet-brown-flip.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 6, css/scss/_topabout.scss */
.home-about .date-month span {
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 900;
}
/* line 12, css/scss/_topabout.scss */
.home-about .aboutContent .col-lg-6 {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
/* line 16, css/scss/_topabout.scss */
.home-about p {
  color: white;
}
/* line 19, css/scss/_topabout.scss */
.home-about .aboutBtn {
  background-color: transparent;
}
/* line 22, css/scss/_topabout.scss */
.home-about a {
  color: white;
  text-decoration: none;
}

/* line 3, css/scss/_posts.scss */
main .generic article {
  padding: 15px 0;
}
/* line 5, css/scss/_posts.scss */
main .generic article h2 {
  color: #0092B3;
  font-weight: bold;
}
/* line 8, css/scss/_posts.scss */
main .generic article h2 a {
  text-decoration: none;
  color: #0092B3;
}
/* line 13, css/scss/_posts.scss */
main .generic article a.view-article {
  color: #F36C3E;
  font-weight: 500;
}
/* line 17, css/scss/_posts.scss */
main .generic article a {
  height: auto;
  overflow: hidden;
  display: block;
}
/* line 21, css/scss/_posts.scss */
main .generic article a img {
  width: 120px;
  float: left;
  padding: 0 15px 0 0;
}
/* line 27, css/scss/_posts.scss */
main .generic article h2 {
  margin-bottom: 10px;
}
/* line 30, css/scss/_posts.scss */
main .generic article .date {
  display: none;
}
/* line 33, css/scss/_posts.scss */
main .generic article .author {
  display: none;
}
/* line 36, css/scss/_posts.scss */
main .generic article .comments {
  display: none;
}

/* line 45, css/scss/_posts.scss */
.category main .generic {
  margin-top: 40px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 59, css/scss/_posts.scss */
  main .generic article a img {
    width: 100%;
    float: none;
  }
}
/* line 3, css/scss/_contactform.scss */
.contact .col-xs-12 p {
  display: inline-block;
  width: 49.8%;
  font-weight: 500;
}

/* line 11, css/scss/_contactform.scss */
.contact-form .get-in-touch {
  display: none;
}
/* line 14, css/scss/_contactform.scss */
.contact-form form button {
  float: right;
  border: 0;
  margin-top: 20px;
  margin-bottom: 50px;
  height: 40px;
  padding: 0 30px;
  text-align: center;
  background-color: #0092B3;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
/* line 28, css/scss/_contactform.scss */
.contact-form .form-input {
  border: 1px solid #0092B3;
}

/* The CSS */
/* line 34, css/scss/_contactform.scss */
select {
  padding: 3px;
  margin: 20px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: url(../t72_tpl/img/drop-arrow.png) no-repeat;
  background-position: 97%;
  color: #888;
  border: 1px solid #0092B3;
  outline: none;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 70%;
  padding: 13px;
}
@media (min-width: 1015px) {
  /* line 34, css/scss/_contactform.scss */
  select {
    width: 50%;
  }
}

/* line 58, css/scss/_contactform.scss */
option:after {
  content: '>';
  color: #aaa;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 8px;
  top: 2px;
  padding: 0 0 2px;
  border-bottom: 1px solid #ddd;
  position: absolute;
  pointer-events: none;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 75, css/scss/_contactform.scss */
  select {
    padding-right: 18px;
  }
}
/* line 2, css/scss/_searchpage.scss */
.search .generic {
  height: 100%;
  min-height: calc(100vh - 340px);
  margin-top: 50px;
}
@media (min-width: 780px) {
  /* line 2, css/scss/_searchpage.scss */
  .search .generic {
    margin-top: 30px;
  }
}

/* line 1, css/scss/_breadcrumbs-sidebar.scss */
.title-breadcrumbs.sidebar {
  margin-bottom: 20px;
}
/* line 3, css/scss/_breadcrumbs-sidebar.scss */
.title-breadcrumbs.sidebar .row {
  border-bottom: 1px solid #EAE8E8;
  margin: 0;
}
/* line 7, css/scss/_breadcrumbs-sidebar.scss */
.title-breadcrumbs.sidebar .row .col-md-6 a {
  font-weight: 100;
}
/* line 10, css/scss/_breadcrumbs-sidebar.scss */
.title-breadcrumbs.sidebar .row .col-md-6 strong {
  text-decoration: underline;
}
/* line 15, css/scss/_breadcrumbs-sidebar.scss */
.title-breadcrumbs.sidebar .row .col-lg-6 h1 {
  margin: 43px 0 20px;
}

/* line 1, css/scss/_home-double-posts.scss */
.posts-lists {
  background-color: #0092B3;
  min-height: 560px;
}
/* line 5, css/scss/_home-double-posts.scss */
.posts-lists .posts-wrapper a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
/* line 9, css/scss/_home-double-posts.scss */
.posts-lists .posts-wrapper a li {
  list-style: none;
  color: white;
}
/* line 12, css/scss/_home-double-posts.scss */
.posts-lists .posts-wrapper a li h3 {
  font-weight: bold;
  color: white;
}
/* line 17, css/scss/_home-double-posts.scss */
.posts-lists .posts-wrapper a p {
  color: white;
  padding: 20px 0;
}
/* line 21, css/scss/_home-double-posts.scss */
.posts-lists .posts-wrapper a span {
  border-top: 1px solid #fff;
  width: 100%;
  display: block;
  text-align: right;
  line-height: 40px;
}
/* line 27, css/scss/_home-double-posts.scss */
.posts-lists .posts-wrapper a span:after {
  content: "";
  background: url(img/arrow.png) no-repeat;
  padding: 4px 13px;
}
/* line 32, css/scss/_home-double-posts.scss */
.posts-lists .posts-wrapper a span:hover {
  /*border-top: 1px solid $secondary-color;*/
  text-decoration: underline;
}

/* line 41, css/scss/_home-double-posts.scss */
.othernews h2 {
  padding-bottom: 10px;
}
@media (min-width: 320px) {
  /* line 45, css/scss/_home-double-posts.scss */
  .othernews .posts-wrapper ul {
    margin: 0;
  }
}
@media (min-width: 550px) {
  /* line 45, css/scss/_home-double-posts.scss */
  .othernews .posts-wrapper ul {
    margin: 0 -20px 0 -10px;
  }
}
@media (min-width: 1015px) {
  /* line 45, css/scss/_home-double-posts.scss */
  .othernews .posts-wrapper ul {
    margin: 0;
  }
}
/* line 55, css/scss/_home-double-posts.scss */
.othernews .posts-wrapper ul li {
  border-top: 1px dotted #fff;
  padding: 5px 0 10px;
  list-style: none;
}
@media (min-width: 320px) {
  /* line 55, css/scss/_home-double-posts.scss */
  .othernews .posts-wrapper ul li {
    width: 100%;
    display: block;
    margin: 0;
  }
}
@media (min-width: 550px) {
  /* line 55, css/scss/_home-double-posts.scss */
  .othernews .posts-wrapper ul li {
    width: 45%;
    display: inline-block;
    margin: 0 10px;
  }
}
@media (min-width: 1015px) {
  /* line 55, css/scss/_home-double-posts.scss */
  .othernews .posts-wrapper ul li {
    width: 100%;
    display: block;
    margin: 0;
  }
}
/* line 74, css/scss/_home-double-posts.scss */
.othernews .posts-wrapper ul li h3 {
  font-weight: bold;
  color: white;
}
/* line 81, css/scss/_home-double-posts.scss */
.othernews .posts-wrapper ul li:hover {
  text-decoration: underline;
}
/* line 87, css/scss/_home-double-posts.scss */
.othernews a {
  text-decoration: none;
  list-style: none;
  color: white;
}
/* line 91, css/scss/_home-double-posts.scss */
.othernews a span {
  border-top: 1px solid #fff;
  width: 100%;
  display: block;
  text-align: right;
  line-height: 40px;
}
/* line 97, css/scss/_home-double-posts.scss */
.othernews a span:after {
  content: "";
  background: url(img/arrow.png) no-repeat;
  padding: 4px 13px;
}
/* line 102, css/scss/_home-double-posts.scss */
.othernews a span:hover {
  /*border-top: 1px solid $secondary-color;*/
  text-decoration: underline;
}

/* line 110, css/scss/_home-double-posts.scss */
.recentnews .posts-wrapper {
  padding: 10px 0;
}

/* line 3, css/scss/_home-double.scss */
.home-about-double .container .row {
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 320px) {
  /* line 11, css/scss/_home-double.scss */
  .home-events-list-inner:before {
    content: '';
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1000px;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* line 21, css/scss/_home-double.scss */
  .home-events-list-inner:after {
    content: '';
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1000px;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
  }

  /* line 33, css/scss/_home-double.scss */
  .posts-lists:before {
    content: '';
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1000px;
    display: block;
    background-color: #0092B3;
  }
  /* line 43, css/scss/_home-double.scss */
  .posts-lists:after {
    content: '';
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1000px;
    display: block;
    background-color: #0092B3;
  }
}
@media (min-width: 1015px) {
  /* line 60, css/scss/_home-double.scss */
  .home-events-list-inner:before {
    content: '';
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1000px;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* line 70, css/scss/_home-double.scss */
  .home-events-list-inner:after {
    content: none;
  }

  /* line 75, css/scss/_home-double.scss */
  .posts-lists:after {
    content: '';
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1000px;
    display: block;
    background-color: #0092B3;
  }
  /* line 85, css/scss/_home-double.scss */
  .posts-lists:before {
    content: none;
  }
}
/* line 1, css/scss/_home-about-double.scss */
.home-about-double {
  background-color: white;
}
@media (min-width: 320px) {
  /* line 1, css/scss/_home-about-double.scss */
  .home-about-double {
    padding: 30px 20px;
  }
}
@media (min-width: 1015px) {
  /* line 1, css/scss/_home-about-double.scss */
  .home-about-double {
    padding: 0;
  }
}
@media (min-width: 320px) {
  /* line 11, css/scss/_home-about-double.scss */
  .home-about-double .container .row .col-lg-6 {
    padding: 0 20px;
  }
}
@media (min-width: 1015px) {
  /* line 11, css/scss/_home-about-double.scss */
  .home-about-double .container .row .col-lg-6 {
    padding: 60px 20px;
  }
}
/* line 19, css/scss/_home-about-double.scss */
.home-about-double .container .row .col-lg-6 h2 {
  color: black;
  font-weight: 100;
}
/* line 23, css/scss/_home-about-double.scss */
.home-about-double .container .row .col-lg-6 p {
  padding: 20px 0;
}
/* line 26, css/scss/_home-about-double.scss */
.home-about-double .container .row .col-lg-6 a.aboutBtn {
  border-top: 1px solid #C8C8C8;
  width: 100%;
  display: block;
  text-align: right;
  line-height: 40px;
  text-decoration: none;
}
/* line 33, css/scss/_home-about-double.scss */
.home-about-double .container .row .col-lg-6 a.aboutBtn:after {
  content: "";
  background: url(img/arrow-second.png) no-repeat;
  padding: 4px 13px;
}
/* line 38, css/scss/_home-about-double.scss */
.home-about-double .container .row .col-lg-6 a.aboutBtn:hover {
  text-decoration: underline;
}
/* line 44, css/scss/_home-about-double.scss */
.home-about-double .container .row .col-lg-6 .welcome-blurb .navAddress .icon {
  background-position: -132px 0px;
}
/* line 49, css/scss/_home-about-double.scss */
.home-about-double .container .row .col-lg-6 .welcome-blurb .officeCall .icon {
  background-position: -40px 0px;
}
/* line 54, css/scss/_home-about-double.scss */
.home-about-double .container .row .col-lg-6 .welcome-blurb .officeEmail .icon {
  background-position: -160px 0px;
}
/* line 58, css/scss/_home-about-double.scss */
.home-about-double .container .row .col-lg-6 .welcome-blurb h2 {
  margin-bottom: 20px;
}
/* line 61, css/scss/_home-about-double.scss */
.home-about-double .container .row .col-lg-6 .welcome-blurb span {
  color: black;
}
/* line 64, css/scss/_home-about-double.scss */
.home-about-double .container .row .col-lg-6 .welcome-blurb p {
  padding: 0;
}

@media (min-width: 320px) {
  /* line 74, css/scss/_home-about-double.scss */
  .image-double .col-lg-6 {
    min-height: 175px;
  }
}
@media (min-width: 550px) {
  /* line 74, css/scss/_home-about-double.scss */
  .image-double .col-lg-6 {
    min-height: 295px;
  }
}
@media (min-width: 780px) {
  /* line 74, css/scss/_home-about-double.scss */
  .image-double .col-lg-6 {
    min-height: 405px;
  }
}
@media (min-width: 1015px) {
  /* line 74, css/scss/_home-about-double.scss */
  .image-double .col-lg-6 {
    min-height: 380px;
  }
}
/* line 88, css/scss/_home-about-double.scss */
.image-double .col-lg-6.map {
  background-image: url(img/map-left.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* line 93, css/scss/_home-about-double.scss */
.image-double .col-lg-6.map:before {
  content: " ";
  background-color: #dfe0e2;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -355px;
  z-index: -1;
}
/* line 102, css/scss/_home-about-double.scss */
.image-double .col-lg-6.map:after {
  content: " ";
  background-color: #dfe0e2;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -355px;
  z-index: -1;
}
@media (min-width: 1015px) {
  /* line 88, css/scss/_home-about-double.scss */
  .image-double .col-lg-6.map {
    background-size: cover; /* contain; */
    background-position: center right;
  }
  /* line 115, css/scss/_home-about-double.scss */
  .image-double .col-lg-6.map:before {
    content: " ";
    background-color: #dfe0e2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -515px;
  }
  /* line 123, css/scss/_home-about-double.scss */
  .image-double .col-lg-6.map:after {
    content: none;
  }
}
@media (min-width: 1380px) {
    .image-double .col-lg-6.map {
      background-size: contain;
    }
}
/* line 128, css/scss/_home-about-double.scss */
.image-double .col-lg-6.outside {
  background-image: url(img/Website-pictures-028.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1015px) {
  /* line 128, css/scss/_home-about-double.scss */
  .image-double .col-lg-6.outside {
    background-size: cover;
    background-position: center left;
  }
}

/* line 1, css/scss/_video-gallery.scss */
.video {
  width: 100%;
  height: 390px;
  margin-bottom: 50px;
}
/* line 5, css/scss/_video-gallery.scss */
.video .video-container {
  max-width: 800px;
  display: block;
  height: 100%;
  width: 100%;
}
/* line 12, css/scss/_video-gallery.scss */
.video .video-container .videoWrapper {
  height: 100%;
  max-height: 390px;
  position: absolute;
  width: 97%;
}
/* line 17, css/scss/_video-gallery.scss */
.video .video-container .videoWrapper iframe {
  height: 100%;
}
/* line 22, css/scss/_video-gallery.scss */
.video .videoCaption {
  padding: 10px 0;
  color: #0092B3;
  font-style: italic;
}

/* line 3, css/scss/_cycles.scss */
.page .element_1 .image-block_1, .page .element_1 .image-block_2, .page .element_1 .image-block_3, .page .element_1 .image-block_4, .page .element_1 .image-block_5, .page .element_1 .image-block_6, .page .element_1 .image-block_7, .page .element_1 .image-block_8, .page .element_1 .image-block_9, .page .element_1 .image-block_10, .page .element_1 .image-block_11, .page .element_1 .image-block_12, .page .element_1 .image-block_13, .page .element_1 .image-block_14, .page .element_1 .image-block_15, .page .element_1 .image-block_16, .page .element_1 .image-block_17, .page .element_1 .image-block_18, .page .element_2 .image-block_1, .page .element_2 .image-block_2, .page .element_2 .image-block_3, .page .element_2 .image-block_4, .page .element_2 .image-block_5, .page .element_2 .image-block_6, .page .element_2 .image-block_7, .page .element_2 .image-block_8, .page .element_2 .image-block_9, .page .element_2 .image-block_10, .page .element_2 .image-block_11, .page .element_2 .image-block_12, .page .element_2 .image-block_13, .page .element_2 .image-block_14, .page .element_2 .image-block_15, .page .element_2 .image-block_16, .page .element_2 .image-block_17, .page .element_2 .image-block_18, .page .element_3 .image-block_1, .page .element_3 .image-block_2, .page .element_3 .image-block_3, .page .element_3 .image-block_4, .page .element_3 .image-block_5, .page .element_3 .image-block_6, .page .element_3 .image-block_7, .page .element_3 .image-block_8, .page .element_3 .image-block_9, .page .element_3 .image-block_10, .page .element_3 .image-block_11, .page .element_3 .image-block_12, .page .element_3 .image-block_13, .page .element_3 .image-block_14, .page .element_3 .image-block_15, .page .element_3 .image-block_16, .page .element_3 .image-block_17, .page .element_3 .image-block_18, .page .element_4 .image-block_1, .page .element_4 .image-block_2, .page .element_4 .image-block_3, .page .element_4 .image-block_4, .page .element_4 .image-block_5, .page .element_4 .image-block_6, .page .element_4 .image-block_7, .page .element_4 .image-block_8, .page .element_4 .image-block_9, .page .element_4 .image-block_10, .page .element_4 .image-block_11, .page .element_4 .image-block_12, .page .element_4 .image-block_13, .page .element_4 .image-block_14, .page .element_4 .image-block_15, .page .element_4 .image-block_16, .page .element_4 .image-block_17, .page .element_4 .image-block_18, .page .element_5 .image-block_1, .page .element_5 .image-block_2, .page .element_5 .image-block_3, .page .element_5 .image-block_4, .page .element_5 .image-block_5, .page .element_5 .image-block_6, .page .element_5 .image-block_7, .page .element_5 .image-block_8, .page .element_5 .image-block_9, .page .element_5 .image-block_10, .page .element_5 .image-block_11, .page .element_5 .image-block_12, .page .element_5 .image-block_13, .page .element_5 .image-block_14, .page .element_5 .image-block_15, .page .element_5 .image-block_16, .page .element_5 .image-block_17, .page .element_5 .image-block_18, .page .element_6 .image-block_1, .page .element_6 .image-block_2, .page .element_6 .image-block_3, .page .element_6 .image-block_4, .page .element_6 .image-block_5, .page .element_6 .image-block_6, .page .element_6 .image-block_7, .page .element_6 .image-block_8, .page .element_6 .image-block_9, .page .element_6 .image-block_10, .page .element_6 .image-block_11, .page .element_6 .image-block_12, .page .element_6 .image-block_13, .page .element_6 .image-block_14, .page .element_6 .image-block_15, .page .element_6 .image-block_16, .page .element_6 .image-block_17, .page .element_6 .image-block_18, .page .element_7 .image-block_1, .page .element_7 .image-block_2, .page .element_7 .image-block_3, .page .element_7 .image-block_4, .page .element_7 .image-block_5, .page .element_7 .image-block_6, .page .element_7 .image-block_7, .page .element_7 .image-block_8, .page .element_7 .image-block_9, .page .element_7 .image-block_10, .page .element_7 .image-block_11, .page .element_7 .image-block_12, .page .element_7 .image-block_13, .page .element_7 .image-block_14, .page .element_7 .image-block_15, .page .element_7 .image-block_16, .page .element_7 .image-block_17, .page .element_7 .image-block_18, .page .element_8 .image-block_1, .page .element_8 .image-block_2, .page .element_8 .image-block_3, .page .element_8 .image-block_4, .page .element_8 .image-block_5, .page .element_8 .image-block_6, .page .element_8 .image-block_7, .page .element_8 .image-block_8, .page .element_8 .image-block_9, .page .element_8 .image-block_10, .page .element_8 .image-block_11, .page .element_8 .image-block_12, .page .element_8 .image-block_13, .page .element_8 .image-block_14, .page .element_8 .image-block_15, .page .element_8 .image-block_16, .page .element_8 .image-block_17, .page .element_8 .image-block_18, .page .element_9 .image-block_1, .page .element_9 .image-block_2, .page .element_9 .image-block_3, .page .element_9 .image-block_4, .page .element_9 .image-block_5, .page .element_9 .image-block_6, .page .element_9 .image-block_7, .page .element_9 .image-block_8, .page .element_9 .image-block_9, .page .element_9 .image-block_10, .page .element_9 .image-block_11, .page .element_9 .image-block_12, .page .element_9 .image-block_13, .page .element_9 .image-block_14, .page .element_9 .image-block_15, .page .element_9 .image-block_16, .page .element_9 .image-block_17, .page .element_9 .image-block_18, .page .element_10 .image-block_1, .page .element_10 .image-block_2, .page .element_10 .image-block_3, .page .element_10 .image-block_4, .page .element_10 .image-block_5, .page .element_10 .image-block_6, .page .element_10 .image-block_7, .page .element_10 .image-block_8, .page .element_10 .image-block_9, .page .element_10 .image-block_10, .page .element_10 .image-block_11, .page .element_10 .image-block_12, .page .element_10 .image-block_13, .page .element_10 .image-block_14, .page .element_10 .image-block_15, .page .element_10 .image-block_16, .page .element_10 .image-block_17, .page .element_10 .image-block_18, .page .element_11 .image-block_1, .page .element_11 .image-block_2, .page .element_11 .image-block_3, .page .element_11 .image-block_4, .page .element_11 .image-block_5, .page .element_11 .image-block_6, .page .element_11 .image-block_7, .page .element_11 .image-block_8, .page .element_11 .image-block_9, .page .element_11 .image-block_10, .page .element_11 .image-block_11, .page .element_11 .image-block_12, .page .element_11 .image-block_13, .page .element_11 .image-block_14, .page .element_11 .image-block_15, .page .element_11 .image-block_16, .page .element_11 .image-block_17, .page .element_11 .image-block_18, .page .element_12 .image-block_1, .page .element_12 .image-block_2, .page .element_12 .image-block_3, .page .element_12 .image-block_4, .page .element_12 .image-block_5, .page .element_12 .image-block_6, .page .element_12 .image-block_7, .page .element_12 .image-block_8, .page .element_12 .image-block_9, .page .element_12 .image-block_10, .page .element_12 .image-block_11, .page .element_12 .image-block_12, .page .element_12 .image-block_13, .page .element_12 .image-block_14, .page .element_12 .image-block_15, .page .element_12 .image-block_16, .page .element_12 .image-block_17, .page .element_12 .image-block_18, .page .element_13 .image-block_1, .page .element_13 .image-block_2, .page .element_13 .image-block_3, .page .element_13 .image-block_4, .page .element_13 .image-block_5, .page .element_13 .image-block_6, .page .element_13 .image-block_7, .page .element_13 .image-block_8, .page .element_13 .image-block_9, .page .element_13 .image-block_10, .page .element_13 .image-block_11, .page .element_13 .image-block_12, .page .element_13 .image-block_13, .page .element_13 .image-block_14, .page .element_13 .image-block_15, .page .element_13 .image-block_16, .page .element_13 .image-block_17, .page .element_13 .image-block_18, .page .element_14 .image-block_1, .page .element_14 .image-block_2, .page .element_14 .image-block_3, .page .element_14 .image-block_4, .page .element_14 .image-block_5, .page .element_14 .image-block_6, .page .element_14 .image-block_7, .page .element_14 .image-block_8, .page .element_14 .image-block_9, .page .element_14 .image-block_10, .page .element_14 .image-block_11, .page .element_14 .image-block_12, .page .element_14 .image-block_13, .page .element_14 .image-block_14, .page .element_14 .image-block_15, .page .element_14 .image-block_16, .page .element_14 .image-block_17, .page .element_14 .image-block_18, .page .element_15 .image-block_1, .page .element_15 .image-block_2, .page .element_15 .image-block_3, .page .element_15 .image-block_4, .page .element_15 .image-block_5, .page .element_15 .image-block_6, .page .element_15 .image-block_7, .page .element_15 .image-block_8, .page .element_15 .image-block_9, .page .element_15 .image-block_10, .page .element_15 .image-block_11, .page .element_15 .image-block_12, .page .element_15 .image-block_13, .page .element_15 .image-block_14, .page .element_15 .image-block_15, .page .element_15 .image-block_16, .page .element_15 .image-block_17, .page .element_15 .image-block_18, .page .element_16 .image-block_1, .page .element_16 .image-block_2, .page .element_16 .image-block_3, .page .element_16 .image-block_4, .page .element_16 .image-block_5, .page .element_16 .image-block_6, .page .element_16 .image-block_7, .page .element_16 .image-block_8, .page .element_16 .image-block_9, .page .element_16 .image-block_10, .page .element_16 .image-block_11, .page .element_16 .image-block_12, .page .element_16 .image-block_13, .page .element_16 .image-block_14, .page .element_16 .image-block_15, .page .element_16 .image-block_16, .page .element_16 .image-block_17, .page .element_16 .image-block_18, .page .element_17 .image-block_1, .page .element_17 .image-block_2, .page .element_17 .image-block_3, .page .element_17 .image-block_4, .page .element_17 .image-block_5, .page .element_17 .image-block_6, .page .element_17 .image-block_7, .page .element_17 .image-block_8, .page .element_17 .image-block_9, .page .element_17 .image-block_10, .page .element_17 .image-block_11, .page .element_17 .image-block_12, .page .element_17 .image-block_13, .page .element_17 .image-block_14, .page .element_17 .image-block_15, .page .element_17 .image-block_16, .page .element_17 .image-block_17, .page .element_17 .image-block_18, .page .element_18 .image-block_1, .page .element_18 .image-block_2, .page .element_18 .image-block_3, .page .element_18 .image-block_4, .page .element_18 .image-block_5, .page .element_18 .image-block_6, .page .element_18 .image-block_7, .page .element_18 .image-block_8, .page .element_18 .image-block_9, .page .element_18 .image-block_10, .page .element_18 .image-block_11, .page .element_18 .image-block_12, .page .element_18 .image-block_13, .page .element_18 .image-block_14, .page .element_18 .image-block_15, .page .element_18 .image-block_16, .page .element_18 .image-block_17, .page .element_18 .image-block_18 {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
/* line 8, css/scss/_cycles.scss */
.page .element_1 .image-block_1 img, .page .element_1 .image-block_2 img, .page .element_1 .image-block_3 img, .page .element_1 .image-block_4 img, .page .element_1 .image-block_5 img, .page .element_1 .image-block_6 img, .page .element_1 .image-block_7 img, .page .element_1 .image-block_8 img, .page .element_1 .image-block_9 img, .page .element_1 .image-block_10 img, .page .element_1 .image-block_11 img, .page .element_1 .image-block_12 img, .page .element_1 .image-block_13 img, .page .element_1 .image-block_14 img, .page .element_1 .image-block_15 img, .page .element_1 .image-block_16 img, .page .element_1 .image-block_17 img, .page .element_1 .image-block_18 img, .page .element_2 .image-block_1 img, .page .element_2 .image-block_2 img, .page .element_2 .image-block_3 img, .page .element_2 .image-block_4 img, .page .element_2 .image-block_5 img, .page .element_2 .image-block_6 img, .page .element_2 .image-block_7 img, .page .element_2 .image-block_8 img, .page .element_2 .image-block_9 img, .page .element_2 .image-block_10 img, .page .element_2 .image-block_11 img, .page .element_2 .image-block_12 img, .page .element_2 .image-block_13 img, .page .element_2 .image-block_14 img, .page .element_2 .image-block_15 img, .page .element_2 .image-block_16 img, .page .element_2 .image-block_17 img, .page .element_2 .image-block_18 img, .page .element_3 .image-block_1 img, .page .element_3 .image-block_2 img, .page .element_3 .image-block_3 img, .page .element_3 .image-block_4 img, .page .element_3 .image-block_5 img, .page .element_3 .image-block_6 img, .page .element_3 .image-block_7 img, .page .element_3 .image-block_8 img, .page .element_3 .image-block_9 img, .page .element_3 .image-block_10 img, .page .element_3 .image-block_11 img, .page .element_3 .image-block_12 img, .page .element_3 .image-block_13 img, .page .element_3 .image-block_14 img, .page .element_3 .image-block_15 img, .page .element_3 .image-block_16 img, .page .element_3 .image-block_17 img, .page .element_3 .image-block_18 img, .page .element_4 .image-block_1 img, .page .element_4 .image-block_2 img, .page .element_4 .image-block_3 img, .page .element_4 .image-block_4 img, .page .element_4 .image-block_5 img, .page .element_4 .image-block_6 img, .page .element_4 .image-block_7 img, .page .element_4 .image-block_8 img, .page .element_4 .image-block_9 img, .page .element_4 .image-block_10 img, .page .element_4 .image-block_11 img, .page .element_4 .image-block_12 img, .page .element_4 .image-block_13 img, .page .element_4 .image-block_14 img, .page .element_4 .image-block_15 img, .page .element_4 .image-block_16 img, .page .element_4 .image-block_17 img, .page .element_4 .image-block_18 img, .page .element_5 .image-block_1 img, .page .element_5 .image-block_2 img, .page .element_5 .image-block_3 img, .page .element_5 .image-block_4 img, .page .element_5 .image-block_5 img, .page .element_5 .image-block_6 img, .page .element_5 .image-block_7 img, .page .element_5 .image-block_8 img, .page .element_5 .image-block_9 img, .page .element_5 .image-block_10 img, .page .element_5 .image-block_11 img, .page .element_5 .image-block_12 img, .page .element_5 .image-block_13 img, .page .element_5 .image-block_14 img, .page .element_5 .image-block_15 img, .page .element_5 .image-block_16 img, .page .element_5 .image-block_17 img, .page .element_5 .image-block_18 img, .page .element_6 .image-block_1 img, .page .element_6 .image-block_2 img, .page .element_6 .image-block_3 img, .page .element_6 .image-block_4 img, .page .element_6 .image-block_5 img, .page .element_6 .image-block_6 img, .page .element_6 .image-block_7 img, .page .element_6 .image-block_8 img, .page .element_6 .image-block_9 img, .page .element_6 .image-block_10 img, .page .element_6 .image-block_11 img, .page .element_6 .image-block_12 img, .page .element_6 .image-block_13 img, .page .element_6 .image-block_14 img, .page .element_6 .image-block_15 img, .page .element_6 .image-block_16 img, .page .element_6 .image-block_17 img, .page .element_6 .image-block_18 img, .page .element_7 .image-block_1 img, .page .element_7 .image-block_2 img, .page .element_7 .image-block_3 img, .page .element_7 .image-block_4 img, .page .element_7 .image-block_5 img, .page .element_7 .image-block_6 img, .page .element_7 .image-block_7 img, .page .element_7 .image-block_8 img, .page .element_7 .image-block_9 img, .page .element_7 .image-block_10 img, .page .element_7 .image-block_11 img, .page .element_7 .image-block_12 img, .page .element_7 .image-block_13 img, .page .element_7 .image-block_14 img, .page .element_7 .image-block_15 img, .page .element_7 .image-block_16 img, .page .element_7 .image-block_17 img, .page .element_7 .image-block_18 img, .page .element_8 .image-block_1 img, .page .element_8 .image-block_2 img, .page .element_8 .image-block_3 img, .page .element_8 .image-block_4 img, .page .element_8 .image-block_5 img, .page .element_8 .image-block_6 img, .page .element_8 .image-block_7 img, .page .element_8 .image-block_8 img, .page .element_8 .image-block_9 img, .page .element_8 .image-block_10 img, .page .element_8 .image-block_11 img, .page .element_8 .image-block_12 img, .page .element_8 .image-block_13 img, .page .element_8 .image-block_14 img, .page .element_8 .image-block_15 img, .page .element_8 .image-block_16 img, .page .element_8 .image-block_17 img, .page .element_8 .image-block_18 img, .page .element_9 .image-block_1 img, .page .element_9 .image-block_2 img, .page .element_9 .image-block_3 img, .page .element_9 .image-block_4 img, .page .element_9 .image-block_5 img, .page .element_9 .image-block_6 img, .page .element_9 .image-block_7 img, .page .element_9 .image-block_8 img, .page .element_9 .image-block_9 img, .page .element_9 .image-block_10 img, .page .element_9 .image-block_11 img, .page .element_9 .image-block_12 img, .page .element_9 .image-block_13 img, .page .element_9 .image-block_14 img, .page .element_9 .image-block_15 img, .page .element_9 .image-block_16 img, .page .element_9 .image-block_17 img, .page .element_9 .image-block_18 img, .page .element_10 .image-block_1 img, .page .element_10 .image-block_2 img, .page .element_10 .image-block_3 img, .page .element_10 .image-block_4 img, .page .element_10 .image-block_5 img, .page .element_10 .image-block_6 img, .page .element_10 .image-block_7 img, .page .element_10 .image-block_8 img, .page .element_10 .image-block_9 img, .page .element_10 .image-block_10 img, .page .element_10 .image-block_11 img, .page .element_10 .image-block_12 img, .page .element_10 .image-block_13 img, .page .element_10 .image-block_14 img, .page .element_10 .image-block_15 img, .page .element_10 .image-block_16 img, .page .element_10 .image-block_17 img, .page .element_10 .image-block_18 img, .page .element_11 .image-block_1 img, .page .element_11 .image-block_2 img, .page .element_11 .image-block_3 img, .page .element_11 .image-block_4 img, .page .element_11 .image-block_5 img, .page .element_11 .image-block_6 img, .page .element_11 .image-block_7 img, .page .element_11 .image-block_8 img, .page .element_11 .image-block_9 img, .page .element_11 .image-block_10 img, .page .element_11 .image-block_11 img, .page .element_11 .image-block_12 img, .page .element_11 .image-block_13 img, .page .element_11 .image-block_14 img, .page .element_11 .image-block_15 img, .page .element_11 .image-block_16 img, .page .element_11 .image-block_17 img, .page .element_11 .image-block_18 img, .page .element_12 .image-block_1 img, .page .element_12 .image-block_2 img, .page .element_12 .image-block_3 img, .page .element_12 .image-block_4 img, .page .element_12 .image-block_5 img, .page .element_12 .image-block_6 img, .page .element_12 .image-block_7 img, .page .element_12 .image-block_8 img, .page .element_12 .image-block_9 img, .page .element_12 .image-block_10 img, .page .element_12 .image-block_11 img, .page .element_12 .image-block_12 img, .page .element_12 .image-block_13 img, .page .element_12 .image-block_14 img, .page .element_12 .image-block_15 img, .page .element_12 .image-block_16 img, .page .element_12 .image-block_17 img, .page .element_12 .image-block_18 img, .page .element_13 .image-block_1 img, .page .element_13 .image-block_2 img, .page .element_13 .image-block_3 img, .page .element_13 .image-block_4 img, .page .element_13 .image-block_5 img, .page .element_13 .image-block_6 img, .page .element_13 .image-block_7 img, .page .element_13 .image-block_8 img, .page .element_13 .image-block_9 img, .page .element_13 .image-block_10 img, .page .element_13 .image-block_11 img, .page .element_13 .image-block_12 img, .page .element_13 .image-block_13 img, .page .element_13 .image-block_14 img, .page .element_13 .image-block_15 img, .page .element_13 .image-block_16 img, .page .element_13 .image-block_17 img, .page .element_13 .image-block_18 img, .page .element_14 .image-block_1 img, .page .element_14 .image-block_2 img, .page .element_14 .image-block_3 img, .page .element_14 .image-block_4 img, .page .element_14 .image-block_5 img, .page .element_14 .image-block_6 img, .page .element_14 .image-block_7 img, .page .element_14 .image-block_8 img, .page .element_14 .image-block_9 img, .page .element_14 .image-block_10 img, .page .element_14 .image-block_11 img, .page .element_14 .image-block_12 img, .page .element_14 .image-block_13 img, .page .element_14 .image-block_14 img, .page .element_14 .image-block_15 img, .page .element_14 .image-block_16 img, .page .element_14 .image-block_17 img, .page .element_14 .image-block_18 img, .page .element_15 .image-block_1 img, .page .element_15 .image-block_2 img, .page .element_15 .image-block_3 img, .page .element_15 .image-block_4 img, .page .element_15 .image-block_5 img, .page .element_15 .image-block_6 img, .page .element_15 .image-block_7 img, .page .element_15 .image-block_8 img, .page .element_15 .image-block_9 img, .page .element_15 .image-block_10 img, .page .element_15 .image-block_11 img, .page .element_15 .image-block_12 img, .page .element_15 .image-block_13 img, .page .element_15 .image-block_14 img, .page .element_15 .image-block_15 img, .page .element_15 .image-block_16 img, .page .element_15 .image-block_17 img, .page .element_15 .image-block_18 img, .page .element_16 .image-block_1 img, .page .element_16 .image-block_2 img, .page .element_16 .image-block_3 img, .page .element_16 .image-block_4 img, .page .element_16 .image-block_5 img, .page .element_16 .image-block_6 img, .page .element_16 .image-block_7 img, .page .element_16 .image-block_8 img, .page .element_16 .image-block_9 img, .page .element_16 .image-block_10 img, .page .element_16 .image-block_11 img, .page .element_16 .image-block_12 img, .page .element_16 .image-block_13 img, .page .element_16 .image-block_14 img, .page .element_16 .image-block_15 img, .page .element_16 .image-block_16 img, .page .element_16 .image-block_17 img, .page .element_16 .image-block_18 img, .page .element_17 .image-block_1 img, .page .element_17 .image-block_2 img, .page .element_17 .image-block_3 img, .page .element_17 .image-block_4 img, .page .element_17 .image-block_5 img, .page .element_17 .image-block_6 img, .page .element_17 .image-block_7 img, .page .element_17 .image-block_8 img, .page .element_17 .image-block_9 img, .page .element_17 .image-block_10 img, .page .element_17 .image-block_11 img, .page .element_17 .image-block_12 img, .page .element_17 .image-block_13 img, .page .element_17 .image-block_14 img, .page .element_17 .image-block_15 img, .page .element_17 .image-block_16 img, .page .element_17 .image-block_17 img, .page .element_17 .image-block_18 img, .page .element_18 .image-block_1 img, .page .element_18 .image-block_2 img, .page .element_18 .image-block_3 img, .page .element_18 .image-block_4 img, .page .element_18 .image-block_5 img, .page .element_18 .image-block_6 img, .page .element_18 .image-block_7 img, .page .element_18 .image-block_8 img, .page .element_18 .image-block_9 img, .page .element_18 .image-block_10 img, .page .element_18 .image-block_11 img, .page .element_18 .image-block_12 img, .page .element_18 .image-block_13 img, .page .element_18 .image-block_14 img, .page .element_18 .image-block_15 img, .page .element_18 .image-block_16 img, .page .element_18 .image-block_17 img, .page .element_18 .image-block_18 img {
  width: 100%;
  max-width: 275px;
  height: auto !important;
  display: block;
  border-radius: 0px;
  box-shadow: none;
  padding: 0;
}
/* line 21, css/scss/_cycles.scss */
.page #huge_it_gallery_popup_list_1, .page #huge_it_gallery_popup_list_2, .page #huge_it_gallery_popup_list_3, .page #huge_it_gallery_popup_list_4, .page #huge_it_gallery_popup_list_5, .page #huge_it_gallery_popup_list_6, .page #huge_it_gallery_popup_list_7, .page #huge_it_gallery_popup_list_8, .page #huge_it_gallery_popup_list_9, .page #huge_it_gallery_popup_list_10, .page #huge_it_gallery_popup_list_11, .page #huge_it_gallery_popup_list_12, .page #huge_it_gallery_popup_list_13, .page #huge_it_gallery_popup_list_14, .page #huge_it_gallery_popup_list_15, .page #huge_it_gallery_popup_list_16, .page #huge_it_gallery_popup_list_17, .page #huge_it_gallery_popup_list_18 {
  top: 5%;
}
@media (min-width: 780px) {
  /* line 21, css/scss/_cycles.scss */
  .page #huge_it_gallery_popup_list_1, .page #huge_it_gallery_popup_list_2, .page #huge_it_gallery_popup_list_3, .page #huge_it_gallery_popup_list_4, .page #huge_it_gallery_popup_list_5, .page #huge_it_gallery_popup_list_6, .page #huge_it_gallery_popup_list_7, .page #huge_it_gallery_popup_list_8, .page #huge_it_gallery_popup_list_9, .page #huge_it_gallery_popup_list_10, .page #huge_it_gallery_popup_list_11, .page #huge_it_gallery_popup_list_12, .page #huge_it_gallery_popup_list_13, .page #huge_it_gallery_popup_list_14, .page #huge_it_gallery_popup_list_15, .page #huge_it_gallery_popup_list_16, .page #huge_it_gallery_popup_list_17, .page #huge_it_gallery_popup_list_18 {
    position: fixed;
    display: table;
    width: 90%;
    top: 22%;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    padding: 0px !important;
    list-style: none;
    z-index: 10000;
    display: block;
    height: auto;
  }
}
/* line 37, css/scss/_cycles.scss */
.page #huge_it_gallery_popup_list_1 li.pupup-element, .page #huge_it_gallery_popup_list_2 li.pupup-element, .page #huge_it_gallery_popup_list_3 li.pupup-element, .page #huge_it_gallery_popup_list_4 li.pupup-element, .page #huge_it_gallery_popup_list_5 li.pupup-element, .page #huge_it_gallery_popup_list_6 li.pupup-element, .page #huge_it_gallery_popup_list_7 li.pupup-element, .page #huge_it_gallery_popup_list_8 li.pupup-element, .page #huge_it_gallery_popup_list_9 li.pupup-element, .page #huge_it_gallery_popup_list_10 li.pupup-element, .page #huge_it_gallery_popup_list_11 li.pupup-element, .page #huge_it_gallery_popup_list_12 li.pupup-element, .page #huge_it_gallery_popup_list_13 li.pupup-element, .page #huge_it_gallery_popup_list_14 li.pupup-element, .page #huge_it_gallery_popup_list_15 li.pupup-element, .page #huge_it_gallery_popup_list_16 li.pupup-element, .page #huge_it_gallery_popup_list_17 li.pupup-element, .page #huge_it_gallery_popup_list_18 li.pupup-element {
  width: 100%;
  padding: 40px 0px 20px 0px;
  min-height: 100%;
  max-height: 450px;
  overflow: scroll;
}
@media (min-width: 780px) {
  /* line 37, css/scss/_cycles.scss */
  .page #huge_it_gallery_popup_list_1 li.pupup-element, .page #huge_it_gallery_popup_list_2 li.pupup-element, .page #huge_it_gallery_popup_list_3 li.pupup-element, .page #huge_it_gallery_popup_list_4 li.pupup-element, .page #huge_it_gallery_popup_list_5 li.pupup-element, .page #huge_it_gallery_popup_list_6 li.pupup-element, .page #huge_it_gallery_popup_list_7 li.pupup-element, .page #huge_it_gallery_popup_list_8 li.pupup-element, .page #huge_it_gallery_popup_list_9 li.pupup-element, .page #huge_it_gallery_popup_list_10 li.pupup-element, .page #huge_it_gallery_popup_list_11 li.pupup-element, .page #huge_it_gallery_popup_list_12 li.pupup-element, .page #huge_it_gallery_popup_list_13 li.pupup-element, .page #huge_it_gallery_popup_list_14 li.pupup-element, .page #huge_it_gallery_popup_list_15 li.pupup-element, .page #huge_it_gallery_popup_list_16 li.pupup-element, .page #huge_it_gallery_popup_list_17 li.pupup-element, .page #huge_it_gallery_popup_list_18 li.pupup-element {
    width: 100%;
    padding: 40px 0px 20px 0px;
    min-height: 100%;
    max-height: 675px;
    overflow: scroll;
  }
}
/* line 50, css/scss/_cycles.scss */
.page #huge_it_gallery_popup_list_1 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_2 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_3 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_4 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_5 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_6 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_7 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_8 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_9 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_10 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_11 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_12 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_13 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_14 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_15 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_16 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_17 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_18 li.pupup-element .popup-wrapper_3 {
  height: 532px;
  padding: 20px;
}
/* line 54, css/scss/_cycles.scss */
.page #huge_it_gallery_popup_list_1 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_2 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_3 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_4 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_5 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_6 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_7 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_8 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_9 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_10 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_11 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_12 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_13 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_14 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_15 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_16 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_17 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_18 li.pupup-element .popup-wrapper_3 .right-block h3 {
  font-size: 24px !important;
  font-family: "Helvetica", sans-serif;
  color: #0092B3;
  font-weight: 500;
  padding: 0px;
}
/* line 61, css/scss/_cycles.scss */
.page #huge_it_gallery_popup_list_1 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_2 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_3 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_4 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_5 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_6 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_7 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_8 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_9 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_10 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_11 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_12 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_13 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_14 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_15 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_16 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_17 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_18 li.pupup-element .popup-wrapper_3 .right-block .description {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
}
/* line 72, css/scss/_cycles.scss */
.page #huge_it_gallery_popup_list_1 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_2 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_3 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_4 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_5 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_6 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_7 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_8 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_9 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_10 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_11 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_12 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_13 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_14 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_15 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_16 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_17 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_18 li.pupup-element .image-block_3 {
  width: 60%;
  position: relative;
  float: left;
  margin-right: 20px;
  border-right: none;
  min-width: 200px;
}
@media (min-width: 780px) {
  /* line 83, css/scss/_cycles.scss */
  .page #huge_it_gallery_popup_list_1, .page #huge_it_gallery_popup_list_2, .page #huge_it_gallery_popup_list_3, .page #huge_it_gallery_popup_list_4, .page #huge_it_gallery_popup_list_5, .page #huge_it_gallery_popup_list_6, .page #huge_it_gallery_popup_list_7, .page #huge_it_gallery_popup_list_8, .page #huge_it_gallery_popup_list_9, .page #huge_it_gallery_popup_list_10, .page #huge_it_gallery_popup_list_11, .page #huge_it_gallery_popup_list_12, .page #huge_it_gallery_popup_list_13, .page #huge_it_gallery_popup_list_14, .page #huge_it_gallery_popup_list_15, .page #huge_it_gallery_popup_list_16, .page #huge_it_gallery_popup_list_17, .page #huge_it_gallery_popup_list_18 {
    position: fixed;
    display: table;
    width: 50%;
    top: 22%;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    padding: 0px !important;
    list-style: none;
    z-index: 10000;
    display: block;
    height: auto;
  }
  /* line 96, css/scss/_cycles.scss */
  .page #huge_it_gallery_popup_list_1 li.pupup-element, .page #huge_it_gallery_popup_list_2 li.pupup-element, .page #huge_it_gallery_popup_list_3 li.pupup-element, .page #huge_it_gallery_popup_list_4 li.pupup-element, .page #huge_it_gallery_popup_list_5 li.pupup-element, .page #huge_it_gallery_popup_list_6 li.pupup-element, .page #huge_it_gallery_popup_list_7 li.pupup-element, .page #huge_it_gallery_popup_list_8 li.pupup-element, .page #huge_it_gallery_popup_list_9 li.pupup-element, .page #huge_it_gallery_popup_list_10 li.pupup-element, .page #huge_it_gallery_popup_list_11 li.pupup-element, .page #huge_it_gallery_popup_list_12 li.pupup-element, .page #huge_it_gallery_popup_list_13 li.pupup-element, .page #huge_it_gallery_popup_list_14 li.pupup-element, .page #huge_it_gallery_popup_list_15 li.pupup-element, .page #huge_it_gallery_popup_list_16 li.pupup-element, .page #huge_it_gallery_popup_list_17 li.pupup-element, .page #huge_it_gallery_popup_list_18 li.pupup-element {
    width: 100%;
    padding: 40px 0px 20px 0px;
    min-height: 100%;
    max-height: 512px;
  }
  /* line 101, css/scss/_cycles.scss */
  .page #huge_it_gallery_popup_list_1 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_2 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_3 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_4 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_5 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_6 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_7 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_8 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_9 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_10 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_11 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_12 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_13 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_14 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_15 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_16 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_17 li.pupup-element .popup-wrapper_3, .page #huge_it_gallery_popup_list_18 li.pupup-element .popup-wrapper_3 {
    height: 532px;
    padding: 20px;
  }
  /* line 105, css/scss/_cycles.scss */
  .page #huge_it_gallery_popup_list_1 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_2 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_3 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_4 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_5 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_6 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_7 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_8 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_9 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_10 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_11 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_12 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_13 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_14 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_15 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_16 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_17 li.pupup-element .popup-wrapper_3 .right-block h3, .page #huge_it_gallery_popup_list_18 li.pupup-element .popup-wrapper_3 .right-block h3 {
    font-size: 24px !important;
    font-family: "Helvetica", sans-serif;
    color: #0092B3;
    font-weight: 500;
    padding: 0px;
  }
  /* line 112, css/scss/_cycles.scss */
  .page #huge_it_gallery_popup_list_1 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_2 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_3 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_4 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_5 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_6 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_7 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_8 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_9 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_10 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_11 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_12 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_13 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_14 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_15 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_16 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_17 li.pupup-element .popup-wrapper_3 .right-block .description, .page #huge_it_gallery_popup_list_18 li.pupup-element .popup-wrapper_3 .right-block .description {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
  }
  /* line 123, css/scss/_cycles.scss */
  .page #huge_it_gallery_popup_list_1 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_2 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_3 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_4 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_5 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_6 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_7 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_8 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_9 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_10 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_11 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_12 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_13 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_14 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_15 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_16 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_17 li.pupup-element .image-block_3, .page #huge_it_gallery_popup_list_18 li.pupup-element .image-block_3 {
    width: 60%;
    position: relative;
    float: left;
    margin-right: 20px;
    border-right: none;
    min-width: 200px;
  }
}
