@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 66, 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: "Questrial", sans-serif;
  color: black;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
}

/* line 47, css/scss/_defaultstyles.scss */
h2 {
  font-size: 24px;
  font-family: "Questrial", sans-serif;
  color: #006098;
  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: #006098;
}

/* 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;
}

/* 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: 42px;
  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: 140px;
  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: #006098;
  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: #8A8F64;
}
/* 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;
  text-indent: 0;
}
/* line 14, css/scss/_pagination.scss */
.paginate-area .pagination ul li:before {
  content: "";
  display: none;
}
/* line 20, 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 30, css/scss/_pagination.scss */
.paginate-area .pagination .page-numbers.current {
  color: #333;
  background: #ccc;
  font-weight: 800;
}
/* line 35, 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: #006098;
  background-image: url(img/spritesheet400x400.png);
  background-repeat: no-repeat;
  background-position: -366px -126px;
  border: 1px solid transparent;
}
/* line 45, css/scss/_pagination.scss */
.paginate-area .pagination .page-numbers.next {
  margin: 0 0 0 35px;
  background-position: -325px -126px;
}

/* line 55, css/scss/_pagination.scss */
li.tribe-bar-views-option:before,
li.tribe-events-nav-next:before {
  content: "" !important;
  display: none !important;
}

/* line 61, css/scss/_pagination.scss */
.tribe-events-title-bar {
  margin-top: 70px;
}

/* line 65, css/scss/_pagination.scss */
.tribe-events-ical {
  margin-bottom: 50px;
}

@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: 999999;
}
@media (min-width: 1015px) {
  /* line 26, css/scss/_nav.scss */
  .header {
    position: relative;
  }
}

/* line 36, css/scss/_nav.scss */
.nav {
  height: 40px;
  position: absolute;
  top: 120px;
  background-color: #006098;
  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: 501px) {
  /* line 36, css/scss/_nav.scss */
  .nav {
    top: 140px;
  }
}
@media (min-width: 550px) {
  /* line 36, css/scss/_nav.scss */
  .nav {
    top: 190px;
  }
}
@media (min-width: 780px) {
  /* line 36, css/scss/_nav.scss */
  .nav {
    top: 200px;
  }
}
@media (min-width: 1015px) {
  /* line 36, css/scss/_nav.scss */
  .nav {
    height: 60px;
  }
}
/* line 60, css/scss/_nav.scss */
.nav a.pdf {
  background: none;
}

/* line 65, css/scss/_nav.scss */
.nav-region {
  background: #006098;
}

/* line 69, css/scss/_nav.scss */
h1.logo {
  /*   @media (max-width: $container-sm){
      img {
        width: 100%;
        //max-height: 55px;
      }
    } */
}
/* line 71, css/scss/_nav.scss */
h1.logo a {
  margin-top: 14px;
  margin-left: -4px;
  display: inline-block;
}
@media (max-width: 550px) {
  /* line 71, css/scss/_nav.scss */
  h1.logo a {
    margin-top: 10px;
  }
}
/* line 78, css/scss/_nav.scss */
h1.logo a img {
  max-width: 120px;
}
@media (min-width: 550px) {
  /* line 78, css/scss/_nav.scss */
  h1.logo a img {
    max-width: 100%;
  }
}
/* line 85, css/scss/_nav.scss */
h1.logo span {
  color: #333;
  text-indent: -9999px;
  display: block;
  width: 0;
  float: left;
}

/* line 102, css/scss/_nav.scss */
.menu-item-depth-0:first-child .nav-topLink {
  margin-left: 0;
}
/* line 107, css/scss/_nav.scss */
.menu-item-depth-0:last-child .nav-topLink {
  margin-right: 0;
}
/* line 112, css/scss/_nav.scss */
.menu-item-depth-0 > .nav-topLink {
  padding: 20px 0 20px 0;
  margin: 0 10px;
  font-size: 17px;
  cursor: pointer;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 126, css/scss/_nav.scss */
.menu-item-depth-0:hover > .nav-topLink, .menu-item-depth-0:focus > .nav-topLink {
  position: relative;
}
/* line 129, 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 white;
  margin-bottom: -1px;
  left: 0;
  bottom: 20px;
  display: block;
  position: absolute;
  width: 100%;
}
/* line 140, 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 152, 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 161, css/scss/_nav.scss */
.navLinks {
  display: none;
  float: left;
  line-height: 55px;
}
/* line 165, css/scss/_nav.scss */
.navLinks li {
  float: left;
  list-style-type: none;
  list-style-image: none;
  position: relative;
}
/* line 171, 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 185, css/scss/_nav.scss */
.navLinks li ul {
  display: none;
}
/* line 190, css/scss/_nav.scss */
.navLinks li:hover ul, .navLinks li:focus ul {
  position: absolute;
  background-color: #fff;
}
/* line 195, 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;
}
/* line 203, css/scss/_nav.scss */
.navLinks li:hover ul li:before, .navLinks li:focus ul li:before {
  content: none;
}
/* line 206, 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 211, 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 161, css/scss/_nav.scss */
  .navLinks {
    display: block;
  }
}

/* line 226, css/scss/_nav.scss */
.toggle-panel {
  background: url(img/spritesheet400x400.png);
  height: 32px;
  width: 32px;
  background-position: -4px -42px;
  border: 0;
  position: absolute;
  right: 10px;
  top: 1px;
}
/* line 235, css/scss/_nav.scss */
.toggle-panel span {
  display: block;
  text-indent: -9999px;
}
@media (min-width: 1015px) {
  /* line 226, css/scss/_nav.scss */
  .toggle-panel {
    display: none;
  }
}

/* line 243, css/scss/_nav.scss */
#mobile-menu {
  background: #333;
  border-left: #006098 solid 5px;
}
/* line 244, css/scss/_nav.scss */
#mobile-menu .nav-pointer {
  display: none;
}
/* line 247, 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 251, css/scss/_nav.scss */
#mobile-menu span.nav-topLink {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  padding: 12px 10px;
}
/* line 262, css/scss/_nav.scss */
#mobile-menu ul {
  margin: 0 -10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 266, css/scss/_nav.scss */
#mobile-menu ul ul {
  margin: 0 0 0 20px;
  border-left: 1px solid #fff;
}
/* line 273, css/scss/_nav.scss */
#mobile-menu li {
  display: block;
}
/* line 275, css/scss/_nav.scss */
#mobile-menu li a {
  margin: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  font-family: "Questrial", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 287, css/scss/_nav.scss */
#mobile-menu li a:hover {
  background: rgba(200, 200, 200, 0.25);
}
@media (min-width: 1015px) {
  /* line 243, css/scss/_nav.scss */
  #mobile-menu {
    display: none;
  }
}
/* line 295, css/scss/_nav.scss */
#mobile-menu a.pdf {
  background: none;
}

/* line 301, 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 323, 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 349, css/scss/_nav.scss */
ul.menu-depth-1 .nav-topLink {
  cursor: pointer;
  display: block;
  color: #fff;
  padding: 12px 20px;
  display: block;
}
/* line 355, css/scss/_nav.scss */
ul.menu-depth-1 .nav-topLink .sub-menu-link {
  padding: 0;
}
/* line 358, css/scss/_nav.scss */
ul.menu-depth-1 .nav-topLink:hover {
  text-decoration: underline;
}
/* line 361, css/scss/_nav.scss */
ul.menu-depth-1 .nav-topLink:after {
  display: none;
}

/* line 367, 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 371, css/scss/_nav.scss */
.menu-depth-1 .nav-pointer,
.menu-depth-2 .nav-pointer {
  display: none;
}

/* line 376, css/scss/_nav.scss */
.menu-depth-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

/* line 383, css/scss/_nav.scss */
.menu-item-depth-1:hover > .menu-depth-2 {
  display: block;
}

/* line 398, css/scss/_nav.scss */
.body-wrapper #mobile-menu li {
  text-indent: 1px;
}
/* line 400, css/scss/_nav.scss */
.body-wrapper #mobile-menu li:before {
  content: none;
}

/* 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 30px;
  }
}
@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: "Questrial", sans-serif;
  font-weight: 400;
  min-height: 32px;
  /*@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 61, css/scss/_cta.scss */
.cta .ctaFirstChild {
  padding-top: 0;
}
/* line 64, css/scss/_cta.scss */
.cta .ctaImg {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: none;
}
@media (min-width: 780px) {
  /* line 64, css/scss/_cta.scss */
  .cta .ctaImg {
    display: block;
    height: 200px;
  }
}
/* line 74, css/scss/_cta.scss */
.cta .ctaImg img {
  width: 100%;
  height: auto;
}
/* line 79, css/scss/_cta.scss */
.cta p {
  padding: 13px 0 19px;
}
@media (min-width: 780px) {
  /* line 79, css/scss/_cta.scss */
  .cta p {
    font-size: 14px;
  }
}
@media (min-width: 1015px) {
  /* line 79, css/scss/_cta.scss */
  .cta p {
    font-size: 16px;
  }
}
/* line 89, css/scss/_cta.scss */
.cta a.ctaBtn {
  font-weight: 300;
}
/* line 92, css/scss/_cta.scss */
.cta .ctaBtn {
  background: url(img/arrow.png) no-repeat center right;
  float: right;
  display: block;
  width: 115px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 780px) {
  /* line 92, css/scss/_cta.scss */
  .cta .ctaBtn {
    font-size: 14px;
    line-height: 32px;
  }
}
@media (min-width: 1015px) {
  /* line 92, css/scss/_cta.scss */
  .cta .ctaBtn {
    line-height: 40px;
  }
}
/* line 107, css/scss/_cta.scss */
.cta .three-words {
  max-width: 100%;
  height: auto;
}
@media (min-width: 780px) {
  /* line 107, css/scss/_cta.scss */
  .cta .three-words {
    margin: 10px auto 10px;
    zoom: 0.8;
  }
}
@media (min-width: 1015px) {
  /* line 107, css/scss/_cta.scss */
  .cta .three-words {
    zoom: 1;
    margin: 23px auto 10px;
  }
}

/* line 121, 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: #006098;
  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: #006098;
  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 5, css/scss/_slider.scss */
.slider-ctrl-region {
  position: absolute;
  z-index: 1;
  top: 145px;
  left: 0;
  right: 0;
}
@media (min-width: 343px) {
  /* line 5, css/scss/_slider.scss */
  .slider-ctrl-region {
    top: 147px;
  }
}
@media (min-width: 492px) {
  /* line 5, css/scss/_slider.scss */
  .slider-ctrl-region {
    top: 147px;
  }
}
@media (min-width: 550px) {
  /* line 5, css/scss/_slider.scss */
  .slider-ctrl-region {
    top: 397px;
  }
}
@media (min-width: 779px) {
  /* line 5, css/scss/_slider.scss */
  .slider-ctrl-region {
    top: 397px;
  }
}
@media (min-width: 1015px) {
  /* line 5, css/scss/_slider.scss */
  .slider-ctrl-region {
    top: 397px;
  }
}

/* line 27, css/scss/_slider.scss */
.next,
.prev {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  padding: 0;
  line-height: 18px;
}
/* line 33, 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 41, css/scss/_slider.scss */
.next span {
  background: url(img/next-slide-icon.png) no-repeat;
}
/* line 43, css/scss/_slider.scss */
.next span:hover, .next span:focus {
  background: url(img/next-slide-icon-hover.png) no-repeat;
}

/* line 49, css/scss/_slider.scss */
.prev {
  margin-right: -3px;
}
/* line 51, css/scss/_slider.scss */
.prev span {
  background: url(img/prev-slide-icon.png) no-repeat;
}
/* line 53, css/scss/_slider.scss */
.prev span:hover, .prev span:focus {
  background: url(img/prev-slide-icon-hover.png) no-repeat;
}

/* line 60, css/scss/_slider.scss */
.slider-row {
  position: absolute;
  height: 100%;
  width: 100%;
}

/* line 67, 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: 20px 0;
  min-height: 120px;
}
@media (min-width: 550px) {
  /* line 67, css/scss/_slider.scss */
  .slide-content-wrapper {
    min-height: 120px;
    padding: 20px 0;
  }
}

/* line 84, css/scss/_slider.scss */
.slider-btn {
  font-family: "Questrial", 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 93, css/scss/_slider.scss */
.slider-btn:hover, .slider-btn:focus {
  background: url(img/arrow-white.png) no-repeat center right;
  text-decoration: underline;
}

/* line 99, css/scss/_slider.scss */
.sliderAddress {
  font-family: "Questrial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  color: #fff;
}
@media (min-width: 550px) {
  /* line 99, css/scss/_slider.scss */
  .sliderAddress {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 111, css/scss/_slider.scss */
.sliderTitle {
  font-family: "Questrial", sans-serif;
  font-weight: norma;
  font-size: 24px;
  line-height: 20px;
  margin-top: 10px;
  color: #fff;
}
@media (min-width: 550px) {
  /* line 111, css/scss/_slider.scss */
  .sliderTitle {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
  }
}

/* line 126, css/scss/_slider.scss */
.slider-row:after {
  content: '';
  background: url(img/slider-shadow.png) repeat-x;
  position: absolute;
  bottom: 0;
  height: 218px;
  display: block;
  width: 100%;
}

/* line 135, css/scss/_slider.scss */
.slider {
  width: 100%;
  height: 300px;
}
@media (min-width: 550px) {
  /* line 135, css/scss/_slider.scss */
  .slider {
    height: 550px;
  }
}
/* line 142, css/scss/_slider.scss */
.slider .slider-img {
  height: 100%;
  background-size: cover;
  background-position: center;
}
/* line 148, css/scss/_slider.scss */
.slider .slider-row {
  height: 300px;
}
@media (min-width: 550px) {
  /* line 148, css/scss/_slider.scss */
  .slider .slider-row {
    height: 550px;
  }
}

/* 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: #8A8F64;
  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: "Questrial", 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 4, css/scss/_banner.scss */
a.bnrLink:hover .bnr h2.bnrTitle {
  text-decoration: underline;
}

/* line 10, css/scss/_banner.scss */
.bnr {
  width: 100%;
  padding: 0 0 50px;
}
/* line 13, css/scss/_banner.scss */
.bnr .row {
  background: white;
  text-align: center;
  border: 2px solid #eee;
  margin-left: 0;
  margin-right: 0;
}
/* line 20, css/scss/_banner.scss */
.bnr .col-md-2 {
  padding: 0px;
  background-color: #006098;
  margin-top: -20px;
}
/* line 24, css/scss/_banner.scss */
.bnr .col-md-2:hover {
  background-color: #004065;
}
@media (min-width: 780px) {
  /* line 20, css/scss/_banner.scss */
  .bnr .col-md-2 {
    margin-top: 0;
    padding: 20px;
    background-color: transparent;
  }
  /* line 31, css/scss/_banner.scss */
  .bnr .col-md-2:hover {
    background-color: transparent;
  }
}
/* line 37, css/scss/_banner.scss */
.bnr .col-md-10 {
  padding: 20px;
  background: url(img/dog-graphic.png) no-repeat 25px 50%;
  background-size: 60px;
}
/* line 43, css/scss/_banner.scss */
.bnr .col-md-10 .bnrTitle, .bnr .col-md-10 p {
  margin-left: 90px;
}
/* line 47, css/scss/_banner.scss */
.bnr p {
  padding-bottom: 20px;
  text-align: left;
}
@media (min-width: 780px) {
  /* line 47, css/scss/_banner.scss */
  .bnr p {
    padding-bottom: 0;
    font-size: 14px;
  }
}
/* line 55, css/scss/_banner.scss */
.bnr .bnrTitle {
  font-family: "Questrial", sans-serif;
  font-size: 22px;
  text-align: left;
  color: #006098;
  font-weight: 500;
}
@media (min-width: 780px) {
  /* line 55, css/scss/_banner.scss */
  .bnr .bnrTitle {
    font-size: 27px;
  }
}
@media (min-width: 1015px) {
  /* line 55, css/scss/_banner.scss */
  .bnr .bnrTitle {
    font-size: 35px;
  }
}
/* line 69, css/scss/_banner.scss */
.bnr a.bnrBtn {
  display: inline-block;
  padding: 0;
  margin: auto;
  height: 35px;
  background-color: none;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  text-decoration: none;
  width: 165px;
  color: white;
}
/* line 81, css/scss/_banner.scss */
.bnr a.bnrBtn:hover {
  background-color: none;
}
@media (min-width: 780px) {
  /* line 69, css/scss/_banner.scss */
  .bnr a.bnrBtn {
    float: right;
    color: #555;
    padding: 0;
    margin-top: 12px;
    height: 35px;
    line-height: 35px;
    background: url(img/arrow.png) no-repeat center right;
    width: 165px;
  }
  /* line 93, css/scss/_banner.scss */
  .bnr a.bnrBtn:hover {
    background-color: none;
    text-decoration: underline;
  }
}
@media (min-width: 1015px) {
  /* line 69, css/scss/_banner.scss */
  .bnr a.bnrBtn {
    height: 35px;
    line-height: 35px;
  }
}

/* line 1, css/scss/_footer.scss */
.ftr {
  width: 100%;
  padding: 15px 0;
  background-color: #006098;
  text-align: center;
  position: relative;
}
@media (min-width: 780px) {
  /* line 1, css/scss/_footer.scss */
  .ftr {
    padding: 0 0 10px 0;
    padding: 0;
  }
}
/* line 11, css/scss/_footer.scss */
.ftr .container {
  padding: 0 15px;
}
/* line 14, 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) #006098;
  background-position: -312px -34px;
  display: block;
  text-indent: -9999px;
}
@media (min-width: 550px) {
  /* line 14, css/scss/_footer.scss */
  .ftr .back-to-top {
    right: 30px;
  }
}
@media (min-width: 780px) {
  /* line 14, css/scss/_footer.scss */
  .ftr .back-to-top {
    right: 10px;
  }
}
@media (min-width: 1015px) {
  /* line 14, css/scss/_footer.scss */
  .ftr .back-to-top {
    right: 60px;
  }
}
/* line 37, css/scss/_footer.scss */
.ftr img {
  margin: auto;
}
@media (min-width: 780px) {
  /* line 37, css/scss/_footer.scss */
  .ftr img {
    width: 120px;
    height: auto;
  }
}
@media (min-width: 1015px) {
  /* line 37, css/scss/_footer.scss */
  .ftr img {
    width: auto;
    height: auto;
  }
}
/* line 48, css/scss/_footer.scss */
.ftr .row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 52, css/scss/_footer.scss */
.ftr .ftrlogo {
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 780px) {
  /* line 52, css/scss/_footer.scss */
  .ftr .ftrlogo {
    float: left;
    height: auto;
    padding-bottom: 0;
    margin-top: 12px;
    padding-right: 40px;
  }
}
@media (min-width: 1015px) {
  /* line 52, css/scss/_footer.scss */
  .ftr .ftrlogo {
    margin-top: 22px;
    padding-right: 5px;
  }
}
/* line 67, css/scss/_footer.scss */
.ftr .ftrContent {
  display: block;
  text-align: center;
  padding-bottom: 5px;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
/* line 75, css/scss/_footer.scss */
.ftr .ftrContent a {
  color: #FFF;
}
@media (min-width: 780px) {
  /* line 67, css/scss/_footer.scss */
  .ftr .ftrContent {
    float: left;
    margin-top: 50px;
    display: inline-block;
  }
}
@media (min-width: 1015px) {
  /* line 67, css/scss/_footer.scss */
  .ftr .ftrContent {
    display: inline;
    padding-bottom: 0;
    line-height: 100px;
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
  }
}
/* line 94, css/scss/_footer.scss */
.ftr .three72logo {
  text-align: center;
  padding-top: 15px;
}
@media (min-width: 780px) {
  /* line 94, css/scss/_footer.scss */
  .ftr .three72logo {
    display: block;
    float: right !important;
    padding-top: 0;
    margin-top: 52px;
  }
}
/* line 104, css/scss/_footer.scss */
.ftr .footerlogo {
  text-align: center;
  padding-top: 15px;
  margin-right: 20px;
}
@media (min-width: 780px) {
  /* line 104, css/scss/_footer.scss */
  .ftr .footerlogo {
    display: block;
    float: left !important;
    padding-top: 0;
    margin-top: 30px;
  }
}

/* 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: 40px;
}
@media (min-width: 550px) {
  /* line 1, css/scss/_header.scss */
  .header-region {
    height: 150px;
    margin-bottom: 60px;
  }
}
@media (min-width: 780px) {
  /* line 1, css/scss/_header.scss */
  .header-region {
    height: 160px;
    margin-bottom: 60px;
  }
}
/* line 13, css/scss/_header.scss */
.header-region .row {
  /* Firefox */
  clear: left;
}

/* line 18, css/scss/_header.scss */
.social-btns-region {
  position: relative;
}
@media (min-width: 1015px) {
  /* line 18, css/scss/_header.scss */
  .social-btns-region {
    height: 130px;
  }
}
/* line 24, css/scss/_header.scss */
.social-btns-region .social-btns-inner {
  position: absolute;
  right: 0;
  height: 155px;
  line-height: 100px;
}
@media (min-width: 550px) {
  /* line 24, css/scss/_header.scss */
  .social-btns-region .social-btns-inner {
    line-height: 180px;
  }
}
/* line 33, css/scss/_header.scss */
.social-btns-region a {
  display: inline-block;
  color: #8A8F64;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
/* line 40, 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 45, 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 49, 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;
}

@media (min-width: 1015px) {
  /* line 55, css/scss/_header.scss */
  .body-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  /* line 55, css/scss/_header.scss */
  .body-wrapper {
    margin-top: 20px;
  }
}

/*
* 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: #006098;
}

/*
* 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: #00507f;
}

/* 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: #006098;
    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: #006098;
}
/* 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: #00507f;
}

@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: #006098;
  }
}

@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: #006098;
  }
}

@media (max-width: 768px) {
  /* line 157, css/scss/_event.scss */
  .tribe-events-sub-nav li a {
    background: #006098;
  }
}

/* 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: #006098;
  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
*/
/* line 183, css/scss/_event.scss */
.home-events-list {
  background: url(img/bulldog.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 188, css/scss/_event.scss */
.home-events-list .date-month span {
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 900;
}
/* line 195, 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 198, 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 203, css/scss/_event.scss */
.home-events-list .home-events-list-inner .home-events-list-content p {
  margin-top: 25px;
}
/* line 210, css/scss/_event.scss */
.home-events-list .home-events-list-inner .ar-btn {
  font-weight: bold;
  text-decoration: none;
  background: url(img/arrow-white.png) no-repeat 100% -3px;
  display: block;
  width: 115px;
  color: #e6e6e6;
  margin-top: 14px;
  float: right;
  margin-bottom: 20px;
  line-height: 20px;
}
@media (min-width: 780px) {
  /* line 210, css/scss/_event.scss */
  .home-events-list .home-events-list-inner .ar-btn {
    font-size: 14px;
    line-height: 20px;
    background: url(img/arrow-white.png) no-repeat 100% -3px;
  }
}
@media (min-width: 1015px) {
  /* line 210, css/scss/_event.scss */
  .home-events-list .home-events-list-inner .ar-btn {
    line-height: 20px;
  }
}
/* line 230, 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 239, css/scss/_event.scss */
.home-events-list .event-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid white;
}
/* line 240, css/scss/_event.scss */
.home-events-list .event-wrapper a {
  text-decoration: none;
}
/* line 245, 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 254, 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 254, css/scss/_event.scss */
  .home-events-list .event-wrapper .date-month,
  .home-events-list .event-wrapper .event-info-full {
    float: none;
  }
}
/* line 261, css/scss/_event.scss */
.home-events-list .event-wrapper .date-month {
  width: 23%;
  margin-right: 4%;
}
@media (max-width: 1015px) {
  /* line 261, css/scss/_event.scss */
  .home-events-list .event-wrapper .date-month {
    width: auto;
    margin-right: 0;
  }
}
/* line 270, 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 270, css/scss/_event.scss */
  .home-events-list .event-info-full {
    width: auto;
  }
}
/* line 279, css/scss/_event.scss */
.home-events-list .time-info-full span {
  font-size: 18px;
}
/* line 283, css/scss/_event.scss */
.home-events-list .event-title-link {
  line-height: 24px;
}
/* line 285, css/scss/_event.scss */
.home-events-list .event-title-link span {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

/*
* Sidebar event controls
*/
/* line 299, 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 304, css/scss/_event.scss */
.t72-event-sidebar-region .tribe-mini-calendar-event .list-date .list-dayname {
  background: none;
  font-size: 30px;
}
/* line 308, 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 318, css/scss/_event.scss */
.t72-event-sidebar-region .tribe-mini-calendar-event {
  border: none;
  margin-bottom: 0;
  padding: 0;
}

/*
* Event page content region
*/
/* line 332, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .t72-tribe-events-single-event-description a {
  text-decoration: underline;
}
/* line 334, 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 340, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .t72-single-event-desktop {
  min-height: 700px;
  margin-top: 7px;
}
/* line 343, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .t72-single-event-desktop .list-date .list-dayname {
  color: white;
}
/* line 346, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .t72-single-event-desktop .list-date .list-daynumber {
  color: #333333;
}
/* line 350, 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: 900;
  padding-bottom: 27px;
  border-bottom: 1px solid #ccc;
}
/* line 357, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .row {
  position: relative;
}
/* line 359, css/scss/_event.scss */
#tribe-events-content.tribe-events-single .row .t72-event-sidebar-region {
  position: static;
}
/* line 361, 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 361, css/scss/_event.scss */
  #tribe-events-content.tribe-events-single .row .t72-event-sidebar-region .t72-event-back {
    position: absolute;
    bottom: 0;
    margin: 0;
  }
}
/* line 370, 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: 177px;
  padding-left: 45px;
  color: #333333;
  margin-top: 14px;
  line-height: 40px;
}
@media (min-width: 780px) {
  /* line 370, 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 370, css/scss/_event.scss */
  #tribe-events-content.tribe-events-single .row .t72-event-sidebar-region .t72-event-back a {
    line-height: 40px;
  }
}
/* line 388, 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 400, 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: #006098;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: capitalize;
  padding: 9px;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 300;
}
/* line 412, 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: #00507f;
}

/* line 420, css/scss/_event.scss */
.t72-event-sidebar-region-inner {
  padding: 0 4px;
}
/* line 422, css/scss/_event.scss */
.t72-event-sidebar-region-inner .tribe-events-cal-links {
  margin-bottom: 37px;
}

/* line 427, css/scss/_event.scss */
.t72-tribe-events-control-label {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
  margin-bottom: 5px;
}

/* line 434, 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 447, css/scss/_event.scss */
.t72-tribe-events-nav-next {
  background: url(img/readmore-icon.png) no-repeat center right;
  border-bottom: 1px solid #cccccc;
  padding-right: 45px;
  word-break: break-all;
  padding-bottom: 5px;
}
/* line 453, css/scss/_event.scss */
.t72-tribe-events-nav-next:hover, .t72-tribe-events-nav-next:focus {
  border-bottom: 1px solid black;
}

/* line 458, css/scss/_event.scss */
.t72-tribe-events-nav-previous {
  background: url(img/readmore-icon-left.png) no-repeat center left;
  border-bottom: 1px solid #cccccc;
  padding-left: 45px;
  word-break: break-all;
  margin-top: 20px;
  padding-bottom: 5px;
}
/* line 465, 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 476, css/scss/_event.scss */
.t72-events-meta-group span {
  color: inherit;
}
/* line 479, css/scss/_event.scss */
.t72-events-meta-group .t72-meta-label {
  font-weight: bold;
  color: #333333;
  width: 1px;
}
/* line 484, css/scss/_event.scss */
.t72-events-meta-group td {
  color: #333333;
}
/* line 487, css/scss/_event.scss */
.t72-events-meta-group a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: text;
}

/* line 497, css/scss/_event.scss */
.single-tribe_events #tribe-events-content .tribe-events-event-meta {
  border: 0;
  background: none;
}
/* line 503, css/scss/_event.scss */
.single-tribe_events .tribe-events-notices {
  background: #006098;
  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 512, css/scss/_event.scss */
.single-tribe_events .tribe-events-notices li {
  color: white;
  font-weight: bold;
}

/* line 519, css/scss/_event.scss */
.generic .t72-events-meta-group table {
  margin-bottom: 0;
}

/* line 522, css/scss/_event.scss */
.generic .t72-events-meta-group a {
  color: inherit;
}

/* line 525, 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 529, css/scss/_event.scss */
.generic .t72-events-meta-group table tr th,
.generic .t72-events-meta-group table tr td {
  padding: 10px 23px;
}

/*
* Event image
*/
/* line 546, 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 556, css/scss/_event.scss */
.t72-single-event-desktop {
  display: none;
}
@media (min-width: 1015px) {
  /* line 556, css/scss/_event.scss */
  .t72-single-event-desktop {
    display: block;
  }
}

/* line 563, css/scss/_event.scss */
.t72-single-event-mobile {
  display: none;
}
@media (max-width: 1015px) {
  /* line 563, css/scss/_event.scss */
  .t72-single-event-mobile {
    display: block;
  }
}
/* line 569, css/scss/_event.scss */
.t72-single-event-mobile .t72-mini-calendar {
  float: left;
  width: 16%;
  margin-right: 3%;
}
@media (min-width: 550px) {
  /* line 569, css/scss/_event.scss */
  .t72-single-event-mobile .t72-mini-calendar {
    width: 7%;
    margin-right: 3%;
  }
}
/* line 579, css/scss/_event.scss */
.t72-single-event-mobile .t72-event-title-mobile {
  float: left;
  width: 95%;
}
@media (min-width: 550px) {
  /* line 579, css/scss/_event.scss */
  .t72-single-event-mobile .t72-event-title-mobile {
    width: 90%;
  }
}
/* line 588, css/scss/_event.scss */
.t72-single-event-mobile .tribe-mini-calendar-event {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 592, 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 599, css/scss/_event.scss */
.t72-single-event-mobile .t72-mini-calendar-row {
  border-bottom: 1px solid #cccccc;
  padding: 0 10px;
}

/* line 605, css/scss/_event.scss */
#tribe-events-content .t72-single-event-mobile .tribe-events-single-event-title {
  border: none;
  word-break: break-all;
}
@media (max-width: 550px) {
  /* line 605, css/scss/_event.scss */
  #tribe-events-content .t72-single-event-mobile .tribe-events-single-event-title {
    font-size: 24px;
  }
}

/* line 613, 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 617, css/scss/_event.scss */
#tribe-events-content .t72-single-event-mobile .tribe-events-cal-links .tribe-events-gcal {
  margin-right: 5px;
}

/* line 626, css/scss/_event.scss */
.home .home-events-list .container .row {
  margin-right: 0;
  margin-left: 0;
}
/* line 629, css/scss/_event.scss */
.home .home-events-list .container .row .col-md-6 {
  width: 100%;
  padding: 60px 20px;
}
@media (min-width: 1015px) {
  /* line 629, css/scss/_event.scss */
  .home .home-events-list .container .row .col-md-6 {
    width: 50%;
    padding: 60px 20px;
  }
}
/* line 640, 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 640, css/scss/_event.scss */
  .home .home-events-list .event-wrapper .event-info-full {
    padding-left: 3%;
    text-align: left;
    width: 73%;
  }
}
/* line 651, 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 660, 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 675, 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 689, 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 689, 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 660, css/scss/_event.scss */
  .home .home-events-list .event-wrapper .tribe-mini-calendar-event .list-date {
    width: 80%;
    max-width: 75px;
    float: left;
    display: inline;
    margin: 0;
  }
}
@media (min-width: 1015px) {
  /* line 660, css/scss/_event.scss */
  .home .home-events-list .event-wrapper .tribe-mini-calendar-event .list-date {
    max-width: 80px;
  }
}
@media (min-width: 550px) {
  /* line 651, css/scss/_event.scss */
  .home .home-events-list .event-wrapper .tribe-mini-calendar-event {
    width: 20%;
    display: inline;
  }
}
@media (min-width: 780px) {
  /* line 651, css/scss/_event.scss */
  .home .home-events-list .event-wrapper .tribe-mini-calendar-event {
    margin-right: 0;
    width: 15%;
  }
}
@media (min-width: 1015px) {
  /* line 651, css/scss/_event.scss */
  .home .home-events-list .event-wrapper .tribe-mini-calendar-event {
    margin-right: 0;
  }
}

/* line 729, css/scss/_event.scss */
#tribe-events-content {
  position: relative;
  margin-bottom: 0px;
  padding: 2px 0;
}

/* line 735, css/scss/_event.scss */
.title-breadcrumbs {
  margin-top: 40px;
}
@media (min-width: 550px) {
  /* line 735, css/scss/_event.scss */
  .title-breadcrumbs {
    margin-top: 100px;
  }
}
@media (min-width: 1015px) {
  /* line 735, css/scss/_event.scss */
  .title-breadcrumbs {
    margin-top: 0px;
  }
}

/* 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.png) no-repeat;
    background-size: cover;
  }
  /* line 14, css/scss/_about-right.scss */
  .about-right .map-mobile {
    display: none;
  }
  /* line 17, 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 26, css/scss/_about-right.scss */
.about-right .welcome-blurb {
  padding: 35px 10px;
}
@media (min-width: 550px) {
  /* line 26, css/scss/_about-right.scss */
  .about-right .welcome-blurb {
    padding: 20px 10px 0 20px;
  }
}
@media (min-width: 780px) {
  /* line 26, css/scss/_about-right.scss */
  .about-right .welcome-blurb {
    padding: 60px 10px 0 20px;
  }
}
/* line 35, css/scss/_about-right.scss */
.about-right .welcome-blurb p {
  margin-top: 25px;
}
/* line 40, 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 40, css/scss/_about-right.scss */
  .about-right .ar-btn {
    font-size: 14px;
    line-height: 32px;
  }
}
@media (min-width: 1015px) {
  /* line 40, css/scss/_about-right.scss */
  .about-right .ar-btn {
    line-height: 40px;
  }
}
/* line 60, 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;
  display: block;
  text-align: center;
}
/* line 67, css/scss/_sidebar-events.scss */
.tribe-mini-calendar-event .list-info {
  width: 74%;
  margin-top: 7px;
}

/* line 73, css/scss/_sidebar-events.scss */
.tribe-mini-calendar-event .list-date .list-dayname {
  background: none;
  font-weight: 900;
  color: white;
  display: block;
  text-align: center;
  width: 100%;
}

@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 31, css/scss/_sidebar.scss */
.menu-about-menu-container .current-menu-item a {
  font-weight: bold;
}

/* 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 59, css/scss/_page-about.scss */
.body-wrapper li {
  text-indent: -.7em;
}
/* line 61, css/scss/_page-about.scss */
.body-wrapper li:before {
  content: ' • ';
  color: #00609b;
  margin-right: 10px;
  margin-left: -10px;
}

/* 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: #006098;
}
/* 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 (max-width: 500px) {
  /* line 15, css/scss/_page-contact.scss */
  .contact-form .form-input {
    max-width: 270px;
  }
}
@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 31, css/scss/_page-contact.scss */
.contact-form textarea.form-input {
  height: 215px;
  width: 100%;
}
/* line 35, css/scss/_page-contact.scss */
.contact-form .g-recaptcha {
  margin-top: 20px;
}
/* line 38, 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: #8A8F64;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
/* line 53, 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 53, css/scss/_page-contact.scss */
  .contact-form .get-in-touch {
    padding: 3%;
  }
}
/* line 61, css/scss/_page-contact.scss */
.contact-form .get-in-touch-block {
  min-height: 40px;
}
@media (min-width: 1015px) {
  /* line 61, css/scss/_page-contact.scss */
  .contact-form .get-in-touch-block {
    float: left;
    margin-right: 4%;
  }
}
/* line 68, css/scss/_page-contact.scss */
.contact-form .get-in-touch span {
  color: black;
  display: block;
  padding-top: 10px;
  padding-left: 40px;
}
/* line 75, css/scss/_page-contact.scss */
.contact-form .get-in-touch-heading {
  min-height: 0;
  margin-top: 10px;
}
@media (min-width: 1015px) {
  /* line 75, css/scss/_page-contact.scss */
  .contact-form .get-in-touch-heading {
    width: 12%;
  }
}
/* line 81, 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 81, css/scss/_page-contact.scss */
  .contact-form .get-in-touch-heading h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 1015px) {
  /* line 91, css/scss/_page-contact.scss */
  .contact-form .get-in-touch-address {
    width: 24%;
  }
}
@media (min-width: 1015px) {
  /* line 95, css/scss/_page-contact.scss */
  .contact-form .get-in-touch-address span {
    padding-top: 0;
  }
}
/* line 101, 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 111, css/scss/_page-contact.scss */
  .contact-form .get-in-touch-phone {
    width: 16%;
  }
}
/* line 116, 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 126, css/scss/_page-contact.scss */
.contact-form .get-in-touch-email {
  word-wrap: break-word;
  margin-right: 0;
}
@media (min-width: 1015px) {
  /* line 126, css/scss/_page-contact.scss */
  .contact-form .get-in-touch-email {
    width: 36%;
  }
}
/* line 133, 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 10, css/scss/_page-generic.scss */
.generic h2 {
  font-size: 18px;
  margin-bottom: 2px;
  color: #1d1d1b;
}
/* line 15, css/scss/_page-generic.scss */
.generic h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #006098;
}
/* line 20, css/scss/_page-generic.scss */
.generic hr {
  border: 0;
  border-top: 1px solid #ccc;
}
/* line 24, css/scss/_page-generic.scss */
.generic p {
  margin-bottom: 21px;
}
/* line 27, css/scss/_page-generic.scss */
.generic a {
  color: #333333;
}
/* line 30, 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 30, css/scss/_page-generic.scss */
  .generic img {
    width: 100%;
    margin-left: 0;
  }
}
/* line 44, css/scss/_page-generic.scss */
.generic ul {
  font-weight: 300;
  margin: 10px 0 19px;
  padding: 0;
  counter-reset: item;
  line-height: 1.6;
  list-style: none;
}
/* line 51, css/scss/_page-generic.scss */
.generic ul > li {
  margin: 0 22px 17px 1.3em;
  line-height: 24px;
}
/* line 56, css/scss/_page-generic.scss */
.generic ol {
  font-weight: 300;
  margin: 10px 0 19px;
  padding: 0;
  counter-reset: item;
  line-height: 1.6;
}
/* line 62, 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 69, 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 79, css/scss/_page-generic.scss */
.generic table {
  border: 0;
  width: 100%;
  margin-bottom: 25px;
  margin-left: -5.5%;
  width: 100vw;
}
@media (min-width: 550px) {
  /* line 79, css/scss/_page-generic.scss */
  .generic table {
    width: 100%;
    margin-left: 0;
  }
}
/* line 90, css/scss/_page-generic.scss */
.generic table tr th,
.generic table tr td {
  border: 0;
  padding: 8px 20px;
}
/* line 95, css/scss/_page-generic.scss */
.generic table tr:nth-child(odd) {
  background: #fff;
}
/* line 99, css/scss/_page-generic.scss */
.generic table thead {
  background: #006098;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-align: left;
}
/* line 107, css/scss/_page-generic.scss */
.generic table tbody {
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-size: 16px;
}
/* line 111, css/scss/_page-generic.scss */
.generic table tbody td {
  border-right: 0;
}
/* line 113, css/scss/_page-generic.scss */
.generic table tbody td:last-child {
  border-right: 0;
}
/* line 118, css/scss/_page-generic.scss */
.generic table tbody tr:nth-child(even) td {
  border-right: 0;
}
/* line 120, css/scss/_page-generic.scss */
.generic table tbody tr:nth-child(even) td:last-child {
  border-right: 0;
}
/* line 126, css/scss/_page-generic.scss */
.generic table tfoot {
  border-top: 2px solid #006098;
}

/* line 131, css/scss/_page-generic.scss */
.generic {
  height: 100%;
  min-height: calc(100vh - 350px);
}

/* 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: #006098;
  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 - 387px);
}
/* line 3, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-block {
  position: relative;
}
/* line 5, 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 22, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-slide {
  display: none;
}
/* line 24, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-slide.active {
  display: block;
}
/* line 27, 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 27, css/scss/_staff-profile.scss */
  .staff-profile .staff-profile-slide h2 {
    margin-top: 0;
  }
}
/* line 35, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-slide p {
  padding-bottom: 22px;
}
/* line 38, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-slide .staff-profile-image {
  padding: 0;
  margin: 0 -7px;
}
@media (min-width: 780px) {
  /* line 38, css/scss/_staff-profile.scss */
  .staff-profile .staff-profile-slide .staff-profile-image {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 46, css/scss/_staff-profile.scss */
.staff-profile .staff-profile-slide .staff-profile-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 1015px) {
  /* line 46, css/scss/_staff-profile.scss */
  .staff-profile .staff-profile-slide .staff-profile-image img {
    padding-bottom: 22px;
  }
}
/* line 55, css/scss/_staff-profile.scss */
.staff-profile .profile-selection {
  margin-bottom: 15px;
}
@media (min-width: 1015px) {
  /* line 55, css/scss/_staff-profile.scss */
  .staff-profile .profile-selection {
    margin-bottom: 50px;
  }
}
/* line 61, 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 61, css/scss/_staff-profile.scss */
  .staff-profile .profile-selection .profile-divider hr {
    margin-bottom: 40px;
    margin-top: 18px;
  }
}
/* line 73, css/scss/_staff-profile.scss */
.staff-profile .profile-selection .staff-profile-thumbnail {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 18px;
}
@media (min-width: 780px) {
  /* line 73, css/scss/_staff-profile.scss */
  .staff-profile .profile-selection .staff-profile-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 20px;
  }
}
/* line 82, 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: #f2f0f0;
}
/* line 90, 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 94, css/scss/_staff-profile.scss */
.staff-profile .profile-selection .staff-profile-thumbnail button span.area {
  display: block;
}
/* line 97, css/scss/_staff-profile.scss */
.staff-profile .profile-selection .staff-profile-thumbnail button span.h3 {
  color: #006098;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 800;
  margin: 0px;
  padding: 8px 14px 0;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 1015px) {
  /* line 97, css/scss/_staff-profile.scss */
  .staff-profile .profile-selection .staff-profile-thumbnail button span.h3 {
    font-size: 16px;
    padding: 16px 16px 2px;
  }
}
/* line 112, 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: #006098;
  line-height: 1.6;
  padding: 0px;
  margin: 0px;
  padding: 0 14px 8px;
  font-size: 14px;
}
@media (min-width: 1015px) {
  /* line 112, css/scss/_staff-profile.scss */
  .staff-profile .profile-selection .staff-profile-thumbnail button span.p {
    font-size: 16px;
    padding: 2px 16px 16px;
  }
}
/* line 127, css/scss/_staff-profile.scss */
.staff-profile .profile-selection .staff-profile-thumbnail button img {
  width: 250px;
  height: auto;
  max-width: 100%;
}

/* line 2, css/scss/_title-breadcrumbs.scss */
.title-breadcrumbs h1 {
  margin: 25px 0 18px;
}
@media (min-width: 780px) {
  /* line 2, css/scss/_title-breadcrumbs.scss */
  .title-breadcrumbs h1 {
    margin: 35px 0 28px;
  }
}
/* line 8, css/scss/_title-breadcrumbs.scss */
.title-breadcrumbs .breadcrumbs {
  display: none;
  text-align: right;
  font-size: 14px;
}
/* line 12, css/scss/_title-breadcrumbs.scss */
.title-breadcrumbs .breadcrumbs a {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
/* line 17, css/scss/_title-breadcrumbs.scss */
.title-breadcrumbs .breadcrumbs a:hover {
  text-decoration: underline;
}
@media (min-width: 1015px) {
  /* line 8, css/scss/_title-breadcrumbs.scss */
  .title-breadcrumbs .breadcrumbs {
    display: block;
    padding-top: 45px;
  }
}

/* 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: #8A8F64;
}
/* 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: #333;
}
/* line 7, css/scss/_calendar.scss */
.t72-event-sidebar-region .tribe-mini-calendar-event .list-date .list-daynumber {
  color: #333;
  background-color: white;
}

/* line 16, css/scss/_calendar.scss */
.t72-mini-calendar .tribe-mini-calendar-event .list-date {
  background: #006098;
}
/* line 18, css/scss/_calendar.scss */
.t72-mini-calendar .tribe-mini-calendar-event .list-date .list-dayname {
  text-transform: capitalize;
}
/* line 21, css/scss/_calendar.scss */
.t72-mini-calendar .tribe-mini-calendar-event .list-date .list-daynumber {
  color: #333;
  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 47, css/scss/_calendar.scss */
.t72-single-event-mobile .tribe-mini-calendar-event .list-date {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 30px;
  max-width: 50px;
  background: #333;
  padding: 3px;
}

/* 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: 80px;
  margin-right: 5px;
  float: left;
  zoom: 0.85;
}
/* line 41, css/scss/_mapcontact.scss */
.welcome-blurb .navAddress span {
  line-height: 35px;
  text-decoration: none;
}
@media (min-width: 550px) {
  /* line 25, css/scss/_mapcontact.scss */
  .welcome-blurb .navAddress {
    max-width: 100%;
    height: 40px;
  }
}
/* line 54, css/scss/_mapcontact.scss */
.welcome-blurb .officeCall {
  margin-left: -10px;
  float: left;
  display: block;
  width: 100%;
}
/* line 59, 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 71, css/scss/_mapcontact.scss */
.welcome-blurb .officeCall span {
  line-height: 35px;
}
/* line 75, css/scss/_mapcontact.scss */
.welcome-blurb .officeEmail {
  margin-left: -10px;
  float: left;
  display: block;
  width: 100%;
}
/* line 80, 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 92, css/scss/_mapcontact.scss */
.welcome-blurb .officeEmail span {
  line-height: 35px;
  text-decoration: none;
}
/* line 97, 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 97, 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 112, css/scss/_mapcontact.scss */
.welcome-blurb .contactLink:hover {
  text-decoration: underline;
}

/* line 117, css/scss/_mapcontact.scss */
.map-mobile {
  max-height: 300px;
}

@media (min-width: 320px) {
  /* line 122, css/scss/_mapcontact.scss */
  .about-right {
    background-color: white;
  }
  /* line 125, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb h2 {
    color: #006098;
  }
  /* line 129, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb p span {
    color: black;
  }
  /* line 134, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb a span {
    color: black;
  }
  /* line 138, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .contactLink {
    color: #555;
    background-image: url(img/arrow.png);
  }
  /* line 143, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .navAddress .icon {
    background-position: -132px 0px;
  }
  /* line 148, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .officeCall .icon {
    background-position: -40px 0px;
  }
  /* line 153, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .officeEmail .icon {
    background-position: -160px 0px;
  }
}
@media (min-width: 780px) {
  /* line 161, css/scss/_mapcontact.scss */
  .about-right {
    background-color: white;
  }
  /* line 164, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb h2 {
    color: white;
  }
  /* line 168, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb p span {
    color: white;
  }
  /* line 173, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb a span {
    color: white;
  }
  /* line 177, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .contactLink {
    color: white;
    background-image: url(img/arrow-white.png);
  }
  /* line 182, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .navAddress .icon {
    background-position: -132px -40px;
  }
  /* line 187, css/scss/_mapcontact.scss */
  .about-right .welcome-blurb .officeCall .icon {
    background-position: -40px -40px;
  }
  /* line 192, 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 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 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 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 31, css/scss/_sidebar.scss */
.menu-about-menu-container .current-menu-item a {
  font-weight: bold;
}

/* line 3, css/scss/_posts.scss */
main .generic article {
  padding: 15px 0;
}
/* line 5, css/scss/_posts.scss */
main .generic article h2 {
  color: #006098;
  font-weight: bold;
}
/* line 8, css/scss/_posts.scss */
main .generic article h2 a {
  text-decoration: none;
  color: #006098;
}
/* line 13, css/scss/_posts.scss */
main .generic article a.view-article {
  color: #0e3d51;
  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;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 51, 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: #006098;
  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 #006098;
}

/* line 2, css/scss/_searchpage.scss */
.search .generic {
  height: 100%;
  min-height: calc(100vh - 450px);
  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;
}
/* line 6, css/scss/_breadcrumbs-sidebar.scss */
.title-breadcrumbs.sidebar .row .col-md-6 a {
  font-weight: 100;
}
/* line 9, css/scss/_breadcrumbs-sidebar.scss */
.title-breadcrumbs.sidebar .row .col-md-6 strong {
  text-decoration: underline;
}
/* line 14, css/scss/_breadcrumbs-sidebar.scss */
.title-breadcrumbs.sidebar .row .col-lg-6 h1 {
  margin: 43px 0 20px;
}
